summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka
2024-02-22memremap.h: correct an error in a commentJohn Groves
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Matthew Wilcox (Oracle)
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou
2024-02-22bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...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 add_timer() variants which modify timer flagsAnna-Maria Behnsen
2024-02-22net: mctp: provide a more specific tag allocation ioctlJeremy Kerr
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr
2024-02-22net: mctp: avoid confusion over local/peer dest/source addressesJeremy Kerr
2024-02-22ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROI...Hans de Goede
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner
2024-02-22firmware: arm_scmi: Add standard clock OEM definitionsCristian Marussi
2024-02-22firmware: arm_scmi: Add clock check for extended config supportCristian Marussi
2024-02-21dt-bindings: clock: mobileye,eyeq5-clk: add bindingsThéo Lebrun
2024-02-21clk: fixed-factor: add fwname-based constructor functionsThéo Lebrun
2024-02-21clk: fixed-factor: add optional accuracy supportThéo Lebrun
2024-02-21dt-bindings: clock: ast2600: Add FSI clockEddie James
2024-02-21clk: Provide managed helper to get and enable bulk clocksShradha Todi
2024-02-21dt-bindings: reset: mediatek: add MT7988 infracfg reset IDsFrank Wunderlich
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2024-02-21mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)
2024-02-21mm: list_lru: remove unused macro list_lru_init_key()Haifeng Xu
2024-02-21mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-02-21net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau
2024-02-21net: phy: Support 100/1000BT1 linkmode advertisementsDimitri Fedrau
2024-02-21net: phy: Add BaseT1 auto-negotiation constantsDimitri Fedrau
2024-02-21bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov