summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/fork.c: detect early free of a live mmMark Rutland2018-04-051-0/+1
* Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-2/+6
|\
| * sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski2018-04-021-2/+6
* | sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso2018-03-271-6/+6
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-201-5/+10
|\ \
| * \ Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-191-5/+10
| |\ \ | | |/ | |/|
| | * sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-121-5/+10
* | | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-1/+1
* | | sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-091-0/+1
* | | sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-091-2/+2
* | | sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-091-3/+3
* | | sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar2018-03-041-0/+2
* | | sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-27/+13
* | | sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-3/+3
* | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-29/+0
* | | sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-0/+92
* | | sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker2018-02-211-3/+3
|/ /
* | 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
| |/ / |/| |
OpenPOWER on IntegriCloud