index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
sched_ext: Drop kf_cpu_valid()
Tejun Heo
2
-31
/
+48
2025-09-23
sched_ext: Add the @sch parameter to ext_idle helpers
Tejun Heo
1
-15
/
+94
2025-09-23
sched_ext: Add the @sch parameter to __bstr_format()
Tejun Heo
1
-7
/
+21
2025-09-23
sched_ext: Separate out scx_kick_cpu() and add @sch to it
Tejun Heo
1
-16
/
+27
2025-09-23
sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()
Tejun Heo
2
-0
/
+14
2025-09-23
sched_ext: Use bitfields for boolean warning flags
Tejun Heo
1
-2
/
+2
2025-09-23
sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()
Tejun Heo
1
-2
/
+1
2025-09-23
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
Tejun Heo
1
-1
/
+1
2025-09-23
sched_ext: Verify RCU protection in scx_bpf_cpu_curr()
Andrea Righi
1
-1
/
+1
2025-09-22
Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-1
/
+27
2025-09-22
sched_ext: idle: Handle migration-disabled tasks in BPF code
Andrea Righi
1
-1
/
+27
2025-09-18
sched_ext: Add migration-disabled counter to error state dump
Andrea Righi
1
-1
/
+2
2025-09-17
Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-6
/
+2
2025-09-16
sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHED
Tejun Heo
1
-1
/
+1
2025-09-16
Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"
Andrea Righi
1
-5
/
+1
2025-09-15
sched/fair: Do not balance task to a throttled cfs_rq
Aaron Lu
1
-4
/
+18
2025-09-15
sched/fair: Do not special case tasks in throttled hierarchy
Aaron Lu
1
-4
/
+4
2025-09-15
sched/fair: update_cfs_group() for throttled cfs_rqs
Aaron Lu
1
-3
/
+0
2025-09-15
sched/fair: Propagate load for throttled cfs_rq
Aaron Lu
1
-8
/
+18
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
1
-3
/
+2
2025-09-13
mm: memory-tiering: fix PGPROMOTE_CANDIDATE counting
Ruan Shiyang
1
-2
/
+3
2025-09-09
sched/core: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-1
/
+1
2025-09-04
sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warning
Andrea Righi
1
-2
/
+5
2025-09-03
sched_ext: deprecation warn for scx_bpf_cpu_rq()
Christian Loehle
2
-0
/
+10
2025-09-03
sched_ext: Introduce scx_bpf_cpu_curr()
Christian Loehle
1
-0
/
+14
2025-09-03
sched_ext: Introduce scx_bpf_locked_rq()
Christian Loehle
1
-0
/
+23
2025-09-03
sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operations
Tejun Heo
3
-56
/
+14
2025-09-03
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
2
-16
/
+19
2025-09-03
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo
4
-1057
/
+1062
2025-09-03
sched_ext: Keep bypass on between enable failure and scx_disable_workfn()
Tejun Heo
1
-1
/
+1
2025-09-03
sched_ext: Make explicit scx_task_iter_relock() calls unnecessary
Tejun Heo
1
-20
/
+23
2025-09-03
sched: Fix sched_numa_find_nth_cpu() if mask offline
Christian Loehle
1
-0
/
+2
2025-09-03
sched/fair: Get rid of throttled_lb_pair()
Aaron Lu
1
-31
/
+4
2025-09-03
sched/fair: Task based throttle time accounting
Aaron Lu
2
-25
/
+32
2025-09-03
sched/fair: Switch to task based throttle model
Valentin Schneider
3
-167
/
+181
2025-09-03
sched/fair: Implement throttle task work and related helpers
Valentin Schneider
1
-0
/
+65
2025-09-03
sched/fair: Add related data structure for task based throttle
Valentin Schneider
3
-0
/
+19
2025-09-03
sched: Move STDL_INIT() functions out-of-line
Peter Zijlstra
1
-0
/
+45
2025-09-03
sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
Peter Zijlstra
1
-18
/
+10
2025-09-03
sched/deadline: Fix race in push_dl_task()
Harshit Agarwal
1
-24
/
+49
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
3
-5
/
+5
2025-08-26
sched/deadline: Don't count nr_running for dl_server proxy tasks
Yicong Yang
1
-2
/
+6
2025-08-26
sched/deadline: Fix RT task potential starvation when expiry time passed
kuyo chang
1
-3
/
+5
2025-08-26
sched/deadline: Always stop dl-server before changing parameters
Juri Lelli
1
-4
/
+2
2025-08-26
sched/deadline: Fix dl_server_stopped()
Huacai Chen
1
-1
/
+1
2025-08-11
sched/ext: Fix invalid task state transitions on class switch
Andrea Righi
1
-0
/
+4
2025-08-04
sched/psi: Fix psi_seq initialization
Peter Zijlstra
1
-5
/
+1
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
6
-190
/
+175
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+20
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-3
/
+10
[prev]
[next]