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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()
Fushuai Wang
1
-2
/
+2
2025-09-23
tracing: Use vmalloc_array() to improve code
Qianfeng Rong
1
-1
/
+1
2025-09-23
tracing: Have syscall trace events show "0x" for values greater than 10
Steven Rostedt
1
-3
/
+9
2025-09-23
tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
Steven Rostedt
2
-10
/
+8
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
1
-2
/
+2
2025-09-23
VFS/audit: introduce kern_path_parent() for audit
NeilBrown
2
-7
/
+7
2025-09-23
Merge branch 'torture.2025.08.14a' into HEAD
Paul E. McKenney
3
-11
/
+27
2025-09-23
Merge branch 'srcu-next.2025.08.21a' into HEAD
Paul E. McKenney
2
-3
/
+11
2025-09-23
rcu: WQ_UNBOUND added to sync_wq workqueue
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-2
/
+2
2025-09-23
genirq/msi: Remove msi_post_free()
Nam Cao
1
-3
/
+0
2025-09-23
time/sched_clock: Export symbol for sched_clock register function
Daniel Lezcano
1
-2
/
+2
2025-09-22
kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlimit64() paths
Oleg Nesterov
1
-2
/
+20
2025-09-22
bpf: Implement signature verification for BPF programs
KP Singh
2
-2
/
+45
2025-09-22
cpuset: remove is_prs_invalid helper
Chen Ridong
1
-8
/
+3
2025-09-22
cpuset: remove impossible warning in update_parent_effective_cpumask
Chen Ridong
1
-1
/
+0
2025-09-22
cpuset: remove redundant special case for null input in node mask update
Chen Ridong
1
-14
/
+8
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-22
ns: add ns_debug()
Christian Brauner
1
-0
/
+53
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
5
-5
/
+5
2025-09-21
vhost: Take a reference on the task in struct vhost_task.
Sebastian Andrzej Siewior
1
-1
/
+2
2025-09-21
mm/oom_kill: thaw the entire OOM victim process
zhongjinji
1
-1
/
+19
2025-09-21
resource: improve child resource handling in release_mem_region_adjustable()
Sumanth Korikkar
1
-5
/
+45
2025-09-21
dma-remap: drop nth_page() in dma_common_contiguous_remap()
David Hildenbrand
1
-1
/
+1
2025-09-21
task_stack.h: clean-up stack_not_used() implementation
Pasha Tatashin
1
-9
/
+14
2025-09-21
fork: check charging success before zeroing stack
Pasha Tatashin
1
-5
/
+5
2025-09-21
time: Fix spelling mistakes in comments
Haofeng Li
4
-4
/
+4
2025-09-20
kdb: remove redundant check for scancode 0xe0
Colin Ian King
1
-3
/
+0
2025-09-20
kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()
Thorsten Blum
3
-10
/
+32
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
Thorsten Blum
1
-1
/
+1
2025-09-20
kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
Thorsten Blum
1
-6
/
+8
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
Thorsten Blum
1
-2
/
+4
2025-09-20
kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-14
/
+15
2025-09-20
futex: Don't leak robust_list pointer on exec race
Pranav Tyagi
1
-50
/
+56
2025-09-20
futex: Prevent use-after-free during requeue-PI
Sebastian Andrzej Siewior
1
-2
/
+4
2025-09-19
cpuset: fix missing error return in update_cpumask
Chen Ridong
1
-1
/
+2
2025-09-19
cpuset: Use new excpus for nocpu error check when enabling root partition
Chen Ridong
1
-5
/
+1
2025-09-19
cpuset: fix failure to enable isolated partition when containing isolcpus
Chen Ridong
1
-1
/
+1
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
2
-71
/
+57
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
2
-316
/
+25
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
1
-0
/
+9
2025-09-19
bpf: enable callchain sensitive stack liveness tracking
Eduard Zingerman
1
-8
/
+53
2025-09-19
bpf: callchain sensitive stack liveness tracking using CFG
Eduard Zingerman
2
-1
/
+678
2025-09-19
bpf: compute instructions postorder per subprogram
Eduard Zingerman
1
-13
/
+55
2025-09-19
bpf: declare a few utility functions as internal api
Eduard Zingerman
1
-18
/
+16
2025-09-19
bpf: remove redundant REG_LIVE_READ check in stacksafe()
Eduard Zingerman
1
-7
/
+0
2025-09-19
bpf: use compute_live_registers() info in clean_func_state
Eduard Zingerman
1
-6
/
+9
2025-09-19
bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONE
Eduard Zingerman
2
-13
/
+6
[prev]
[next]