summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2016-02-29sched/rt: Kick RT bandwidth timer immediately on start upSteven Rostedt1-1/+9
2016-02-29sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debugSteven Rostedt (Red Hat)1-0/+9
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)3-178/+186
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2-133/+131
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra3-50/+111
2016-02-29sched/core: Remove duplicated sched_group_set_shares() prototypeDongsheng Yang1-1/+0
2016-02-29sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker1-23/+25
2016-02-29sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park1-2/+10
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar4-30/+37
2016-02-29sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra1-9/+13
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra3-20/+23
2016-02-25wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)2-1/+124
2016-02-17sched/deadline: Fix trivial typo in printk() messageSteven Rostedt1-1/+1
2016-02-17sched/core: Remove dead statement in __schedule()Byungchul Park1-1/+0
2016-02-09sched/numa: Spread memory according to CPU and memory useRik van Riel1-40/+47
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman5-88/+206
2016-02-05sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava1-2/+7
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+24
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-22sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo1-7/+23
2016-01-22cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freezeSudeep Holla1-1/+1
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2016-01-21Merge branch 'pm-cpuidle'Rafael J. Wysocki1-6/+0
2016-01-19sched / idle: Drop default_idle_call() fallback from call_cpuidle()Rafael J. Wysocki1-6/+0
2016-01-19sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-0/+1
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-236/+356
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+93
2016-01-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+4
2016-01-06sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du1-10/+28
2016-01-06sched/deadline: Fix the earliest_dl.next logicWanpeng Li1-52/+7
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar4-19/+19
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin1-1/+1
2015-12-21missing include asm/paravirt.h in cputime.cStefano Stabellini1-0/+3
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-10/+10
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo1-1/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo5-15/+45
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney1-2/+4
2015-12-04sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long1-0/+6
2015-12-04sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2-4/+13
2015-12-04sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long1-3/+7
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen3-43/+46
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker1-22/+24