index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
gup.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-9
/
+12
2023-06-20
mm: move ptep_get() and pmdp_get() helpers
Ryan Roberts
1
-14
/
+14
2023-06-20
mm: ptdump should use ptep_get_lockless()
Ryan Roberts
1
-1
/
+1
2023-06-20
sh: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2
-6
/
+6
2023-06-20
microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.h
Catalin Marinas
2
-5
/
+5
2023-06-20
powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2
-4
/
+4
2023-06-20
arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
Catalin Marinas
2
-1
/
+7
2023-06-20
mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible
Catalin Marinas
1
-0
/
+5
2023-06-20
iommu/dma: force bouncing if the size is not cacheline-aligned
Catalin Marinas
3
-11
/
+81
2023-06-20
dma-mapping: force bouncing if the kmalloc() size is not cache-line-aligned
Catalin Marinas
3
-1
/
+67
2023-06-20
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
4
-10
/
+10
2023-06-20
scatterlist: add dedicated config for DMA flags
Robin Murphy
3
-7
/
+10
2023-06-20
arm64: allow kmalloc() caches aligned to the smaller cache_line_size()
Catalin Marinas
1
-0
/
+3
2023-06-20
iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-1
/
+1
2023-06-20
dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-1
/
+1
2023-06-20
drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-1
/
+1
2023-06-20
drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-4
/
+4
2023-06-20
drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-3
/
+3
2023-06-20
drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
1
-3
/
+3
2023-06-20
mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()
Catalin Marinas
1
-3
/
+21
2023-06-20
mm/slab: simplify create_kmalloc_cache() args and make it static
Catalin Marinas
3
-16
/
+9
2023-06-20
dma: allow dma_get_cache_alignment() to be overridden by the arch code
Catalin Marinas
1
-0
/
+2
2023-06-20
mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
Catalin Marinas
3
-5
/
+18
2023-06-20
mm/hugetlb: fix pgtable lock on pmd sharing
Peter Xu
1
-3
/
+2
2023-06-20
mm: remove set_compound_page_dtor()
Sidhartha Kumar
3
-12
/
+2
2023-06-20
perf/core: allow pte_offset_map() to fail
Hugh Dickins
2
-2
/
+8
2023-06-20
mm/swap: swap_vma_readahead() do the pte_offset_map()
Hugh Dickins
2
-40
/
+24
2023-06-20
mm/pgtable: delete pmd_trans_unstable() and friends
Hugh Dickins
2
-100
/
+7
2023-06-20
mm/memory: handle_pte_fault() use pte_offset_map_nolock()
Hugh Dickins
2
-27
/
+17
2023-06-20
mm/memory: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-86
/
+81
2023-06-20
mm/khugepaged: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-23
/
+49
2023-06-20
mm/huge_memory: split huge pmd under one pte_offset_map()
Hugh Dickins
1
-10
/
+18
2023-06-20
mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
Hugh Dickins
1
-15
/
+4
2023-06-20
mm/migrate_device: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-27
/
+4
2023-06-20
mm/mglru: allow pte_offset_map_nolock() to fail
Hugh Dickins
1
-9
/
+7
2023-06-20
mm/swapoff: allow pte_offset_map[_lock]() to fail
Hugh Dickins
1
-18
/
+20
2023-06-20
mm/madvise: clean up force_shm_swapin_readahead()
Hugh Dickins
1
-11
/
+13
2023-06-20
mm/madvise: clean up pte_offset_map_lock() scans
Hugh Dickins
1
-54
/
+68
2023-06-20
mm/mremap: retry if either pte_offset_map_*lock() fails
Hugh Dickins
2
-10
/
+23
2023-06-20
mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
Hugh Dickins
1
-57
/
+17
2023-06-20
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
5
-13
/
+22
2023-06-20
mm/debug_vm_pgtable,page_table_check: warn pte map fails
Hugh Dickins
2
-1
/
+10
2023-06-20
mm/userfaultfd: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-0
/
+8
2023-06-20
mm/userfaultfd: retry if pte_offset_map() fails
Hugh Dickins
1
-5
/
+6
2023-06-20
mm/hmm: retry if pte_offset_map() fails
Hugh Dickins
1
-0
/
+2
2023-06-20
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
1
-2
/
+1
2023-06-20
mm/vmwgfx: simplify pmd & pud mapping dirty helpers
Hugh Dickins
1
-25
/
+9
2023-06-20
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
1
-10
/
+23
2023-06-20
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
5
-28
/
+36
2023-06-20
mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
Hugh Dickins
1
-6
/
+22
[next]