index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2024-10-30
uprobes: allow put_uprobe() from non-sleepable softirq context
Andrii Nakryiko
-4
/
+16
2024-10-30
sched/ext: Fix scx vs sched_delayed
Peter Zijlstra
-2
/
+12
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
-3
/
+30
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
-1
/
+9
2024-10-30
bpf: Add bpf_mem_alloc_check_size() helper
Hou Tao
-1
/
+13
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
-6
/
+5
2024-10-29
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
-12
/
+2
2024-10-29
Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+20
2024-10-29
Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-12
/
+17
2024-10-29
bpf: Fix out-of-bounds write in trie_get_next_key()
Byeonguk Jeong
-1
/
+1
2024-10-29
sched_ext: Introduce NUMA awareness to the default idle selection policy
Andrea Righi
-17
/
+119
2024-10-29
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
-3
/
+6
2024-10-29
sched: Pass correct scheduling policy to __setscheduler_class
Aboorva Devarajan
-11
/
+11
2024-10-29
ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()
Steven Rostedt
-11
/
+4
2024-10-29
ftrace: Use guard to take the ftrace_lock in release_probe()
Steven Rostedt
-2
/
+1
2024-10-29
ftrace: Use guard to lock ftrace_lock in cache_mod()
Steven Rostedt
-11
/
+6
2024-10-29
ftrace: Use guard for match_records()
Steven Rostedt
-12
/
+6
2024-10-29
fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()
Steven Rostedt
-6
/
+4
2024-10-29
fgraph: Give ret_stack its own kmem cache
Steven Rostedt
-5
/
+28
2024-10-29
fgraph: Separate size of ret_stack from PAGE_SIZE
Steven Rostedt
-1
/
+1
2024-10-29
Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/core
Steven Rostedt
-15
/
+26
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
-17
/
+28
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
-9
/
+9
2024-10-29
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
-4
/
+5
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
-4
/
+6
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
-15
/
+10
2024-10-29
signal: Cleanup flush_sigqueue_mask()
Thomas Gleixner
-15
/
+12
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
-85
/
+77
2024-10-29
dma-mapping: trace more error paths
Sean Anderson
-7
/
+18
2024-10-29
dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
Sean Anderson
-5
/
+5
2024-10-29
dma-mapping: trace dma_alloc/free direction
Sean Anderson
-2
/
+4
2024-10-29
dma-debug: remove DMA_API_DEBUG_SG
Christoph Hellwig
-19
/
+0
2024-10-29
dma-debug: store a phys_addr_t in struct dma_debug_entry
Christoph Hellwig
-51
/
+28
2024-10-29
dma-debug: fix a possible deadlock on radix_lock
Levi Yun
-2
/
+6
2024-10-28
resource,kexec: walk_system_ram_res_rev must retain resource flags
Gregory Price
-3
/
+1
2024-10-28
fork: only invoke khugepaged, ksm hooks if no error
Lorenzo Stoakes
-5
/
+2
2024-10-28
fork: do not invoke uffd on fork if error occurs
Lorenzo Stoakes
-1
/
+4
2024-10-28
configs/debug: make sure PROVE_RCU_LIST=y takes effect
Jakub Kicinski
-0
/
+1
2024-10-28
srcu: Introduce srcu_gp_is_expedited() helper function
Paul E. McKenney
-2
/
+12
2024-10-28
srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
Paul E. McKenney
-7
/
+9
2024-10-27
Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-8
/
+4
2024-10-27
genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()
Thorsten Blum
-2
/
+2
2024-10-27
genirq/msi: Fix off-by-one error in msi_domain_alloc()
Jinjie Ruan
-1
/
+1
2024-10-27
posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
Benjamin Segall
-0
/
+2
2024-10-26
sched: psi: pass enqueue/dequeue flags to psi callbacks directly
Johannes Weiner
-44
/
+53
2024-10-26
sched/numa: Fix the potential null pointer dereference in task_numa_work()
Shawn Wang
-2
/
+2
2024-10-26
sched/uclamp: Fix unnused variable warning
Christian Loehle
-1
/
+1
2024-10-25
scx: Fix raciness in scx_ops_bypass()
David Vernet
-12
/
+17
2024-10-25
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
-1
/
+1
2024-10-25
time: Partially revert cleanup on msecs_to_jiffies() documentation
Miguel Ojeda
-1
/
+1
[prev]
[next]