summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-151-0/+4
* rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-041-21/+18
|\
| * sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-141-0/+14
| * sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-21/+1
| * Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-141-1/+6
| |\
| * | sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain2018-05-041-0/+3
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-14/+0
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-14/+0
| |\ \ \ | | |_|/ | |/| |
| | * | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-14/+0
* | | | sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-311-2/+1
* | | | sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-311-12/+30
|/ / /
* | | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| |/ |/|
* | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-041-16/+1
* | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-11/+21
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-151-1/+1
|\
| * sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-1/+1
* | 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
|/ /
OpenPOWER on IntegriCloud