summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying
2023-04-27shmem: restrict noswap option to initial user namespaceChristian Brauner
2023-04-27mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-21sparse: remove unnecessary 0 values from rcLi zeming
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds
2023-04-21mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan
2023-04-21zsmalloc: allow only one active pool compaction contextSergey Senozhatsky
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch
2023-04-21mm: add new api to enable ksm per processStefan Roesch
2023-04-21mm: shrinkers: fix debugfs file permissionsJohn Keeping
2023-04-21mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand
2023-04-21migrate_pages_batch: fix statistics for longterm pin retryHuang Ying
2023-04-21userfaultfd: use helper function range_in_vma()ZhangPeng
2023-04-21mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang
2023-04-21mm/hugetlb: fix uffd-wp bit lost when unsharing happensPeter Xu
2023-04-21mm/hugetlb: fix uffd-wp during fork()Peter Xu
2023-04-21kasan: fix lockdep report invalid wait contextZqiang
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia
2023-04-18mm: memory-failure: refactor add_to_kill()Longlong Xia
2023-04-18memfd: pass argument of memfd_fcntl as intLuca Vizzarro
2023-04-18mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh
2023-04-18mm: workingset: update description of the source fileYang Yang
2023-04-18printk: export console trace point for kcsan/kasan/kfence/kmsanPavankumar Kondeti
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2023-04-18mm: vmscan: move set_task_reclaim_state() near flush_reclaim_state()Yosry Ahmed
2023-04-18mm: vmscan: ignore non-LRU-based reclaim in memcg reclaimYosry Ahmed
2023-04-18mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko
2023-04-18mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin
2023-04-18memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V
2023-04-18mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V
2023-04-18mm/vmscan: simplify shrink_node()Haifeng Xu
2023-04-18mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand