aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers1-4/+30
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra1-0/+7
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra2-0/+43
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra2-111/+16
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-29sched/debug: Remove unused variablePeter Zijlstra1-2/+0
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-0/+7
2017-09-14sched/wait: Break up long wake list walkTim Chen1-15/+63
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-3/+25
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+5
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra3-3/+8
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra1-0/+4
2017-09-12sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra1-0/+7
2017-09-12sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra1-0/+6
2017-09-11sched/fair: Fix nuisance kernel-doc warningRandy Dunlap1-1/+1
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2-35/+21
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso3-29/+15
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-4/+3
2017-09-07sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra1-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-42/+86
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+14
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-247/+433
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+191
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-3/+4
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki1-4/+4
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki5-28/+80
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki1-10/+2
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-3/+4
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra3-14/+59
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra1-3/+12
2017-08-25sched/topology: Improve commentsPeter Zijlstra1-2/+3
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang1-9/+7
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar4-11/+191
2017-08-18cpufreq: schedutil: Always process remote callback with slow switchingViresh Kumar1-2/+7
2017-08-18cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarilyViresh Kumar1-1/+5
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEADPaul E. McKenney4-11/+191
2017-08-17completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-7/+4
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers3-0/+178
2017-08-16sched/completion: Document that reinit_completion() must be called after complete_all()Steven Rostedt1-0/+8
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki1-1/+1
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki1-3/+3
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual1-2/+1
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra1-68/+122
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park1-0/+11
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-2/+2
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2-18/+7