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.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-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-08-14
libbpf: Enforce 64-bitness of BTF for BPF object files
Andrii Nakryiko
1
-0
/
+4
2020-08-14
selftests/bpf: Fix btf_dump test cases on 32-bit arches
Andrii Nakryiko
1
-7
/
+20
2020-08-14
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
4
-4
/
+87
2020-08-14
libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches
Andrii Nakryiko
1
-6
/
+10
2020-08-14
selftest/bpf: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
9
-19
/
+24
2020-08-14
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
4
-12
/
+20
2020-08-13
bpf, selftests: Add tests to sock_ops for loading sk
John Fastabend
1
-0
/
+21
2020-08-13
bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers
John Fastabend
1
-0
/
+7
2020-08-13
bpf, selftests: Add tests for ctx access in sock_ops with single register
John Fastabend
1
-0
/
+13
2020-08-13
libbpf: Prevent overriding errno when logging errors
Toke Høiland-Jørgensen
1
-5
/
+7
2020-08-13
perf bench numa: Use numa_node_to_cpus() to bind tasks to nodes
Alexander Gordeev
1
-17
/
+16
2020-08-13
perf bench numa: Fix cpumask memory leak in node_has_cpus()
Alexander Gordeev
1
-4
/
+9
2020-08-13
tools build feature: Quote CC and CXX for their arguments
Daniel Díaz
1
-1
/
+1
2020-08-13
perf tools: Fix module symbol processing
Jiri Olsa
2
-5
/
+4
2020-08-13
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
7
-35
/
+35
2020-08-13
libperf: Fix man page typos
Rob Herring
3
-14
/
+17
2020-08-13
perf test: Allow multiple probes in record+script_probe_vfs_getname.sh
Michael Petlan
1
-2
/
+2
2020-08-13
perf bench mem: Always memset source before memcpy
Vincent Whitchurch
1
-10
/
+11
2020-08-13
perf sched: Prefer sched_waking event when it exists
David Ahern
1
-3
/
+29
2020-08-13
selftests: netfilter: kill running process only
Fabian Frederick
1
-2
/
+8
2020-08-13
selftests: netfilter: add MTU arguments to flowtables
Fabian Frederick
1
-6
/
+24
2020-08-13
selftests: netfilter: add checktool function
Fabian Frederick
1
-22
/
+11
2020-08-13
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
1
-1
/
+34
2020-08-13
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
1
-4
/
+4
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-3
/
+106
2020-08-12
selftests: kmod: use variable NAME in kmod_test_0001()
Tiezhu Yang
1
-2
/
+2
2020-08-12
mm/migrate: add migrate-shared test for migrate_vma_*()
Ralph Campbell
1
-0
/
+35
2020-08-12
kselftests: cgroup: add perpcu memory accounting test
Roman Gushchin
1
-1
/
+69
2020-08-12
perf bench: Fix a couple of spelling mistakes in options text
Colin Ian King
1
-2
/
+2
2020-08-12
perf bench numa: Fix benchmark names
Alexander Gordeev
1
-18
/
+17
2020-08-12
perf bench numa: Fix number of processes in "2x3-convergence" test
Alexander Gordeev
1
-1
/
+1
2020-08-12
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2020-08-12
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-08-12
tools headers kvm s390: Sync headers with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+5
2020-08-12
perf trace beauty: Use the autogenerated protocol family table
Arnaldo Carvalho de Melo
3
-8
/
+13
2020-08-12
perf trace beauty: Add script to autogenerate socket families table
Arnaldo Carvalho de Melo
2
-0
/
+466
2020-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+3
2020-08-11
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-68
/
+299
2020-08-11
selftests/bpf: Fix v4_to_v6 in sk_lookup
Stanislav Fomichev
1
-0
/
+1
2020-08-11
selftests/bpf: Fix segmentation fault in test_progs
Jianlin Lv
1
-6
/
+13
2020-08-11
libbpf: Do not use __builtin_offsetof for offsetof
Yonghong Song
1
-1
/
+1
2020-08-11
Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
127
-1091
/
+5164
2020-08-11
Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2
-16
/
+105
2020-08-10
ktest.pl: Fix spelling mistake "Cant" -> "Can't"
Colin Ian King
1
-1
/
+1
2020-08-10
ktest.pl: Change the logic to control the size of the log file emailed
Steven Rostedt (VMware)
1
-3
/
+6
2020-08-08
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
4
-0
/
+25
2020-08-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
14
-64
/
+111
2020-08-08
mptcp: more stable diag self-tests
Paolo Abeni
1
-4
/
+5
2020-08-08
selftests: mptcp: fix dependecies
Paolo Abeni
1
-0
/
+2
2020-08-07
Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-2
/
+118
[prev]
[next]