summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Fix page corruption caused by racy check in __free_pagesDavid Chen2023-02-121-1/+4
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-071-7/+1
* Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-0311-108/+286
|\
| * mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-01-311-0/+1
| * mm: use stack_depot_early_init for kmemleakZhaoyang Huang2023-01-311-2/+3
| * migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-01-311-1/+2
| * mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe2023-01-311-0/+8
| * mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-01-311-6/+19
| * mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao2023-01-311-1/+4
| * Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-01-312-57/+14
| * zsmalloc: fix a race with deferred_handles storingNhat Pham2023-01-311-32/+205
| * mm/khugepaged: fix ->anon_vma raceJann Horn2023-01-311-1/+13
| * mm: fix a few rare cases of using swapin error pte markerPeter Xu2023-01-183-3/+16
| * mm/uffd: fix pte marker when fork() without fork eventPeter Xu2023-01-181-6/+2
| * Sync with v6.2-rc4Andrew Morton2023-01-181-1/+7
| |\
* | | Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka2023-01-291-0/+1
* | | Merge tag 'slab-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-191-0/+2
|\ \ \
| * | | mm, slab: periodically resched in drain_freelist()David Rientjes2023-01-021-0/+2
* | | | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-167-55/+87
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | nommu: fix split_vma() map_count errorLiam Howlett2023-01-111-1/+3
| * | nommu: fix do_munmap() error pathLiam Howlett2023-01-111-1/+2
| * | nommu: fix memory leak in do_mmap() error pathLiam Howlett2023-01-111-1/+1
| * | mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-113-5/+5
| * | kasan: mark kasan_kunit_executing as staticAndrey Konovalov2023-01-111-1/+1
| * | mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu2023-01-111-2/+11
| * | hugetlb: unshare some PMDs when splitting VMAsJames Houghton2023-01-111-9/+35
| * | mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-111-4/+2
| * | mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-111-1/+1
| * | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-111-0/+4
| * | mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-111-8/+6
| * | mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand2023-01-111-8/+9
| * | mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand2023-01-111-14/+7
* | | mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-081-1/+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-151-1/+1
| * mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-151-18/+28
| * mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-151-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
| |\ \