summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds74-4378/+5473
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-17/+150
2023-04-28Merge 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-27Merge 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-25Merge 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-22sparse: remove unnecessary 0 values from rcLi zeming1-1/+1
2023-04-22mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds1-6/+13
2023-04-22mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan1-19/+27
2023-04-22zsmalloc: allow only one active pool compaction contextSergey Senozhatsky1-0/+12
2023-04-22mm: add new KSM process and sysfs knobsStefan Roesch1-0/+21
2023-04-22mm: add new api to enable ksm per processStefan Roesch2-17/+90
2023-04-22mm: shrinkers: fix debugfs file permissionsJohn Keeping1-2/+2
2023-04-22mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand2-6/+3
2023-04-22migrate_pages_batch: fix statistics for longterm pin retryHuang Ying1-0/+3
2023-04-22userfaultfd: use helper function range_in_vma()ZhangPeng1-5/+1
2023-04-22mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+2
2023-04-22mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu1-2/+5
2023-04-22mm/hugetlb: fix uffd-wp during fork()Peter Xu1-9/+15
2023-04-22kasan: fix lockdep report invalid wait contextZqiang1-26/+8
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-88/+214
2023-04-19mm: ksm: support hwpoison for ksm pageLonglong Xia2-9/+70
2023-04-19mm: memory-failure: refactor add_to_kill()Longlong Xia1-8/+21
2023-04-19memfd: pass argument of memfd_fcntl as intLuca Vizzarro1-5/+1
2023-04-19mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh1-72/+40
2023-04-19mm: workingset: update description of the source fileYang Yang1-6/+17
2023-04-19printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti3-60/+6
2023-04-19mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed3-9/+5
2023-04-19mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()Yosry Ahmed1-12/+12
2023-04-19mm: vmscan: ignore non-LRU-based reclaim in memcg reclaimYosry Ahmed1-7/+42
2023-04-19mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko1-5/+5
2023-04-19mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2-24/+52
2023-04-19memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed1-1/+2
2023-04-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-0/+6
2023-04-19mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2-6/+7
2023-04-19mm/vmscan: simplify shrink_node()Haifeng Xu1-6/+6
2023-04-19mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand1-3/+2