summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-04sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra
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