index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-18
selftests/bpf: make test_verifier run most programs
Alexei Starovoitov
1
-1
/
+49
2018-01-18
bpf: Sync kernel ABI header with tooling header
Jesper Dangaard Brouer
1
-1
/
+11
2018-01-18
tools/bpf_jit_disasm: silence a static checker warning
Dan Carpenter
1
-3
/
+4
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
4
-3
/
+102
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-9
/
+606
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
1
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
1
-1
/
+2
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
1
-1
/
+1
2018-01-17
tools: bpftool: add -DPACKAGE when including bfd.h
Jiong Wang
2
-2
/
+2
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+40
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
1
-0
/
+1
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+1
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-8
/
+565
2018-01-13
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
1
-1
/
+1
2018-01-13
selftests/x86: Add test_vsyscall
Andy Lutomirski
2
-1
/
+501
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+1
2018-01-12
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2
-7
/
+57
2018-01-12
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
1
-0
/
+7
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+40
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-21
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-49
/
+197
2018-01-07
selftests: fib_tests: Add test cases for netdev carrier change
Ido Schimmel
1
-0
/
+142
2018-01-07
selftests: fib_tests: Add test cases for netdev down
Ido Schimmel
1
-0
/
+141
2018-01-07
selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
Ido Schimmel
2
-0
/
+147
2018-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
22
-60
/
+482
2018-01-07
selftests/bpf: fix test_align
Alexei Starovoitov
1
-21
/
+1
2018-01-06
tools/bpf: add a bpf selftest for stacktrace
Yonghong Song
3
-1
/
+190
2018-01-04
tools: bpftool: remove new lines from errors
Jakub Kicinski
2
-11
/
+11
2018-01-04
tools: bpftool: alias show and list commands
Jakub Kicinski
8
-19
/
+22
2018-01-04
tools: bpftool: rename cgroup list -> show in the code
Jakub Kicinski
1
-9
/
+9
2018-01-02
selftests: rtnetlink: add erspan and ip6erspan
William Tu
1
-0
/
+131
2018-01-02
selftests/net: fix bugs in address and port initialization
Sowmini Varadhan
1
-6
/
+15
2017-12-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-42
/
+184
2017-12-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-2
/
+6
2017-12-31
Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-3
/
+6
2017-12-31
selftests/bpf: test device info reporting for bound progs
Jakub Kicinski
1
-11
/
+101
2017-12-31
tools: bpftool: report device information for offloaded programs
Jakub Kicinski
3
-0
/
+57
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+3
2017-12-30
objtool: Fix seg fault with clang-compiled objects
Simon Ser
1
-0
/
+2
2017-12-30
objtool: Fix seg fault caused by missing parameter
Simon Ser
1
-1
/
+3
2017-12-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2017-12-30
tools/bpftool: fix bpftool build with bintutils >= 2.9
Roman Gushchin
6
-0
/
+86
2017-12-30
tools/bpftool: use version from the kernel source tree
Roman Gushchin
2
-11
/
+5
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-10
/
+11
2017-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-4
/
+8
2017-12-28
objtool: Fix Clang enum conversion warning
Lukas Bulwahn
1
-1
/
+1
2017-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-12
/
+425
2017-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-4
/
+8
2017-12-27
bpf: fix max call depth check
Alexei Starovoitov
1
-0
/
+35
[next]