开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-06-19
mm: move ptep_get() and pmdp_get() helpers
Ryan Roberts
2023-06-19
mm: ptdump should use ptep_get_lockless()
Ryan Roberts
2023-06-19
sh: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2023-06-19
microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.h
Catalin Marinas
2023-06-19
powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2023-06-19
arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
Catalin Marinas
2023-06-19
mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible
Catalin Marinas
2023-06-19
iommu/dma: force bouncing if the size is not cacheline-aligned
Catalin Marinas
2023-06-19
dma-mapping: force bouncing if the kmalloc() size is not cache-line-aligned
Catalin Marinas
2023-06-19
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
2023-06-19
scatterlist: add dedicated config for DMA flags
Robin Murphy
2023-06-19
arm64: allow kmalloc() caches aligned to the smaller cache_line_size()
Catalin Marinas
2023-06-19
iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()
Catalin Marinas
2023-06-19
mm/slab: simplify create_kmalloc_cache() args and make it static
Catalin Marinas
2023-06-19
dma: allow dma_get_cache_alignment() to be overridden by the arch code
Catalin Marinas
2023-06-19
mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
Catalin Marinas
2023-06-19
mm/hugetlb: fix pgtable lock on pmd sharing
Peter Xu
2023-06-19
mm: remove set_compound_page_dtor()
Sidhartha Kumar
2023-06-19
perf/core: allow pte_offset_map() to fail
Hugh Dickins
2023-06-19
mm/swap: swap_vma_readahead() do the pte_offset_map()
Hugh Dickins
2023-06-19
mm/pgtable: delete pmd_trans_unstable() and friends
Hugh Dickins
2023-06-19
mm/memory: handle_pte_fault() use pte_offset_map_nolock()
Hugh Dickins
2023-06-19
mm/memory: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
mm/khugepaged: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
mm/huge_memory: split huge pmd under one pte_offset_map()
Hugh Dickins
2023-06-19
mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
Hugh Dickins
2023-06-19
mm/migrate_device: allow pte_offset_map_lock() to fail
Hugh Dickins
2023-06-19
mm/mglru: allow pte_offset_map_nolock() to fail
Hugh Dickins
2023-06-19
mm/swapoff: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
mm/madvise: clean up force_shm_swapin_readahead()
Hugh Dickins
2023-06-19
mm/madvise: clean up pte_offset_map_lock() scans
Hugh Dickins
2023-06-19
mm/mremap: retry if either pte_offset_map_*lock() fails
Hugh Dickins
2023-06-19
mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
Hugh Dickins
2023-06-19
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-19
mm/debug_vm_pgtable,page_table_check: warn pte map fails
Hugh Dickins
2023-06-19
mm/userfaultfd: allow pte_offset_map_lock() to fail
Hugh Dickins
2023-06-19
mm/userfaultfd: retry if pte_offset_map() fails
Hugh Dickins
2023-06-19
mm/hmm: retry if pte_offset_map() fails
Hugh Dickins
2023-06-19
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
2023-06-19
mm/vmwgfx: simplify pmd & pud mapping dirty helpers
Hugh Dickins
2023-06-19
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
2023-06-19
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
2023-06-19
mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
Hugh Dickins
2023-06-19
mm/page_vma_mapped: reformat map_pte() with less indentation
Hugh Dickins
[next]