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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-03
arm64/gcs: Fix error handling in arch_set_shadow_stack_status()
Breno Leitao
1
-2
/
+2
2026-02-02
arm64: Fix non-atomic __READ_ONCE() with CONFIG_LTO=y
Marco Elver
1
-1
/
+1
2026-01-29
Merge branch 'for-next/selftests' into for-next/core
Will Deacon
6
-29
/
+76
2026-01-29
Merge branch 'for-next/perf' into for-next/core
Will Deacon
5
-18
/
+30
2026-01-29
Merge branch 'for-next/misc' into for-next/core
Will Deacon
4
-6
/
+8
2026-01-29
Merge branch 'for-next/errata' into for-next/core
Will Deacon
5
-0
/
+62
2026-01-29
Merge branch 'for-next/entry' into for-next/core
Will Deacon
5
-28
/
+46
2026-01-29
Merge branch 'for-next/cpufreq' into for-next/core
Will Deacon
4
-4
/
+82
2026-01-29
Merge branch 'for-next/cpufeature' into for-next/core
Will Deacon
27
-110
/
+201
2026-01-29
Merge branch 'for-next/acpi' into for-next/core
Will Deacon
2
-9
/
+94
2026-01-28
arm64: poe: fix stale POR_EL0 values for ptrace
Joey Gouly
1
-0
/
+3
2026-01-28
kselftest/arm64: Raise default number of loops in fp-pidbench
Mark Brown
1
-1
/
+1
2026-01-28
kselftest/arm64: Add a no-SVE loop after SVE in fp-pidbench
Mark Brown
1
-0
/
+4
2026-01-28
perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREAD
Sebastian Andrzej Siewior
1
-1
/
+1
2026-01-27
arm64: mte: Set TCMA1 whenever MTE is present in the kernel
Carl Worth
1
-5
/
+5
2026-01-27
arm64/ptrace: Return early for ptrace_report_syscall_entry() error
Jinjie Ruan
1
-5
/
+9
2026-01-27
arm64/ptrace: Split report_syscall()
Jinjie Ruan
1
-12
/
+29
2026-01-27
arm64: Remove unused _TIF_WORK_MASK
Jinjie Ruan
1
-6
/
+0
2026-01-26
kselftest/arm64: Add missing file in .gitignore
I-Hsin Cheng
1
-0
/
+1
2026-01-23
arm64: errata: Workaround for SI L1 downstream coherency issue
Lucas Wei
5
-0
/
+62
2026-01-22
kselftest/arm64: Add HWCAP test for FEAT_LS64
Yicong Yang
1
-0
/
+49
2026-01-22
arm64: Add support for FEAT_{LS64, LS64_V}
Yicong Yang
7
-0
/
+52
2026-01-22
KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
Yicong Yang
1
-0
/
+6
2026-01-22
arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
Yicong Yang
1
-1
/
+11
2026-01-22
KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
Yicong Yang
4
-1
/
+56
2026-01-22
KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B
Marc Zyngier
1
-7
/
+36
2026-01-22
KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
Marc Zyngier
2
-2
/
+28
2026-01-22
kselftest/arm64: Use syscall() macro over nolibc my_syscall()
Thomas Weißschuh
2
-26
/
+17
2026-01-22
arm64: mm: warn once for ioremap attempts on RAM mappings
Breno Leitao
1
-1
/
+2
2026-01-22
arm64: topology: Do not warn on missing AMU in cpuhp_topology_online()
Geert Uytterhoeven
1
-1
/
+0
2026-01-22
arm64: Unconditionally enable PAN support
Marc Zyngier
5
-28
/
+3
2026-01-22
arm64: Unconditionally enable LSE support
Marc Zyngier
7
-66
/
+0
2026-01-09
ACPI: AGDI: Add interrupt signaling mode support
Kazuhiro Abe
1
-9
/
+92
2026-01-09
arm64: Disable branch profiling for all arm64 code
Breno Leitao
1
-0
/
+4
2026-01-07
perf/arm_dsu: Allow standard cycles events
Robin Murphy
1
-3
/
+2
2026-01-07
perf/arm_dsu: Support DSU-120
Robin Murphy
1
-1
/
+7
2026-01-07
perf/arm_dsu: Support DSU-110
Robin Murphy
1
-10
/
+14
2026-01-06
arm64: kernel: initialize missing kexec_buf->random field
Yeoreum Yun
1
-1
/
+1
2026-01-06
kselftest/arm64: Support FORCE_TARGETS
Mark Brown
1
-2
/
+4
2026-01-06
arm64: topology: Handle AMU FIE setup on CPU hotplug
Lifeng Zheng
2
-3
/
+71
2026-01-06
cpufreq: Add new helper function returning cpufreq policy
Lifeng Zheng
2
-0
/
+11
2026-01-06
arm64: topology: Skip already covered CPUs when setting freq source
Lifeng Zheng
1
-1
/
+1
2026-01-06
arm64: Add support for TSV110 Spectre-BHB mitigation
Jinqian Yang
1
-0
/
+1
2026-01-05
MAINTAINERS: Update the maintainers for ARM64 ACPI
Hanjun Guo
1
-0
/
+2
2026-01-05
drivers: perf: use bitmap_empty() where appropriate
Yury Norov (NVIDIA)
2
-3
/
+2
2026-01-05
perf/arm-cmn: Support CMN-600AE
Robin Murphy
1
-0
/
+4
2026-01-05
arm64: Avoid memcpy() for syscall_get_arguments()
Jinjie Ruan
1
-4
/
+12
2026-01-05
syscall.h: Remove unused SYSCALL_MAX_ARGS
Jinjie Ruan
3
-5
/
+0
2026-01-05
arm64: simplify arch_uprobe_xol_was_trapped return
Osama Abdelkader
1
-4
/
+1
2025-12-14
Linux 6.19-rc1
v6.19-rc1
Linus Torvalds
1
-2
/
+2
[next]