summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-234-8/+4
|\
| * writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini2023-06-191-1/+1
| * Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-292-1/+3
| |\
| | * tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-0/+1
| | * tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave2023-05-231-0/+1
| | * tracing/user_events: Rename link fields for clarityBeau Belgrave2023-05-231-1/+1
| * | Revert "module: error out early on concurrent load of the same module file"Linus Torvalds2023-05-291-6/+0
* | | mm: page_alloc: make compound_page_dtors staticMiaohe Lin2023-06-191-1/+0
* | | mm: move mm_count into its own cache lineMathieu Desnoyers2023-06-191-8/+15
* | | mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng2023-06-191-4/+3
* | | mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)2023-06-191-13/+9
* | | mmzone: introduce folio_migratetype()Vishal Moola (Oracle)2023-06-191-0/+3
* | | mmzone: introduce folio_is_zone_movable()Vishal Moola (Oracle)2023-06-191-0/+5
* | | mm: kill lock|unlock_page_memcg()Kefeng Wang2023-06-191-11/+1
* | | buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)2023-06-191-1/+1
* | | buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-191-1/+1
* | | mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin2023-06-191-2/+2
* | | mm: remove unused vma_init_lock()YueHaibing2023-06-191-1/+0
* | | userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett2023-06-191-3/+3
* | | mm/folio: replace set_compound_order with folio_set_orderTarun Sahu2023-06-191-10/+0
* | | mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo2023-06-191-18/+2
* | | mm: ptep_get() conversionRyan Roberts2023-06-193-4/+8
* | | mm: move ptep_get() and pmdp_get() helpersRyan Roberts2023-06-191-14/+14
* | | iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas2023-06-191-2/+39
* | | dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas2023-06-191-0/+61
* | | dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2023-06-191-4/+4
* | | scatterlist: add dedicated config for DMA flagsRobin Murphy2023-06-191-7/+6
* | | iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
* | | dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas2023-06-191-0/+2
* | | mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas2023-06-193-5/+18
* | | mm: remove set_compound_page_dtor()Sidhartha Kumar2023-06-191-10/+0
* | | mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2023-06-191-19/+0
* | | mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins2023-06-191-96/+7
* | | mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-192-15/+34
* | | mm/pgtable: kmap_local_page() instead of kmap_atomic()Hugh Dickins2023-06-191-2/+2
* | | mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins2023-06-192-16/+5
* | | mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins2023-06-191-17/+0
* | | mm: zswap: support exclusive loadsYosry Ahmed2023-06-191-1/+1
* | | mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu2023-06-191-1/+0
* | | shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-06-191-0/+1
* | | mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng2023-06-191-3/+2
* | | mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2023-06-191-2/+2
* | | mm: remove obsolete alloc_migrate_target()Miaohe Lin2023-06-191-3/+0
* | | mm: page_isolation: write proper kerneldocJohannes Weiner2023-06-191-18/+6
* | | mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes2023-06-091-0/+1
* | | fs: factor out a direct_write_fallback helperChristoph Hellwig2023-06-091-0/+2
* | | filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2023-06-092-5/+1
* | | filemap: add a kiocb_invalidate_pages helperChristoph Hellwig2023-06-091-0/+1
* | | filemap: add a kiocb_write_and_wait helperChristoph Hellwig2023-06-091-0/+2
* | | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-3/+0