aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-04-05mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
2023-04-05mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-04-05mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao1-3/+5
2023-04-05mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett1-1/+2
2023-03-28mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-03-28mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds7-18/+45
2023-03-24Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-03-23kfence: avoid passing -g for testMarco Elver1-1/+1
2023-03-23mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song1-2/+8
2023-03-23Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne1-1/+2
2023-03-23mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett1-2/+9
2023-03-23mm: fix error handling for map_deny_write_execJoey Gouly1-1/+1
2023-03-23mm: deduplicate error handling for map_deny_write_execJoey Gouly1-6/+1
2023-03-23mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko1-5/+23
2023-03-22mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven1-1/+1
2023-03-07mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces...SeongJae Park1-1/+1
2023-03-07mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young()SeongJae Park1-2/+1
2023-03-07migrate_pages: try migrate in batch asynchronously firstlyHuang Ying1-18/+62
2023-03-07migrate_pages: move split folios processing out of migrate_pages_batch()Huang Ying1-50/+28
2023-03-07migrate_pages: fix deadlock in batched migrationHuang Ying1-43/+26
2023-03-07mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
2023-03-07mm: teach mincore_hugetlb about pte markersJames Houghton1-1/+1
2023-03-04mm: avoid gcc complaint about pointer castingLinus Torvalds1-2/+8
2023-03-04Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds8-12/+65
2023-03-02kasan: test: fix test for new meminstrinsic instrumentationMarco Elver2-1/+37
2023-03-02kasan: treat meminstrinsic as builtins in uninstrumented filesMarco Elver1-1/+4
2023-03-02kasan: emit different calls for instrumentable memintrinsicsMarco Elver2-0/+15
2023-02-27mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2-5/+5
2023-02-27mm/damon/paddr: fix missing folio_put()andrew.yang1-4/+3
2023-02-27mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka1-1/+1
2023-02-27Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+27
2023-02-25mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett1-0/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds96-4007/+6113
2023-02-23Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2023-02-23Merge tag 'slab-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2-25/+22
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-13/+151
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+18
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-1/+1
2023-02-21Merge branch 'slab/for-6.3/fixes' into slab/for-linusVlastimil Babka2-13/+16
2023-02-21Merge branch 'slab/for-6.3/cleanups' into slab/for-linusVlastimil Babka2-12/+6
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+42
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+18
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells1-0/+1
2023-02-20splice: Export filemap/direct_splice_read()David Howells1-0/+1
2023-02-20splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2-0/+135
2023-02-20mm: Pass info, not iter, into filemap_get_pages()David Howells1-13/+14
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-7/+3
2023-02-20mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park1-6/+2
2023-02-20mm/uffd: fix comment in handling pte markersPeter Xu1-3/+1
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang4-11/+11
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang4-11/+13
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang8-22/+21
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang8-13/+19
2023-02-20kmsan: disable ftrace in kmsan core codeArnd Bergmann1-1/+7
2023-02-20kasan: mark addr_has_metadata __always_inlineArnd Bergmann1-2/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+43
2023-02-20Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...Linus Torvalds1-30/+0
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds4-4/+10
2023-02-17mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6
2023-02-16mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin5-15/+15
2023-02-16mm: percpu: fix incorrect size in pcpu_obj_full_size()Yafang Shao1-2/+4
2023-02-16mm: page_alloc: call panic() when memoryless node allocation failsQi Zheng1-5/+3
2023-02-16mm: multi-gen LRU: avoid futile retriesYu Zhao1-10/+15
2023-02-16migrate_pages: move THP/hugetlb migration support check to simplify codeHuang Ying1-47/+36
2023-02-16migrate_pages: batch flushing TLBHuang Ying2-4/+21
2023-02-16migrate_pages: share more code between _unmap and _moveHuang Ying1-122/+85
2023-02-16migrate_pages: move migrate_folio_unmap()Huang Ying1-50/+50
2023-02-16migrate_pages: batch _unmap and _moveHuang Ying1-25/+189
2023-02-16migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying1-41/+128
2023-02-16migrate_pages: restrict number of pages to migrate in batchHuang Ying1-68/+106
2023-02-16migrate_pages: separate hugetlb folios migrationHuang Ying1-22/+119
2023-02-16migrate_pages: organize stats with struct migrate_pages_statsHuang Ying1-26/+34
2023-02-16lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov2-4/+8
2023-02-16lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov3-4/+4
2023-02-16mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe1-0/+1
2023-02-16mm/filemap: fix page end in filemap_get_read_batchQian Yingjin1-2/+3
2023-02-13mm: fix typo in __vm_enough_memory warningJakub Wilk1-1/+1
2023-02-13mm/damon/dbgfs: print DAMON debugfs interface deprecation messageSeongJae Park1-0/+19
2023-02-13mm/damon/Kconfig: add DAMON debugfs interface deprecation noticeSeongJae Park1-3/+4
2023-02-13mm/migrate: convert putback_movable_pages() to use foliosVishal Moola (Oracle)1-23/+23
2023-02-13mm/migrate: convert isolate_movable_page() to use foliosVishal Moola (Oracle)1-19/+20
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)1-1/+1
2023-02-13mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)1-19/+20
2023-02-13mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)1-6/+6
2023-02-13mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)1-11/+18
2023-02-13mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)1-14/+14
2023-02-13mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)1-12/+12
2023-02-13mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar1-16/+16
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-5/+4
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-11/+10
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar3-106/+107
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar2-8/+8
2023-02-13mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar1-9/+7
2023-02-13mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar1-7/+7
2023-02-13mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar1-18/+17
2023-02-13mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar1-13/+14
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar2-10/+13
2023-02-13mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar2-23/+18
2023-02-13mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar1-13/+14
2023-02-13mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar1-26/+30
2023-02-13mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar1-6/+6
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar6-13/+13
2023-02-13mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)1-4/+10
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds9-16/+57
2023-02-13mm: Remove get_kernel_pages()Ira Weiny1-30/+0
2023-02-12Fix page corruption caused by racy check in __free_pagesDavid Chen1-1/+4
2023-02-10mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao1-0/+18
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton9-16/+57
2023-02-09mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian1-1/+1
2023-02-09mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh4-23/+23
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe1-0/+15
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe1-0/+65
2023-02-09mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe1-16/+1
2023-02-09mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe1-33/+0
2023-02-09mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe1-21/+30
2023-02-09mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe1-13/+23
2023-02-09mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe1-6/+1
2023-02-09mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe1-0/+2
2023-02-09mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2-88/+75
2023-02-09mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe1-0/+1
2023-02-09mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe1-6/+6
2023-02-09mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe1-48/+65
2023-02-09mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He1-0/+5
2023-02-09mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He1-7/+4
2023-02-09mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He1-7/+81
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He1-4/+12
2023-02-09mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He1-0/+7
2023-02-09shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)1-1/+1
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-12/+24
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+24
2023-02-09mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng1-8/+5
2023-02-09mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan1-2/+2
2023-02-09mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee1-3/+2
2023-02-09mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia1-2/+0
2023-02-09memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen1-2/+2
2023-02-09kasan: infer allocation size by scanning metadataKuan-Ying Lee8-21/+127
2023-02-09mm: export dump_mm()Suren Baghdasaryan1-0/+1
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan3-14/+19
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan10-24/+25
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan4-9/+9
2023-02-09vma_merge: set vma iterator to correct position.Liam R. Howlett1-3/+1
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett3-161/+106
2023-02-09mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett1-8/+4
2023-02-09mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett1-34/+40
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett1-9/+43
2023-02-09mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2-5/+5
2023-02-09mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2-64/+56
2023-02-09mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett1-47/+61
2023-02-09mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett1-116/+72
2023-02-09mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2-95/+150
2023-02-09mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett1-5/+8
2023-02-09mm: change munmap splitting order and move_vma()Liam R. Howlett2-27/+19
2023-02-09mmap: clean up mmap_region() unrollingLiam R. Howlett1-27/+18
2023-02-09mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2-7/+7
2023-02-09mm: pass vma iterator through to __vma_adjust()Liam R. Howlett1-8/+14
2023-02-09mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett1-4/+6
2023-02-09madvise: use split_vma() instead of __split_vma()Liam R. Howlett1-7/+3
2023-02-09mm: pass through vma iterator to __vma_adjust()Liam R. Howlett1-16/+15
2023-02-09mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett1-62/+13
2023-02-09mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree storeLiam R. Howlett1-6/+14
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett7-78/+43
2023-02-09nommu: pass through vma iterator to shrink_vma()Liam R. Howlett1-46/+17
2023-02-09nommu: convert nommu to using the vma iteratorLiam R. Howlett1-48/+31
2023-02-09mm/mremap: use vmi version of vma_merge()Liam R. Howlett1-4/+7
2023-02-09mmap: use vmi version of vma_merge()Liam R. Howlett1-3/+5
2023-02-09mmap: pass through vmi iterator to __split_vma()Liam R. Howlett1-2/+2
2023-02-09madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett1-4/+5
2023-02-09mempolicy: convert to vma iteratorLiam R. Howlett1-17/+8
2023-02-09mlock: convert mlock to vma iteratorLiam R. Howlett1-29/+28
2023-02-09mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-25/+22
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-20/+18
2023-02-09mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett1-0/+44
2023-02-09mmap: convert vma_expand() to use vma iteratorLiam R. Howlett1-5/+4
2023-02-09mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2-45/+38
2023-02-09mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett1-8/+6
2023-02-09mmap: convert vma_link() vma iteratorLiam R. Howlett1-3/+3
2023-02-09mm/mmap: convert brk to use vma iteratorLiam R. Howlett1-25/+23
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett2-0/+82
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2-6/+13
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang3-8/+22
2023-02-09kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy3-1/+21
2023-02-08mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available earlyThomas Gleixner2-12/+15
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson1-7/+1
2023-02-06mm/slub: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-03mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee1-1/+1
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds11-108/+286
2023-02-03swap: use bvec_set_page to initialize bvecsChristoph Hellwig1-6/+2
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-1/+1
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+3
2023-02-02block: remove ->rw_pageChristoph Hellwig2-22/+33
2023-02-02mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-02mm: remove the __swap_writepage return valueChristoph Hellwig2-15/+10
2023-02-02mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-02mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-02mm: remove the swap_readpage return valueChristoph Hellwig2-16/+8
2023-02-02mm: refactor va_remove_mappingsChristoph Hellwig1-19/+8
2023-02-02mm: split __vunmapChristoph Hellwig1-43/+41
2023-02-02mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig1-9/+9