summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-02-22user_namespace: remove unnecessary NULL values from kbufLi zeming-1/+1
2024-02-22panic: suppress gnu_printf warningBaoquan He-0/+5
2024-02-22bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)-1/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+29
2024-02-22hrtimer: Select housekeeping CPU during migrationCosta Shulyupin-1/+2
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee-0/+5
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba-2/+1
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy-15/+24
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V-3/+54
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual-6/+0
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+8
2024-02-22workqueue: Control intensive warning threshold through cmdlineXuewen Yan-3/+11
2024-02-22Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+4
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen-21/+15
2024-02-22timer_migration: Add tracepointsAnna-Maria Behnsen-0/+26
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen-8/+2010
2024-02-22timers: Introduce function to check timer base is_idle flagAnna-Maria Behnsen-0/+11
2024-02-22tick/sched: Split out jiffies update helper functionRichard Cochran (linutronix GmbH)-7/+20
2024-02-22timers: Check if timers base is handled alreadyAnna-Maria Behnsen-0/+3
2024-02-22timers: Restructure internal lockingRichard Cochran (linutronix GmbH)-10/+21
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsAnna-Maria Behnsen-5/+100
2024-02-22timers: Split out "get next timer interrupt" functionalityAnna-Maria Behnsen-26/+38
2024-02-22timers: Retrieve next expiry of pinned/non-pinned timers separatelyAnna-Maria Behnsen-4/+31
2024-02-22timers: Keep the pinned timers separate from the othersAnna-Maria Behnsen-29/+56
2024-02-22timers: Split next timer interrupt logicAnna-Maria Behnsen-13/+19
2024-02-22timers: Simplify code in run_local_timers()Anna-Maria Behnsen-8/+6
2024-02-22timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen-1/+7
2024-02-22workqueue: Use global variant for add_timer()Anna-Maria Behnsen-1/+1
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen-0/+34
2024-02-22timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen-4/+9
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen-30/+71
2024-02-22timers: Split out get next timer interruptAnna-Maria Behnsen-9/+14
2024-02-22timers: Restructure get_next_timer_interrupt()Anna-Maria Behnsen-6/+6
2024-02-22cpu: Remove stray semicolonMax Kellermann-1/+1
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-1/+8
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang-1/+1
2024-02-21ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)-0/+4
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang-12/+11
2024-02-21time/kunit: Use correct format specifierDavid Gow-1/+1
2024-02-21pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner-9/+37
2024-02-20workqueue: Make @flags handling consistent across set_work_data() and friendsTejun Heo-16/+16
2024-02-20workqueue: Remove clear_work_data()Tejun Heo-16/+8
2024-02-20workqueue: Factor out work_grab_pending() from __cancel_work_sync()Tejun Heo-52/+80
2024-02-20workqueue: Clean up enum work_bits and related constantsTejun Heo-4/+4
2024-02-20workqueue: Introduce work_cancel_flagsTejun Heo-12/+17
2024-02-20workqueue: Use variable name irq_flags for saving local irq flagsTejun Heo-38/+38
2024-02-20workqueue: Reorganize flush and cancel[_sync] functionsTejun Heo-68/+68
2024-02-20workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()Tejun Heo-3/+3
2024-02-20workqueue: Use rcu_read_lock_any_held() instead of rcu_read_lock_held()Tejun Heo-2/+2
2024-02-20workqueue: Cosmetic changesTejun Heo-16/+14