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-03-03
sched_ext: Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
2
-7
/
+13
2025-03-03
sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()
Andrea Righi
1
-0
/
+3
2025-02-28
Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-02-27
sched/core: Prevent rescheduling when interrupts are disabled
Thomas Gleixner
1
-1
/
+1
2025-02-26
Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-4
/
+7
2025-02-25
sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behavior
Andrea Righi
1
-3
/
+7
2025-02-25
sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance()
Tejun Heo
1
-4
/
+7
2025-02-24
sched_ext: idle: Introduce scx_bpf_nr_node_ids()
Andrea Righi
1
-0
/
+11
2025-02-21
sched: Add unlikey branch hints to several system calls
Colin Ian King
1
-5
/
+5
2025-02-21
sched/core: Remove duplicate included header file stats.h
Thorsten Blum
1
-1
/
+0
2025-02-18
sched_ext: idle: Introduce node-aware idle cpu kfunc helpers
Andrea Righi
1
-0
/
+182
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
4
-13
/
+9
2025-02-18
sched: Compact RSEQ concurrency IDs with reduced threads and affinity
Mathieu Desnoyers
1
-3
/
+22
2025-02-16
Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2025-02-16
sched_ext: idle: Per-node idle cpumasks
Andrea Righi
3
-55
/
+233
2025-02-16
sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
Andrea Righi
3
-11
/
+43
2025-02-16
sched_ext: idle: Make idle static keys private
Andrea Righi
3
-28
/
+32
2025-02-14
Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
5
-45
/
+85
2025-02-14
sched_ext: Provides a sysfs 'events' to expose core event counters
Changwoo Min
1
-1
/
+26
2025-02-14
sched/fair: Refactor can_migrate_task() to elimate looping
I Hsin Cheng
1
-6
/
+5
2025-02-14
sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks
Tianchen Ding
1
-0
/
+4
2025-02-14
sched: Don't define sched_clock_irqtime as static key
Yafang Shao
2
-6
/
+6
2025-02-14
sched: Reduce the default slice to avoid tasks getting an extra tick
zihan zhou
1
-3
/
+3
2025-02-14
sched: Cancel the slice protection of the idle entity
zihan zhou
1
-13
/
+33
2025-02-13
sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP
Tejun Heo
3
-13
/
+38
2025-02-13
sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx
Chuyi Zhou
1
-3
/
+3
2025-02-10
Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
1
-8
/
+21
2025-02-10
sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq()
Tejun Heo
1
-8
/
+21
2025-02-10
sched_ext: Take NUMA node into account when allocating per-CPU cpumasks
Li RongQing
1
-4
/
+5
2025-02-08
sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLED
Tejun Heo
1
-1
/
+12
2025-02-08
sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spot
Tejun Heo
1
-5
/
+7
2025-02-08
Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
1
-4
/
+36
2025-02-08
sched_ext: Fix migration disabled handling in targeted dispatches
Tejun Heo
1
-4
/
+13
2025-02-08
sched_ext: Implement auto local dispatching of migration disabled tasks
Tejun Heo
1
-0
/
+23
2025-02-08
Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+21
2025-02-08
sched: Clarify wake_up_q()'s write to task->wake_q.next
Jann Horn
1
-2
/
+3
2025-02-07
sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFL
Changwoo Min
1
-1
/
+15
2025-02-05
sched: update __cond_resched comment about RCU quiescent states
Ankur Arora
1
-1
/
+3
2025-02-04
sched_ext: Add an event, SCX_EV_BYPASS_DURATION
Changwoo Min
1
-0
/
+12
2025-02-04
sched_ext: Add an event, SCX_EV_BYPASS_DISPATCH
Changwoo Min
1
-2
/
+17
2025-02-04
sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATE
Changwoo Min
1
-0
/
+8
2025-02-04
sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITING
Changwoo Min
1
-1
/
+11
2025-02-02
sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LAST
Changwoo Min
1
-0
/
+9
2025-02-02
sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE
Changwoo Min
1
-0
/
+9
2025-02-02
sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACK
Changwoo Min
1
-0
/
+13
2025-02-02
sched_ext: Implement event counter infrastructure
Changwoo Min
1
-0
/
+103
2025-01-31
sched/debug: Provide slice length for fair tasks
Christian Loehle
1
-0
/
+2
2025-01-30
Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-1
/
+12
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
6
-6
/
+6
2025-01-27
sched_ext: Move built-in idle CPU selection policy to a separate file
Andrea Righi
4
-724
/
+807
[prev]
[next]