index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked context
Andrea Righi
1
-10
/
+27
2025-05-20
sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()
Andrea Righi
1
-0
/
+10
2025-05-20
sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c
Andrea Righi
2
-5
/
+5
2025-05-14
sched_ext: Explain the temporary situation around scx_root dereferences
Tejun Heo
1
-0
/
+8
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2
-121
/
+187
2025-05-14
sched_ext: Cleanup [__]scx_exit/error*()
Tejun Heo
1
-23
/
+25
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2
-59
/
+75
2025-05-14
sched_ext: Clean up scx_root usages
Tejun Heo
2
-61
/
+100
2025-05-14
sched,livepatch: Untangle cond_resched() and live-patching
Peter Zijlstra
1
-42
/
+8
2025-05-13
Merge Energy Model management code changes for 6.16
Rafael J. Wysocki
2
-46
/
+8
2025-05-12
sched/numa: add tracepoint that tracks the skipping of numa balancing due to ...
Libo Chen
1
-1
/
+3
2025-05-12
sched/numa: skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
Libo Chen
1
-0
/
+7
2025-05-12
Merge tag 'sched_ext-for-6.15-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-69
/
+124
2025-05-09
sched_ext: Remove bpf_scx_get_func_proto
Feng Yang
1
-14
/
+1
2025-05-07
cpufreq/sched: Move cpufreq-specific EAS checks to cpufreq
Rafael J. Wysocki
1
-20
/
+5
2025-05-07
cpufreq/sched: schedutil: Add helper for governor checks
Rafael J. Wysocki
3
-7
/
+10
2025-05-07
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-0
/
+6
2025-05-07
sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator
Tejun Heo
1
-0
/
+6
2025-04-30
sched_ext: Avoid NULL scx_root deref in __scx_exit()
Andrea Righi
1
-4
/
+13
2025-04-30
sched_ext: Add RCU protection to scx_root in DSQ iterator
Andrea Righi
1
-1
/
+1
2025-04-30
sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks
John Stultz
1
-0
/
+6
2025-04-29
sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
Tejun Heo
1
-6
/
+2
2025-04-29
sched_ext: Move disable machinery into scx_sched
Tejun Heo
1
-48
/
+25
2025-04-29
sched_ext: Move event_stats_cpu into scx_sched
Tejun Heo
1
-42
/
+58
2025-04-29
sched_ext: Factor out scx_read_events()
Tejun Heo
1
-19
/
+26
2025-04-29
sched_ext: Relocate scx_event_stats definition
Tejun Heo
1
-57
/
+57
2025-04-29
sched_ext: Move global_dsqs into scx_sched
Tejun Heo
1
-46
/
+49
2025-04-29
sched_ext: Move dsq_hash into scx_sched
Tejun Heo
1
-40
/
+82
2025-04-29
sched_ext: Factor out scx_alloc_and_add_sched()
Tejun Heo
1
-22
/
+36
2025-04-29
sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
Tejun Heo
1
-24
/
+18
2025-04-29
sched_ext: Use dynamic allocation for scx_sched
Tejun Heo
1
-66
/
+91
2025-04-29
sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
Tejun Heo
1
-1
/
+10
2025-04-29
sched_ext: Introduce scx_sched
Tejun Heo
2
-115
/
+131
2025-04-29
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-8
/
+2
2025-04-29
sched_ext: Fix rq lock state in hotplug ops
Andrea Righi
1
-2
/
+2
2025-04-26
Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+1
2025-04-26
sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
1
-3
/
+1
2025-04-25
sched_ext: Remove duplicate BTF_ID_FLAGS definitions
Andrea Righi
1
-6
/
+0
2025-04-23
sched_ext: Clarify CPU context for running/stopping callbacks
Andrea Righi
1
-0
/
+18
2025-04-22
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2
-63
/
+118
2025-04-22
sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()
Andrea Righi
1
-4
/
+23
2025-04-22
sched_ext: Track currently locked rq
Andrea Righi
2
-59
/
+95
2025-04-21
Merge tag 'sched_ext-for-6.15-rc3-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-43
/
+7
2025-04-18
sched_ext: add helper for refill task with default slice
Honglei Wang
1
-12
/
+12
2025-04-18
sched_ext: change the variable name for slice refill event
Honglei Wang
1
-11
/
+11
2025-04-17
cpufreq/sched: Set need_freq_update in ignore_dl_rate_limit()
Rafael J. Wysocki
1
-1
/
+4
2025-04-17
cpufreq/sched: Explicitly synchronize limits_changed flag handling
Rafael J. Wysocki
1
-4
/
+24
2025-04-17
cpufreq/sched: Fix the usage of CPUFREQ_NEED_UPDATE_LIMITS
Rafael J. Wysocki
1
-3
/
+15
2025-04-16
sched/fair: Adhere to place_entity() constraints
Peter Zijlstra
1
-1
/
+3
2025-04-16
sched/debug: Print the local group's asym_prefer_cpu
K Prateek Nayak
1
-0
/
+4
[prev]
[next]