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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-08
perf test record.sh: Fix shellcheck warning
Ian Rogers
1
-1
/
+1
2026-02-07
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-13
/
+42
2026-02-07
selftests: mptcp: connect: fix maybe-uninitialize warn
Matthieu Baerts (NGI0)
1
-1
/
+1
2026-02-07
selftests/bpf: Fix outdated test on storage->smap
Amery Hung
1
-17
/
+2
2026-02-07
selftests/bpf: Choose another percpu variable in bpf for btf_dump test
Amery Hung
1
-2
/
+2
2026-02-07
selftests/bpf: Remove test_task_storage_map_stress_lookup
Amery Hung
2
-166
/
+0
2026-02-07
selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
Amery Hung
1
-5
/
+2
2026-02-07
selftests/bpf: Update task_local_storage/recursion test
Amery Hung
2
-17
/
+7
2026-02-07
selftests/bpf: Update sk_storage_omem_uncharge test
Amery Hung
1
-9
/
+3
2026-02-07
perf build: Reduce pmu-events related copying and mkdirs
Ian Rogers
1
-68
/
+149
2026-02-07
vfio: selftests: only build tests on arm64 and x86_64
Ted Logan
1
-0
/
+9
2026-02-07
perf lock contention: fix segfault in `lock contention -b/--use-bpf`
Tycho Andersen (AMD)
1
-0
/
+3
2026-02-07
perf sort: Replace static cacheline size with sysconf cacheline size
Ricky Ringler
1
-5
/
+12
2026-02-07
perf test: Fix test case Leader sampling on s390
Thomas Richter
1
-1
/
+15
2026-02-07
perf annotate: Fix register usage in data type profiling
Namhyung Kim
1
-31
/
+30
2026-02-07
perf stat: Ensure metrics are displayed even with failed events
Chun-Tse Shao
3
-40
/
+29
2026-02-07
perf test addr2line_inlines: Ensure inline information shows on LBR leaves
Ian Rogers
1
-0
/
+28
2026-02-07
perf callchain lbr: Make the leaf IP that of the sample
Ian Rogers
1
-4
/
+16
2026-02-07
perf kvm stat: Fix build error
Leo Yan
1
-3
/
+3
2026-02-06
selftests/xsk: fix number of Tx frags in invalid packet
Larysa Zaremba
1
-1
/
+1
2026-02-06
selftests/xsk: properly handle batch ending in the middle of a packet
Larysa Zaremba
1
-0
/
+2
2026-02-06
selftests/landlock: Add LANDLOCK_RESTRICT_SELF_TSYNC tests
Günther Noack
2
-2
/
+163
2026-02-06
landlock: Multithreading support for landlock_restrict_self()
Günther Noack
1
-2
/
+2
2026-02-06
perf regs: Remove __weak attributive arch_sdt_arg_parse_op() function
Dapeng Mi
12
-473
/
+441
2026-02-06
perf regs: Remove __weak attributive arch__xxx_reg_mask() functions
Dapeng Mi
30
-236
/
+332
2026-02-06
perf arch: Update arch headers to use relative UAPI paths
Dapeng Mi
9
-9
/
+9
2026-02-06
perf regs: Fix abort for "-I" or "--user-regs" options
Dapeng Mi
1
-7
/
+6
2026-02-06
perf metricgroup: Don't early exit if no CPUID table exists
Ian Rogers
1
-13
/
+5
2026-02-06
perf tests: build-test coverage for NO_JEVENTS=1
Ian Rogers
1
-0
/
+2
2026-02-06
perf tests: Additional 'perf stat' tests
Ian Rogers
1
-0
/
+242
2026-02-06
perf record: Make logs more readable for event open failures
Leo Yan
1
-0
/
+1
2026-02-06
RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list test
Xu Lu
1
-0
/
+4
2026-02-06
KVM: riscv: selftests: Add riscv vm satp modes
Wu Fei
5
-14
/
+142
2026-02-06
KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list test
Pincheng Wang
1
-0
/
+8
2026-02-06
selftests: netfilter: add IPV6_TUNNEL to config
Florian Westphal
2
-6
/
+14
2026-02-06
selftests: netfilter: nft_queue.sh: add udp fraglist gro test case
Florian Westphal
1
-6
/
+136
2026-02-06
KVM: LoongArch: selftests: Add steal time test case
Bibo Mao
2
-0
/
+97
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-17
/
+92
2026-02-05
Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+64
2026-02-05
objtool/klp: Fix unexported static call key access for manually built livepat...
Josh Poimboeuf
1
-1
/
+1
2026-02-05
objtool/klp: Fix symbol correlation for orphaned local symbols
Josh Poimboeuf
1
-5
/
+34
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
3
-7
/
+7
2026-02-05
bootconfig: Check the parsed output of the good examples
Masami Hiramatsu (Google)
14
-0
/
+44
2026-02-05
bootconfig: Terminate value search if it hits a newline
Masami Hiramatsu (Google)
3
-2
/
+9
2026-02-05
Merge branch kvm-arm64/resx into kvmarm-master/next
Marc Zyngier
3
-8
/
+0
2026-02-05
KVM: arm64: Remove all traces of FEAT_TME
Marc Zyngier
2
-2
/
+0
2026-02-05
arm64: Convert SCTLR_EL2 to sysreg infrastructure
Marc Zyngier
1
-6
/
+0
2026-02-05
selftests: ublk: organize test directories by test ID
Ming Lei
1
-1
/
+3
2026-02-05
selftests: mptcp: join: no SKIP mark for group checks
Matthieu Baerts (NGI0)
1
-15
/
+15
2026-02-05
selftests: mptcp: connect cleanup TFO setup
Matthieu Baerts (NGI0)
1
-10
/
+7
[prev]
[next]