summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins2-13/+2
2022-03-23userfaultfd: provide unmasked address on page-faultNadav Amit3-2/+6
2022-03-23mm: remove unneeded local variable follflagsMiaohe Lin2-6/+2
2022-03-23mm/hugetlb.c: export PageHeadHuge()David Howells1-0/+1
2022-03-23mm/hugetlb: use helper macro __ATTR_RWMiaohe Lin1-2/+1
2022-03-23hugetlb: clean up potential spectre issue warningsMike Kravetz1-3/+4
2022-03-23mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual1-0/+3
2022-03-23mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song1-0/+2
2022-03-23mm: sparsemem: use page table lock to protect kernel pmd operationsMuchun Song2-20/+43
2022-03-23mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2-7/+7
2022-03-23mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song2-28/+55
2022-03-23mm/mlock: fix potential imbalanced rlimit ucounts adjustmentMiaohe Lin1-0/+1
2022-03-23mm/memory-failure.c: make non-LRU movable pages unhandlableMiaohe Lin1-7/+13
2022-03-23mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pagesMiaohe Lin1-1/+1
2022-03-23mm/memory-failure.c: fix race with changing page compound againMiaohe Lin1-0/+12
2022-03-23mm/hwpoison: add in-use hugepage hwpoison filter judgementluofei1-0/+8
2022-03-23mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei3-3/+11
2022-03-23mm/hwpoison-inject: support injecting hwpoison to free pageMiaohe Lin2-2/+3
2022-03-23mm/memory-failure.c: remove unnecessary PageTransTail checkMiaohe Lin1-1/+1
2022-03-23mm/memory-failure.c: remove obsolete comment in __soft_offline_pageMiaohe Lin1-4/+0
2022-03-23mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()Miaohe Lin1-19/+15
2022-03-23mm/memory-failure.c: remove PageSlab check in hwpoison_filter_devMiaohe Lin1-6/+0
2022-03-23mm/memory-failure.c: fix race with changing page more robustlyMiaohe Lin1-5/+15
2022-03-23mm/memory-failure.c: rework the signaling logic in kill_procMiaohe Lin1-10/+6
2022-03-23mm/memory-failure.c: catch unexpected -EFAULT from vma_address()Miaohe Lin1-0/+1
2022-03-23mm/memory-failure.c: minor clean up for memory_failure_dev_pagemapMiaohe Lin1-2/+2
2022-03-23mm: invalidate hwpoison page cache page in fault pathRik van Riel1-2/+7
2022-03-23mm/hwpoison: fix error page recovered but reported "not recovered"Naoya Horiguchi1-1/+3
2022-03-23mm/memory-failure.c: remove obsolete commentNaoya Horiguchi1-6/+0
2022-03-23mm/page_alloc: check high-order pages for corruption during PCP operationsMel Gorman1-23/+23
2022-03-23mm/page_alloc: call check_new_pages() while zone spinlock is not heldEric Dumazet1-9/+9
2022-03-23mm: count time in drain_all_pages during direct reclaim as memory pressureSuren Baghdasaryan1-4/+6
2022-03-23arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-1/+1
2022-03-23mm/page_alloc: do not prefetch buddies during bulk freeMel Gorman1-24/+0
2022-03-23mm/page_alloc: limit number of high-order pages on PCP during bulk freeMel Gorman1-5/+21
2022-03-23mm/page_alloc: free pages in a single pass during bulk freeMel Gorman1-35/+21
2022-03-23mm/page_alloc: drain the requested list first during bulk freeMel Gorman1-0/+4
2022-03-23mm/page_alloc: simplify how many pages are selected per pcp list during bulk ...Mel Gorman1-23/+11
2022-03-23mm/page_alloc: track range of active PCP lists during bulk freeMel Gorman1-4/+13
2022-03-23mm/page_alloc: fetch the correct pcp buddy during bulk freeMel Gorman1-3/+3
2022-03-23mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple1-1/+8
2022-03-23mm/page_alloc: mark pagesets as __maybe_unusedNathan Chancellor1-1/+1
2022-03-23mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2-24/+11
2022-03-23cma: factor out minimum alignment requirementDavid Hildenbrand1-15/+5
2022-03-23mm/page_alloc: don't pass pfn to free_unref_page_commit()Nicolas Saenz Julienne1-11/+6
2022-03-23mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()Peter Collingbourne1-3/+4
2022-03-23mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan1-23/+21
2022-03-23mm/vmalloc.c: fix "unused function" warningJiapeng Chong1-11/+11
2022-03-23mm/vmalloc: eliminate an extra orig_gfp_maskUladzislau Rezki (Sony)1-6/+5
2022-03-23mm/vmalloc: add adjust_search_size parameterUladzislau Rezki1-9/+28