summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-102-6/+13
* mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang2023-02-103-8/+22
* kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy2023-02-103-1/+21
* mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-041-1/+1
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-011-0/+1
* mm: use stack_depot_early_init for kmemleakZhaoyang Huang2023-02-011-2/+3
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-011-1/+2
* mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe2023-02-011-0/+8
* mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-02-011-6/+19
* mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao2023-02-011-1/+4
* Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-02-012-57/+14
* zsmalloc: fix a race with deferred_handles storingNhat Pham2023-02-011-32/+205
* mm/khugepaged: fix ->anon_vma raceJann Horn2023-02-011-1/+13
* mm: fix a few rare cases of using swapin error pte markerPeter Xu2023-01-193-3/+16
* mm/uffd: fix pte marker when fork() without fork eventPeter Xu2023-01-191-6/+2
* Sync with v6.2-rc4Andrew Morton2023-01-191-1/+7
|\
| * mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-081-1/+7
* | nommu: fix split_vma() map_count errorLiam Howlett2023-01-121-1/+3
* | nommu: fix do_munmap() error pathLiam Howlett2023-01-121-1/+2
* | nommu: fix memory leak in do_mmap() error pathLiam Howlett2023-01-121-1/+1
* | mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-123-5/+5
* | kasan: mark kasan_kunit_executing as staticAndrey Konovalov2023-01-121-1/+1
* | mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu2023-01-121-2/+11
* | hugetlb: unshare some PMDs when splitting VMAsJames Houghton2023-01-121-9/+35
* | mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-121-4/+2
* | mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-121-1/+1
* | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-121-0/+4
* | mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-121-8/+6
* | mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand2023-01-121-8/+9
* | mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand2023-01-121-14/+7
|/
* memblock: Fix doc for memblock_phys_freeMiaoqian Lin2023-01-041-1/+1
* hugetlb: really allocate vma lock for all sharable vmasMike Kravetz2022-12-211-185/+148
* kmsan: export kmsan_handle_urbArnd Bergmann2022-12-211-0/+1
* kmsan: include linux/vmalloc.hArnd Bergmann2022-12-211-0/+1
* mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers2022-12-211-0/+1
* mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka2022-12-211-1/+2
* Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-192-21/+31
|\
| * mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger2022-12-161-1/+1
| * mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-161-18/+28
| * mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-161-2/+2
* | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-178-12/+8
|\ \ | |/ |/|
| * mm: Remove pointless barrier() after pmdp_get_lockless()Peter Zijlstra2022-12-152-4/+0
| * mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
| * mm: Rename pmd_read_atomic()Peter Zijlstra2022-12-156-7/+7
| * mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-154-6/+43
|\ \
| * \ Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-092-1/+10
| |\ \
| | * | mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| | * | mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-292-1/+9
| | |/
| * / mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu2022-11-092-5/+33
| |/