summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan9-112/+145
2024-04-26fs: convert alloc_inode_sb() to a macroKent Overstreet1-5/+1
2024-04-26scripts/kallysms: always include __start and __stop symbolsKent Overstreet1-0/+13
2024-04-26mm/slub: mark slab_free_freelist_hook() __always_inlineKent Overstreet1-3/+3
2024-04-26asm-generic/io.h: kill vmalloc.h dependencyKent Overstreet1-1/+0
2024-04-26fix missing vmalloc.h includesKent Overstreet56-0/+59
2024-04-26scripts/kernel-doc: drop "_noprof" on function prototypesRandy Dunlap1-0/+1
2024-04-26percpu: clean up all mappings when pcpu_map_pages() failsYosry Ahmed1-2/+2
2024-04-26mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...Donet Tom1-5/+17
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom5-11/+20
2024-04-26mm: zswap: remove unnecessary check in zswap_find_zpool()Yosry Ahmed1-6/+1
2024-04-26lib/test_hmm.c: handle src_pfns and dst_pfns allocation failureDuoming Zhou1-4/+4
2024-04-26mm: zpool: return pool size in pagesJohannes Weiner6-23/+23
2024-04-26mm: zswap: optimize zswap pool size trackingJohannes Weiner3-54/+52
2024-04-26mm: document pXd_leaf() APIPeter Xu1-5/+19
2024-04-26mm/arm: remove pmd_thp_or_huge()Peter Xu4-6/+2
2024-04-26mm/treewide: remove pXd_huge()Peter Xu17-198/+2
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu10-15/+15
2024-04-26mm/gup: merge pXd huge mapping checksPeter Xu1-4/+3
2024-04-26mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu2-27/+14
2024-04-26mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu2-6/+6
2024-04-26mm/arm: redefine pmd_huge() with pmd_leaf()Peter Xu1-6/+1
2024-04-26mm/arm: use macros to define pmd/pud helpersPeter Xu3-4/+5
2024-04-26mm/sparc: change pXd_huge() behavior to exclude swap entriesPeter Xu1-4/+2
2024-04-26mm/x86: change pXd_huge() behavior to exclude swap entriesPeter Xu1-14/+4
2024-04-26mm/gup: check p4d presence before going onPeter Xu1-2/+2
2024-04-26mm/gup: cache p4d in follow_p4d_mask()Peter Xu1-6/+7
2024-04-26mm/hmm: process pud swap entry without pud_huge()Peter Xu1-6/+1
2024-04-26mm: page_alloc: control latency caused by zone PCP drainingLucas Stach1-4/+7
2024-04-26selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msgDev Jain1-7/+5
2024-04-26mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)David Hildenbrand1-14/+12
2024-04-26mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed4-19/+11
2024-04-26mm: remove guard around pgd_offset_k() macroChristophe Leroy1-2/+0
2024-04-26merge mm-hotfixes-stable into mm-nonmm-stable to pick up needed changesAndrew Morton28-375/+417
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2024-04-25selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Muhammad Usama Anjum2-38/+2
2024-04-25stackdepot: respect __GFP_NOLOCKDEP allocation flagAndrey Ryabinin1-2/+2
2024-04-25hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2024-04-25mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)4-59/+39
2024-04-25mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)3-10/+9
2024-04-25mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)1-23/+47
2024-04-25mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-04-25selftests: mm: fix unused and uninitialized variable warningMuhammad Usama Anjum1-1/+1
2024-04-25selftests/harness: remove use of LINE_MAXEdward Liaw2-4/+9
2024-04-17nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park1-1/+1
2024-04-17MAINTAINERS: update Naoya Horiguchi's email addressNaoya Horiguchi2-2/+3
2024-04-17fork: defer linking file vma until vma is fully initializedMiaohe Lin1-16/+17
2024-04-17mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar2-6/+9
2024-04-17mm,page_owner: defer enablement of static branchOscar Salvador1-1/+1