summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/cma: add cma_pages_valid to determine if pages are in CMAMike Kravetz2021-11-062-4/+21
* hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz2021-11-063-3/+183
* mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2021-11-062-13/+3
* mm: hwpoison: handle non-anonymous THP correctlyYang Shi2021-11-061-5/+2
* mm: shmem: don't truncate page if memory failure happensYang Shi2021-11-063-6/+51
* mm: hwpoison: refactor refcount check handlingYang Shi2021-11-061-29/+64
* mm: filemap: coding style cleanup for filemap_map_pmd()Yang Shi2021-11-061-6/+6
* mm/memory_failure: constify static mm_walk_opsRikard Falkeborn2021-11-061-1/+1
* mm: fix data race in PagePoisoned()Marco Elver2021-11-061-1/+1
* mm/page_alloc: use clamp() to simplify codeWang ShaoBo2021-11-061-8/+4
* mm: page_alloc: use migrate_disable() in drain_local_pages_wq()Sebastian Andrzej Siewior2021-11-061-2/+2
* s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-062-15/+0
* powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-13/+0
* mm: make generic arch_is_kernel_initmem_freed() do what it saysChristophe Leroy2021-11-062-14/+15
* mm: create a new system state and fix core_kernel_text()Christophe Leroy2021-11-063-1/+4
* mm/page_alloc.c: show watermark_boost of zone in zoneinfoLiangcai Fan2021-11-062-0/+4
* mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2021-11-064-0/+75
* mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()Eric Dumazet2021-11-061-5/+5
* mm: move fold_vm_numa_events() to fix NUMA without SMPGeert Uytterhoeven2021-11-061-28/+28
* mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven2021-11-062-1/+2
* mm/page_alloc: use accumulated load when building node fallback listKrupa Ramakrishnan2021-11-061-1/+1
* mm/page_alloc: print node fallback orderBharata B Rao2021-11-061-0/+4
* mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]Miaohe Lin2021-11-061-4/+4
* mm/page_alloc.c: use helper function zone_spans_pfn()Miaohe Lin2021-11-061-1/+1
* mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()Miaohe Lin2021-11-061-7/+1
* mm/page_alloc.c: simplify the code by using macro K()Miaohe Lin2021-11-061-7/+5
* mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()Miaohe Lin2021-11-061-3/+1
* mm/large system hash: avoid possible NULL deref in alloc_large_system_hashEric Dumazet2021-11-061-1/+2
* lib/test_vmalloc.c: use swap() to make code cleanerChangcheng Deng2021-11-061-4/+2
* mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun2021-11-063-4/+102
* mm/vmalloc: be more explicit about supported gfp flagsMichal Hocko2021-11-061-2/+10
* kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang2021-11-064-0/+28
* arm64: support page mapping percpu first chunk allocatorKefeng Wang2021-11-062-10/+76
* vmalloc: choose a better start address in vm_area_register_early()Kefeng Wang2021-11-061-6/+12
* vmalloc: back off when the current task is OOM-killedVasily Averin2021-11-061-0/+3
* mm/vmalloc: check various alignments when debuggingUladzislau Rezki (Sony)2021-11-061-4/+4
* mm/vmalloc: do not adjust the search size for alignment overheadUladzislau Rezki (Sony)2021-11-061-9/+13
* mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfoEric Dumazet2021-11-061-1/+2
* mm/vmalloc: make show_numa_info() aware of hugepage mappingsEric Dumazet2021-11-061-3/+3
* mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra2021-11-062-1/+8
* mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()Vasily Averin2021-11-061-3/+4
* mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGang Li2021-11-061-32/+12
* mm: mmap_lock: remove redundant newline in TP_printkGang Li2021-11-061-3/+3
* include/linux/io-mapping.h: remove fallback for writecombineLucas De Marchi2021-11-061-6/+0
* mm/mremap: don't account pages in vma_to_resize()Dmitry Safonov2021-11-061-28/+22
* mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()Liu Song2021-11-061-1/+4
* memory: remove unused CONFIG_MEM_BLOCK_SIZELukas Bulwahn2021-11-061-1/+0
* Documentation: update pagemap with shmem exceptionsTiberiu A Georgescu2021-11-061-0/+22
* mm: remove redundant smp_wmb()Qi Zheng2021-11-062-30/+24
* mm: introduce pmd_install() helperQi Zheng2021-11-063-27/+19