summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador2022-03-221-1/+1
* mm/page_alloc: do not prefetch buddies during bulk freeMel Gorman2022-03-221-24/+0
* mm/page_alloc: limit number of high-order pages on PCP during bulk freeMel Gorman2022-03-221-5/+21
* mm/page_alloc: free pages in a single pass during bulk freeMel Gorman2022-03-221-35/+21
* mm/page_alloc: drain the requested list first during bulk freeMel Gorman2022-03-221-0/+4
* mm/page_alloc: simplify how many pages are selected per pcp list during bulk ...Mel Gorman2022-03-221-23/+11
* mm/page_alloc: track range of active PCP lists during bulk freeMel Gorman2022-03-221-4/+13
* mm/page_alloc: fetch the correct pcp buddy during bulk freeMel Gorman2022-03-221-3/+3
* mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-03-221-1/+8
* mm/page_alloc: mark pagesets as __maybe_unusedNathan Chancellor2022-03-221-1/+1
* mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2022-03-222-24/+11
* cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-15/+5
* mm/page_alloc: don't pass pfn to free_unref_page_commit()Nicolas Saenz Julienne2022-03-221-11/+6
* mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()Peter Collingbourne2022-03-221-3/+4
* mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan2022-03-221-23/+21
* mm/vmalloc.c: fix "unused function" warningJiapeng Chong2022-03-221-11/+11
* mm/vmalloc: eliminate an extra orig_gfp_maskUladzislau Rezki (Sony)2022-03-221-6/+5
* mm/vmalloc: add adjust_search_size parameterUladzislau Rezki2022-03-221-9/+28
* mm/vmalloc: Move draining areas out of caller contextUladzislau Rezki (Sony)2022-03-221-13/+17
* mm/vmalloc: remove unneeded function forward declarationMiaohe Lin2022-03-221-1/+0
* mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin2022-03-222-12/+1
* mm/mremap:: use vma_lookup() instead of find_vma()Miaohe Lin2022-03-221-2/+2
* mm/mmap: remove obsolete comment in ksys_mmap_pgoffMiaohe Lin2022-03-221-2/+0
* mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASKHugh Dickins2022-03-221-0/+1
* mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()Miaohe Lin2022-03-221-6/+2
* mm/memory.c: use helper function range_in_vma()Miaohe Lin2022-03-221-1/+1
* mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap2022-03-221-1/+1
* mm: rework swap handling of zap_pte_rangePeter Xu2022-03-221-15/+6
* mm: change zap_details.zap_mapping into even_cowsPeter Xu2022-03-221-9/+7
* mm: rename zap_skip_check_mapping() to should_zap_page()Peter Xu2022-03-221-9/+8
* mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-03-221-9/+31
* mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song2022-03-221-6/+2
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-03-221-0/+3
* mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song2022-03-221-1/+3
* mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()Muchun Song2022-03-221-1/+2
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-03-221-0/+2
* mm: fix missing cache flush for all tail pages of compound pageMuchun Song2022-03-221-2/+5
* mm: thp: fix wrong cache flush in remove_migration_pmd()Muchun Song2022-03-221-1/+2
* mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-222-3/+1
* mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song2022-03-221-4/+4
* mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song2022-03-221-9/+9
* mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song2022-03-221-2/+1
* mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song2022-03-221-36/+3
* mm: list_lru: replace linear array with xarrayMuchun Song2022-03-222-209/+71
* mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song2022-03-222-15/+15
* mm: list_lru: allocate list_lru_one only when neededMuchun Song2022-03-222-54/+73
* mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song2022-03-221-21/+16
* xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-221-1/+1
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-226-53/+177