aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland1-0/+4
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+2
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+18
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+0
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-14/+0
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney1-14/+0
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, introduce available_idle_cpu()Rohit Jain1-0/+14
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman1-21/+1
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar1-1/+6
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-1/+6
2018-05-04sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain1-0/+3
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra1-16/+1
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra1-11/+21
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-04-05kernel/fork.c: detect early free of a live mmMark Rutland1-0/+1
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso1-1/+1
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-2/+6
2018-04-02sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()Dominik Brodowski1-2/+6
2018-03-27sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso1-6/+6
2018-03-20Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-5/+10
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+10
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra1-1/+1
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra1-0/+1
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra1-2/+2
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra1-3/+3
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar1-0/+2
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-27/+13
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-3/+3
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker1-29/+0
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker1-0/+92
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker1-3/+3
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra1-11/+16
2018-02-12sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo1-5/+10
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman1-0/+1
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra1-8/+8
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers1-5/+13
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-10/+0
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+60
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder1-3/+3
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli1-2/+11
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli1-2/+1
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira1-4/+49
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+2
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap1-11/+11