summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-241-1/+1
| * | | mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-241-7/+9
| * | | mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2023-08-242-29/+39
| * | | mm: handle userfaults under VMA lockSuren Baghdasaryan2023-08-241-8/+1
| * | | mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2023-08-242-15/+18
| * | | mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2023-08-242-18/+18
| * | | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-0/+12
| * | | swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan2023-08-243-10/+7
| * | | mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin2023-08-241-2/+1
| * | | mm/memory.c: fix mismergeMatthew Wilcox2023-08-241-1/+1
| * | | mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins2023-08-241-9/+29
| * | | hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz2023-08-241-10/+1
| * | | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-243-6/+8
| |\ \ \
| * | | | mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)2023-08-211-11/+10
| * | | | mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)2023-08-211-1/+1
| * | | | mm: free up a word in the first tail pageMatthew Wilcox (Oracle)2023-08-211-1/+1
| * | | | mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-213-9/+3
| * | | | mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2023-08-212-44/+7
| * | | | mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)2023-08-211-19/+5
| * | | | mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)2023-08-214-14/+14
| * | | | mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)2023-08-213-14/+19
| * | | | mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)2023-08-212-26/+24
| * | | | mm: call free_huge_page() directlyMatthew Wilcox (Oracle)2023-08-211-3/+5
| * | | | mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2023-08-211-7/+0
| * | | | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-2122-86/+226
| |\ \ \ \
| * | | | | Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang2023-08-211-4/+4
| * | | | | mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang2023-08-211-1/+6
| * | | | | mm/ksm: add pages scanned metricStefan Roesch2023-08-211-1/+15
| * | | | | mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)2023-08-211-1/+1
| * | | | | mm/secretmem: use a folio in secretmem_fault()ZhangPeng2023-08-211-6/+8
| * | | | | mm,thp: no space after colon in Mem-Info fieldsHugh Dickins2023-08-211-3/+3
| * | | | | memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai2023-08-211-1/+2
| * | | | | memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai2023-08-211-1/+1
| * | | | | memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai2023-08-211-19/+11
| * | | | | mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)2023-08-211-2/+2
| * | | | | mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)2023-08-211-2/+2
| * | | | | mm/z3fold: remove obsolete comment for struct z3fold_poolXiu Jianfeng2023-08-211-2/+0
| * | | | | mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfnKemeng Shi2023-08-211-2/+2
| * | | | | mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_maskKemeng Shi2023-08-211-19/+11
| * | | | | mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()ZhangPeng2023-08-211-3/+2
| * | | | | Multi-gen LRU: skip CMA pages when they are not eligibleCharan Teja Kalla2023-08-211-1/+1
| * | | | | mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi2023-08-211-3/+3
| * | | | | mm/page_alloc: remove unnecessary parameter batch of nr_pcp_freeKemeng Shi2023-08-211-5/+3
| * | | | | mm/page_alloc: remove track of active PCP lists range in bulk freeKemeng Shi2023-08-211-12/+3
| * | | | | mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V2023-08-211-21/+35
| * | | | | mm/memory_hotplug: support memmap_on_memory when memmap is not aligned to pag...Aneesh Kumar K.V2023-08-211-19/+101
| * | | | | mm/memory_hotplug: allow architecture to override memmap on memory support checkAneesh Kumar K.V2023-08-211-4/+20
| * | | | | mm/memory_hotplug: allow memmap on memory hotplug request to fallbackAneesh Kumar K.V2023-08-211-7/+6
| * | | | | mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V2023-08-211-0/+3
| * | | | | writeback: remove redundant checks for root memcgJinliang Zheng2023-08-211-3/+0