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-26
sched_ext: Bound per-task reenqueues and eject the owning scheduler
Tejun Heo
5
-40
/
+46
2026-07-26
Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
9
-11
/
+58
2026-07-26
Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+25
2026-07-26
RDMA/cgroup: Disambiguate devices across net namespaces
Jiri Pirko
1
-12
/
+59
2026-07-25
sched_ext: Use rcu_access_pointer() for the first_task comparison
Tejun Heo
1
-1
/
+1
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
4
-21
/
+50
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
3
-10
/
+26
2026-07-25
kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
Michal Clapinski
1
-6
/
+16
2026-07-25
liveupdate: Remember FLB retrieve() status
David Matlack
1
-3
/
+7
2026-07-25
liveupdate: Reference count outgoing FLB data
David Matlack
1
-3
/
+7
2026-07-25
liveupdate: reject nonzero reserved value for SESSION_FINISH
Jackie Liu
1
-1
/
+5
2026-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5
Eduard Zingerman
4
-9
/
+12
2026-07-24
tracing: perf: Fix stale head for perf syscall tracing
Steven Rostedt
1
-0
/
+5
2026-07-24
ftrace: Add global mutex to serialize trace_parser access
Tengda Wu
1
-0
/
+13
2026-07-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2026-07-24
rcu-tasks: Dump rtpcp->lazy_timer status in show_rcu_tasks_generic_gp_kthread()
Zqiang
1
-2
/
+6
2026-07-24
rcu-tasks: Update comments in call_rcu_tasks_generic()
Zqiang
1
-1
/
+5
2026-07-24
rcu: Mark accesses to rdp->rcu_cpu_has_work
Paul E. McKenney
1
-4
/
+4
2026-07-24
rcu: Remove unused func parameter from callback-enqueue functions
Joel Fernandes
3
-9
/
+9
2026-07-24
rcu: Remove unused expedited_need_qs field from rcu_state
Joel Fernandes
1
-1
/
+0
2026-07-24
rcu: Use WRITE_ONCE() for ->rcu_need_heavy_qs
Paul E. McKenney
1
-1
/
+2
2026-07-24
rcu: Use this_cpu_{read,write}() for ->cpu_no_qs.b.exp
Paul E. McKenney
2
-4
/
+4
2026-07-24
rcuscale: Add concurrent expedited GP threads for callback scaling tests
Puranjay Mohan
1
-2
/
+82
2026-07-24
rcu: Advance callbacks for expedited GP completion in rcu_core()
Puranjay Mohan
1
-0
/
+17
2026-07-24
rcu: Detect expedited grace period completion in rcu_pending()
Puranjay Mohan
1
-7
/
+31
2026-07-24
rcu: Wake NOCB rcuog kthreads on expedited grace period completion
Puranjay Mohan
4
-17
/
+94
2026-07-24
rcu: Update comments for gp_seq and expedited GP tracking
Puranjay Mohan
2
-18
/
+31
2026-07-24
rcu: Enable RCU callbacks to benefit from expedited grace periods
Puranjay Mohan
4
-24
/
+39
2026-07-24
tracing: Delay module ref count for "enable_event" trigger
Steven Rostedt
1
-2
/
+4
2026-07-24
tracing: Fix use-after-free freeing trigger private data
David Carlier
3
-3
/
+18
2026-07-24
sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERF
Tejun Heo
2
-10
/
+41
2026-07-24
sched_ext: Factor out scx_cpuperf_set()
Tejun Heo
1
-33
/
+45
2026-07-24
sched_ext: Count kicks denied for lacking baseline cid access
Tejun Heo
2
-6
/
+22
2026-07-24
sched_ext: Gate local DSQ reenq on baseline cid access
Tejun Heo
2
-1
/
+20
2026-07-24
bpf: Fix WARNING in bpf_tracing_link_release
Leon Hwang
2
-1
/
+8
2026-07-24
bpf: Fix CFI mismatch in task work callback
Mykyta Yatsenko
1
-4
/
+5
2026-07-24
tracing: Fix context switch counter truncation
Usama Arif
1
-1
/
+1
2026-07-24
tracing: Fix union collision of module and refcnt for dynamic events
Masami Hiramatsu (Google)
1
-1
/
+3
2026-07-24
tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev
Steven Rostedt
1
-1
/
+1
2026-07-23
sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-doc
Liang Luo
1
-3
/
+3
2026-07-24
rv/rtapp: Add wakeup monitor
Nam Cao
8
-1
/
+279
2026-07-24
rv/rtapp/sleep: Stop monitoring kernel threads
Nam Cao
3
-98
/
+46
2026-07-24
rv/rtapp/sleep: Update nanosleep rule
Nam Cao
2
-36
/
+28
2026-07-24
rv/rtapp/sleep: Make the error more informative for user
Nam Cao
2
-12
/
+12
2026-07-23
bpf: Reject passing scalar NULL to nonnull arg of a global subprog
Amery Hung
1
-1
/
+2
2026-07-23
sched_ext: Repair kernel-doc comments
Randy Dunlap
1
-3
/
+6
2026-07-23
rcu-tasks: Remove smp_mb() in rcu_spawn_tasks_kthread_generic()
Zqiang
1
-1
/
+0
2026-07-23
rcu-tasks: Dump rcu tasks status when the boot-test failed
Zqiang
1
-0
/
+5
2026-07-23
rcu-tasks: Remove unused struct rcu_tasks's->n_ipis_fails variables
Zqiang
1
-4
/
+2
2026-07-23
rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0
Joel Fernandes
1
-1
/
+27
[prev]
[next]