summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-301-0/+6
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra2017-11-151-0/+1
* sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li2017-10-211-0/+1
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-121-4/+3
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-07-211-1/+1
* Revert "sched/core: Optimize SCHED_SMT"Greg Kroah-Hartman2017-07-211-19/+0
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-241-1/+1
* sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
* sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-0/+16
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-1/+4
|\
| * sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-0/+4
| * Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-0/+22
| |\
| * | sched: Remove __schedule() non-standard frame annotationBrian Gerst2016-08-241-1/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-104/+218
|\ \ \
| * | | sched/core: Fix set_user_nice()Peter Zijlstra2016-09-301-1/+7
| * | | sched/fair: Introduce set_curr_task() helperPeter Zijlstra2016-09-301-5/+5
| * | | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-1/+1
| * | | sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot2016-09-301-10/+10
| * | | sched/core: Optimize SCHED_SMTPeter Zijlstra2016-09-301-0/+19
| * | | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-301-0/+3
| * | | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-301-5/+5
| * | | sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra2016-09-301-5/+39
| * | | sched/core: Restructure destroy_sched_domain()Peter Zijlstra2016-09-301-7/+11
| * | | sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra2016-09-301-6/+6
| * | | sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-0/+3
| * | | sched/debug: Hide printk() by defaultPeter Zijlstra2016-09-221-1/+3
| * | | sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2016-09-221-0/+2
| * | | sched/core: Optimize __schedule()Peter Zijlstra2016-09-221-11/+27
| * | | stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2016-09-221-2/+6
| * | | sched/core: Remove unnecessary initialization in sched_init()Cheng Chao2016-09-221-5/+0
| * | | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-051-19/+14
| * | | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-051-11/+11
| * | | schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon2016-09-051-4/+0
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-09-051-0/+22
| |\ \ \ | | | |/ | | |/|
| * | | sched/core: Store maximum per-CPU capacity in root domainDietmar Eggemann2016-08-181-0/+12
| * | | sched/core: Enable SD_BALANCE_WAKE for asymmetric capacity systemsMorten Rasmussen2016-08-181-0/+7
| * | | sched/core: Pass child domain into sd_init()Morten Rasmussen2016-08-181-3/+4
| * | | sched/core: Introduce SD_ASYM_CPUCAPACITY sched_domain topology flagMorten Rasmussen2016-08-181-0/+4
| * | | sched/core: Remove unnecessary NULL-pointer checkMorten Rasmussen2016-08-181-2/+0
| * | | sched/core: Clarify SD_flags commentPeter Zijlstra2016-08-181-6/+12
| * | | sched/debug: Add taint on "BUG: Sleeping function called from invalid context"Vegard Nossum2016-08-101-0/+1
| * | | sched/debug: Make the "Preemption disabled at ..." message more usefulVegard Nossum2016-08-101-8/+13
| * | | sched/core: Add documentation for 'cookie' argumentLuis de Bethencourt2016-08-101-0/+1
| * | | sched/core: Fix one typoLeo Yan2016-08-101-1/+1
| | |/ | |/|
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-09-161-0/+7
|\ \ \ | |_|/ |/| |