summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-061-205/+202
|\
| * dmapool: link blocks across pagesKeith Busch2023-05-061-127/+130
| * dmapool: don't memset on free twiceKeith Busch2023-05-061-2/+2
| * dmapool: simplify freeingKeith Busch2023-05-061-16/+6
| * dmapool: consolidate page initializationKeith Busch2023-05-061-4/+3
| * dmapool: rearrange page alloc failure handlingKeith Busch2023-05-061-7/+9
| * dmapool: move debug code to own functionsKeith Busch2023-05-061-51/+77
| * dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby2023-05-061-1/+1
| * dmapool: cleanup integer typesTony Battersby2023-05-061-8/+11
| * dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby2023-05-061-16/+7
| * dmapool: remove checks for dev == NULLTony Battersby2023-05-061-31/+14
* | Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-062-5/+15
|\ \
| * | mm: do not reclaim private data from pinned pageJan Kara2023-05-061-0/+10
| * | mm/mmap/vma_merge: always check invariantsLorenzo Stoakes2023-05-061-5/+5
| |/
* | filemap: Handle error return from __filemap_get_folio()Matthew Wilcox2023-05-061-1/+1
|/
* Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds2023-05-051-0/+2
|\
| * x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-031-0/+2
* | Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-043-5/+13
|\ \
| * | mm: change per-VMA lock statistics to be disabled by defaultSuren Baghdasaryan2023-05-021-2/+8
| * | mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes2023-05-021-1/+3
| * | kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland2023-05-021-2/+2
* | | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-043-16/+89
|\ \ \ | |_|/ |/| |
| * | mm/page_alloc: add some comments to explain the possible hole in __pageblock_...Baolin Wang2023-05-021-0/+9
| * | mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand2023-05-021-0/+11
| * | mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand2023-05-021-0/+59
| * | mm/damon/paddr: fix missing folio_sz update in damon_pa_young()Kefeng Wang2023-05-021-4/+2
| * | mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()Kefeng Wang2023-05-021-4/+3
| * | mm/damon/paddr: minor refactor of damon_pa_pageout()Kefeng Wang2023-05-021-8/+5
| |/
* | Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-2/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-2/+2
| |\ \ \
| | | * | iommu/ioasid: Rename INVALID_IOASIDJacob Pan2023-03-311-2/+2
| | |/ /
* | | | Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-291-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | cpuset: Clean up cpuset_node_allowedHaifeng Xu2023-03-231-2/+2
| | |/ | |/|
* | | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-283-9/+11
|\ \ \
| * | | mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-163-9/+11
* | | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-0/+1
|\ \ \ \
| * | | | mm: uninline kstrdup()Alexey Dobriyan2023-04-081-0/+1
* | | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2774-4378/+5473
|\ \ \ \ \
| * | | | | mm,unmap: avoid flushing TLB in batch if PTE is inaccessibleHuang Ying2023-04-271-4/+8
| * | | | | shmem: restrict noswap option to initial user namespaceChristian Brauner2023-04-271-0/+4
| * | | | | mm/khugepaged: fix conflicting mods to collapse_file()Hugh Dickins2023-04-271-22/+1
| * | | | | sparse: remove unnecessary 0 values from rcLi zeming2023-04-211-1/+1
| * | | | | mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-211-6/+13
| * | | | | mm: do not increment pgfault stats when page fault handler retriesSuren Baghdasaryan2023-04-211-19/+27
| * | | | | zsmalloc: allow only one active pool compaction contextSergey Senozhatsky2023-04-211-0/+12
| * | | | | mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+21
| * | | | | mm: add new api to enable ksm per processStefan Roesch2023-04-212-17/+90
| * | | | | mm: shrinkers: fix debugfs file permissionsJohn Keeping2023-04-211-2/+2
| * | | | | mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand2023-04-212-6/+3
| * | | | | migrate_pages_batch: fix statistics for longterm pin retryHuang Ying2023-04-211-0/+3