aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds5-10/+17
2023-07-28Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...Mike Rapoport (IBM)1-4/+0
2023-07-28mm/mempolicy: Take VMA lock before replacing policyJann Horn1-1/+14
2023-07-27mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar1-1/+1
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-07-27mm/pagewalk: fix EFI_PGT_DUMP of espfix areaHugh Dickins1-1/+4
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins1-3/+6
2023-07-27mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang1-5/+5
2023-07-27Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2023-07-27mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn1-12/+16
2023-07-24mm,memblock: reset memblock.reserved to system init state to prevent UAFRik van Riel1-0/+4
2023-07-17mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett1-4/+5
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds6-19/+34
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan1-1/+2
2023-07-05gup: make the stack expansion warning a bit more targetedLinus Torvalds1-10/+41
2023-07-04mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds1-4/+2
2023-07-03mm: validate the mm before dropping the mmap lockLinus Torvalds1-2/+1
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett2-67/+55
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)1-13/+2
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-06-29Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+29
2023-06-29Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds1-4/+5
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds6-93/+62
2023-06-29gup: avoid stack expansion warning for known-good caseLinus Torvalds1-0/+4
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-06-28Merge branch 'expand-stack'Linus Torvalds5-41/+265
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+4
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds95-4046/+3779
2023-06-28mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+2
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-64/+128
2023-06-27gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+0
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+192
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds3-8/+64
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2-8/+157
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-06-24mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-06-23hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-06-23Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz1-16/+10
2023-06-23mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed1-7/+12
2023-06-23mm: memcg: rename and document global_reclaim()Yosry Ahmed1-8/+13
2023-06-23mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang1-40/+44
2023-06-23mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed1-9/+12
2023-06-23mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)5-5/+0
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)7-13/+13
2023-06-23mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)3-24/+21
2023-06-23mm: remove struct pagevecMatthew Wilcox (Oracle)1-9/+9
2023-06-23mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-17/+0
2023-06-23mm: page_alloc: use the correct type of list for free pagesBaolin Wang1-1/+1
2023-06-23mm: backing-dev: make bdi_class a static const structureIvan Orlov1-6/+11
2023-06-23mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins1-5/+0
2023-06-23mm: pass nid to reserve_bootmem_region()Yajun Deng2-23/+38
2023-06-23mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe1-1/+1
2023-06-23mm: fix shmem THP counters on migrationJan Glauber1-0/+5
2023-06-23mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1
2023-06-23kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa4-7/+7
2023-06-23mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang1-1/+34
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton10-112/+134
2023-06-23mm/mglru: make memcg_lru->lock irq safeYu Zhao1-6/+7
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-114/+116
2023-06-21mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet1-1/+2
2023-06-20Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds6-94/+99
2023-06-19mm: page_alloc: make compound_page_dtors staticMiaohe Lin1-1/+1
2023-06-19mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-5/+4
2023-06-19mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park1-0/+24
2023-06-19mm/gup.c: reorganize try_get_folio()Vishal Moola (Oracle)1-43/+43
2023-06-19mm/gup_test.c: convert verify_dma_pinned() to us foliosVishal Moola (Oracle)1-6/+7
2023-06-19kasan: add support for kasan.fault=panic_on_writeMarco Elver1-5/+26
2023-06-19mm: zswap: invaldiate entry after writebackDomenico Cerasuolo1-16/+17
2023-06-19mm: kill lock|unlock_page_memcg()Kefeng Wang3-18/+8
2023-06-19mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li2-3/+3
2023-06-19mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-19percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma1-2/+9
2023-06-19memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-19mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin1-2/+2
2023-06-19userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-16/+15
2023-06-19mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-16/+16
2023-06-19mm: zswap: remove zswap_headerDomenico Cerasuolo1-30/+22
2023-06-19mm: zswap: simplify writeback functionDomenico Cerasuolo1-51/+19
2023-06-19mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo5-75/+12
2023-06-19mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo1-380/+12
2023-06-19mm: zswap: remove page reclaim logic from z3foldDomenico Cerasuolo1-243/+2
2023-06-19mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo1-162/+1
2023-06-19mm: zswap: add pool shrinking mechanismDomenico Cerasuolo1-5/+92
2023-06-19mm: ptep_get() conversionRyan Roberts36-196/+250
2023-06-19mm: ptdump should use ptep_get_lockless()Ryan Roberts1-1/+1
2023-06-19mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas1-0/+5
2023-06-19mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas1-3/+21
2023-06-19mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas3-16/+9
2023-06-19mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar2-2/+2
2023-06-19perf/core: allow pte_offset_map() to failHugh Dickins1-2/+4
2023-06-19mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins1-21/+24
2023-06-19mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins1-4/+0
2023-06-19mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2-27/+17
2023-06-19mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins1-86/+81
2023-06-19mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins1-23/+49
2023-06-19mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins1-10/+18
2023-06-19mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins1-15/+4
2023-06-19mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins1-27/+4
2023-06-19mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins1-9/+7
2023-06-19mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins1-18/+20
2023-06-19mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins1-11/+13
2023-06-19mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins1-54/+68
2023-06-19mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins2-10/+23
2023-06-19mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-57/+17
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins5-13/+22
2023-06-19mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins2-1/+10
2023-06-19mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins1-0/+8
2023-06-19mm/hmm: retry if pte_offset_map() failsHugh Dickins1-0/+2
2023-06-19mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins1-2/+1
2023-06-19mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins1-25/+9
2023-06-19mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins1-10/+23
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins4-12/+20
2023-06-19mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins1-6/+22
2023-06-19mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins1-31/+34
2023-06-19mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins1-4/+0
2023-06-19mm/filemap: allow pte_offset_map_lock() to failHugh Dickins1-7/+5
2023-06-19mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins1-0/+56
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins2-33/+17
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins7-31/+6
2023-06-19mm/vmalloc: replace the ternary conditional operator with min()Lu Hongfei1-1/+1
2023-06-19mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu2-12/+5
2023-06-19vmstat: skip periodic vmstat update for isolated CPUsMarcelo Tosatti1-0/+15
2023-06-19mm: zswap: support exclusive loadsYosry Ahmed3-10/+44
2023-06-19mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu2-20/+13
2023-06-19mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu2-2/+1
2023-06-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-06-19mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu1-4/+4
2023-06-19mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng2-20/+8
2023-06-19mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng1-10/+10
2023-06-19mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng1-16/+16
2023-06-19mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng1-11/+11
2023-06-19memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin1-1/+0
2023-06-19mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin1-2/+2
2023-06-19mm: skip CMA pages when they are not availableZhaoyang Huang1-1/+21
2023-06-19mm: page_isolation: write proper kerneldocJohannes Weiner1-7/+26
2023-06-19Revert "mm: vmscan: make global slab shrink lockless"Qi Zheng1-12/+16
2023-06-19Revert "mm: vmscan: make memcg slab shrink lockless"Qi Zheng1-26/+19
2023-06-19Revert "mm: vmscan: add shrinker_srcu_generation"Qi Zheng1-20/+4
2023-06-19Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng1-8/+17
2023-06-19Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"Qi Zheng1-2/+2
2023-06-19Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"Qi Zheng1-2/+6
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng2-24/+24
2023-06-19mm/khugepaged: fix iteration in collapse_fileDavid Stevens1-1/+0
2023-06-19memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-3/+6
2023-06-19mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes1-4/+13
2023-06-19mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett1-1/+1
2023-06-18mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-20/+17
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-3/+4
2023-06-16Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka5-43/+39
2023-06-16mm/slab_common: use SLAB_NO_MERGE instead of negative refcountVlastimil Babka1-6/+6
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds4-12/+28
2023-06-12zswap: do not shrink if cgroup may not zswapNhat Pham1-2/+9
2023-06-12page cache: fix page_cache_next/prev_miss off by oneMike Kravetz1-10/+16
2023-06-12mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang1-0/+2
2023-06-12mm/gup_test: fix ioctl fail for compat taskHaibo Li1-0/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-4/+3
2023-06-09mm: sparse: mark populate_section_memmap() staticArnd Bergmann1-1/+1
2023-06-09mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappingsLorenzo Stoakes1-0/+101
2023-06-09mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappingsLorenzo Stoakes1-1/+43
2023-06-09mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes1-12/+46
2023-06-09mm/early_ioremap.c: improve the execution efficiency of early_ioremap_setup()Liam Ni1-5/+3
2023-06-09memcg: use helper macro FLUSH_TIMEMiaohe Lin1-1/+1
2023-06-09mm: page_alloc: remove unneeded header filesMiaohe Lin1-4/+0
2023-06-09mm: fix failure to unmap pte on highmem systemsRyan Roberts1-4/+2
2023-06-09mm/damon/ops-common: refactor to use {pte|pmd}p_clear_young_notify()Ryan Roberts1-20/+2
2023-06-09mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-06-09mm: vmalloc must set pte via arch codeRyan Roberts1-2/+8
2023-06-09vmstat: allow_direct_reclaim should use zone_page_state_snapshotMarcelo Tosatti1-1/+1
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig1-51/+15
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-17/+20
2023-06-09filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-20/+28
2023-06-09filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-12/+18
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-4/+4
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-06-09mm: zswap: shrink until can acceptDomenico Cerasuolo1-3/+14
2023-06-09mm/mm_init.c: move set_pageblock_order() to free_area_init()Haifeng Xu1-1/+2
2023-06-09mm: khugepaged: avoid pointless allocation for "struct mm_slot"Xin Hao1-7/+5
2023-06-09mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...Tetsuo Handa1-1/+2
2023-06-09mm/mm_init.c: remove free_area_init_memoryless_node()Haifeng Xu1-6/+1
2023-06-09THP: avoid lock when check whether THP is in deferred listYin Fengwei1-5/+12
2023-06-09swap: comments get_swap_device() with usage ruleHuang Ying1-3/+9
2023-06-09swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying1-4/+1