summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-03-101-2/+2
* mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei2023-03-101-0/+3
* mm: memcontrol: deprecate charge movingJohannes Weiner2023-03-101-0/+4
* mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-03-102-5/+5
* mm/damon/paddr: fix missing folio_put()andrew.yang2023-03-101-4/+3
* mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-221-1/+1
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-221-7/+1
* mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2023-02-222-2/+6
* mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-221-2/+3
* mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe2023-02-221-0/+1
* mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-222-6/+13
* kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy2023-02-223-1/+21
* Fix page corruption caused by racy check in __free_pagesDavid Chen2023-02-141-1/+4
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-091-1/+2
* mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe2023-02-091-0/+8
* mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-02-091-6/+19
* mm/khugepaged: fix ->anon_vma raceJann Horn2023-02-091-1/+13
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-091-0/+1
* mm/uffd: fix pte marker when fork() without fork eventPeter Xu2023-02-091-6/+2
* mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao2023-02-091-1/+4
* use less confusing names for iov_iter direction initializersAl Viro2023-02-093-4/+4
* Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka2023-02-011-0/+1
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-01-242-4/+3
* mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-241-1/+1
* mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-241-0/+4
* mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu2023-01-241-2/+11
* mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand2023-01-241-8/+9
* mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand2023-01-241-14/+7
* mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-241-8/+6
* hugetlb: unshare some PMDs when splitting VMAsJames Houghton2023-01-241-9/+35
* mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-241-4/+2
* nommu: fix split_vma() map_count errorLiam Howlett2023-01-241-1/+3
* nommu: fix do_munmap() error pathLiam Howlett2023-01-241-1/+2
* nommu: fix memory leak in do_mmap() error pathLiam Howlett2023-01-241-1/+1
* mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-181-1/+7
* hugetlb: really allocate vma lock for all sharable vmasMike Kravetz2023-01-071-185/+148
* mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira2023-01-041-13/+5
* kmsan: include linux/vmalloc.hArnd Bergmann2023-01-041-0/+1
* kmsan: export kmsan_handle_urbArnd Bergmann2023-01-041-0/+1
* mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers2023-01-041-0/+1
* mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka2023-01-041-1/+2
* mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand2022-12-311-0/+3
* Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-12-103-11/+16
|\
| * memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-2/+13
| * mm/gup: fix gup_pud_range() for daxJohn Starks2022-12-091-1/+1
| * mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett2022-12-091-8/+3
| * tmpfs: fix data loss from failed fallocateHugh Dickins2022-12-091-0/+11
| * mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld2022-12-091-2/+1
* | memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-081-2/+13
* | Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds2022-12-041-3/+0