summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi
2021-09-03mm/migrate: update node demotion order on hotplug eventsDave Hansen
2021-09-03mm/numa: automatically generate node migration orderDave Hansen
2021-09-03userfaultfd: change mmap_changing to atomicNadav Amit
2021-09-03hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz
2021-09-03hugetlb: before freeing hugetlb page set dtor to appropriate valueMike Kravetz
2021-09-03hugetlb: drop ref count earlier after page allocationMike Kravetz
2021-09-03hugetlb: simplify prep_compound_gigantic_page ref count racing codeMike Kravetz
2021-09-03mm: fix panic caused by __page_handle_poison()Michael Wang
2021-09-03mm: hwpoison: dump page for unhandlable pageYang Shi
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin
2021-09-03mm/page_isolation: tracing: trace all test_pages_isolated failuresGeorge G. Davis
2021-09-03mm/page_alloc.c: use in_task()Vasily Averin
2021-09-03mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport
2021-09-03mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function war...Nico Pache
2021-09-03memblock: stop poisoning raw allocationsMike Rapoport
2021-09-03mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport
2021-09-03mm/page_alloc: always initialize memory map for the holesMike Rapoport
2021-09-03mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin
2021-09-03mm/vmalloc: fix wrong behavior in vreadChen Wandun
2021-09-03mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)
2021-09-03mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)
2021-09-03mm/sparse: clarify pgdat_to_physMiles Chen
2021-09-03include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox
2021-09-03mm: sparse: remove __section_nr() functionOhhoon Kwon
2021-09-03mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon
2021-09-03mm/bootmem_info.c: mark __init on register_page_bootmem_info_sectionMuchun Song
2021-09-03mm/mremap: fix memory account on do_munmap() failureChen Wandun
2021-09-03remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo
2021-09-03mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying
2021-09-03memcg: make memcg->event_list_lock irqsafeShakeel Butt
2021-09-03memcg: fix up drain_local_stock commentMichal Hocko
2021-09-03mm, memcg: save some atomic ops when flush is already trueMiaohe Lin
2021-09-03mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan
2021-09-03shmem: shmem_writepage() split unlikely i915 THPHugh Dickins
2021-09-03huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins
2021-09-03huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins