aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-05-17mm: fix zswap writeback race conditionDomenico Cerasuolo1-0/+16
2023-05-17mm: kfence: fix false positives on big endianMichael Ellerman1-1/+1
2023-05-17zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham1-27/+9
2023-05-17mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó2-7/+13
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-205/+202
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+15
2023-05-06dmapool: link blocks across pagesKeith Busch1-127/+130
2023-05-06dmapool: don't memset on free twiceKeith Busch1-2/+2
2023-05-06dmapool: simplify freeingKeith Busch1-16/+6
2023-05-06dmapool: consolidate page initializationKeith Busch1-4/+3
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch1-7/+9
2023-05-06dmapool: move debug code to own functionsKeith Busch1-51/+77
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby1-1/+1
2023-05-06dmapool: cleanup integer typesTony Battersby1-8/+11
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby1-16/+7
2023-05-06dmapool: remove checks for dev == NULLTony Battersby1-31/+14
2023-05-06mm: do not reclaim private data from pinned pageJan Kara1-0/+10
2023-05-06mm/mmap/vma_merge: always check invariantsLorenzo Stoakes1-5/+5
2023-05-06filemap: Handle error return from __filemap_get_folio()Matthew Wilcox1-1/+1
2023-05-05Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds1-0/+2
2023-05-04Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/s...Linus Torvalds3-5/+13
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+89
2023-05-03x86-64: make access_ok() independent of LAMLinus Torvalds1-0/+2
2023-05-02mm: change per-VMA lock statistics to be disabled by defaultSuren Baghdasaryan1-2/+8
2023-05-02mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes1-1/+3
2023-05-02kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland1-2/+2
2023-05-02mm/page_alloc: add some comments to explain the possible hole in __pageblock_...Baolin Wang1-0/+9
2023-05-02mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand1-0/+11
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand1-0/+59
2023-05-02mm/damon/paddr: fix missing folio_sz update in damon_pa_young()Kefeng Wang1-4/+2
2023-05-02mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()Kefeng Wang1-4/+3
2023-05-02mm/damon/paddr: minor refactor of damon_pa_pageout()Kefeng Wang1-8/+5
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+2
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-9/+11
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds74-4378/+5473
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-17/+150
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+0
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying1-4/+8
2023-04-27shmem: restrict noswap option to initial user namespaceChristian Brauner1-0/+4
2023-04-27mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins1-22/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-27mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka1-1/+1
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-6/+12
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+1
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds7-852/+5
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-40/+0
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-5/+4
2023-04-21sparse: remove unnecessary 0 values from rcLi zeming1-1/+1
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds1-6/+13
2023-04-21mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan1-19/+27
2023-04-21zsmalloc: allow only one active pool compaction contextSergey Senozhatsky1-0/+12
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch1-0/+21
2023-04-21mm: add new api to enable ksm per processStefan Roesch2-17/+90
2023-04-21mm: shrinkers: fix debugfs file permissionsJohn Keeping1-2/+2
2023-04-21mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand2-6/+3
2023-04-21migrate_pages_batch: fix statistics for longterm pin retryHuang Ying1-0/+3
2023-04-21userfaultfd: use helper function range_in_vma()ZhangPeng1-5/+1
2023-04-21mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+2
2023-04-21mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu1-2/+5
2023-04-21mm/hugetlb: fix uffd-wp during fork()Peter Xu1-9/+15
2023-04-21kasan: fix lockdep report invalid wait contextZqiang1-26/+8
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-88/+214
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia2-9/+70
2023-04-18mm: memory-failure: refactor add_to_kill()Longlong Xia1-8/+21
2023-04-18memfd: pass argument of memfd_fcntl as intLuca Vizzarro1-5/+1
2023-04-18mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh1-72/+40
2023-04-18mm: workingset: update description of the source fileYang Yang1-6/+17
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti3-60/+6
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed3-9/+5
2023-04-18mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()Yosry Ahmed1-12/+12
2023-04-18mm: vmscan: ignore non-LRU-based reclaim in memcg reclaimYosry Ahmed1-7/+42
2023-04-18mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko1-5/+5
2023-04-18mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2-24/+52
2023-04-18memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed1-1/+2
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-0/+6
2023-04-18mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2-6/+7
2023-04-18mm/vmscan: simplify shrink_node()Haifeng Xu1-6/+6
2023-04-18mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand1-3/+2
2023-04-18mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand1-7/+2
2023-04-18mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand2-6/+2
2023-04-18mm: backing-dev: set variables dev_attr_min,max_bytes storage-class-specifier...Tom Rix1-2/+2
2023-04-18userfaultfd: convert mfill_atomic() to use a folioZhangPeng2-28/+28
2023-04-18mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2-20/+19
2023-04-18userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng2-21/+21
2023-04-18userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng3-19/+15
2023-04-18userfaultfd: use kmap_local_page() in copy_huge_page_from_user()ZhangPeng1-8/+6
2023-04-18userfaultfd: convert mfill_atomic_pte_copy() to use a folioZhangPeng1-16/+16
2023-04-18mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka2-6/+6
2023-04-18mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand2-4/+0
2023-04-18mm: mlock: use folios_put() in mlock_folio_batch()Qi Zheng1-1/+1
2023-04-18mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng1-13/+1
2023-04-18memcg v1: provide read access to memory.pressure_levelFlorian Schmidt1-0/+11
2023-04-18mm/khugepaged: maintain page cache uptodate flagDavid Stevens1-52/+33
2023-04-18mm/khugepaged: skip shmem with userfaultfdDavid Stevens1-20/+79
2023-04-18mm/khugepaged: refactor collapse_file control flowDavid Stevens1-117/+113
2023-04-18mm/khugepaged: drain lru after swapping in shmemDavid Stevens1-0/+2
2023-04-18mm/khugepaged: recover from poisoned file-backed memoryJiaqi Yan1-31/+56
2023-04-18mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan1-13/+99
2023-04-18memcg: do not modify rstat tree for zero updatesYosry Ahmed1-0/+3
2023-04-18vmscan: memcg: sleep when flushing stats during reclaimYosry Ahmed1-1/+1
2023-04-18workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed2-4/+5
2023-04-18memcg: sleep during flushing stats in safe contextsYosry Ahmed3-11/+38
2023-04-18memcg: replace stats_flush_lock with an atomicYosry Ahmed1-7/+11
2023-04-18memcg: do not flush stats in irq contextYosry Ahmed1-1/+15
2023-04-18memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2-2/+2
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-1/+1
2023-04-18mm: kfence: improve the performance of __kfence_alloc() and __kfence_free()Peng Zhang3-23/+59
2023-04-18mm/zswap: delay the initialization of zswapLiu Shixin1-17/+54
2023-04-18mm/zswap: replace zswap_init_{started/failed} with zswap_init_stateLiu Shixin1-25/+30
2023-04-18mm/zswap: remove zswap_entry_cache_{create,destroy} helper functionLiu Shixin1-13/+3
2023-04-18mm: vmalloc: rename addr_to_vb_xarray() functionUladzislau Rezki (Sony)1-6/+6
2023-04-18kmemleak-test: fix kmemleak_test.c build logicHao Ge1-8/+0
2023-04-18mm: vmalloc: remove a global vmap_blocks xarrayUladzislau Rezki (Sony)1-8/+63
2023-04-18mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-0/+5
2023-04-18kmsan: fix a stale comment in kmsan_save_stack_with_flags()Zhen Lei1-1/+1
2023-04-18hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-7/+11
2023-04-18memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko1-1/+2
2023-04-18mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov1-0/+20
2023-04-18zsmalloc: reset compaction source zspage pointer after putback_zspage()Sergey Senozhatsky1-1/+1
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-2/+2
2023-04-18mm: avoid passing 0 to __ffs()Kirill A. Shutemov2-2/+22
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton5-25/+134
2023-04-18mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2-10/+49
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2-10/+23
2023-04-18mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton11-71/+116
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-2/+10
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-55/+49
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett1-1/+1
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-16mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng1-1/+1
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-2/+2
2023-04-13Daniel Borkmann says:Jakub Kicinski2-6/+12
2023-04-13zswap: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13zpool: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13mm: compaction: remove incorrect #ifdef checksArnd Bergmann1-4/+0
2023-04-13mm: compaction: move compaction sysctl to its own fileMinghao Chi1-12/+72
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang1-2/+34
2023-04-12mm: Fix copy_from_user_nofault().Alexei Starovoitov2-6/+12
2023-04-08mm: uninline kstrdup()Alexey Dobriyan1-0/+1
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox1-3/+1
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T1-0/+3
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-4/+7
2023-04-05mm: introduce per-VMA lock statisticsSuren Baghdasaryan3-0/+14
2023-04-05mm: prevent userfaults to be handled under per-vma lockSuren Baghdasaryan1-0/+9
2023-04-05mm: prevent do_swap_page from handling page faults under VMA lockSuren Baghdasaryan1-0/+5
2023-04-05mm: fall back to mmap_lock if vma->anon_vma is not yet setSuren Baghdasaryan1-0/+4
2023-04-05mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+46
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan1-0/+2
2023-04-05mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan1-0/+9
2023-04-05mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan3-4/+9
2023-04-05mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan1-0/+1
2023-04-05mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan2-0/+2
2023-04-05mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan1-0/+9
2023-04-05mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2-15/+24
2023-04-05mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan1-5/+5
2023-04-05mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan1-0/+3
2023-04-05mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan1-0/+12
2023-04-05mm: hold the RCU read lock over calls to ->map_pagesMatthew Wilcox (Oracle)1-3/+8
2023-04-05mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh1-2/+2
2023-04-05mm: be less noisy during memory hotplugTomas Krcka1-1/+1
2023-04-05mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes1-25/+22
2023-04-05mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes1-5/+14
2023-04-05mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes1-13/+11
2023-04-05mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes1-43/+43
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2-93/+152
2023-04-05mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-9/+10
2023-04-05mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-18/+13
2023-04-05mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes1-39/+18
2023-04-05mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+6
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-0/+5
2023-04-05mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2-0/+2
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)3-53/+54
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-1/+5
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)3-96/+98
2023-04-05mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-1/+2
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+73
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-05mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2-18/+22
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)4-2334/+2353
2023-04-05mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)1-3/+8
2023-04-05mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-0/+7
2023-04-05mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes1-11/+15
2023-04-05mm: refactor do_fault_around()Lorenzo Stoakes1-22/+16
2023-04-05mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang1-0/+5
2023-04-05mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang1-2/+9
2023-04-05mm/mremap: simplify vma expansion againVlastimil Babka1-16/+4
2023-04-05mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka1-5/+10
2023-04-05mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka1-28/+25
2023-04-05mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka1-8/+8