summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-29Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-10-29bpf: Fix out-of-bounds write in trie_get_next_key()Byeonguk Jeong
2024-10-29sched_ext: Introduce NUMA awareness to the default idle selection policyAndrea Righi
2024-10-29bpf: Force checkpoint when jmp history is too longEduard Zingerman
2024-10-29sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan
2024-10-29ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt
2024-10-29ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt
2024-10-29ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt
2024-10-29ftrace: Use guard for match_records()Steven Rostedt
2024-10-29fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()Steven Rostedt
2024-10-29fgraph: Give ret_stack its own kmem cacheSteven Rostedt
2024-10-29fgraph: Separate size of ret_stack from PAGE_SIZESteven Rostedt
2024-10-29Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/coreSteven Rostedt
2024-10-29posix-timers: Add proper state trackingThomas Gleixner
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner
2024-10-29posix-timers: Drop signal if timer has been deleted or reprogrammedThomas Gleixner
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner
2024-10-29signal: Cleanup flush_sigqueue_mask()Thomas Gleixner
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner
2024-10-29dma-mapping: trace more error pathsSean Anderson
2024-10-29dma-mapping: use trace_dma_alloc for dma_alloc* instead of using trace_dma_mapSean Anderson
2024-10-29dma-mapping: trace dma_alloc/free directionSean Anderson
2024-10-29dma-debug: remove DMA_API_DEBUG_SGChristoph Hellwig
2024-10-29dma-debug: store a phys_addr_t in struct dma_debug_entryChristoph Hellwig
2024-10-29dma-debug: fix a possible deadlock on radix_lockLevi Yun
2024-10-28resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price
2024-10-28fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes
2024-10-28configs/debug: make sure PROVE_RCU_LIST=y takes effectJakub Kicinski
2024-10-28srcu: Introduce srcu_gp_is_expedited() helper functionPaul E. McKenney
2024-10-28srcu: Rename srcu_might_be_idle() to srcu_should_expedite()Paul E. McKenney
2024-10-27Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-27genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()Thorsten Blum
2024-10-27genirq/msi: Fix off-by-one error in msi_domain_alloc()Jinjie Ruan
2024-10-27posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall
2024-10-26sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner
2024-10-26sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang
2024-10-26sched/uclamp: Fix unnused variable warningChristian Loehle
2024-10-25scx: Fix raciness in scx_ops_bypass()David Vernet
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-10-25time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda
2024-10-25timekeeping: Merge timekeeping_update_staged() and timekeeping_update()Anna-Maria Behnsen
2024-10-25timekeeping: Remove TK_MIRROR timekeeping_update() actionAnna-Maria Behnsen
2024-10-25timekeeping: Rework do_adjtimex() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_suspend() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_resume() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_init() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework change_clocksource() to use shadow_timekeeperAnna-Maria Behnsen