summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10memory-failure: convert truncate_error_page to truncate_error_folioMatthew Wilcox (Oracle)
2023-12-10memory-failure: use a folio in me_huge_page()Matthew Wilcox (Oracle)
2023-12-10memory-failure: convert delete_from_lru_cache() to take a folioMatthew Wilcox (Oracle)
2023-12-10memory-failure: use a folio in me_pagecache_dirty()Matthew Wilcox (Oracle)
2023-12-10memory-failure: use a folio in me_pagecache_clean()Matthew Wilcox (Oracle)
2023-12-10mm/page_owner: record and dump free_pid and free_tgidBarry Song
2023-12-10mm: fix process_vm_rw page countsYork Jasper Niebuhr
2023-12-10mmap: remove the IA64-specific vma expansion implementationLukas Bulwahn
2023-12-10mm/page_alloc: dedupe some memcg uncharging logicBrendan Jackman
2023-12-10mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)
2023-12-10mm: convert isolate_page() to mf_isolate_folio()Matthew Wilcox (Oracle)
2023-12-10mm: convert soft_offline_in_use_page() to use a folioMatthew Wilcox (Oracle)
2023-12-10mm: use mapping_evict_folio() in truncate_error_page()Matthew Wilcox (Oracle)
2023-12-10mm: convert __do_fault() to use a folioMatthew Wilcox (Oracle)
2023-12-10mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)
2023-12-10mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)
2023-12-10mm/filemap: increase usage of folio_next_index() helperMinjie Du
2023-12-10mm/memory_hotplug: split memmap_on_memory requests across memblocksVishal Verma
2023-12-10mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()Vishal Verma
2023-12-10NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni
2023-12-10mm: huge_memory: batch tlb flush when splitting a pte-mapped THPBaolin Wang
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-12-10mm/vmstat: move pgdemote_* to per-node statsLi Zhijian
2023-12-06mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang
2023-12-06mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsSeongJae Park
2023-12-06mm/Kconfig: make userfaultfd a menuconfigPeter Xu
2023-12-06mm/damon/core: copy nr_accesses when splitting regionSeongJae Park
2023-12-06mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar
2023-12-06mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar
2023-12-06mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins
2023-12-06mm: kmem: properly initialize local objcg variable in current_obj_cgroup()Roman Gushchin
2023-12-06mm/kmemleak: move set_track_prepare() outside raw_spinlocksLiu Shixin
2023-12-06Revert "mm/kmemleak: move the initialisation of object to __link_object"Liu Shixin
2023-12-06mm/memory.c:zap_pte_range() print bad swap entryAndrew Morton
2023-12-06hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig
2023-11-15mm: more ptep_get() conversionRyan Roberts
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller
2023-11-15mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji
2023-11-15mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin
2023-11-15mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park
2023-11-15mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park
2023-11-15mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park
2023-11-15mm: fix for negative counter: nr_file_hugepagesStefan Roesch
2023-11-15mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter
2023-11-08Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds