summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner-2/+4
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo-1/+3
2016-06-14kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin-2/+4
2016-06-14sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra-2/+1
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds-1/+2
2016-06-10sched: panic on corrupted stack endJann Horn-1/+2
2016-06-08sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf-5/+21
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra-7/+11
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner-1/+1
2016-05-12sched/nohz: Fix affine unpinned timers messWanpeng Li-1/+4
2016-05-12sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra-8/+1
2016-05-12sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra-8/+21
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar-224/+175
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso-1/+1
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani-2/+2
2016-05-06sched: Make hrtick_notifier an explicit callThomas Gleixner-33/+1
2016-05-06sched/fair: Make ilb_notifier an explicit callThomas Gleixner-0/+1
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner-50/+22
2016-05-06sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner-11/+22
2016-05-06sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner-3/+0
2016-05-06sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner-9/+11
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra-0/+14
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner-46/+21
2016-05-06sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner-3/+0
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner-105/+69
2016-05-06sched: Allow hotplug notifiers to be setup earlyThomas Gleixner-23/+36
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner-7/+9
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)-7/+42
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra-37/+42
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra-48/+50
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra-0/+65
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-13/+16
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski-3/+3
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra-13/+16
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang-1/+2
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker-3/+2
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker-1/+1
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent-1/+2
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du-0/+2
2016-03-31sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt-9/+59
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker-0/+18
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+15
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra-21/+14
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar-385/+122
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-1/+1
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+0
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-29/+20
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-349/+100