summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner-9/+9
2024-10-29posix-timers: Drop signal if timer has been deleted or reprogrammedThomas Gleixner-4/+5
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner-4/+6
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner-15/+10
2024-10-29signal: Cleanup flush_sigqueue_mask()Thomas Gleixner-15/+12
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner-85/+77
2024-10-29dma-mapping: trace more error pathsSean Anderson-7/+18
2024-10-29dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_mapSean Anderson-5/+5
2024-10-29dma-mapping: trace dma_alloc/free directionSean Anderson-2/+4
2024-10-29dma-debug: remove DMA_API_DEBUG_SGChristoph Hellwig-19/+0
2024-10-29dma-debug: store a phys_addr_t in struct dma_debug_entryChristoph Hellwig-51/+28
2024-10-29dma-debug: fix a possible deadlock on radix_lockLevi Yun-2/+6
2024-10-28resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price-3/+1
2024-10-28fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes-5/+2
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes-1/+4
2024-10-28configs/debug: make sure PROVE_RCU_LIST=y takes effectJakub Kicinski-0/+1
2024-10-28srcu: Introduce srcu_gp_is_expedited() helper functionPaul E. McKenney-2/+12
2024-10-28srcu: Rename srcu_might_be_idle() to srcu_should_expedite()Paul E. McKenney-7/+9
2024-10-27Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+4
2024-10-27genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()Thorsten Blum-2/+2
2024-10-27genirq/msi: Fix off-by-one error in msi_domain_alloc()Jinjie Ruan-1/+1
2024-10-27posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall-0/+2
2024-10-26sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner-44/+53
2024-10-26sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang-2/+2
2024-10-26sched/uclamp: Fix unnused variable warningChristian Loehle-1/+1
2024-10-25scx: Fix raciness in scx_ops_bypass()David Vernet-12/+17
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda-1/+1
2024-10-25time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda-1/+1
2024-10-25timekeeping: Merge timekeeping_update_staged() and timekeeping_update()Anna-Maria Behnsen-17/+14
2024-10-25timekeeping: Remove TK_MIRROR timekeeping_update() actionAnna-Maria Behnsen-9/+1
2024-10-25timekeeping: Rework do_adjtimex() to use shadow_timekeeperAnna-Maria Behnsen-16/+25
2024-10-25timekeeping: Rework timekeeping_suspend() to use shadow_timekeeperAnna-Maria Behnsen-12/+10
2024-10-25timekeeping: Rework timekeeping_resume() to use shadow_timekeeperAnna-Maria Behnsen-12/+10
2024-10-25timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeperAnna-Maria Behnsen-15/+7
2024-10-25timekeeping: Rework timekeeping_init() to use shadow_timekeeperAnna-Maria Behnsen-9/+7
2024-10-25timekeeping: Rework change_clocksource() to use shadow_timekeeperAnna-Maria Behnsen-11/+7
2024-10-25timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeperAnna-Maria Behnsen-25/+16
2024-10-25timekeeping: Rework do_settimeofday64() to use shadow_timekeeperAnna-Maria Behnsen-26/+16
2024-10-25timekeeping: Provide timekeeping_restore_shadow()Thomas Gleixner-1/+10
2024-10-25timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen-4/+6
2024-10-25timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen-16/+27
2024-10-25timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen-12/+13
2024-10-25timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen-2/+7
2024-10-25timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen-2/+4
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen-43/+29
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner-5/+18
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner-4/+3
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner-10/+6
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner-18/+13
2024-10-25timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen-1/+2