summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-10-25timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework do_settimeofday64() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Provide timekeeping_restore_shadow()Thomas Gleixner
2024-10-25timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen
2024-10-25timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen
2024-10-25timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen
2024-10-25timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen
2024-10-25timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner
2024-10-25timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen
2024-10-25timekeeping: Don't stop time readers across hard_pps() updateThomas Gleixner
2024-10-25timekeeping: Read NTP tick length only onceThomas Gleixner
2024-10-25locking/osq_lock: Use atomic_try_cmpxchg_release() in osq_unlock()Uros Bizjak
2024-10-24fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt
2024-10-24fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24locking/rtmutex: Fix misleading commentPeter Zijlstra
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau
2024-10-24bpf: Postpone bpf_obj_free_fields to the rcu callbackMartin KaFai Lau
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau
2024-10-24bpf: Handle BPF_UPTR in verifierKui-Feng Lee