summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* cachestat: implement cachestat syscallNhat Pham2023-06-091-0/+171
* workingset: refactor LRU refault to expose refault recency checkNhat Pham2023-06-091-48/+102
* memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu2023-06-091-8/+1
* memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()Haifeng Xu2023-06-091-10/+3
* memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed2023-06-091-19/+5
* memcg: calculate root usage from global stateYosry Ahmed2023-06-091-19/+5
* memcg: flush stats non-atomically in mem_cgroup_wb_stats()Yosry Ahmed2023-06-091-5/+1
* mm/page_alloc: drop the unnecessary pfn_valid() for start pfnBaolin Wang2023-06-091-1/+1
* mm: compaction: optimize compact_memory to comply with the admin-guideWen Yang2023-06-091-1/+11
* memcg: dump memory.stat during cgroup OOM for v1Yosry Ahmed2023-06-091-25/+35
* memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()Yosry Ahmed2023-06-091-13/+14
* migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHTDouglas Anderson2023-06-091-23/+26
* mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cachedRoman Gushchin2023-06-091-6/+6
* mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin2023-06-091-9/+10
* mm: fix zswap writeback race conditionDomenico Cerasuolo2023-05-171-0/+16
* mm: kfence: fix false positives on big endianMichael Ellerman2023-05-171-1/+1
* zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham2023-05-171-27/+9
* mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó2023-05-172-7/+13
* 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
|\ \ \ \ | |_|_|/ |/| | |