aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2020-08-13sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-16sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-07-11sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-07-11sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-05-15sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood
2020-05-15sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-05-15timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-05-15sched/core: Don't skip remote tick for idle CPUsScott Wood
2020-01-19sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-09sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-09-10sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin
2019-04-19sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov
2019-04-19sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov
2019-04-19sched/core: Fix typo in commentJoel Savitz
2019-04-18sched/core: Make some functions staticYueHaibing
2019-04-16sched/core: Unify p->on_rq updatesPeter Zijlstra
2019-04-16sched/core: Remove ttwu_activate()Peter Zijlstra
2019-04-16sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-19sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso
2019-01-21Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider
2019-01-21sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso
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