index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-85
/
+77
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...
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
2024-10-26
sched/numa: Fix the potential null pointer dereference in task_numa_work()
Shawn Wang
1
-2
/
+2
2024-10-26
sched/uclamp: Fix unnused variable warning
Christian Loehle
1
-1
/
+1
2024-10-25
scx: Fix raciness in scx_ops_bypass()
David Vernet
1
-12
/
+17
2024-10-25
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
1
-1
/
+1
2024-10-25
time: Partially revert cleanup on msecs_to_jiffies() documentation
Miguel Ojeda
1
-1
/
+1
2024-10-25
timekeeping: Merge timekeeping_update_staged() and timekeeping_update()
Anna-Maria Behnsen
1
-17
/
+14
2024-10-25
timekeeping: Remove TK_MIRROR timekeeping_update() action
Anna-Maria Behnsen
1
-9
/
+1
2024-10-25
timekeeping: Rework do_adjtimex() to use shadow_timekeeper
Anna-Maria Behnsen
1
-16
/
+25
2024-10-25
timekeeping: Rework timekeeping_suspend() to use shadow_timekeeper
Anna-Maria Behnsen
1
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_resume() to use shadow_timekeeper
Anna-Maria Behnsen
1
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeper
Anna-Maria Behnsen
1
-15
/
+7
2024-10-25
timekeeping: Rework timekeeping_init() to use shadow_timekeeper
Anna-Maria Behnsen
1
-9
/
+7
2024-10-25
timekeeping: Rework change_clocksource() to use shadow_timekeeper
Anna-Maria Behnsen
1
-11
/
+7
2024-10-25
timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeper
Anna-Maria Behnsen
1
-25
/
+16
[prev]
[next]