summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-20buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)1-10/+8
2023-06-20buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)1-19/+15
2023-06-20buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)4-19/+21
2023-06-20buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)1-19/+19
2023-06-20buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)1-14/+13
2023-06-20buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)1-12/+10
2023-06-20gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2-4/+4
2023-06-20buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)5-32/+32
2023-06-20gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)1-13/+13
2023-06-20gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)1-15/+16
2023-06-20gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)1-4/+5
2023-06-20mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-20percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma1-2/+9
2023-06-20memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-20mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin2-4/+4
2023-06-20mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-20kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing1-1/+0
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett3-39/+33
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu2-26/+16
2023-06-20mm: zswap: remove zswap_headerDomenico Cerasuolo1-30/+22
2023-06-20mm: zswap: simplify writeback functionDomenico Cerasuolo1-51/+19
2023-06-20mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo6-93/+14
2023-06-20mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo1-380/+12
2023-06-20mm: zswap: remove page reclaim logic from z3foldDomenico Cerasuolo1-243/+2
2023-06-20mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo1-162/+1
2023-06-20mm: zswap: add pool shrinking mechanismDomenico Cerasuolo1-5/+92
2023-06-20selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum17-100/+6
2023-06-20selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum1-1/+1
2023-06-20mm: ptep_get() conversionRyan Roberts47-228/+301
2023-06-20mm: move ptep_get() and pmdp_get() helpersRyan Roberts1-14/+14
2023-06-20mm: ptdump should use ptep_get_lockless()Ryan Roberts1-1/+1
2023-06-20sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-6/+6
2023-06-20microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.hCatalin Marinas2-5/+5
2023-06-20powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-4/+4
2023-06-20arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2-1/+7
2023-06-20mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas1-0/+5
2023-06-20iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas3-11/+81
2023-06-20dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas3-1/+67
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy4-10/+10
2023-06-20scatterlist: add dedicated config for DMA flagsRobin Murphy3-7/+10
2023-06-20arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas1-0/+3
2023-06-20iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-4/+4
2023-06-20drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-20drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-20mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas1-3/+21
2023-06-20mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas3-16/+9
2023-06-20dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas1-0/+2