summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-11gfp: include __GFP_NOWARN in GFP_NOWAITMatthew Wilcox (Oracle)1-2/+3
2023-12-11mm/page_alloc: dedupe some memcg uncharging logicBrendan Jackman1-8/+4
2023-12-11mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)2-10/+2
2023-12-11mm: convert isolate_page() to mf_isolate_folio()Matthew Wilcox (Oracle)1-14/+14
2023-12-11mm: convert soft_offline_in_use_page() to use a folioMatthew Wilcox (Oracle)1-12/+12
2023-12-11mm: use mapping_evict_folio() in truncate_error_page()Matthew Wilcox (Oracle)1-2/+2
2023-12-11mm: convert __do_fault() to use a folioMatthew Wilcox (Oracle)1-10/+10
2023-12-11mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)2-17/+17
2023-12-11mm: return void from folio_start_writeback() and related functionsMatthew Wilcox (Oracle)3-33/+29
2023-12-11smb: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-12-11afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)1-4/+2
2023-12-11mm: remove test_set_page_writeback()Matthew Wilcox (Oracle)1-5/+0
2023-12-11gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)1-20/+17
2023-12-11mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)2-12/+40
2023-12-11mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)2-2/+39
2023-12-11selftests/mm: check that PAGEMAP_SCAN returns correct categoriesAndrei Vagin1-3/+77
2023-12-11fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctlAndrei Vagin4-1/+19
2023-12-11mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-12-11dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma7-1/+15
2023-12-11mm/memory_hotplug: split memmap_on_memory requests across memblocksVishal Verma1-76/+136
2023-12-11mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()Vishal Verma1-3/+3
2023-12-11NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni4-59/+38
2023-12-11mm: huge_memory: batch tlb flush when splitting a pte-mapped THPBaolin Wang1-1/+3
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang5-26/+52
2023-12-11maple_tree: preserve the tree attributes when destroying maple treePeng Zhang1-1/+1
2023-12-11maple_tree: update check_forking() and bench_forking()Peng Zhang2-59/+62
2023-12-11maple_tree: skip other tests when BENCH is enabledPeng Zhang2-4/+6
2023-12-11maple_tree: update the documentation of maple treePeng Zhang1-0/+4
2023-12-11maple_tree: add test for mtree_dup()Peng Zhang1-0/+361
2023-12-11radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang1-12/+33
2023-12-11maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang2-0/+277
2023-12-11maple_tree: introduce {mtree,mas}_lock_nested()Peng Zhang2-0/+5
2023-12-11maple_tree: add mt_free_one() and mt_attr() helpersPeng Zhang1-1/+11
2023-12-11mm/vmstat: move pgdemote_* to per-node statsLi Zhijian4-10/+15
2023-12-07Merge branch 'master' into mm-hotfixes-stableAndrew Morton393-4386/+4318
2023-12-07mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang1-0/+11
2023-12-07nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-07mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar1-0/+1
2023-12-07scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli1-8/+8
2023-12-07MAINTAINERS: drop Antti PalosaariBagas Sanjaya2-142/+45
2023-12-07highmem: fix a memory copy problem in memcpy_from_folioSu Hui1-1/+1
2023-12-07nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-07kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He3-6/+1
2023-12-07units: add missing headerAndy Shevchenko1-0/+1
2023-12-07drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He1-3/+3
2023-12-07mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsSeongJae Park1-6/+43
2023-12-07scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee1-11/+7
2023-12-07mm/Kconfig: make userfaultfd a menuconfigPeter Xu1-7/+9
2023-12-07selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGSNico Pache1-2/+2
2023-12-07mm/damon/core: copy nr_accesses when splitting regionSeongJae Park1-0/+1