summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner2016-05-121-1/+1
* sched/nohz: Fix affine unpinned timers messWanpeng Li2016-05-121-1/+4
* sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra2016-05-121-8/+1Star
* sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra2016-05-121-8/+21
* Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-121-224/+175Star
|\
| * sched: Make hrtick_notifier an explicit callThomas Gleixner2016-05-061-33/+1Star
| * sched/fair: Make ilb_notifier an explicit callThomas Gleixner2016-05-061-0/+1
| * sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-061-50/+22Star
| * sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner2016-05-061-11/+22
| * sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner2016-05-061-3/+0Star
| * sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner2016-05-061-9/+11
| * sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra2016-05-061-0/+14
| * sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-061-46/+21Star
| * sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner2016-05-061-3/+0Star
| * sched: Consolidate the notifier mazeThomas Gleixner2016-05-061-105/+69Star
| * sched: Allow hotplug notifiers to be setup earlyThomas Gleixner2016-05-061-23/+36
| * sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-061-7/+9
| * sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-061-7/+42
* | sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso2016-05-091-1/+1
* | sched/core: Remove unused variableMuhammad Falak R Wani2016-05-091-2/+2
* | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-37/+42
* | sched/core: Introduce 'struct rq_flags'Peter Zijlstra2016-05-051-48/+50
* | sched/core: Move task_rq_lock() out of linePeter Zijlstra2016-05-051-0/+65
* | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-05-051-13/+16
|\ \
| * | nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra2016-04-281-13/+16
| |/
* | sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2016-04-281-3/+3
* | sched/deadline: Fix a bug in dl_overflow()Xunlei Pang2016-04-231-1/+2
* | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-231-3/+2Star
* | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-1/+1
* | sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent2016-04-131-1/+2
* | sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du2016-03-311-0/+2
* | sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt2016-03-311-9/+59
|/
* locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-291-0/+18
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-241-21/+15Star
|\
| * sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-03-211-21/+14Star
| * Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar2016-03-211-385/+122Star
| |\
| * | sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-03-051-0/+1
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-1/+3
|\ \ \
| * | | sched: Always inline context_switch()Josh Poimboeuf2016-02-291-1/+1
| * | | sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-03-191-1/+1
|\ \ \ \
| * | | | cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-231-1/+1
* | | | | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-03-191-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev2016-03-021-1/+1
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-10/+0Star
|\ \ \ \ \
| * | | | | cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-011-10/+0Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-29/+20Star
|\ \ \ \ \
| * | | | | sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-15/+20
| * | | | | atomic: Export fetch_or()Frederic Weisbecker2016-02-131-14/+0Star
| |/ / / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-151-349/+100Star
|\ \ \ \ \