summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou1-2/+2
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual1-5/+1
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET2-1/+2
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand1-0/+31
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand1-1/+1
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-1/+4
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-0/+7
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price1-0/+1
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou1-16/+0
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying1-1/+1
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Matthew Wilcox (Oracle)1-0/+14
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma1-0/+6
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou1-2/+2
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou1-2/+5
2024-02-22Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2024-02-22timers: Always queue timers on the local CPUAnna-Maria Behnsen1-10/+4
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen1-0/+1
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen1-0/+2
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2-2/+11
2024-02-22firmware: arm_scmi: Add standard clock OEM definitionsCristian Marussi1-3/+11
2024-02-22firmware: arm_scmi: Add clock check for extended config supportCristian Marussi1-0/+1
2024-02-22clk: fixed-factor: add fwname-based constructor functionsThéo Lebrun1-0/+14
2024-02-22clk: fixed-factor: add optional accuracy supportThéo Lebrun1-1/+11
2024-02-22clk: Provide managed helper to get and enable bulk clocksShradha Todi1-0/+22
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni1-0/+10
2024-02-22mm: convert mm_counter_file() to take a folioKefeng Wang1-4/+4
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang1-3/+3
2024-02-22mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)1-0/+13
2024-02-22mm: list_lru: remove unused macro list_lru_init_key()Haifeng Xu1-2/+0
2024-02-22mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar3-1/+27
2024-02-22net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau1-0/+1
2024-02-22net: phy: Support 100/1000BT1 linkmode advertisementsDimitri Fedrau1-0/+8
2024-02-22bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov1-9/+3
2024-02-21fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche1-0/+2
2024-02-21wifi: cfg80211: use ML element parsing helpersJohannes Berg1-0/+38
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg1-5/+6
2024-02-21wifi: cfg80211: Add KHZ_PER_GHZ to units.h and reuseAndy Shevchenko1-1/+4
2024-02-21net: mdio: mdio-bcm-unimac: Manage clock around I/O accessesFlorian Fainelli1-0/+3
2024-02-21net: wan: framer: remove children from struct framer_ops kdocSimon Horman1-1/+0
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller3-6/+120
2024-02-21netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal1-1/+0
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang1-1/+13
2024-02-21reset: Instantiate reset GPIO controller for shared reset-gpiosKrzysztof Kozlowski1-0/+4
2024-02-21cpufreq: do not open-code of_phandle_args_equal()Krzysztof Kozlowski1-2/+1
2024-02-21of: Add of_phandle_args_equal() helperKrzysztof Kozlowski1-0/+16
2024-02-21libfs: Convert simple directory offsets to use a Maple TreeChuck Lever1-2/+3
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever1-0/+7
2024-02-21libfs: Add simple_offset_empty()Chuck Lever1-0/+1
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams27-78/+157