summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-20mm: move mm_count into its own cache lineMathieu Desnoyers1-8/+15
2023-06-20mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-4/+3
2023-06-20mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)1-13/+9
2023-06-20mmzone: introduce folio_migratetype()Vishal Moola (Oracle)1-0/+3
2023-06-20mmzone: introduce folio_is_zone_movable()Vishal Moola (Oracle)1-0/+5
2023-06-20mm: kill lock|unlock_page_memcg()Kefeng Wang1-11/+1
2023-06-20buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-06-20buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)1-1/+1
2023-06-20mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin1-2/+2
2023-06-20mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-3/+3
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-10/+0
2023-06-20mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo1-18/+2
2023-06-20mm: ptep_get() conversionRyan Roberts3-4/+8
2023-06-20mm: move ptep_get() and pmdp_get() helpersRyan Roberts1-14/+14
2023-06-20iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas1-2/+39
2023-06-20dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas1-0/+61
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy1-4/+4
2023-06-20scatterlist: add dedicated config for DMA flagsRobin Murphy1-7/+6
2023-06-20iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas1-0/+2
2023-06-20mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas3-5/+18
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar1-10/+0
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins1-19/+0
2023-06-20mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins1-96/+7
2023-06-20mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins2-15/+34
2023-06-20mm/pgtable: kmap_local_page() instead of kmap_atomic()Hugh Dickins1-2/+2
2023-06-20mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins2-16/+5
2023-06-20mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-17/+0
2023-06-20mm: zswap: support exclusive loadsYosry Ahmed1-1/+1
2023-06-20mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu1-1/+0
2023-06-20shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-0/+1
2023-06-20mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng1-3/+2
2023-06-20mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin1-2/+2
2023-06-20mm: remove obsolete alloc_migrate_target()Miaohe Lin1-3/+0
2023-06-20mm: page_isolation: write proper kerneldocJohannes Weiner1-18/+6
2023-06-10mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes1-0/+1
2023-06-10fs: factor out a direct_write_fallback helperChristoph Hellwig1-0/+2
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2-5/+1
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-0/+1
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-0/+2
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-06-10swap: remove __swp_swapcount()Huang Ying1-2/+2
2023-06-10maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang1-6/+6
2023-06-10mm: compaction: add trace event for fast freepages isolationBaolin Wang1-0/+11
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh1-2/+2
2023-06-10mm: compaction: have compaction_suitable() return boolJohannes Weiner1-3/+3
2023-06-10mm: compaction: refactor __compaction_suitable()Johannes Weiner1-2/+2
2023-06-10mm: compaction: remove compaction result helpersJohannes Weiner2-94/+2
2023-06-10mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett1-0/+13