aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/basev4.19/standard/preempt-rt/baseBruce Ashfield
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook
2022-09-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-09-05sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-06-10sched: migrate_enable: Remove __schedule() callScott Wood
2021-06-10sched: migrate_enable: Use per-cpu cpu_stop_workScott Wood
2021-06-10sched: migrate_enable: Busy loop until the migration request is completedSebastian Andrzej Siewior
2021-06-10sched/core: migrate_enable() must access takedown_cpu_task on !HOTPLUG_CPUSebastian Andrzej Siewior
2021-06-10sched: migrate_enable: Use stop_one_cpu_nowait()Scott Wood
2021-06-10sched: Lazy migrate_disable processingScott Wood
2021-06-10sched: migrate_enable: Use select_fallback_rq()Scott Wood
2021-06-10sched: migrate disable: Protect cpus_ptr with lockScott Wood
2021-06-10sched: Remove dead __migrate_disabled() checkScott Wood
2021-06-10sched: __set_cpus_allowed_ptr: Check cpus_mask, not cpus_ptrScott Wood
2021-06-10sched: migrate_dis/enable: Use sleeping_lockā€¦() to annotate sleeping pointsScott Wood
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-11-19sched/core: Fix CPU offline/online processDaniel Dragomir
2020-10-30sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-08-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-07-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-17workqueue: reworkSebastian Andrzej Siewior
2019-11-17sched/core: Drop a preempt_disable_rt() statementSebastian Andrzej Siewior
2019-11-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
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-07-27Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-31sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov
2019-05-31sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov
2019-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-20sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-05sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri