summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)2023-06-191-12/+10
* | | | | gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2023-06-192-4/+4
* | | | | buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-195-32/+32
* | | | | gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)2023-06-191-13/+13
* | | | | gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)2023-06-191-15/+16
* | | | | gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)2023-06-191-4/+5
* | | | | mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers2023-06-191-1/+1
* | | | | percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma2023-06-191-2/+9
* | | | | memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin2023-06-191-1/+1
* | | | | mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin2023-06-192-4/+4
* | | | | mm: remove unused vma_init_lock()YueHaibing2023-06-191-1/+0
* | | | | kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing2023-06-191-1/+0
* | | | | userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett2023-06-193-39/+33
* | | | | mm/folio: replace set_compound_order with folio_set_orderTarun Sahu2023-06-192-26/+16
* | | | | mm: zswap: remove zswap_headerDomenico Cerasuolo2023-06-191-30/+22
* | | | | mm: zswap: simplify writeback functionDomenico Cerasuolo2023-06-191-51/+19
* | | | | mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo2023-06-196-93/+14
* | | | | mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo2023-06-191-380/+12
* | | | | mm: zswap: remove page reclaim logic from z3foldDomenico Cerasuolo2023-06-191-243/+2
* | | | | mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo2023-06-191-162/+1
* | | | | mm: zswap: add pool shrinking mechanismDomenico Cerasuolo2023-06-191-5/+92
* | | | | selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum2023-06-1917-100/+6
* | | | | selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum2023-06-191-1/+1
* | | | | mm: ptep_get() conversionRyan Roberts2023-06-1947-228/+301
* | | | | mm: move ptep_get() and pmdp_get() helpersRyan Roberts2023-06-191-14/+14
* | | | | mm: ptdump should use ptep_get_lockless()Ryan Roberts2023-06-191-1/+1
* | | | | sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2023-06-192-6/+6
* | | | | microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.hCatalin Marinas2023-06-192-5/+5
* | | | | powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2023-06-192-4/+4
* | | | | arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2023-06-192-1/+7
* | | | | mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas2023-06-191-0/+5
* | | | | iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas2023-06-193-11/+81
* | | | | dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas2023-06-193-1/+67
* | | | | dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2023-06-194-10/+10
* | | | | scatterlist: add dedicated config for DMA flagsRobin Murphy2023-06-193-7/+10
* | | | | arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas2023-06-191-0/+3
* | | | | iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
* | | | | dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
* | | | | drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-1/+1
* | | | | drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-4/+4
* | | | | drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-3/+3
* | | | | drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-3/+3
* | | | | mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas2023-06-191-3/+21
* | | | | mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas2023-06-193-16/+9
* | | | | 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/hugetlb: fix pgtable lock on pmd sharingPeter Xu2023-06-191-3/+2
* | | | | mm: remove set_compound_page_dtor()Sidhartha Kumar2023-06-193-12/+2
* | | | | perf/core: allow pte_offset_map() to failHugh Dickins2023-06-192-2/+8
* | | | | mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2023-06-192-40/+24