summaryrefslogtreecommitdiff
path: root/Documentation/scheduler
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+8
2025-05-22sched_ext, docs: convert mentions of "CFS" to "fair-class scheduler"Shashank Balaji1-4/+4
2025-05-21Documentation/scheduler: Fix typo in sched-stats domain field descriptionMadadi Vineeth Reddy1-1/+1
2025-05-20sched_ext, docs: add labelShashank Balaji1-0/+2
2025-05-13Documentation: scheduler: Changed lowercase acronyms to uppercaseJake Rice1-2/+2
2025-03-25Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+6
2025-03-25Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2025-03-25Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+36
2025-03-20sched/debug, Documentation: Remove (most) CONFIG_SCHED_DEBUG references from ...Ingo Molnar5-8/+6
2025-03-06sched/rt: Update limit of sched_rt sysctl in documentationShrikanth Hegde1-0/+3
2025-02-27sched_ext: Documentation: add task lifecycle summaryAndrea Righi1-0/+36
2025-02-21docs: scheduler: fix spelling in sched-bwc documentationSuchit Karunakaran1-1/+1
2025-01-24Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2025-01-22Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds3-13/+14
2025-01-06sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ONAndrea Righi1-3/+3
2024-12-20docs: Update Schedstat version to 17Swapnil Sapkal1-51/+75
2024-12-13Documentation: sched/RT: Update paragraphs about RT bandwidth controlMichal Koutný2-10/+11
2024-12-11Documentation: remove :kyb: tagsCengiz Can1-3/+3
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo1-11/+10
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo1-25/+25
2024-10-08sched_ext: Documentation: Update instructions for running example schedulersDevaansh-Kumar1-1/+1
2024-09-23sched_ext: Provide a sysfs enable_seq counterAndrea Righi1-0/+10
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+317
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+6
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo1-8/+6
2024-09-11sched/deadline: Convert schedtool example to chrtChristian Loehle1-8/+6
2024-09-05docs: scheduler: completion: Update member of struct completionI Hsin Cheng1-1/+1
2024-08-07docs: scheduler: Start documenting the EEVDF schedulerCarlos Bilbao3-4/+50
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo1-0/+2
2024-07-09docs/sp_SP: Add translation for scheduler/sched-design-CFS.rstSergio González Collado1-0/+2
2024-07-02sched_ext: Documentation: Remove mentions of scx_bpf_switch_allAboorva Devarajan1-11/+13
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo2-0/+315
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar3-0/+43
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-21sched/doc: Update documentation for base_slice_ns and CONFIG_HZ relationMukesh Kumar Chaurasiya1-0/+3
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar2-18/+18
2024-03-12sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar1-1/+1
2024-03-12sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar1-1/+1
2024-03-12sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar1-2/+2
2024-03-12sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar1-1/+1
2024-03-12sched/debug: Increase SCHEDSTAT_VERSION to 16Ingo Molnar1-0/+5
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri2-0/+40
2023-12-23sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Vincent Guittot1-4/+3
2023-11-26sched/doc: Update documentation after renames and synchronize Chinese versionWenyu Huang1-4/+4
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois1-26/+3
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-6/+7
2023-10-02sched/rt/docs: Use 'real-time' instead of 'realtime'Cyril Hrubis1-17/+17
2023-10-02sched/rt/docs: Clarify & fix sched_rt_* sysctl docsCyril Hrubis1-6/+8
2023-09-11Documentation: Drop or replace remaining mentions of IA64Ard Biesheuvel1-3/+1