summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-119-6/+31
|\
| * mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-081-0/+7
| * kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko2022-11-081-0/+2
| * mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik2022-11-081-0/+1
| * mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu2022-11-081-1/+1
| * mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-081-0/+1
| * Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu2022-11-081-3/+6
| * mm/mmap: fix memory leak in mmap_region()Li Zetao2022-11-081-1/+5
| * hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-082-1/+8
* | Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-091-20/+4
|\ \ | |/ |/|
| * mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka2022-11-071-14/+0
| * mm/slab_common: Restore passing "caller" for tracingKees Cook2022-11-061-2/+2
| * mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka2022-11-041-2/+0
| * mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn2022-11-031-2/+2
* | mmap: fix remap_file_pages() regressionLiam Howlett2022-10-281-0/+3
* | mm/shmem: ensure proper fallback if page faultsIra Weiny2022-10-281-0/+17
* | mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny2022-10-281-4/+21
* | x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-281-0/+1
* | mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko2022-10-281-0/+1
* | mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang2022-10-281-0/+7
* | mm: prep_compound_tail() clear page->privateHugh Dickins2022-10-282-1/+2
* | mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel2022-10-281-1/+11
* | mm/page_isolation: fix clang deadcode warningMaria Yu2022-10-281-1/+1
* | memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying2022-10-281-4/+4
* | mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long2022-10-281-19/+42
|/
* mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman2022-10-201-1/+10
* hugetlb: fix memory leak associated with vma_lock structureMike Kravetz2022-10-201-8/+27
* mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett2022-10-201-8/+12
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-10-201-1/+1
* mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett2022-10-201-8/+7
* mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton2022-10-201-1/+2
* mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz2022-10-201-1/+1
* zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov2022-10-201-0/+3
* mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett2022-10-201-6/+11
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-6/+6
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-4/+4
* | Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-151-18/+19
|\ \
| * | mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo2022-10-151-18/+19
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1414-147/+383
|\ \ \
| * | | highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny2022-10-121-12/+31
| * | | mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao2022-10-121-2/+2
| * | | mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu2022-10-121-4/+3
| * | | mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu2022-10-121-7/+52
| * | | mm: use update_mmu_tlb() on the second threadQi Zheng2022-10-121-1/+1
| * | | kasan: fix array-bounds warnings in testsAndrey Konovalov2022-10-121-1/+8
| * | | mm/migrate_device.c: add migrate_device_range()Alistair Popple2022-10-121-7/+82
| * | | mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple2022-10-121-65/+85
| * | | mm/memremap.c: take a pgmap reference on page allocationAlistair Popple2022-10-121-6/+19
| * | | mm: free device private pages have zero refcountAlistair Popple2022-10-122-0/+17