summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Salvador3-15/+21
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 Hildenbrand5-34/+20
2022-03-23cma: factor out minimum alignment requirementDavid Hildenbrand6-30/+19
2022-03-23mm/page_alloc: don't pass pfn to free_unref_page_commit()Nicolas Saenz Julienne1-11/+6
2022-03-23mm/mmzone.h: remove unused macrosMiaohe Lin1-7/+0
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 Yan2-23/+32
2022-03-23mm/vmalloc: fix comments about vmap_area structBang Li1-2/+2
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
2022-03-23mm/vmalloc: Move draining areas out of caller contextUladzislau Rezki (Sony)1-13/+17
2022-03-23mm/vmalloc: remove unneeded function forward declarationMiaohe Lin1-1/+0
2022-03-23mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin2-12/+1
2022-03-23mm/mremap:: use vma_lookup() instead of find_vma()Miaohe Lin1-2/+2
2022-03-23mm/mmap: remove obsolete comment in ksys_mmap_pgoffMiaohe Lin1-2/+0
2022-03-23mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASKHugh Dickins1-0/+1
2022-03-23mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()Miaohe Lin1-6/+2
2022-03-23mm/memory.c: use helper function range_in_vma()Miaohe Lin1-1/+1
2022-03-23mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap1-1/+1
2022-03-23mm: rework swap handling of zap_pte_rangePeter Xu1-15/+6
2022-03-23mm: change zap_details.zap_mapping into even_cowsPeter Xu1-9/+7
2022-03-23mm: rename zap_skip_check_mapping() to should_zap_page()Peter Xu1-9/+8
2022-03-23mm: don't skip swap entry even if zap_details specifiedPeter Xu1-9/+31
2022-03-23mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song1-6/+2
2022-03-23mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song1-0/+3
2022-03-23mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song1-1/+3
2022-03-23mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()Muchun Song1-1/+2
2022-03-23mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song1-0/+2
2022-03-23mm: fix missing cache flush for all tail pages of compound pageMuchun Song1-2/+5
2022-03-23mm: thp: fix wrong cache flush in remove_migration_pmd()Muchun Song1-1/+2
2022-03-23mm: remove mmu_gathers storage from remaining architecturesStafford Horne3-5/+0