summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel
2022-10-28mm/page_isolation: fix clang deadcode warningMaria Yu
2022-10-28memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying
2022-10-28mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long
2022-10-20mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman
2022-10-20hugetlb: fix memory leak associated with vma_lock structureMike Kravetz
2022-10-20mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett
2022-10-20mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-20mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett
2022-10-20mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton
2022-10-20mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz
2022-10-20zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-20mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny
2022-10-12mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao
2022-10-12mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu
2022-10-12mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu
2022-10-12mm: use update_mmu_tlb() on the second threadQi Zheng
2022-10-12kasan: fix array-bounds warnings in testsAndrey Konovalov
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple
2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple
2022-10-12mm/memremap.c: take a pgmap reference on page allocationAlistair Popple
2022-10-12mm: free device private pages have zero refcountAlistair Popple
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-12kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko
2022-10-12mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu
2022-10-12mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett
2022-10-12mmap: fix copy_vma() failure pathLiam Howlett
2022-10-12mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou
2022-10-12mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-11mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park
2022-10-11mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds