index
:
linux-stable.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.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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/e500: remove enc and ind fields from struct mmu_psize_def
Christophe Leroy
2024-07-12
4
-14
/
+4
*
powerpc/8xx: simplify struct mmu_psize_def
Christophe Leroy
2024-07-12
1
-7
/
+2
*
powerpc/8xx: rework support for 8M pages using contiguous PTE entries
Christophe Leroy
2024-07-12
12
-114
/
+111
*
powerpc/8xx: fix size given to set_huge_pte_at()
Christophe Leroy
2024-07-12
1
-1
/
+2
*
powerpc/mm: allow hugepages without hugepd
Christophe Leroy
2024-07-12
7
-12
/
+41
*
powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entries
Christophe Leroy
2024-07-12
1
-1
/
+10
*
powerpc/mm: remove _PAGE_PSIZE
Christophe Leroy
2024-07-12
4
-12
/
+3
*
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-07-12
7
-10
/
+10
*
powerpc/64e: drop unused TLB miss handlers
Michael Ellerman
2024-07-12
3
-232
/
+2
*
powerpc/64e: consolidate TLB miss handler patching
Michael Ellerman
2024-07-12
1
-23
/
+15
*
powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit code
Michael Ellerman
2024-07-12
2
-65
/
+38
*
powerpc/64e: drop E500 ifdefs in 64-bit code
Michael Ellerman
2024-07-12
1
-12
/
+0
*
powerpc/64e: split out nohash Book3E 64-bit code
Michael Ellerman
2024-07-12
3
-343
/
+363
*
powerpc/64e: remove unused IBM HTW code
Michael Ellerman
2024-07-12
3
-253
/
+2
*
kmsan: enable on s390
Ilya Leoshkevich
2024-07-03
1
-0
/
+1
*
s390/kmsan: implement the architecture-specific functions
Ilya Leoshkevich
2024-07-03
1
-0
/
+59
*
s390/unwind: disable KMSAN checks
Ilya Leoshkevich
2024-07-03
1
-0
/
+4
*
s390/uaccess: add the missing linux/instrumented.h #include
Ilya Leoshkevich
2024-07-03
1
-0
/
+1
*
s390/uaccess: add KMSAN support to put_user() and get_user()
Ilya Leoshkevich
2024-07-03
1
-32
/
+79
*
s390/traps: unpoison the kernel_stack_overflow()'s pt_regs
Ilya Leoshkevich
2024-07-03
1
-0
/
+6
*
s390/string: add KMSAN support
Ilya Leoshkevich
2024-07-03
2
-5
/
+31
*
s390/mm: define KMSAN metadata for vmalloc and modules
Ilya Leoshkevich
2024-07-03
2
-0
/
+19
*
s390/irqflags: do not instrument arch_local_irq_*() with KMSAN
Ilya Leoshkevich
2024-07-03
1
-3
/
+14
*
s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()
Ilya Leoshkevich
2024-07-03
1
-0
/
+2
*
s390/diag: unpoison diag224() output buffer
Ilya Leoshkevich
2024-07-03
1
-4
/
+6
*
s390/cpumf: unpoison STCCTM output buffer
Ilya Leoshkevich
2024-07-03
1
-0
/
+6
*
s390/cpacf: unpoison the results of cpacf_trng()
Ilya Leoshkevich
2024-07-03
1
-0
/
+3
*
s390/checksum: add a KMSAN check
Ilya Leoshkevich
2024-07-03
1
-0
/
+2
*
s390/boot: add the KMSAN runtime stub
Ilya Leoshkevich
2024-07-03
2
-0
/
+7
*
s390: use a larger stack for KMSAN
Ilya Leoshkevich
2024-07-03
2
-2
/
+2
*
s390/boot: turn off KMSAN
Ilya Leoshkevich
2024-07-03
1
-0
/
+2
*
arch/x86: do not explicitly clear Reserved flag in free_pagetable
Oscar Salvador
2024-07-03
1
-2
/
+0
*
mm: drop leftover comment references to pxx_huge()
Peter Xu
2024-07-03
1
-2
/
+2
*
mm: remove page_mapping()
Matthew Wilcox (Oracle)
2024-07-03
4
-4
/
+4
*
mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
Eric Chanudet
2024-07-03
1
-12
/
+0
*
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
2024-07-03
5
-15
/
+0
*
mm: add update_mmu_tlb_range()
Bang Li
2024-07-03
5
-0
/
+15
*
x86-32: fix cmpxchg8b_emu build error with clang
Linus Torvalds
2024-06-30
1
-7
/
+5
*
Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-06-28
4
-15
/
+22
|
\
|
*
Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"
Palmer Dabbelt
2024-06-26
1
-1
/
+1
|
|
\
|
|
*
riscv: stacktrace: convert arch_stack_walk() to noinstr
Andy Chiu
2024-06-26
1
-1
/
+1
|
*
|
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2024-06-26
2
-13
/
+20
|
*
|
RISC-V: fix vector insn load/store width mask
Jesse Taube
2024-06-25
1
-1
/
+1
*
|
|
Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-06-28
3
-19
/
+14
|
\
\
\
|
*
|
|
randomize_kstack: Remove non-functional per-arch entropy filtering
Kees Cook
2024-06-28
3
-19
/
+14
*
|
|
|
x86: stop playing stack games in profile_pc()
Linus Torvalds
2024-06-28
1
-19
/
+1
*
|
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2024-06-28
3
-2
/
+4
|
\
\
\
\
|
*
|
|
|
arm64: Clear the initial ID map correctly before remapping
Zenghui Yu
2024-06-24
1
-1
/
+1
|
*
|
|
|
arm64: mm: Permit PTE SW bits to change in live mappings
Ryan Roberts
2024-06-19
2
-1
/
+3
*
|
|
|
|
Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-06-27
2
-5
/
+8
|
\
\
\
\
\
[next]