summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...Stephen Rothwell2023-05-181-3/+3
|\
| * Fix some coding style errors in memblock.cClaudio Migliorelli2023-05-141-3/+3
* | mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang2023-05-162-6/+6
* | mm: page_alloc: move sysctls into it own filsKefeng Wang2023-05-163-14/+102
* | mm: vmscan: use gfp_has_io_fs()Kefeng Wang2023-05-161-1/+1
* | mm: page_alloc: move pm_* function into powerKefeng Wang2023-05-162-38/+1
* | mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-05-161-55/+0
* | mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang2023-05-163-69/+60
* | mm: page_alloc: split out FAIL_PAGE_ALLOCKefeng Wang2023-05-163-74/+67
* | mm: page_alloc: remove alloc_contig_dump_pages() stubKefeng Wang2023-05-161-7/+0
* | mm: page_alloc: squash page_is_consistent()Kefeng Wang2023-05-161-8/+1
* | mm: page_alloc: collect mem statistic into show_mem.cKefeng Wang2023-05-163-403/+430
* | mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang2023-05-163-27/+29
* | mm: page_alloc: move init_on_alloc/free() into mm_init.cKefeng Wang2023-05-162-5/+6
* | mm: page_alloc: move mirrored_kernelcore into mm_init.cKefeng Wang2023-05-162-3/+2
* | mm/zsmalloc: get rid of PAGE_MASKAlexey Romanov2023-05-161-6/+6
* | mm,page_owner: filter out stacks by a threshold counterOscar Salvador2023-05-161-0/+21
* | mm, page_owner: add page_owner_stacks file to print out only stacks and their...Oscar Salvador2023-05-161-0/+27
* | lib/stackdepot: add a refcount field in stack_recordOscar Salvador2023-05-161-0/+6
* | mm/gup: remove vmas array from internal GUP functionsLorenzo Stoakes2023-05-162-66/+41
* | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-05-162-11/+7
* | mm-gup-remove-vmas-parameter-from-get_user_pages_remote-fixAndrew Morton2023-05-161-5/+5
* | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-05-163-16/+12
* | mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-05-162-6/+4
* | mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-05-162-9/+5
* | mm/secretmem: make it on by defaultMike Rapoport (IBM)2023-05-161-1/+1
* | Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""Mel Gorman2023-05-161-1/+0
* | mm: compaction: update pageblock skip when first migration candidate is not a...Mel Gorman2023-05-161-10/+5
* | mm: compaction: only force pageblock scan completion when skip hints are obeyedMel Gorman2023-05-161-2/+3
* | mm: compaction: ensure rescanning only happens on partially scanned pageblocksMel Gorman2023-05-161-2/+3
* | mm, oom: do not check 0 mask in out_of_memory()Haifeng Xu2023-05-161-5/+3
* | mm: memory-failure: move sysctl register in memory_failure_init()Kefeng Wang2023-05-161-9/+2
* | mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin2023-05-161-6/+5
* | kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2023-05-169-162/+161
* | kasan: add kasan_tag_mismatch prototypeArnd Bergmann2023-05-161-0/+3
* | migrate_pages_batch: simplify retrying and failure counting of large foliosHuang Ying2023-05-161-76/+36
* | mm: memory_hotplug: fix format string in warningsRick Wertenbroek2023-05-161-2/+2
* | filemap: remove page_endio()Pankaj Raghav2023-05-161-30/+0
* | mm: avoid rewalk in mmap_regionLiam R. Howlett2023-05-161-0/+3
* | mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett2023-05-161-1/+6
* | mm: update vma_iter_store() to use MAS_WARN_ON()Liam R. Howlett2023-05-161-11/+10
* | mm: update validate_mm() to use vma iteratorLiam R. Howlett2023-05-163-61/+52
* | maple_tree: add format option to mt_dump()Liam R. Howlett2023-05-162-6/+6
* | mm, compaction: Skip all non-migratable pages during scanKhalid Aziz2023-05-161-4/+32
* | mm: optimization on page allocation when CMA enabledZhaoyang Huang2023-05-161-4/+40
* | mm/page_alloc: don't wake up kswapd from rmqueue() unless __GFP_KSWAPD_RECLAI...Tetsuo Handa2023-05-161-1/+2
* | mm/gup: add missing gup_must_unshare() check to gup_huge_pgd()Lorenzo Stoakes2023-05-161-0/+5
* | dmapool: create/destroy cleanupKeith Busch2023-05-161-6/+4
* | mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappingsLorenzo Stoakes2023-05-161-0/+101
* | mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappingsLorenzo Stoakes2023-05-161-1/+43