index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-16
liveupdate: fix GET_NAME ioctl argument validation
Jackie Liu
1
-1
/
+1
2026-07-15
sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths
Tejun Heo
5
-4
/
+65
2026-07-15
sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHED
Tejun Heo
2
-10
/
+12
2026-07-15
sched_ext: Move scx_dispatch_sched() to a new inlines.h
Tejun Heo
5
-110
/
+128
2026-07-15
sched_ext: Remove queued ecaps syncs directly on sched teardown
Tejun Heo
2
-26
/
+43
2026-07-15
srcu: expose srcu_readers_active()
Onur Özkan
2
-26
/
+1
2026-07-15
srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
Onur Özkan
2
-11
/
+12
2026-07-15
rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()
Paul E. McKenney
1
-72
/
+76
2026-07-15
rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORK
Paul E. McKenney
1
-1
/
+0
2026-07-15
cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply()
Zhongqiu Han
1
-1
/
+1
2026-07-15
cpufreq: intel_pstate: Adjust the .adjust_perf() driver callback
Rafael J. Wysocki
1
-1
/
+3
2026-07-15
sched/psi: Shut down rtpoll_timer in psi_cgroup_free()
Tejun Heo
1
-0
/
+6
2026-07-15
sched/psi: Create the psimon kthread outside of cgroup_mutex
Tejun Heo
2
-17
/
+75
2026-07-15
bpf: Reject negative const offsets for buffer pointers
Sun Jian
1
-12
/
+19
2026-07-15
bpf: Unify helper and kfunc call argument meta
Amery Hung
2
-57
/
+39
2026-07-15
bpf: Drop redundant pkt_access from bpf_call_arg_meta
Amery Hung
1
-6
/
+4
2026-07-15
bpf: Unify helper and kfunc allocation-size argument handling
Amery Hung
1
-40
/
+47
2026-07-15
bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)
Amery Hung
1
-19
/
+17
2026-07-15
bpf: Factor out raw_mode-related fields in bpf_call_arg_meta
Amery Hung
1
-31
/
+27
2026-07-15
bpf: Remove dynptr check in check_stack_range_initialized()
Amery Hung
1
-25
/
+0
2026-07-15
liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_alloc
Hongfu Li
1
-1
/
+0
2026-07-14
tracing/probes: Eliminate recursion in parse_probe_arg()
Masami Hiramatsu
2
-133
/
+236
2026-07-14
tracing/probes: Extend max length of argument string
Masami Hiramatsu
4
-4
/
+5
2026-07-14
tracing/probes: Sort ERRORS list in trace_probe.h alphabetically
Masami Hiramatsu
1
-80
/
+80
2026-07-14
tracing/probes: Refactor parse_probe_arg()
Masami Hiramatsu
1
-126
/
+174
2026-07-14
tracing/probes: Refactor parse_probe_vars()
Masami Hiramatsu
1
-97
/
+140
2026-07-14
tracing: fprobe: Remove __packed from generic __fprobe_header
Markus Schneider-Pargmann (The Capable Hub)
1
-1
/
+1
2026-07-14
tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
Masami Hiramatsu (Google)
4
-45
/
+134
2026-07-14
tracing/probes: Add $current variable support
Masami Hiramatsu (Google)
4
-3
/
+42
2026-07-14
tracing/probes: Support field specifier option for typecast
Masami Hiramatsu (Google)
3
-57
/
+121
2026-07-14
tracing/probes: Type casting always involves nested calls
Masami Hiramatsu (Google)
2
-51
/
+74
2026-07-14
tracing/probes: Support nested typecast
Masami Hiramatsu (Google)
3
-9
/
+82
2026-07-14
tracing/probes: Support typecast for various probe events
Masami Hiramatsu (Google)
3
-7
/
+23
2026-07-13
sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
Tejun Heo
3
-12
/
+84
2026-07-13
sched_ext: Replay ecaps notifications suppressed by bypass
Tejun Heo
3
-1
/
+40
2026-07-13
sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
Tejun Heo
6
-29
/
+133
2026-07-13
sched_ext: Authorize remote-move inserts against the placing scheduler
Tejun Heo
3
-15
/
+25
2026-07-13
sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
Tejun Heo
4
-15
/
+77
2026-07-13
sched_ext: Add the SCX_CAP_ENQ cap
Tejun Heo
3
-5
/
+22
2026-07-13
sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
Tejun Heo
3
-12
/
+218
2026-07-13
sched_ext: Track the cpu a task is runnable on
Tejun Heo
1
-0
/
+9
2026-07-13
sched_ext: Route task slice writes through set_task_slice()
Tejun Heo
1
-13
/
+19
2026-07-13
sched_ext: Assign a unique id to each scheduler instance
Tejun Heo
2
-0
/
+7
2026-07-13
sched_ext: Add the SCX_CAP_ENQ_IMMED cap
Tejun Heo
4
-6
/
+19
2026-07-13
sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restore
Tejun Heo
3
-2
/
+9
2026-07-13
sched_ext: Add reject DSQ for cap-rejected dispatches
Tejun Heo
5
-9
/
+231
2026-07-13
sched_ext: Generalize local-DSQ handling to rq-owned DSQs
Tejun Heo
1
-12
/
+22
2026-07-13
sched_ext: Add sub_ecaps_updated() effective-cap change notifier
Tejun Heo
4
-15
/
+154
2026-07-13
sched_ext: Maintain per-cpu effective cap copies for single-read checks
Tejun Heo
5
-3
/
+180
2026-07-13
sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulers
Tejun Heo
4
-9
/
+254
[prev]
[next]