summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23cred: Use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel
2024-02-22bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires
2024-02-22bpf: introduce in_sleepable() helperBenjamin Tissoires
2024-02-22bpf: allow more maps in sleepable bpf programsBenjamin Tissoires
2024-02-22panic: add option to dump blocked tasks in panic_printFeng Tang
2024-02-22ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov
2024-02-22user_namespace: remove unnecessary NULL values from kbufLi zeming
2024-02-22panic: suppress gnu_printf warningBaoquan He
2024-02-22bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22hrtimer: Select housekeeping CPU during migrationCosta Shulyupin
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