mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
- Add support for cgroup "cpu.max" interface. - Code organization cleanup so that ext_idle.c doesn't depend on the source-file-inclusion build method of sched/. - Drop UP paths in accordance with sched core changes. - Documentation and other misc changes. -----BEGIN PGP SIGNATURE----- iIQEABYKACwWIQTfIjM1kS57o3GsC/uxYfJx3gVYGQUCaIqnxg4cdGpAa2VybmVs Lm9yZwAKCRCxYfJx3gVYGUh5AQC6YM7ggRPYRmy28m5B0nubpKtCHqPOAHSd/QbY MCiThgD+JuE9ewg3wYO/jvJx3NyIRB1McMnAaG59hf6R0Plh5Qo= =TeLF -----END PGP SIGNATURE----- Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext Pull sched_ext updates from Tejun Heo: - Add support for cgroup "cpu.max" interface - Code organization cleanup so that ext_idle.c doesn't depend on the source-file-inclusion build method of sched/ - Drop UP paths in accordance with sched core changes - Documentation and other misc changes * tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext: sched_ext: Fix scx_bpf_reenqueue_local() reference sched_ext: Drop kfuncs marked for removal in 6.15 sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments sched_ext: Add support for cgroup bandwidth control interface sched_ext, sched/core: Factor out struct scx_task_group sched_ext: Return NULL in llc_span sched_ext: Always use SMP versions in kernel/sched/ext_idle.h sched_ext: Always use SMP versions in kernel/sched/ext_idle.c sched_ext: Always use SMP versions in kernel/sched/ext.h sched_ext: Always use SMP versions in kernel/sched/ext.c sched_ext: Documentation: Clarify time slice handling in task lifecycle sched_ext: Make scx_locked_rq() inline sched_ext: Make scx_rq_bypassing() inline sched_ext: idle: Make local functions static in ext_idle.c sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node() |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| allowed_cpus.bpf.c | ||
| allowed_cpus.c | ||
| config | ||
| create_dsq.bpf.c | ||
| create_dsq.c | ||
| ddsp_bogus_dsq_fail.bpf.c | ||
| ddsp_bogus_dsq_fail.c | ||
| ddsp_vtimelocal_fail.bpf.c | ||
| ddsp_vtimelocal_fail.c | ||
| dsp_local_on.bpf.c | ||
| dsp_local_on.c | ||
| enq_last_no_enq_fails.bpf.c | ||
| enq_last_no_enq_fails.c | ||
| enq_select_cpu.bpf.c | ||
| enq_select_cpu.c | ||
| exit_test.h | ||
| exit.bpf.c | ||
| exit.c | ||
| hotplug_test.h | ||
| hotplug.bpf.c | ||
| hotplug.c | ||
| init_enable_count.bpf.c | ||
| init_enable_count.c | ||
| Makefile | ||
| maximal.bpf.c | ||
| maximal.c | ||
| maybe_null_fail_dsp.bpf.c | ||
| maybe_null_fail_yld.bpf.c | ||
| maybe_null.bpf.c | ||
| maybe_null.c | ||
| minimal.bpf.c | ||
| minimal.c | ||
| numa.bpf.c | ||
| numa.c | ||
| prog_run.bpf.c | ||
| prog_run.c | ||
| reload_loop.c | ||
| runner.c | ||
| scx_test.h | ||
| select_cpu_dfl_nodispatch.bpf.c | ||
| select_cpu_dfl_nodispatch.c | ||
| select_cpu_dfl.bpf.c | ||
| select_cpu_dfl.c | ||
| select_cpu_dispatch_bad_dsq.bpf.c | ||
| select_cpu_dispatch_bad_dsq.c | ||
| select_cpu_dispatch_dbl_dsp.bpf.c | ||
| select_cpu_dispatch_dbl_dsp.c | ||
| select_cpu_dispatch.bpf.c | ||
| select_cpu_dispatch.c | ||
| select_cpu_vtime.bpf.c | ||
| select_cpu_vtime.c | ||
| test_example.c | ||
| util.c | ||
| util.h | ||