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
* sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-03-101-1/+1
* Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-174-4/+10
|\
| * mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2023-02-172-2/+6
| * mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe2023-02-161-0/+1
| * mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-161-2/+3
* | Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds2023-02-139-16/+57
|\|
| * mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-092-6/+13
| * mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang2023-02-093-8/+22
| * kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy2023-02-093-1/+21
| * mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-031-1/+1
* | 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