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-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
2024-10-25
timekeeping: Merge timekeeping_update_staged() and timekeeping_update()
Anna-Maria Behnsen
-17
/
+14
2024-10-25
timekeeping: Remove TK_MIRROR timekeeping_update() action
Anna-Maria Behnsen
-9
/
+1
2024-10-25
timekeeping: Rework do_adjtimex() to use shadow_timekeeper
Anna-Maria Behnsen
-16
/
+25
2024-10-25
timekeeping: Rework timekeeping_suspend() to use shadow_timekeeper
Anna-Maria Behnsen
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_resume() to use shadow_timekeeper
Anna-Maria Behnsen
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeper
Anna-Maria Behnsen
-15
/
+7
2024-10-25
timekeeping: Rework timekeeping_init() to use shadow_timekeeper
Anna-Maria Behnsen
-9
/
+7
2024-10-25
timekeeping: Rework change_clocksource() to use shadow_timekeeper
Anna-Maria Behnsen
-11
/
+7
2024-10-25
timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeper
Anna-Maria Behnsen
-25
/
+16
2024-10-25
timekeeping: Rework do_settimeofday64() to use shadow_timekeeper
Anna-Maria Behnsen
-26
/
+16
2024-10-25
timekeeping: Provide timekeeping_restore_shadow()
Thomas Gleixner
-1
/
+10
2024-10-25
timekeeping: Introduce combined timekeeping action flag
Anna-Maria Behnsen
-4
/
+6
2024-10-25
timekeeping: Split out timekeeper update of timekeeping_advanced()
Anna-Maria Behnsen
-16
/
+27
2024-10-25
timekeeping: Add struct tk_data as argument to timekeeping_update()
Anna-Maria Behnsen
-12
/
+13
2024-10-25
timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusable
Anna-Maria Behnsen
-2
/
+7
2024-10-25
timekeeping: Define a struct type for tk_core to make it reusable
Anna-Maria Behnsen
-2
/
+4
2024-10-25
timekeeping: Move timekeeper_lock into tk_core
Anna-Maria Behnsen
-43
/
+29
2024-10-25
timekeeping: Encapsulate locking/unlocking of timekeeper_lock
Thomas Gleixner
-5
/
+18
2024-10-25
timekeeping: Move shadow_timekeeper into tk_core
Thomas Gleixner
-4
/
+3
2024-10-25
timekeeping: Simplify code in timekeeping_advance()
Thomas Gleixner
-10
/
+6
2024-10-25
timekeeping: Abort clocksource change in case of failure
Thomas Gleixner
-18
/
+13
2024-10-25
timekeeping: Avoid duplicate leap state update
Anna-Maria Behnsen
-1
/
+2
[prev]
[next]