aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-11-16mm: huge_memory: use folio_can_map_prot_numa() for pmd folioKefeng Wang1-14/+3
2025-11-16mm: mprotect: convert to folio_can_map_prot_numa()Kefeng Wang3-62/+86
2025-11-16mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()Kefeng Wang1-16/+13
2025-11-16mm: mprotect: always skip dma pinned folio in prot_numa_skip()Kefeng Wang1-3/+6
2025-11-16drivers/base/node: fold unregister_node() into unregister_one_node()Donet Tom1-2/+2
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom2-3/+3
2025-11-16mm: remove the BOUNCE config optionHuacai Chen1-9/+0
2025-11-16vmalloc: update __vmalloc_node_noprof() documentationUladzislau Rezki (Sony)1-5/+2
2025-11-16mm: vmalloc: WARN_ON if mapping size is not PAGE_SIZE alignedYadong Qi1-11/+18
2025-11-16mm/page_owner: simplify zone iteration logic in init_early_allocated_pages()Song Hu1-18/+5
2025-11-16mm/page_owner: rename proc-prefixed variables for claritySong Hu1-10/+8
2025-11-16kasan: cleanup of kasan_enabled() checksSabyrzhan Tasbolatov3-22/+4
2025-11-16kasan: remove __kasan_save_free_info wrapperSabyrzhan Tasbolatov3-8/+3
2025-11-16mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVELokesh Gidra2-72/+12
2025-11-16mm: always call rmap_walk() on locked foliosLokesh Gidra4-48/+21
2025-11-16mm/hugetlb: allow overcommitting gigantic hugepagesUsama Arif1-3/+3
2025-11-16mm/hugetlb: create hstate_is_gigantic_no_runtime helperUsama Arif1-5/+16
2025-11-16mm/page_alloc: prevent reporting pcp->batch = 0Joshua Hahn1-3/+3
2025-11-16mm/page_alloc: clarify batch tuning in zone_batchsizeJoshua Hahn1-4/+3
2025-11-16mm/page_owner: add debugfs file 'show_stacks_handles'Mauricio Faria de Oliveira1-2/+8
2025-11-16mm/page_owner: add debugfs file 'show_handles'Mauricio Faria de Oliveira1-0/+7
2025-11-16mm/page_owner: add struct stack_print_ctx.flagsMauricio Faria de Oliveira1-6/+23
2025-11-16mm/page_owner: introduce struct stack_print_ctxMauricio Faria de Oliveira1-4/+13
2025-11-16mm/dirty: replace READ_ONCE() with pudp_get()Anshuman Khandual1-1/+1
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts3-17/+12
2025-11-16mm/zswap: s/red-black tree/xarray/SeongJae Park1-1/+1
2025-11-16mm/zswap: fix typos: s/zwap/zswap/SeongJae Park2-3/+3
2025-11-16mm/zswap: remove unnecessary dlen writes for incompressible pagesSeongJae Park1-1/+0
2025-11-16mm/vmscan: remove redundant __GFP_NOWARNFushuai Wang1-1/+1
2025-11-16mm: readahead: make thp readahead conditional to mmap_miss logicRoman Gushchin1-30/+38
2025-11-16mm: replace READ_ONCE() with standard page table accessorsAnshuman Khandual6-11/+11
2025-11-16mm/ksm: fix exec/fork inheritance support for prctlxu xin1-3/+17
2025-11-16mm: kvmalloc: add non-blocking support for vmallocUladzislau Rezki (Sony)1-6/+13
2025-11-16mm/vmalloc: update __vmalloc_node_range() documentationUladzislau Rezki (Sony)1-10/+11
2025-11-16kmsan: remove hard-coded GFP_KERNEL flagsUladzislau Rezki (Sony)4-15/+23
2025-11-16mm/kasan: support non-blocking GFP in kasan_populate_vmalloc()Uladzislau Rezki (Sony)1-10/+2
2025-11-16mm/vmalloc: handle non-blocking GFP in __vmalloc_area_node()Uladzislau Rezki (Sony)1-10/+42
2025-11-16mm/vmalloc: defer freeing partly initialized vm_structUladzislau Rezki (Sony)1-3/+31
2025-11-16mm/vmalloc: support non-blocking GFP flags in alloc_vmap_area()Uladzislau Rezki (Sony)1-4/+16
2025-11-16mm/ptdump: replace READ_ONCE() with standard page table accessorsAnshuman Khandual1-5/+5
2025-11-16mm: fix some typos in mm modulejianyun.gao14-20/+20
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-2/+24
2025-11-16convert ramfs and tmpfsAl Viro1-30/+8
2025-11-15mm, swap: fix potential UAF issue for VMA readaheadKairui Song1-0/+13
2025-11-15mm/huge_memory: fix folio split check for anon folios in swapcacheZi Yan1-2/+4
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)1-0/+7
2025-11-14mm/mempool: fix poisoning order>0 pages with HIGHMEMVlastimil Babka1-6/+26
2025-11-13Merge tag 'slab-for-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-2/+6
2025-11-13slab: Remove references to folios from virt_to_slab()Matthew Wilcox (Oracle)1-19/+1
2025-11-13kasan: Remove references to folio in __kasan_mempool_poison_object()Matthew Wilcox (Oracle)1-8/+4