summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner1-1/+1
2016-05-12sched/nohz: Fix affine unpinned timers messWanpeng Li1-1/+4
2016-05-12sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra1-8/+1
2016-05-12sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra1-8/+21
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar1-224/+175
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso1-1/+1
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani1-2/+2
2016-05-06sched: Make hrtick_notifier an explicit callThomas Gleixner1-33/+1
2016-05-06sched/fair: Make ilb_notifier an explicit callThomas Gleixner1-0/+1
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner1-50/+22
2016-05-06sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner1-11/+22
2016-05-06sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner1-3/+0
2016-05-06sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner1-9/+11
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra1-0/+14
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner1-46/+21
2016-05-06sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner1-3/+0
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner1-105/+69
2016-05-06sched: Allow hotplug notifiers to be setup earlyThomas Gleixner1-23/+36
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner1-7/+9
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)1-7/+42
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra1-37/+42
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra1-48/+50
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra1-0/+65
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-13/+16
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra1-13/+16
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang1-1/+2
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker1-3/+2
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker1-1/+1
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent1-1/+2
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du1-0/+2
2016-03-31sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt1-9/+59
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker1-0/+18
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+15
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra1-21/+14
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar1-385/+122
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+0
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-29/+20
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-349/+100
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland1-0/+3
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni1-1/+0
2016-03-05sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner1-0/+1
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker1-15/+20
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev1-1/+1
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner1-10/+0
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior1-12/+2
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)1-178/+0