summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-03-17mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport
2021-03-17mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui
2021-03-17mm/memcg: set memcg when splitting pageZhou Guanghui
2021-03-17mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan
2021-03-17mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit
2021-03-17mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi
2021-03-17kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov
2021-03-17arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-03-17Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds
2021-03-07swap: fix swapfile read/write offsetJens Axboe
2021-03-07mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai
2021-03-04mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka
2021-03-04mm/vmscan: restore zone_reclaim_mode ABIDave Hansen
2021-03-04hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz
2021-03-04hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz
2021-03-04mm: memcontrol: fix get_active_memcg return valueMuchun Song
2021-03-04mm: memcontrol: fix swap undercounting in cgroup2Muchun Song
2021-03-04mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2021-03-04mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel
2021-03-04mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang
2021-03-04mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun
2021-03-04mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin
2021-03-04mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-03-04mm: memcontrol: fix slub memory accountingMuchun Song
2021-03-04mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song
2021-03-04zsmalloc: account the number of compacted pages correctlyRokudo Yan
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-02-10mm, slub: better heuristic for number of cpus when calculating slab orderVlastimil Babka
2021-02-09Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner
2021-02-09mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann
2021-02-09kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov
2021-02-05mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song
2021-02-05kasan: make addr_has_metadata() return true for valid addressesVincenzo Frascino
2021-02-05mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long
2021-02-05memblock: do not start bottom-up allocations with kernel_endRoman Gushchin
2021-02-05mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins
2021-02-05mm, compaction: move high_pfn to the for loop scopeRokudo Yan
2021-02-05mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song
2021-02-05mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song
2021-02-05mm: hugetlb: fix a race between isolating and freeing pageMuchun Song
2021-02-05mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2021-01-28Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai
2021-01-26Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen