summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-0/+3
|\
| * mm, compaction: capture a page under direct compactionMel Gorman2019-03-061-0/+3
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-5/+7
|\ \
| * | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-1/+1
| * | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-111-3/+16
| |\ \
| * | | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-041-4/+5
| * | | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-0/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-061-21/+46
|\ \ \ \
| * | | | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-16/+44
| * | | | Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider2019-01-211-4/+1Star
| * | | | sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso2019-01-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-3/+2Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-3/+2Star
| |\ \ \ | | |/ / | |/| |
| | * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-3/+2Star
| | |/
* | / bpf: check that BPF programs run with preemption disabledPeter Zijlstra2019-02-191-0/+28
|/ /
* | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
* | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-211-0/+12
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-1/+1
|\
| * kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-3/+3
|\
| * sched: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
| * Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar2018-12-031-29/+24Star
| |\
| * | sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-121-2/+2
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
|\ \ \ | |_|/ |/| |
| * | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-091-1/+1
* | | sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)2018-11-281-8/+11
* | | Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-111-1/+4
|\ \ \ | |/ / |/| / | |/
| * sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-041-1/+4
* | Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-301-21/+13Star
|\ \ | |/ |/|
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-7/+0Star
| * sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano2018-10-251-21/+20Star
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-271-2/+10
* | sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-271-3/+1Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-4/+4
|\ \ | |/ |/|
| * y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann2018-08-291-2/+2
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-2/+2
* | sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki2018-10-041-4/+4
* | sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann2018-10-021-0/+2
* | sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-4/+3Star
* | sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-021-1/+1
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+2
|\
| * signal: Add calculate_sigpending()Eric W. Biederman2018-08-041-0/+2
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-1/+1
|\ \
| * | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-1/+1
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-18/+12Star
|\ \ \
| * | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-35/+32Star
| |\| |
| * | | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-211-18/+12Star
| | |/ | |/|
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-141-1/+0Star
|\ \ \