summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-11-21mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka
2022-11-21mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He
2022-10-24mm/slub: remove dead code for debug caches on deactivate_slab()Hyeonggon Yoo
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
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-10-07hugetlb: allocate vma lock for all sharable vmasMike Kravetz