summaryrefslogtreecommitdiffstats
path: root/Documentation/scheduler
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-18/+187
2026-04-14Merge tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds-8/+19
2026-04-09sched_ext: Documentation: improve accuracy of task lifecycle pseudo-codeKuba Piecuch-7/+36
2026-04-09sched/doc: Update yield_task description in sched-design-CFSfangqiurong-3/+2
2026-04-07sched_ext: Documentation: Fix scx_bpf_move_to_local kfunc namefangqiurong-2/+2
2026-04-06sched_ext: Documentation: Add ops.dequeue() to task lifecycleAndrea Righi-9/+15
2026-03-25sched_ext: Documentation: Clarify ops.dispatch() role in task lifecycleAndrea Righi-5/+7
2026-03-21sched_ext: Documentation: Document events sysfs file and module parameterszhidao su-0/+68
2026-03-09sched/deadline: document new sched_getattr() feature for retrieving current p...Tommaso Cucinotta-4/+15
2026-03-07Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo-2/+25
2026-03-06sched_ext: Documentation: Update sched-ext.rstCheng-Yang Chou-2/+25
2026-03-06Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo-1/+2
2026-03-06sched_ext: Documentation: Mention scheduling class precedenceChristian Loehle-1/+2
2026-03-03sched_deadline, docs: fix cpuset example for cgroupv2Matteo Martelli-1/+2
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi-7/+71
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-1/+0
2026-02-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds-7/+0
2026-01-30Documentation: Fix typos in energy model documentationPatrick Little-4/+4
2026-01-23Documentation: use a source-read extension for the index link boilerplateJani Nikula-7/+0
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai-1/+0
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+8
2025-06-09docs/sched: Make the sched-stats documentation consistentSwapnil Sapkal-22/+31
2025-06-09sched_deadline, docs: add affinity setting with cgroup2 cpuset controllerShashank Balaji-6/+23
2025-06-09sched_deadline, docs: replace rt-app examples with chrt or use config.jsonShashank Balaji-22/+34
2025-06-09sched_ext: Documentation: Clarify time slice handling in task lifecycleAndrea Righi-3/+8
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+8
2025-05-22sched_ext, docs: convert mentions of "CFS" to "fair-class scheduler"Shashank Balaji-4/+4
2025-05-21Documentation/scheduler: Fix typo in sched-stats domain field descriptionMadadi Vineeth Reddy-1/+1
2025-05-20sched_ext, docs: add labelShashank Balaji-0/+2
2025-05-13Documentation: scheduler: Changed lowercase acronyms to uppercaseJake Rice-2/+2
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+6
2025-03-24Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+36
2025-03-19sched/debug, Documentation: Remove (most) CONFIG_SCHED_DEBUG references from ...Ingo Molnar-8/+6
2025-03-06sched/rt: Update limit of sched_rt sysctl in documentationShrikanth Hegde-0/+3
2025-02-27sched_ext: Documentation: add task lifecycle summaryAndrea Righi-0/+36
2025-02-21docs: scheduler: fix spelling in sched-bwc documentationSuchit Karunakaran-1/+1
2025-01-23Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds-13/+14
2025-01-06sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ONAndrea Righi-3/+3
2024-12-20docs: Update Schedstat version to 17Swapnil Sapkal-51/+75
2024-12-13Documentation: sched/RT: Update paragraphs about RT bandwidth controlMichal Koutný-10/+11
2024-12-11Documentation: remove :kyb: tagsCengiz Can-3/+3
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo-11/+10
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo-25/+25
2024-10-08sched_ext: Documentation: Update instructions for running example schedulersDevaansh-Kumar-1/+1
2024-09-23sched_ext: Provide a sysfs enable_seq counterAndrea Righi-0/+10
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+317
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+6
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo-8/+6