index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
47
-228
/
+301
*
mm: move ptep_get() and pmdp_get() helpers
Ryan Roberts
2023-06-19
1
-14
/
+14
*
mm: ptdump should use ptep_get_lockless()
Ryan Roberts
2023-06-19
1
-1
/
+1
*
sh: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2023-06-19
2
-6
/
+6
*
microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.h
Catalin Marinas
2023-06-19
2
-5
/
+5
*
powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.h
Catalin Marinas
2023-06-19
2
-4
/
+4
*
arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
Catalin Marinas
2023-06-19
2
-1
/
+7
*
mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possible
Catalin Marinas
2023-06-19
1
-0
/
+5
*
iommu/dma: force bouncing if the size is not cacheline-aligned
Catalin Marinas
2023-06-19
3
-11
/
+81
*
dma-mapping: force bouncing if the kmalloc() size is not cache-line-aligned
Catalin Marinas
2023-06-19
3
-1
/
+67
*
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
2023-06-19
4
-10
/
+10
*
scatterlist: add dedicated config for DMA flags
Robin Murphy
2023-06-19
3
-7
/
+10
*
arm64: allow kmalloc() caches aligned to the smaller cache_line_size()
Catalin Marinas
2023-06-19
1
-0
/
+3
*
iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
1
-1
/
+1
*
dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
1
-1
/
+1
*
drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
1
-1
/
+1
*
drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
1
-4
/
+4
*
drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
1
-3
/
+3
*
drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
Catalin Marinas
2023-06-19
1
-3
/
+3
*
mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()
Catalin Marinas
2023-06-19
1
-3
/
+21
*
mm/slab: simplify create_kmalloc_cache() args and make it static
Catalin Marinas
2023-06-19
3
-16
/
+9
*
dma: allow dma_get_cache_alignment() to be overridden by the arch code
Catalin Marinas
2023-06-19
1
-0
/
+2
*
mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
Catalin Marinas
2023-06-19
3
-5
/
+18
*
mm/hugetlb: fix pgtable lock on pmd sharing
Peter Xu
2023-06-19
1
-3
/
+2
*
mm: remove set_compound_page_dtor()
Sidhartha Kumar
2023-06-19
3
-12
/
+2
*
perf/core: allow pte_offset_map() to fail
Hugh Dickins
2023-06-19
2
-2
/
+8
*
mm/swap: swap_vma_readahead() do the pte_offset_map()
Hugh Dickins
2023-06-19
2
-40
/
+24
*
mm/pgtable: delete pmd_trans_unstable() and friends
Hugh Dickins
2023-06-19
2
-100
/
+7
*
mm/memory: handle_pte_fault() use pte_offset_map_nolock()
Hugh Dickins
2023-06-19
2
-27
/
+17
*
mm/memory: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
1
-86
/
+81
*
mm/khugepaged: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
1
-23
/
+49
*
mm/huge_memory: split huge pmd under one pte_offset_map()
Hugh Dickins
2023-06-19
1
-10
/
+18
*
mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
Hugh Dickins
2023-06-19
1
-15
/
+4
*
mm/migrate_device: allow pte_offset_map_lock() to fail
Hugh Dickins
2023-06-19
1
-27
/
+4
*
mm/mglru: allow pte_offset_map_nolock() to fail
Hugh Dickins
2023-06-19
1
-9
/
+7
*
mm/swapoff: allow pte_offset_map[_lock]() to fail
Hugh Dickins
2023-06-19
1
-18
/
+20
*
mm/madvise: clean up force_shm_swapin_readahead()
Hugh Dickins
2023-06-19
1
-11
/
+13
*
mm/madvise: clean up pte_offset_map_lock() scans
Hugh Dickins
2023-06-19
1
-54
/
+68
*
mm/mremap: retry if either pte_offset_map_*lock() fails
Hugh Dickins
2023-06-19
2
-10
/
+23
*
mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
Hugh Dickins
2023-06-19
1
-57
/
+17
*
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
2023-06-19
5
-13
/
+22
*
mm/debug_vm_pgtable,page_table_check: warn pte map fails
Hugh Dickins
2023-06-19
2
-1
/
+10
*
mm/userfaultfd: allow pte_offset_map_lock() to fail
Hugh Dickins
2023-06-19
1
-0
/
+8
*
mm/userfaultfd: retry if pte_offset_map() fails
Hugh Dickins
2023-06-19
1
-5
/
+6
*
mm/hmm: retry if pte_offset_map() fails
Hugh Dickins
2023-06-19
1
-0
/
+2
*
mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
Hugh Dickins
2023-06-19
1
-2
/
+1
*
mm/vmwgfx: simplify pmd & pud mapping dirty helpers
Hugh Dickins
2023-06-19
1
-25
/
+9
*
mm/pagewalk: walk_pte_range() allow for pte_offset_map()
Hugh Dickins
2023-06-19
1
-10
/
+23
*
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
2023-06-19
5
-28
/
+36
*
mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
Hugh Dickins
2023-06-19
1
-6
/
+22
[next]