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
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
2
-79
/
+153
2019-04-26
netdevsim: change debugfs tree topology
Jiri Pirko
2
-2
/
+4
2019-04-26
netdevsim: merge sdev into dev
Jiri Pirko
1
-4
/
+4
2019-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-45
/
+415
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-11
/
+317
2019-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
33
-187
/
+2454
2019-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-10
/
+311
2019-04-21
selftests/net: correct the return value for run_afpackettests
Po-Hsu Lin
1
-0
/
+5
2019-04-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-28
/
+59
2019-04-20
libbpf: fix BPF_LOG_BUF_SIZE off-by-one error
McCabe, Robert J
1
-1
/
+1
2019-04-20
selftests/net: correct the return value for run_netsocktests
Po-Hsu Lin
1
-1
/
+1
2019-04-19
proc: fixup proc-pid-vm test
Alexey Dobriyan
1
-2
/
+2
2019-04-19
proc: fix map_files test on F29
Alexey Dobriyan
1
-10
/
+10
2019-04-19
bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
Martin KaFai Lau
1
-1
/
+1
2019-04-19
selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h
Wang YanQing
2
-2
/
+2
2019-04-19
libbpf: remove compile time warning from libbpf_util.h
Magnus Karlsson
1
-1
/
+1
2019-04-18
selftests/bpf: fix a compilation error
Yonghong Song
1
-2
/
+2
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-109
/
+293
2019-04-17
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()
Jiri Olsa
1
-1
/
+3
2019-04-17
perf tools: Fix map reference counting
Jiri Olsa
1
-3
/
+1
2019-04-17
perf evlist: Fix side band thread draining
Jiri Olsa
1
-5
/
+9
2019-04-17
perf tools: Check maps for bpf programs
Song Liu
2
-1
/
+19
2019-04-17
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...
Jiri Olsa
1
-1
/
+3
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-54
/
+60
2019-04-17
libbpf: optimize barrier for XDP socket rings
Magnus Karlsson
2
-1
/
+6
2019-04-17
libbpf: remove dependency on barrier.h in xsk.h
Magnus Karlsson
2
-3
/
+29
2019-04-17
libbpf: remove likely/unlikely in xsk.h
Magnus Karlsson
1
-2
/
+2
2019-04-17
libbpf: fix XDP socket ring buffer memory ordering
Magnus Karlsson
1
-2
/
+11
2019-04-17
tools/bpftool: show btf_id in map listing
Prashant Bhole
1
-0
/
+6
2019-04-17
tools/bpftool: re-organize newline printing for map listing
Prashant Bhole
1
-2
/
+3
2019-04-17
bpftool: Support sysctl hook
Andrey Ignatov
6
-8
/
+13
2019-04-17
libbpf: fix printf formatter for ptrdiff_t argument
Andrii Nakryiko
1
-1
/
+1
2019-04-17
selftests: bpf: add VRF test cases to lwt_ip_encap test.
Peter Oskolkov
1
-48
/
+86
2019-04-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-23
/
+215
2019-04-16
tools include uapi: Sync sound/asound.h copy
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-04-16
perf top: Always sample time to satisfy needs of use of ordered queuing
Jiri Olsa
1
-0
/
+1
2019-04-16
perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)
Mao Han
1
-6
/
+6
2019-04-16
tools lib traceevent: Fix missing equality check for strcmp
Rikard Falkeborn
1
-1
/
+1
2019-04-16
perf stat: Disable DIR_FORMAT feature for 'perf stat record'
Jiri Olsa
1
-0
/
+1
2019-04-16
perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view
Adrian Hunter
1
-1
/
+1
2019-04-16
perf header: Fix lock/unlock imbalances when processing BPF/BTF info
Gustavo A. R. Silva
1
-9
/
+13
2019-04-16
selftests: kvm: add a selftest for SMM
Vitaly Kuznetsov
4
-6
/
+191
2019-04-16
selftests: kvm: fix for compilers that do not support -no-pie
Paolo Bonzini
1
-1
/
+7
2019-04-16
selftests: kvm/evmcs_test: complete I/O before migrating guest state
Paolo Bonzini
4
-16
/
+17
2019-04-16
selftests/bpf: make flow dissector tests more extensible
Stanislav Fomichev
1
-81
/
+116
2019-04-16
selftests/bpf: two scale tests
Alexei Starovoitov
2
-0
/
+88
2019-04-16
bpftool: Improve handling of ENOSPC on reuseport_array map dumps
Benjamin Poirier
1
-0
/
+7
2019-04-16
bpftool: Use print_entry_error() in case of ENOENT when dumping
Benjamin Poirier
1
-19
/
+14
2019-04-16
tools: bpftool: add a note on program statistics in man page
Quentin Monnet
1
-0
/
+8
2019-04-16
tools: bpftool: fix short option name for printing version in man pages
Quentin Monnet
7
-7
/
+7
[next]