aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-205/+202
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-5/+15
2023-05-06dmapool: link blocks across pagesGravatar Keith Busch 1-127/+130
2023-05-06dmapool: don't memset on free twiceGravatar Keith Busch 1-2/+2
2023-05-06dmapool: simplify freeingGravatar Keith Busch 1-16/+6
2023-05-06dmapool: consolidate page initializationGravatar Keith Busch 1-4/+3
2023-05-06dmapool: rearrange page alloc failure handlingGravatar Keith Busch 1-7/+9
2023-05-06dmapool: move debug code to own functionsGravatar Keith Busch 1-51/+77
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocGravatar Tony Battersby 1-1/+1
2023-05-06dmapool: cleanup integer typesGravatar Tony Battersby 1-8/+11
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Gravatar Tony Battersby 1-16/+7
2023-05-06dmapool: remove checks for dev == NULLGravatar Tony Battersby 1-31/+14
2023-05-06mm: do not reclaim private data from pinned pageGravatar Jan Kara 1-0/+10
2023-05-06mm/mmap/vma_merge: always check invariantsGravatar Lorenzo Stoakes 1-5/+5
2023-05-06filemap: Handle error return from __filemap_get_folio()Gravatar Matthew Wilcox 1-1/+1
2023-05-05Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsGravatar Linus Torvalds 1-0/+2
2023-05-04Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 3-5/+13
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-16/+89
2023-05-03x86-64: make access_ok() independent of LAMGravatar Linus Torvalds 1-0/+2
2023-05-02mm: change per-VMA lock statistics to be disabled by defaultGravatar Suren Baghdasaryan 1-2/+8
2023-05-02mm/mempolicy: correctly update prev when policy is equal on mbindGravatar Lorenzo Stoakes 1-1/+3
2023-05-02kasan: hw_tags: avoid invalid virt_to_page()Gravatar Mark Rutland 1-2/+2
2023-05-02mm/page_alloc: add some comments to explain the possible hole in __pageblock_...Gravatar Baolin Wang 1-0/+9
2023-05-02mm/ksm: move disabling KSM from s390/gmap code to KSM codeGravatar David Hildenbrand 1-0/+11
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0Gravatar David Hildenbrand 1-0/+59
2023-05-02mm/damon/paddr: fix missing folio_sz update in damon_pa_young()Gravatar Kefeng Wang 1-4/+2
2023-05-02mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()Gravatar Kefeng Wang 1-4/+3
2023-05-02mm/damon/paddr: minor refactor of damon_pa_pageout()Gravatar Kefeng Wang 1-8/+5
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 3-9/+11
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 74-4378/+5473
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-17/+150
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+0
2023-04-27mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleGravatar Huang Ying 1-4/+8
2023-04-27shmem: restrict noswap option to initial user namespaceGravatar Christian Brauner 1-0/+4
2023-04-27mm/khugepaged: fix conflicting mods to collapse_file()Gravatar Hugh Dickins 1-22/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-27mm/mremap: fix vm_pgoff in vma_merge() case 3Gravatar Vlastimil Babka 1-1/+1
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-6/+12
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+1
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 7-852/+5
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+4
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-40/+0
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-4/+0
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-5/+4
2023-04-21sparse: remove unnecessary 0 values from rcGravatar Li zeming 1-1/+1