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
2020-10-29
selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change
Yonghong Song
2
-4
/
+4
2020-10-29
libbpf: Close map fd if init map slots failed
Hangbin Liu
1
-21
/
+34
2020-10-29
notifier: Fix broken error handling pattern
Peter Zijlstra
1
-1
/
+1
2020-10-29
selftests/powerpc: Fix eeh-basic.sh exit codes
Oliver O'Halloran
1
-3
/
+6
2020-10-29
perf trace: Fix off by ones in memset() after realloc() in arches using libaudit
Jiri Slaby
1
-1
/
+5
2020-10-29
perf stat: Fix out of bounds CPU map access when handling armv8_pmu events
Namhyung Kim
1
-0
/
+3
2020-10-29
perf stat: Skip duration_time in setup_system_wide
Jin Yao
1
-1
/
+3
2020-10-29
perf metricgroup: Fix uncore metric expressions
Ian Rogers
1
-19
/
+56
2020-10-29
perf intel-pt: Fix "context_switch event has no tid" error
Adrian Hunter
1
-4
/
+4
2020-10-29
ida: Free allocated bitmap in error path
Matthew Wilcox (Oracle)
1
-0
/
+29
2020-10-29
tools feature: Add missing -lzstd to the fast path feature detection
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-10-29
perf tools: Make GTK2 support opt-in
Arnaldo Carvalho de Melo
6
-19
/
+9
2020-10-29
selftests/powerpc: Fix prefixes in alignment_handler signal handler
Jordan Niethe
1
-1
/
+9
2020-10-29
selftests/ftrace: Change synthetic event name for inter-event-combined test
Tom Zanussi
1
-4
/
+4
2020-10-29
selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
Ilya Leoshkevich
1
-115
/
+101
2020-10-29
selftests: Remove fmod_ret from test_overhead
Toke Høiland-Jørgensen
4
-39
/
+1
2020-10-29
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
1
-2
/
+2
2020-10-29
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
1
-1
/
+1
2020-10-29
selftests: mptcp: interpret \n as a new line
Matthieu Baerts
2
-4
/
+4
2020-10-29
selftests/lkdtm: Use "comm" instead of "diff" for dmesg
Kees Cook
1
-1
/
+1
2020-10-29
selftests: vm: add fragment CONFIG_GUP_BENCHMARK
Anatoly Pugachev
1
-0
/
+1
2020-10-29
selftests/livepatch: Do not check order when using "comm" for dmesg checking
Miroslav Benes
1
-1
/
+1
2020-10-29
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
1
-1
/
+1
2020-10-29
selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()
Andrii Nakryiko
1
-3
/
+9
2020-10-29
selftests/seccomp: powerpc: Fix seccomp return value testing
Kees Cook
1
-0
/
+15
2020-10-29
selftests/seccomp: Refactor arch register macros to avoid xtensa special case
Kees Cook
1
-50
/
+47
2020-10-29
selftests/seccomp: Use __NR_mknodat instead of __NR_mknod
Kees Cook
1
-1
/
+1
2020-10-29
selftests: rtnetlink: load fou module for kci_test_encap_fou() test
Po-Hsu Lin
2
-0
/
+6
2020-10-29
selftests: forwarding: Add missing 'rp_filter' configuration
Ido Schimmel
2
-0
/
+20
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-2
/
+8
2020-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-2
/
+8
2020-09-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-09-24
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
1
-1
/
+1
2020-09-24
Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+25
2020-09-23
selftests: kvm: Fix assert failure in single-step test
Yang Weijiang
1
-1
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-4
/
+69
2020-09-23
Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-09-22
tools/bootconfig: Add testcase for tailing space
Masami Hiramatsu
1
-0
/
+13
2020-09-22
tools/bootconfig: Add testcases for repeated key with brace
Masami Hiramatsu
1
-0
/
+12
2020-09-21
libbpf: Fix native endian assumption when parsing BTF
Tony Ambardar
1
-0
/
+6
2020-09-21
tools/io_uring: fix compile breakage
Douglas Gilbert
1
-2
/
+2
2020-09-21
Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2020-09-19
selftests/vm: fix display of page size in map_hugetlb
Christophe Leroy
1
-1
/
+1
2020-09-19
tools/bpftool: Support passing BPFTOOL_VERSION to make
Tony Ambardar
1
-1
/
+1
2020-09-18
Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+7
2020-09-18
objtool: Fix noreturn detection for ignored functions
Josh Poimboeuf
1
-1
/
+1
2020-09-16
perf stat: Fix the ratio comments of miss-events
Qi Liu
1
-10
/
+10
2020-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-4
/
+22
2020-09-15
perf test: Free formats for perf pmu parse test
Namhyung Kim
3
-0
/
+13
2020-09-15
perf metric: Do not free metric when failed to resolve
Namhyung Kim
1
-3
/
+6
[next]