index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches
Tejun Heo
2
-18
/
+153
2024-07-12
sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUP
Tejun Heo
2
-6
/
+13
2024-07-12
sched_ext: Unpin and repin rq lock from balance_scx()
Tejun Heo
1
-59
/
+34
2024-07-12
sched_ext: Open-code task_linked_on_dsq()
Tejun Heo
1
-8
/
+3
2024-07-12
sched: Move struct balance_callback definition upward
Tejun Heo
1
-5
/
+5
2024-07-09
sched_ext: Make scx_bpf_reenqueue_local() skip tasks that are being migrated
Tejun Heo
1
-0
/
+14
2024-07-09
sched_ext: Reimplement scx_bpf_reenqueue_local()
Tejun Heo
1
-14
/
+14
2024-07-08
sched_ext/scx_qmap: Add an example usage of DSQ iterator
Tejun Heo
2
-2
/
+31
2024-07-08
sched_ext: Implement DSQ iterator
Tejun Heo
3
-2
/
+196
2024-07-08
sched_ext: Take out ->priq and ->flags from scx_dsq_node
Tejun Heo
3
-33
/
+33
2024-07-08
sched, sched_ext: Move some declarations from kernel/sched/ext.h to sched.h
Tejun Heo
2
-45
/
+59
2024-07-08
sched, sched_ext: Open code for_balance_class_range()
Tejun Heo
2
-10
/
+13
2024-07-08
sched_ext: Minor cleanups in kernel/sched/ext.h
Tejun Heo
2
-8
/
+6
2024-07-08
sched_ext: Disallow loading BPF scheduler if isolcpus= domain isolation is in effect
Tejun Heo
2
-0
/
+7
2024-07-08
sched_ext: Account for idle policy when setting p->scx.weight in scx_ops_enable_task()
Tejun Heo
1
-9
/
+10
2024-07-08
sched, sched_ext: Simplify dl_prio() case handling in sched_fork()
Tejun Heo
1
-10
/
+4
2024-07-08
sched/ext: Add BPF function to fetch rq
Hongyan Xia
2
-0
/
+14
2024-07-04
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks
Tejun Heo
3
-18
/
+14
2024-07-04
sched/psi: Optimise psi_group_change a bit
Tvrtko Ursulin
1
-27
/
+27
2024-07-02
sched_ext: Documentation: Remove mentions of scx_bpf_switch_all
Aboorva Devarajan
1
-11
/
+13
2024-07-01
sched_ext: Swap argument positions in kcalloc() call to avoid compiler warning
Tejun Heo
1
-1
/
+1
2024-06-27
sched_ext: add CONFIG_DEBUG_INFO_BTF dependency
Andrea Righi
1
-1
/
+1
2024-06-27
sched_ext: fix typo in set_weight() description
Andrea Righi
1
-1
/
+1
2024-06-27
sched_ext: Fix spelling mistake: "intead" -> "instead"
Colin Ian King
1
-1
/
+1
2024-06-24
sched_ext: Drop tools_clean target from the top-level Makefile
Tejun Heo
1
-7
/
+1
2024-06-23
sched_ext: Make scx_bpf_cpuperf_set() @cpu arg signed
David Vernet
1
-1
/
+1
2024-06-21
sched_ext: Add cpuperf support
Tejun Heo
7
-6
/
+252
2024-06-21
cpufreq_schedutil: Refactor sugov_cpu_is_busy()
Tejun Heo
1
-20
/
+18
2024-06-21
sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_class()
Tejun Heo
4
-15
/
+16
2024-06-18
sched_ext: Add selftests
David Vernet
51
-0
/
+3244
2024-06-18
sched_ext: Documentation: scheduler: Document extensible scheduler class
Tejun Heo
7
-0
/
+580
2024-06-18
sched_ext: Add vtime-ordered priority queue to dispatch_q's
Tejun Heo
6
-26
/
+267
2024-06-18
sched_ext: Implement core-sched support
Tejun Heo
7
-20
/
+346
2024-06-18
sched_ext: Bypass BPF scheduler while PM events are in progress
Tejun Heo
1
-0
/
+34
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_online/offline()
Tejun Heo
10
-12
/
+290
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_acquire/release()
David Vernet
7
-7
/
+240
2024-06-18
sched_ext: Implement SCX_KICK_WAIT
David Vernet
4
-7
/
+85
2024-06-18
sched_ext: Track tasks that are subjects of the in-flight SCX operation
Tejun Heo
2
-17
/
+76
2024-06-18
sched_ext: Implement tickless support
Tejun Heo
7
-13
/
+242
2024-06-18
sched_ext: Add task state tracking operations
Tejun Heo
1
-0
/
+105
2024-06-18
sched_ext: Make watchdog handle ops.dispatch() looping stall
Tejun Heo
3
-2
/
+38
2024-06-18
sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU
Tejun Heo
3
-1
/
+320
2024-06-18
sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
Tejun Heo
4
-13
/
+227