summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-19mm: move ptep_get() and pmdp_get() helpersRyan Roberts
2023-06-19mm: ptdump should use ptep_get_lockless()Ryan Roberts
2023-06-19sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas
2023-06-19microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.hCatalin Marinas
2023-06-19powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas
2023-06-19arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas
2023-06-19mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas
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-19arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas
2023-06-19iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-19mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas
2023-06-19mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin 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/hugetlb: fix pgtable lock on pmd sharingPeter Xu
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19perf/core: allow pte_offset_map() to failHugh Dickins
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/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins
2023-06-19mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins
2023-06-19mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins
2023-06-19mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins
2023-06-19mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins
2023-06-19mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-19mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins
2023-06-19mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins
2023-06-19mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins
2023-06-19mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins
2023-06-19mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins
2023-06-19mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins
2023-06-19mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins
2023-06-19mm/userfaultfd: retry if pte_offset_map() failsHugh Dickins
2023-06-19mm/hmm: retry if pte_offset_map() failsHugh Dickins
2023-06-19mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins
2023-06-19mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins
2023-06-19mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins
2023-06-19mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins
2023-06-19mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins