summaryrefslogtreecommitdiffstats
path: root/mm/folio-compat.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-06-20mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas3-5/+18
2023-06-20mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar3-12/+2
2023-06-20perf/core: allow pte_offset_map() to failHugh Dickins2-2/+8
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2-40/+24
2023-06-20mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins2-100/+7
2023-06-20mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2-27/+17
2023-06-20mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins1-86/+81
2023-06-20mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins1-23/+49
2023-06-20mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins1-10/+18
2023-06-20mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins1-15/+4
2023-06-20mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins1-27/+4
2023-06-20mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins1-9/+7
2023-06-20mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins1-18/+20
2023-06-20mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins1-11/+13
2023-06-20mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins1-54/+68
2023-06-20mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins2-10/+23
2023-06-20mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-57/+17
2023-06-20mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins5-13/+22
2023-06-20mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins2-1/+10
2023-06-20mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins1-0/+8
2023-06-20mm/userfaultfd: retry if pte_offset_map() failsHugh Dickins1-5/+6
2023-06-20mm/hmm: retry if pte_offset_map() failsHugh Dickins1-0/+2
2023-06-20mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins1-2/+1
2023-06-20mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins1-25/+9
2023-06-20mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins1-10/+23
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins5-28/+36
2023-06-20mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins1-6/+22
2023-06-20mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins1-31/+34