Commit Graph

11814 Commits (7cafbf1bd56be44038148bb8f733ea6e6a6a2d53)

Author SHA1 Message Date
Jeff Mahoney e11feaa119 watchdog, hung_task_timeout: Add Kconfig configurable default 14 years ago
Tony Jones f562988350 audit: acquire creds selectively to reduce atomic op overhead 14 years ago
John Stultz 9a7adcf5c6 timers: Posix interface for alarm-timers 14 years ago
John Stultz ff3ead96d1 timers: Introduce in-kernel alarm-timer interface 14 years ago
John Stultz 304529b1b6 time: Add timekeeping_inject_sleeptime 14 years ago
Hillf Danton 1437f5bca3 sched: Remove noop in alloc_rt_sched_group() 14 years ago
Roland Vossen 7816c45bf1 modules: Enabled dynamic debugging for staging modules 14 years ago
Jonathan Cameron e7e09cd667 params.c: Use new strtobool function to process boolean inputs 14 years ago
Frederic Weisbecker bf26c01849 ptrace: Prepare to fix racy accesses on task breakpoints 14 years ago
Jonathan Corbet 625f2a378e sched: Get rid of lock_depth 14 years ago
Thomas Gleixner cfefd21e69 genirq: Add chip suspend and resume callbacks 14 years ago
Thomas Gleixner 7d82806247 genirq: Implement a generic interrupt chip 14 years ago
Paul Mundt 7f1b1244e1 genirq: Support per-IRQ thread disabling. 14 years ago
Steven Rostedt e0944ee63f lockdep: Remove cmpxchg to update nr_chain_hlocks 14 years ago
Steven Rostedt 282b5c2f6f lockdep: Print a nicer description for simple irq lock inversions 14 years ago
Steven Rostedt 6be8c3935b lockdep: Replace "Bad BFS generated tree" message with something less cryptic 14 years ago
Steven Rostedt dad3d7435e lockdep: Print a nicer description for irq inversion bugs 14 years ago
Steven Rostedt 48702ecf30 lockdep: Print a nicer description for simple deadlocks 14 years ago
Steven Rostedt f4185812aa lockdep: Print a nicer description for normal deadlocks 14 years ago
Steven Rostedt 3003eba313 lockdep: Print a nicer description for irq lock inversions 14 years ago
Michal Simek d20ac25282 ftrace: Build without frame pointers on Microblaze 14 years ago
Rakib Mullick d3bf52e998 sched: Remove obsolete comment from scheduler_tick() 14 years ago
Ludwig Nussel 088ab0b4d8 kernel/ksysfs.c: expose file_caps_enabled in sysfs 14 years ago
Rafael J. Wysocki 19234c0819 PM: Add missing syscore_suspend() and syscore_resume() calls 14 years ago
Peter Zijlstra 057f3fadb3 sched: Fix sched_domain iterations vs. RCU 14 years ago
Venkatesh Pallipadi 2f36825b17 sched: Next buddy hint on sleep and preempt path 14 years ago
Venkatesh Pallipadi 69c80f3e9d sched: Make set_*_buddy() work on non-task entities 14 years ago
Rafael J. Wysocki 2ca6f62f59 PM: Fix error code paths executed after failing syscore_suspend() 14 years ago
Linus Torvalds c78193e9c7 next_pidmap: fix overflow condition 14 years ago
Richard Cochran 1791f88143 posix clocks: Replace mutex with reader/writer semaphore 14 years ago
Jens Axboe 49cac01e1f block: make unplug timer trace event correspond to the schedule() unplug 14 years ago
Jens Axboe a237c1c5bc block: let io_schedule() flush the plug inline 14 years ago
Darren Hart 0cd9c6494e futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup 14 years ago
Peter Zijlstra 317f394160 sched: Move the second half of ttwu() to the remote cpu 14 years ago
Peter Zijlstra bd8e7dded8 sched: Remove need_migrate_task() 14 years ago
Peter Zijlstra c05fbafba1 sched: Restructure ttwu() some more 14 years ago
Peter Zijlstra 23f41eeb42 sched: Rename ttwu_post_activation() to ttwu_do_wakeup() 14 years ago
Peter Zijlstra b84cb5df1f sched: Remove rq argument from ttwu_stat() 14 years ago
Peter Zijlstra e4a52bcb9a sched: Remove rq->lock from the first half of ttwu() 14 years ago
Peter Zijlstra 8f42ced974 sched: Drop rq->lock from sched_exec() 14 years ago
Peter Zijlstra ab2515c4b9 sched: Drop rq->lock from first part of wake_up_new_task() 14 years ago
Peter Zijlstra 0122ec5b02 sched: Add p->pi_lock to task_rq_lock() 14 years ago
Peter Zijlstra 2acca55ed9 sched: Also serialize ttwu_local() with p->pi_lock 14 years ago
Peter Zijlstra a8e4f2eaec sched: Delay task_contributes_to_load() 14 years ago
Peter Zijlstra 3fe1698b7f sched: Deal with non-atomic min_vruntime reads on 32bits 14 years ago
Peter Zijlstra 74f8e4b233 sched: Remove rq argument to sched_class::task_waking() 14 years ago
Peter Zijlstra 7608dec2ce sched: Drop the rq argument to sched_class::select_task_rq() 14 years ago
Peter Zijlstra 013fdb8086 sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock 14 years ago
Peter Zijlstra fd2f4419b4 sched: Provide p->on_rq 14 years ago
Peter Zijlstra d7c01d27ab sched: Clean up ttwu() stats 14 years ago