summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-03sched: Fix various typos in commentsIngo Molnar
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar
2018-11-28sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney
2018-11-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner
2018-10-26sched: introduce this_rq_lock_irq()Johannes Weiner
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-25cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano
2018-10-25sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano
2018-10-04sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki
2018-10-02sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-03signal: Add calculate_sigpending()Eric W. Biederman
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri
2018-07-16sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers