summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | hugetlb: support node specified when using cma for gigantic hugepagesBaolin Wang2021-11-061-9/+77
| * | | | mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-062-9/+138
| * | | | mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedLiangcai Fan2021-11-062-3/+14
| * | | | 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-061-4/+20
| * | | | hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz2021-11-061-1/+154
| * | | | mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu2021-11-061-3/+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/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
| * | | | 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-061-0/+13
| * | | | 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-061-0/+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
| * | | | mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun2021-11-062-4/+98
| * | | | 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-062-0/+6
| * | | | 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-061-0/+7
| * | | | mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()Vasily Averin2021-11-061-3/+4
| * | | | 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
| * | | | mm: remove redundant smp_wmb()Qi Zheng2021-11-062-30/+24
| * | | | mm: introduce pmd_install() helperQi Zheng2021-11-063-27/+19
| * | | | mm: add zap_skip_check_mapping() helperPeter Xu2021-11-061-23/+6