summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2016-11-03sched/core: Remove pointless printout in sched_show_task()Linus Torvalds-9/+0
2016-11-03sched/core: Fix oops in sched_show_task()Tetsuo Handa-0/+3
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds-0/+16
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+4
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-104/+218
2016-09-30sched/core: Fix set_user_nice()Peter Zijlstra-1/+7
2016-09-30sched/fair: Introduce set_curr_task() helperPeter Zijlstra-5/+5
2016-09-30sched/core, ia64: Rename set_curr_task()Peter Zijlstra-1/+1
2016-09-30sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot-10/+10
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra-0/+19
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra-0/+3
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra-5/+5
2016-09-30sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra-5/+39
2016-09-30sched/core: Restructure destroy_sched_domain()Peter Zijlstra-7/+11
2016-09-30sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra-6/+6
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen-0/+3
2016-09-22sched/debug: Hide printk() by defaultPeter Zijlstra-1/+3
2016-09-22sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra-0/+2
2016-09-22sched/core: Optimize __schedule()Peter Zijlstra-11/+27
2016-09-22stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao-2/+6
2016-09-22sched/core: Remove unnecessary initialization in sched_init()Cheng Chao-5/+0
2016-09-16sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski-0/+4
2016-09-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+7
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar-0/+22
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf-19/+14
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf-11/+11
2016-09-05schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon-4/+0
2016-09-05Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-0/+22
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh-0/+22
2016-08-24sched: Remove __schedule() non-standard frame annotationBrian Gerst-1/+0
2016-08-22sched: Make wake_up_nohz_cpu() handle CPUs going offlinePaul E. McKenney-0/+7
2016-08-18sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann-0/+12
2016-08-18sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen-0/+7
2016-08-18sched/core: Pass child domain into sd_init()Morten Rasmussen-3/+4
2016-08-18sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen-0/+4
2016-08-18sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen-2/+0
2016-08-18sched/core: Clarify SD_flags commentPeter Zijlstra-6/+12
2016-08-10sched/debug: Add taint on "BUG: Sleeping function called from invalid context"Vegard Nossum-0/+1
2016-08-10sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum-8/+13
2016-08-10sched/core: Add documentation for 'cookie' argumentLuis de Bethencourt-0/+1
2016-08-10sched/core: Fix one typoLeo Yan-1/+1
2016-08-10sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich-0/+19
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-33/+81
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner-2/+4
2016-07-10sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira-0/+3
2016-06-27sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss-1/+2
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra-0/+2
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra-5/+23
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot-22/+41