summaryrefslogtreecommitdiffstats
path: root/kernel/sched/isolation.c
AgeCommit message (Expand)AuthorLines
2025-06-11sched: Make clangd usablePeter Zijlstra-0/+2
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld-1/+1
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long-13/+6
2024-12-02sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"Waiman Long-1/+5
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long-1/+0
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov-1/+6
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov-1/+10
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar-1/+0
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker-29/+62
2022-02-16sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker-9/+10
2022-02-16sched/isolation: Consolidate error handlingFrederic Weisbecker-10/+9
2022-02-16sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker-18/+17
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker-10/+22
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker-3/+1
2020-06-15isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti-1/+2
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu-2/+19
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei-0/+6
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li-2/+10
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li-0/+6
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-03sched/isolation: Require a present CPU in housekeeping maskNicholas Piggin-5/+13
2019-02-13sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar-1/+1
2018-12-03sched: Fix various typos in commentsIngo Molnar-7/+7
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar-7/+0
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar-1/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker-0/+4
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker-1/+2
2017-10-27sched/isolation: Add basic isolcpus flagsFrederic Weisbecker-1/+25
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker-13/+50
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker-12/+30
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker-11/+15
2017-10-27sched/isolation: Use its own static keyFrederic Weisbecker-4/+9
2017-10-27sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker-1/+35
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker-0/+33