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
2024-10-31
kprobes: Cleanup the config comment
Jinjie Ruan
1
-3
/
+3
2024-10-30
tracing: Replace multiple deprecated strncpy with memcpy
Justin Stitt
1
-4
/
+4
2024-10-30
tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
Ryan Roberts
1
-1
/
+1
2024-10-30
ftrace: Show timings of how long nop patching took
Steven Rostedt
3
-7
/
+21
2024-10-30
uprobes: SRCU-protect uretprobe lifetime (with timeout)
Andrii Nakryiko
1
-35
/
+252
2024-10-30
uprobes: allow put_uprobe() from non-sleepable softirq context
Andrii Nakryiko
1
-4
/
+16
2024-10-30
sched/ext: Fix scx vs sched_delayed
Peter Zijlstra
1
-2
/
+12
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
1
-3
/
+30
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
1
-1
/
+9
2024-10-30
bpf: Add bpf_mem_alloc_check_size() helper
Hou Tao
1
-1
/
+13
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
1
-6
/
+5
2024-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
1
-12
/
+2
2024-10-29
Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-3
/
+20
2024-10-29
Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-12
/
+17
2024-10-29
bpf: Fix out-of-bounds write in trie_get_next_key()
Byeonguk Jeong
1
-1
/
+1
2024-10-29
sched_ext: Introduce NUMA awareness to the default idle selection policy
Andrea Righi
1
-17
/
+119
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
1
-3
/
+6
2024-10-29
sched: Pass correct scheduling policy to __setscheduler_class
Aboorva Devarajan
5
-11
/
+11
2024-10-29
ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()
Steven Rostedt
1
-11
/
+4
2024-10-29
ftrace: Use guard to take the ftrace_lock in release_probe()
Steven Rostedt
1
-2
/
+1
2024-10-29
ftrace: Use guard to lock ftrace_lock in cache_mod()
Steven Rostedt
1
-11
/
+6
2024-10-29
ftrace: Use guard for match_records()
Steven Rostedt
1
-12
/
+6
2024-10-29
fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()
Steven Rostedt
1
-6
/
+4
2024-10-29
fgraph: Give ret_stack its own kmem cache
Steven Rostedt
1
-5
/
+28
2024-10-29
fgraph: Separate size of ret_stack from PAGE_SIZE
Steven Rostedt
1
-1
/
+1
2024-10-29
Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/core
Steven Rostedt
1
-15
/
+26
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
4
-17
/
+28
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
3
-9
/
+9
2024-10-29
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
1
-4
/
+5
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
2
-4
/
+6
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
2
-15
/
+10
2024-10-29
signal: Cleanup flush_sigqueue_mask()
Thomas Gleixner
1
-15
/
+12
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
3
-84
/
+76
2024-10-29
dma-mapping: trace more error paths
Sean Anderson
1
-7
/
+18
2024-10-29
dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
Sean Anderson
1
-5
/
+5
2024-10-29
dma-mapping: trace dma_alloc/free direction
Sean Anderson
1
-2
/
+4
2024-10-29
dma-debug: remove DMA_API_DEBUG_SG
Christoph Hellwig
2
-19
/
+0
2024-10-29
dma-debug: store a phys_addr_t in struct dma_debug_entry
Christoph Hellwig
1
-51
/
+28
2024-10-29
dma-debug: fix a possible deadlock on radix_lock
Levi Yun
1
-2
/
+6
2024-10-28
resource,kexec: walk_system_ram_res_rev must retain resource flags
Gregory Price
1
-3
/
+1
2024-10-28
fork: only invoke khugepaged, ksm hooks if no error
Lorenzo Stoakes
1
-5
/
+2
2024-10-28
fork: do not invoke uffd on fork if error occurs
Lorenzo Stoakes
1
-1
/
+4
2024-10-28
configs/debug: make sure PROVE_RCU_LIST=y takes effect
Jakub Kicinski
1
-0
/
+1
2024-10-28
srcu: Introduce srcu_gp_is_expedited() helper function
Paul E. McKenney
1
-2
/
+12
2024-10-28
srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
Paul E. McKenney
1
-7
/
+9
2024-10-27
Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-8
/
+4
2024-10-27
genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()
Thorsten Blum
1
-2
/
+2
2024-10-27
genirq/msi: Fix off-by-one error in msi_domain_alloc()
Jinjie Ruan
1
-1
/
+1
2024-10-27
posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
Benjamin Segall
1
-0
/
+2
2024-10-26
sched: psi: pass enqueue/dequeue flags to psi callbacks directly
Johannes Weiner
3
-44
/
+53
[prev]
[next]