summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-19mm: kill lock|unlock_page_memcg()Kefeng Wang
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)
2023-06-19mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin
2023-06-19mm: remove unused vma_init_lock()YueHaibing
2023-06-19userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett
2023-06-19mm/folio: replace set_compound_order with folio_set_orderTarun Sahu
2023-06-19mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm: move ptep_get() and pmdp_get() helpersRyan Roberts
2023-06-19iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas
2023-06-19dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas
2023-06-19dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy
2023-06-19scatterlist: add dedicated config for DMA flagsRobin Murphy
2023-06-19iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas
2023-06-19mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins
2023-06-19mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins
2023-06-19mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/pgtable: kmap_local_page() instead of kmap_atomic()Hugh Dickins
2023-06-19mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins
2023-06-19mm: zswap: support exclusive loadsYosry Ahmed
2023-06-19mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu
2023-06-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu
2023-06-19mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng
2023-06-19mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin
2023-06-19mm: remove obsolete alloc_migrate_target()Miaohe Lin
2023-06-19mm: page_isolation: write proper kerneldocJohannes Weiner
2023-06-09mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_pages helperChristoph Hellwig
2023-06-09filemap: add a kiocb_write_and_wait helperChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-06-09swap: remove __swp_swapcount()Huang Ying
2023-06-09maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang
2023-06-09mm: compaction: add trace event for fast freepages isolationBaolin Wang
2023-06-09mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh
2023-06-09mm: compaction: have compaction_suitable() return boolJohannes Weiner
2023-06-09mm: compaction: refactor __compaction_suitable()Johannes Weiner
2023-06-09mm: compaction: remove compaction result helpersJohannes Weiner
2023-06-09mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett
2023-06-09maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett
2023-06-09maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-06-09maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett
2023-06-09maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett