summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-02-22workqueue: Control intensive warning threshold through cmdlineXuewen Yan
2024-02-22Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen
2024-02-22timer_migration: Add tracepointsAnna-Maria Behnsen
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen
2024-02-22timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen
2024-02-22tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)
2024-02-22timers: Check if timers base is handled alreadyAnna-Maria Behnsen
2024-02-22timers: Restructure internal lockingRichard Cochran (linutronix GmbH)
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen
2024-02-22timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen
2024-02-22timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen
2024-02-22timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen
2024-02-22timers: Split next timer interrupt logicAnna-Maria Behnsen
2024-02-22timers: Simplify code in run_local_timers()Anna-Maria Behnsen
2024-02-22timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen
2024-02-22workqueue: Use global variant for add_timer()Anna-Maria Behnsen
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen
2024-02-22timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen
2024-02-22timers: Split out get next timer interruptAnna-Maria Behnsen
2024-02-22timers: Restructure get_next_timer_interrupt()Anna-Maria Behnsen
2024-02-22cpu: Remove stray semicolonMax Kellermann
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang
2024-02-21time/kunit: Use correct format specifierDavid Gow
2024-02-21pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner
2024-02-20workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo
2024-02-20workqueue: Remove clear_work_data()Tejun Heo
2024-02-20workqueue: Factor out work_grab_pending() from __cancel_work_sync()Tejun Heo
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo
2024-02-20workqueue: Introduce work_cancel_flagsTejun Heo
2024-02-20workqueue: Use variable name irq_flags for saving local irq flagsTejun Heo
2024-02-20workqueue: Reorganize flush and cancel[_sync] functionsTejun Heo
2024-02-20workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()Tejun Heo
2024-02-20workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()Tejun Heo
2024-02-20workqueue: Cosmetic changesTejun Heo
2024-02-20hardening: Enable KFENCE in the hardening configMarco Elver
2024-02-20hardening: drop obsolete DRM_LEGACY from config fragmentLukas Bulwahn
2024-02-20hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragmentLukas Bulwahn
2024-02-20sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-02-20genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokensMarc Zyngier