summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski
2018-03-27sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra
2018-02-12sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2017-10-09sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-09-29sched: Implement interface for cgroup unified hierarchyTejun Heo