index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
4
-2
/
+15
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
arm64: allow kmalloc() caches aligned to the smaller cache_line_size()
Catalin Marinas
1
-0
/
+3
2023-06-20
xtensa: add pte_unmap() to balance pte_offset_map()
Hugh Dickins
1
-1
/
+4
2023-06-20
x86: sme_populate_pgd() use pte_offset_kernel()
Hugh Dickins
1
-1
/
+1
2023-06-20
x86: allow get_locked_pte() to fail
Hugh Dickins
1
-2
/
+4
2023-06-20
sparc: iounit and iommu use pte_offset_kernel()
Hugh Dickins
2
-2
/
+2
2023-06-20
sparc: allow pte_offset_map() to fail
Hugh Dickins
3
-0
/
+7
2023-06-20
sparc/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-2
/
+2
2023-06-20
sh/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-2
/
+2
2023-06-20
s390: gmap use pte_unmap_unlock() not spin_unlock()
Hugh Dickins
1
-11
/
+11
2023-06-20
s390: allow pte_offset_map_lock() to fail
Hugh Dickins
3
-4
/
+19
2023-06-20
riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-2
/
+2
2023-06-20
powerpc/hugetlb: pte_alloc_huge()
Hugh Dickins
1
-1
/
+1
2023-06-20
powerpc: allow pte_offset_map[_lock]() to fail
Hugh Dickins
3
-1
/
+10
2023-06-20
powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
Hugh Dickins
1
-1
/
+1
2023-06-20
parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-2
/
+2
2023-06-20
parisc: unmap_uncached_pte() use pte_offset_kernel()
Hugh Dickins
1
-1
/
+1
2023-06-20
parisc: add pte_unmap() to balance get_ptep()
Hugh Dickins
1
-5
/
+21
2023-06-20
mips: add pte_unmap() to balance pte_offset_map()
Hugh Dickins
1
-2
/
+10
2023-06-20
microblaze: allow pte_offset_map() to fail
Hugh Dickins
1
-2
/
+3
2023-06-20
m68k: allow pte_offset_map[_lock]() to fail
Hugh Dickins
3
-33
/
+27
2023-06-20
ia64/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-2
/
+2
2023-06-20
arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
1
-9
/
+2
2023-06-20
arm64: allow pte_offset_map() to fail
Hugh Dickins
1
-0
/
+3
2023-06-20
arm: allow pte_offset_map[_lock]() to fail
Hugh Dickins
3
-1
/
+10
2023-06-12
riscv/purgatory: remove PGO flags
Ricardo Ribalda
1
-0
/
+5
2023-06-12
powerpc/purgatory: remove PGO flags
Ricardo Ribalda
1
-0
/
+5
2023-06-12
x86/purgatory: remove PGO flags
Ricardo Ribalda
1
-0
/
+5
2023-06-10
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-10
mm/gup: remove vmas parameter from get_user_pages_remote()
Lorenzo Stoakes
2
-9
/
+10
2023-06-10
mm/gup: remove unused vmas parameter from get_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-10
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
2
-2
/
+2
2023-06-10
cachestat: wire up cachestat for other architectures
Nhat Pham
16
-1
/
+17
2023-06-10
cachestat: implement cachestat syscall
Nhat Pham
2
-0
/
+2
2023-05-29
Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-2
/
+0
2023-05-28
Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2023-05-28
Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+12
2023-05-28
Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+5
2023-05-28
Merge tag 'mips-fixes_6.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-16
/
+26
2023-05-28
Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+6
2023-05-27
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+5
2023-05-27
Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-38
/
+59
2023-05-26
x86: re-introduce support for ERMS copies for user space accesses
Linus Torvalds
1
-1
/
+9
2023-05-26
Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-18
/
+102
2023-05-25
x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
Zhang Rui
1
-2
/
+3
2023-05-25
Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+10
[next]