aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+26
2016-12-01Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki1-0/+1
2016-11-29sched/idle: Add support for tasks that inject idlePeter Zijlstra1-0/+1
2016-11-24sched: Extend scheduler's asym packingTim Chen1-0/+15
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot1-0/+1
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen1-1/+2
2016-11-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-9/+19
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-9/+19
2016-11-03sched/core: Remove pointless printout in sched_show_task()Linus Torvalds1-9/+0
2016-11-03sched/core: Fix oops in sched_show_task()Tetsuo Handa1-0/+3
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds1-0/+16
2016-10-25locking/mutex: Rework mutex::ownerPeter Zijlstra1-1/+1
2016-10-25sched/core: Explain sleep/wakeup in a better wayPeter Zijlstra1-8/+9
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-104/+218
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra1-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra1-5/+5
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra1-1/+1
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot1-10/+10
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra1-0/+19
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra1-0/+3
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra1-5/+5
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra1-5/+39
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra1-7/+11
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra1-6/+6
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen1-0/+3
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra1-1/+3
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra1-0/+2
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra1-11/+27
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao1-2/+6
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao1-5/+0
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski1-0/+4
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+7
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-0/+22
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf1-19/+14
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf1-11/+11
2016-09-05schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon1-4/+0
2016-09-05Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-0/+22
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-08-24sched: Remove __schedule() non-standard frame annotationBrian Gerst1-1/+0
2016-08-22sched: Make wake_up_nohz_cpu() handle CPUs going offlinePaul E. McKenney1-0/+7
2016-08-18sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann1-0/+12
2016-08-18sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen1-0/+7
2016-08-18sched/core: Pass child domain into sd_init()Morten Rasmussen1-3/+4
2016-08-18sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen1-0/+4
2016-08-18sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen1-2/+0
2016-08-18sched/core: Clarify SD_flags commentPeter Zijlstra1-6/+12
2016-08-10sched/debug: Add taint on "BUG: Sleeping function called from invalid context"Vegard Nossum1-0/+1