summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* userfaultfd/selftests: fix calculation of expected ioctlsAxel Rasmussen2021-11-061-39/+38
* userfaultfd/selftests: fix feature support detectionAxel Rasmussen2021-11-061-23/+31
* userfaultfd/selftests: don't rely on GNU extensions for random numbersAxel Rasmussen2021-11-061-22/+4
* hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_pageMike Kravetz2021-11-061-1/+0
* hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()Baolin Wang2021-11-061-1/+0
* hugetlb: remove redundant validation in has_same_uncharge_info()Baolin Wang2021-11-061-2/+1
* hugetlb: replace the obsolete hugetlb_instantiation_mutex in the commentsBaolin Wang2021-11-061-1/+1
* hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macroBaolin Wang2021-11-061-3/+0
* mm: remove duplicate include in hugepage-mremap.cRan Jianping2021-11-061-1/+0
* hugetlb: support node specified when using cma for gigantic hugepagesBaolin Wang2021-11-062-11/+81
* mm, hugepages: add hugetlb vma mremap() testMina Almasry2021-11-064-0/+173
* mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-063-9/+157
* mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-063-3/+15
* hugetlb: add hugetlb demote page supportMike Kravetz2021-11-061-8/+92
* hugetlb: add demote bool to gigantic page routinesMike Kravetz2021-11-061-11/+43
* hugetlb: be sure to free demoted CMA pages to CMAMike Kravetz2021-11-061-2/+39
* 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