summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Broken, but working, ptregs system call conversion for x86-64WIP-syscallLinus Torvalds2018-02-271-3/+8
* sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-1/+1
|\
| * cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-061-1/+1
* | sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2018-02-061-0/+1
* | sched/core: Optimize ttwu_stat()Peter Zijlstra2018-02-061-8/+8
* | membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2018-02-051-5/+13
* | membarrier: Document scheduler barrier requirementsMathieu Desnoyers2018-02-051-11/+26
* | powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-051-10/+0
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-7/+60
|\
| * sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-101-2/+11
| * sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-101-2/+1
| * sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira2018-01-101-4/+49
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-1/+2
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-1/+2
| |\ \ | | |/ | |/|
| | * sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2017-11-281-1/+2
* | | delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-161-3/+3
|/ /
* | sched/core: Fix kernel-doc warnings after code movementRandy Dunlap2017-12-111-11/+11
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+30
|\
| * sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-201-6/+30
* | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-4/+170
|\ \
| * | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-261-9/+4
| * | sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * | sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-29/+27
|\ \
| * | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-091-3/+6
| * | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-15/+1
| * | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-271-4/+4
| * | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-271-3/+3
| * | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+1
| * | sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot2017-09-291-7/+15
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-201-2/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | rcutorture: Dump writer stack if stalledPaul E. McKenney2017-10-091-0/+1
| |_|/ / |/| | |
| | * | sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney2017-10-091-0/+1
| |/ / |/| |
| * | sched: Make resched_cpu() unconditionalPaul E. McKenney2017-10-091-2/+1
|/ /
* | sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
|/
* sched/core: WARN() when migrating to an offline CPUPeter Zijlstra2017-09-121-0/+4
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-4/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-2/+2
|\
| * locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-101-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-041-17/+5
|\ \
| * | sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2017-08-101-11/+4
| * | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-5/+0
| * | sched/core: Reuse put_prev_task()Viresh Kumar2017-08-101-1/+1
| |/
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-4/+34
|\ \ | |/ |/|
| *-. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-4/+34
| |\ \
| | | * sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-111-2/+2
| | |/ | |/|
| | * membarrier: Provide expedited private commandMathieu Desnoyers2017-08-171-0/+25
| | * sched: Allow migrating kthreads into online but inactive CPUsTejun Heo2017-07-281-2/+7
| |/
* | sched/core: Fix some documentation build warningsJonathan Corbet2017-07-251-1/+1
|/