summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-051-0/+4
* mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)2024-04-051-30/+43
* mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)2024-04-051-0/+3
* Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-2/+1
|\
| * kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-2/+1
* | mm: clean up populate_vma_page_range() FOLL_* flag handlingLinus Torvalds2024-03-291-6/+8
* | mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner2024-03-261-4/+19
* | userfaultfd: fix deadlock warning when locking src and dst VMAsLokesh Gidra2024-03-261-1/+2
* | tmpfs: fix race on handling dquot rbtreeCarlos Maiolino2024-03-261-3/+7
* | mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner2024-03-261-0/+8
* | mm: zswap: fix kernel BUG in sg_init_oneBarry Song2024-03-261-2/+12
* | mm: cachestat: fix two shmem bugsJohannes Weiner2024-03-261-0/+16
* | mm,page_owner: fix recursionOscar Salvador2024-03-261-10/+23
* | mm/memory: fix missing pte marker for !page on pte zapsPeter Xu2024-03-261-1/+3
|/
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-1/+1
|\
| * mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen2024-01-241-1/+1
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-4/+3
|\ \
| * | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-4/+3
* | | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-0/+13
|\ \ \
| * | | mempool: kvmalloc poolKent Overstreet2024-03-131-0/+13
* | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \ \ \
| * | | | treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-1462-2944/+5490
|\ \ \ \
| * | | | mm/zswap: remove the memcpy if acomp is not sleepableBarry Song2024-03-131-2/+4
| * | | | memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang2024-03-131-2/+2
| * | | | mm: prohibit the last subpage from reusing the entire large folioBarry Song2024-03-131-0/+10
| * | | | mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan2024-03-121-0/+6
| * | | | mm/huge_memory: check new folio order when split a folioZi Yan2024-03-121-0/+3
| * | | | mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park2024-03-121-1/+20
| * | | | mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton2024-03-122-4/+22
| * | | | mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)2024-03-121-2/+2
| * | | | mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)2024-03-122-0/+9
| * | | | filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng2024-03-061-0/+46
| * | | | mm,page_owner: drop unnecessary checkOscar Salvador2024-03-061-2/+1
| * | | | mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador2024-03-061-2/+7
| * | | | mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-03-061-1/+12
| * | | | mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu2024-03-061-9/+2
| * | | | mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou2024-03-061-39/+38
| * | | | mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang2024-03-061-1/+2
| * | | | mm: page_alloc: use div64_ul() instead of do_div()Thorsten Blum2024-03-061-1/+1
| * | | | mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)2024-03-061-7/+8
| * | | | mm: make folio_pte_batch available outside of mm/memory.cBarry Song2024-03-062-76/+93
| * | | | mm: constify more page/folio testsMatthew Wilcox (Oracle)2024-03-061-2/+2
| * | | | mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)2024-03-061-1/+1
| * | | | mm: add __dump_folio()Matthew Wilcox (Oracle)2024-03-061-55/+73
| * | | | hugetlb: parallelize 1G hugetlb initializationGang Li2024-03-061-8/+43
| * | | | hugetlb: parallelize 2M hugetlb allocation and initializationGang Li2024-03-061-17/+56
| * | | | Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on2024-03-061-0/+1
| * | | | hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li2024-03-061-10/+12
| * | | | hugetlb: split hugetlb_hstate_alloc_pagesGang Li2024-03-061-44/+43