summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | mm: zswap: update comment for struct zswap_entryXiu Jianfeng2023-08-211-1/+2
| * | | | | | | mm: memtest: convert to memtest_report_meminfo()Kefeng Wang2023-08-211-2/+20
| * | | | | | | mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin2023-08-211-3/+3
| * | | | | | | mm: memory-failure: use helper macro llist_for_each_entry_safe()Miaohe Lin2023-08-211-8/+5
| * | | | | | | mm: move dummy_vm_ops out of a headerMateusz Guzik2023-08-211-0/+2
| * | | | | | | mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan2023-08-211-11/+19
| * | | | | | | mm: always lock new vma before inserting into vma treeSuren Baghdasaryan2023-08-211-2/+5
| * | | | | | | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-213-4/+5
| * | | | | | | mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan2023-08-212-2/+2
| * | | | | | | mm/hugetlb.c: use helper macro K()ZhangPeng2023-08-211-1/+1
| * | | | | | | mm/mmap.c: use helper macro K()ZhangPeng2023-08-211-3/+3
| * | | | | | | mm/nommu.c: use helper macro K()ZhangPeng2023-08-211-2/+2
| * | | | | | | mm/shmem.c: use helper macro K()ZhangPeng2023-08-211-2/+1
| * | | | | | | mm/swap_state.c: use helper macro K()ZhangPeng2023-08-211-3/+2
| * | | | | | | mm/swapfile.c: use helper macro K()ZhangPeng2023-08-211-6/+6
| * | | | | | | mm: remove redundant K() macro definitionZhangPeng2023-08-213-6/+1
| * | | | | | | mm: disable kernelcore=mirror when no mirror memoryMa Wupeng2023-08-213-0/+11
| * | | | | | | mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi2023-08-211-1/+1
| * | | | | | | mm/compaction: remove unnecessary return for void functionKemeng Shi2023-08-211-3/+1
| * | | | | | | mm/compaction: correct comment to complete migration failureKemeng Shi2023-08-211-1/+1
| * | | | | | | mm/compaction: correct comment of cached migrate pfn updateKemeng Shi2023-08-211-1/+1
| * | | | | | | mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi2023-08-211-3/+3
| * | | | | | | mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi2023-08-211-0/+1
| * | | | | | | mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi2023-08-211-1/+2
| * | | | | | | mm: no need to export mm_kobjGreg Kroah-Hartman2023-08-211-1/+0