summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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/+24
| |\
| * | 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-081-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/+13
|\ \ | |/ |/|
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-7/+0
| * sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano2018-10-251-21/+20
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-261-2/+10
* | sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-261-3/+1
* | 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/+3
* | 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-031-0/+2
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-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/+12
|\ \ \
| * \ \ Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-35/+32
| |\ \ \ | | |/ /
| * | | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-211-18/+12
| | |/ | |/|
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-1/+0
|\ \ \
| * | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-1/+0
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-38/+33
|\ \ \
| * | | sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-171-18/+12
| * | | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-171-20/+21
| |/ /
* | | sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-251-3/+6
* | | sched/debug: Show the sum wait time of a task groupYun Wang2018-07-251-0/+10
* | | sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-1/+1
* | | sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior2018-07-161-9/+4
* | | sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-8/+0
* | | sched/core: Remove the rt_avg codeVincent Guittot2018-07-161-26/+0
* | | sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-151-1/+3
|/ /
* | kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-031-20/+11
* | sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-031-15/+21
|/
* 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
OpenPOWER on IntegriCloud