index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-21
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
6
-11
/
+11
2019-01-21
nfit_test: fix security state pull for nvdimm security nfit_test
Dave Jiang
1
-2
/
+2
2019-01-21
perf script: Fix crash when processing recorded stat data
Tony Jones
1
-5
/
+2
2019-01-21
perf top: Fix wrong hottest instruction highlighted
He Kuang
1
-6
/
+10
2019-01-21
perf tools: Handle TOPOLOGY headers with no CPU
Stephane Eranian
1
-2
/
+9
2019-01-21
tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"
Paul E. McKenney
1
-2
/
+12
2019-01-21
tools/memory-model: Add scripts to check github litmus tests
Paul E. McKenney
13
-93
/
+739
2019-01-21
tools/memory-model: Model smp_mb__after_unlock_lock()
Andrea Parri
3
-2
/
+6
2019-01-21
perf/core: Remove unused perf_flags
Andrew Murray
1
-2
/
+0
2019-01-21
perf/doc: Update design.txt for exclude_{host|guest} flags
Andrew Murray
1
-0
/
+4
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
12
-92
/
+1317
2019-01-20
selftests: forwarding: Add IP-in-IP GRE hierarchical topology with keys test
Nir Dotan
1
-0
/
+63
2019-01-20
selftests: forwarding: Add IP-in-IP GRE hierarchical topology with key test
Nir Dotan
1
-0
/
+63
2019-01-20
selftests: forwarding: Add IP-in-IP GRE hierarchical topology test
Nir Dotan
1
-0
/
+63
2019-01-20
selftests: forwarding: Add IP-in-IP GRE flat topology with keys test
Nir Dotan
1
-0
/
+63
2019-01-20
selftests: forwarding: Add IP-in-IP GRE flat topology with key test
Nir Dotan
1
-0
/
+63
2019-01-20
selftests: forwarding: Add IP-in-IP GRE flat topology test
Nir Dotan
1
-0
/
+63
2019-01-20
selftests: forwarding: Add IP tunneling lib
Nir Dotan
1
-0
/
+349
2019-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-16
/
+1218
2019-01-18
tools: bpftool: Cleanup license mess
Thomas Gleixner
2
-11
/
+1
2019-01-18
bpf: pull in pkt_sched.h header for tooling to fix bpftool build
Daniel Borkmann
1
-0
/
+1163
2019-01-18
selftests: forwarding: Add a test case for externally learned FDB entries
Ido Schimmel
1
-1
/
+33
2019-01-18
selftests: mlxsw: Test FDB offload indication
Ido Schimmel
1
-0
/
+20
2019-01-19
Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-1
/
+4
2019-01-18
perf python: Remove -fstack-clash-protection when building with some clang versions
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-01-18
perf script: Fix crash with printing mixed trace point and other events
Andi Kleen
1
-1
/
+1
2019-01-17
selftests: mlxsw: Test veto of unsupported VXLAN FDBs
Petr Machata
1
-0
/
+126
2019-01-17
selftests/tls: Fix recv partial/large_buff test cases
Vakul Garg
1
-5
/
+7
2019-01-17
selftests/seccomp: Abort without user notification support
Kees Cook
1
-5
/
+5
2019-01-17
selftests/bpf: retry tests that expect build-id
Stanislav Fomichev
1
-0
/
+30
2019-01-17
perf ordered_events: Fix crash in ordered_events__free
Jiri Olsa
1
-2
/
+4
2019-01-17
bpftool: add bash completion for peek/push/enqueue/pop/dequeue
Stanislav Fomichev
1
-18
/
+73
2019-01-17
bpftool: add pop and dequeue commands
Stanislav Fomichev
2
-35
/
+98
2019-01-17
bpftool: add push and enqueue commands
Stanislav Fomichev
2
-1
/
+14
2019-01-17
bpftool: add peek command
Stanislav Fomichev
2
-1
/
+7
2019-01-17
bpftool: don't print empty key/value for maps
Stanislav Fomichev
1
-19
/
+28
2019-01-17
bpftool: make key optional in lookup command
Stanislav Fomichev
2
-9
/
+5
2019-01-17
bpftool: make key and value optional in update command
Stanislav Fomichev
2
-9
/
+31
2019-01-16
selftests: tc-testing: fix parsing of ife type
Davide Caratti
1
-44
/
+44
2019-01-16
selftests: gpio-mockup-chardev: Check asprintf() for error
Geert Uytterhoeven
1
-3
/
+6
2019-01-16
tools/bpf: support __int128 in bpftool map pretty dumper
Yonghong Song
1
-12
/
+86
2019-01-16
tools/bpf: add bpffs pretty print test for int128
Yonghong Song
1
-0
/
+79
2019-01-16
tools/bpf: refactor test_btf pretty printing for multiple map value formats
Yonghong Song
1
-37
/
+75
2019-01-16
tools/bpf: add int128 raw test in test_btf
Yonghong Song
1
-0
/
+93
2019-01-16
libbpf: don't define CC and AR
Stanislav Fomichev
1
-16
/
+1
2019-01-16
selftests: seccomp: use LDLIBS instead of LDFLAGS
Fathi Boudra
1
-1
/
+1
2019-01-15
selftests: tc-testing: fix tunnel_key failure if dst_port is unspecified
Davide Caratti
1
-1
/
+1
2019-01-15
selftests: tc-testing: drop test on missing tunnel key id
Davide Caratti
1
-29
/
+0
2019-01-16
tools/bpf: properly account for libbfd variations
Stanislav Fomichev
1
-1
/
+8
2019-01-15
selftests/txtimestamp: Fix an equals vs assign bug
Dan Carpenter
1
-1
/
+1
[prev]
[next]