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.12.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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: forwarding: fix error message in learning_test
Vladimir Oltean
2022-07-12
1
-1
/
+1
*
selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT
Vladimir Oltean
2022-07-12
1
-0
/
+2
*
selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
Vladimir Oltean
2022-07-12
1
-0
/
+2
*
selftests/rseq: Change type of rseq_offset to ptrdiff_t
Mathieu Desnoyers
2022-07-07
3
-10
/
+12
*
selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area
Mathieu Desnoyers
2022-07-07
1
-32
/
+34
*
selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
Mathieu Desnoyers
2022-07-07
1
-28
/
+30
*
selftests/rseq: Fix: work-around asm goto compiler bugs
Mathieu Desnoyers
2022-07-07
7
-6
/
+245
*
selftests/rseq: Remove arm/mips asm goto compiler work-around
Mathieu Desnoyers
2022-07-07
2
-74
/
+0
*
selftests/rseq: Fix warnings about #if checks of undefined tokens
Mathieu Desnoyers
2022-07-07
2
-2
/
+2
*
selftests/rseq: Fix ppc32 offsets by using long rather than off_t
Mathieu Desnoyers
2022-07-07
9
-11
/
+11
*
selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/...
Mathieu Desnoyers
2022-07-07
1
-27
/
+28
*
selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
Mathieu Desnoyers
2022-07-07
5
-38
/
+38
*
selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
Mathieu Desnoyers
2022-07-07
3
-88
/
+88
*
selftests/rseq: Introduce thread pointer getters
Mathieu Desnoyers
2022-07-07
4
-0
/
+114
*
selftests/rseq: Introduce rseq_get_abi() helper
Mathieu Desnoyers
2022-07-07
7
-94
/
+99
*
selftests/rseq: Remove volatile from __rseq_abi
Mathieu Desnoyers
2022-07-07
2
-4
/
+4
*
selftests/rseq: Remove useless assignment to cpu variable
Mathieu Desnoyers
2022-07-07
1
-3
/
+1
*
selftests/rseq: introduce own copy of rseq uapi header
Mathieu Desnoyers
2022-07-07
3
-14
/
+161
*
selftests/rseq: remove ARRAY_SIZE define from individual tests
Shuah Khan
2022-07-07
2
-4
/
+2
*
selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
Dimitris Michailidis
2022-07-07
1
-1
/
+1
*
selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
Jie2x Zhou
2022-06-29
1
-1
/
+1
*
net/sched: act_police: more accurate MTU policing
Davide Caratti
2022-06-22
1
-0
/
+52
*
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
2022-06-16
1
-0
/
+6
*
x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
Pawan Gupta
2022-06-16
2
-0
/
+20
*
netfilter: nat: really support inet nat without l3 address
Florian Westphal
2022-06-14
1
-0
/
+43
*
perf c2c: Fix sorting in percent_rmt_hitm_cmp()
Leo Yan
2022-06-14
1
-2
/
+2
*
kseltest/cgroup: Make test_stress.sh work if run interactively
Waiman Long
2022-06-09
1
-1
/
+1
*
perf jevents: Fix event syntax error caused by ExtSel
Zhengjun Xing
2022-06-09
1
-1
/
+1
*
perf c2c: Use stdio interface if slang is not supported
Leo Yan
2022-06-09
1
-2
/
+4
*
kselftest/cgroup: fix test_stress.sh to use OUTPUT dir
Phil Auld
2022-06-09
1
-1
/
+1
*
perf tools: Use Python devtools for version autodetection rather than runtime
James Clark
2022-06-09
1
-12
/
+27
*
perf tools: Add missing headers needed by util/data.h
Yang Jihong
2022-06-09
1
-0
/
+1
*
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
2022-06-09
1
-2
/
+3
*
selftests/resctrl: Fix null pointer dereference on open failed
Colin Ian King
2022-06-09
1
-1
/
+3
*
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
2022-06-09
1
-4
/
+11
*
selftests/bpf: fix btf_dump/btf_dump due to recent clang change
Yonghong Song
2022-06-09
1
-1
/
+1
*
tools/power turbostat: fix ICX DRAM power numbers
Len Brown
2022-06-09
1
-0
/
+1
*
selftests: add ping test with ping_group_range tuned
Nicolas Dichtel
2022-05-25
1
-0
/
+12
*
perf bench numa: Address compiler error on s390
Thomas Richter
2022-05-25
1
-1
/
+1
*
tools/virtio: compile with -pthread
Michael S. Tsirkin
2022-05-25
1
-1
/
+2
*
selftests: vm: Makefile: rename TARGETS to VMTARGETS
Joel Savitz
2022-05-18
1
-5
/
+5
*
selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer
Vladimir Oltean
2022-05-12
1
-1
/
+1
*
selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is opera...
Ido Schimmel
2022-05-12
1
-0
/
+3
*
selftests/seccomp: Don't call read() on TTY from background pgrp
Jann Horn
2022-05-12
1
-5
/
+5
*
perf symbol: Remove arch__symbols__fixup_end()
Namhyung Kim
2022-05-09
5
-50
/
+0
*
perf symbol: Update symbols__fixup_end()
Namhyung Kim
2022-05-09
1
-4
/
+25
*
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
2022-05-09
3
-5
/
+6
*
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
2022-04-27
1
-0
/
+14
*
selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packets
Ido Schimmel
2022-04-27
1
-0
/
+17
*
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
2022-04-27
1
-2
/
+1
[next]