summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-06-09cachestat: implement cachestat syscallNhat Pham
2023-06-09workingset: refactor LRU refault to expose refault recency checkNhat Pham
2023-06-09memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu
2023-06-09memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()Haifeng Xu
2023-06-09memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed
2023-06-09memcg: calculate root usage from global stateYosry Ahmed
2023-06-09memcg: flush stats non-atomically in mem_cgroup_wb_stats()Yosry Ahmed
2023-06-09mm/page_alloc: drop the unnecessary pfn_valid() for start pfnBaolin Wang
2023-06-09mm: compaction: optimize compact_memory to comply with the admin-guideWen Yang
2023-06-09memcg: dump memory.stat during cgroup OOM for v1Yosry Ahmed
2023-06-09memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()Yosry Ahmed
2023-06-09migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHTDouglas Anderson
2023-06-09mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cachedRoman Gushchin
2023-06-09mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin
2023-05-17mm: fix zswap writeback race conditionDomenico Cerasuolo
2023-05-17mm: kfence: fix false positives on big endianMichael Ellerman
2023-05-17zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham
2023-05-17mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-06dmapool: link blocks across pagesKeith Busch
2023-05-06dmapool: don't memset on free twiceKeith Busch
2023-05-06dmapool: simplify freeingKeith Busch
2023-05-06dmapool: consolidate page initializationKeith Busch
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch
2023-05-06dmapool: move debug code to own functionsKeith Busch
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby
2023-05-06dmapool: cleanup integer typesTony Battersby
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby
2023-05-06dmapool: remove checks for dev == NULLTony Battersby
2023-05-06mm: do not reclaim private data from pinned pageJan Kara
2023-05-06mm/mmap/vma_merge: always check invariantsLorenzo Stoakes
2023-05-06filemap: Handle error return from __filemap_get_folio()Matthew Wilcox
2023-05-05Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds
2023-05-04Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-03x86-64: make access_ok() independent of LAMLinus Torvalds
2023-05-02mm: change per-VMA lock statistics to be disabled by defaultSuren Baghdasaryan
2023-05-02mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes
2023-05-02kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland
2023-05-02mm/page_alloc: add some comments to explain the possible hole in __pageblock_...Baolin Wang
2023-05-02mm/ksm: move disabling KSM from s390/gmap code to KSM codeDavid Hildenbrand
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand
2023-05-02mm/damon/paddr: fix missing folio_sz update in damon_pa_young()Kefeng Wang
2023-05-02mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()Kefeng Wang
2023-05-02mm/damon/paddr: minor refactor of damon_pa_pageout()Kefeng Wang
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
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