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-10-05
selftests: net: Clean up an unused variable
Jakub Sitnicki
1
-1
/
+0
2018-10-05
tc-testing: use a plugin to build eBPF program
Davide Caratti
3
-6
/
+70
2018-10-05
tc-testing: fix build of eBPF programs
Davide Caratti
4
-9
/
+63
2018-10-05
fib_tests: Add tests for invalid metric on route
David Ahern
1
-5
/
+11
2018-10-05
Merge tag 'perf-urgent-for-mingo-4.19-20181005' of git://git.kernel.org/pub/s...
Ingo Molnar
4
-5
/
+20
2018-10-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Greg Kroah-Hartman
1
-1
/
+1
2018-10-05
perf record: Use unmapped IP for inline callchain cursors
Milian Wolff
1
-1
/
+2
2018-10-05
perf python: Use -Wno-redundant-decls to build with PYTHON=python3
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-10-04
fib_tests: Add tests for metrics on routes
David Ahern
1
-19
/
+138
2018-10-04
libbpf: Use __u32 instead of u32 in bpf_program__load
Andrey Ignatov
2
-2
/
+2
2018-10-04
libbpf: Make include guards consistent
Andrey Ignatov
5
-15
/
+15
2018-10-04
libbpf: Consistent prefixes for interfaces in str_error.h.
Andrey Ignatov
3
-11
/
+13
2018-10-04
libbpf: Consistent prefixes for interfaces in nlattr.h.
Andrey Ignatov
5
-81
/
+94
2018-10-04
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
3
-43
/
+45
2018-10-04
libbpf: Move __dump_nlmsg_t from API to implementation
Andrey Ignatov
2
-3
/
+3
2018-10-04
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
1
-0
/
+73
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-9
/
+27
2018-10-03
Merge tag 'linux-kselftest-4.19-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-9
/
+10
2018-10-03
selftests/bpf: Add C tests for reference tracking
Joe Stringer
3
-1
/
+219
2018-10-03
libbpf: Support loading individual progs
Joe Stringer
2
-2
/
+5
2018-10-03
selftests/bpf: Add tests for reference tracking
Joe Stringer
1
-0
/
+759
2018-10-03
selftests/bpf: Generalize dummy program types
Joe Stringer
1
-14
/
+17
2018-10-03
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2
-1
/
+104
2018-10-03
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
1
-5
/
+5
2018-10-03
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
1
-7
/
+7
2018-10-02
selftests/x86: Add clock_gettime() tests to test_vdso
Andy Lutomirski
1
-0
/
+99
2018-10-01
selftests/tls: Fix recv(MSG_PEEK) & splice() test cases
Vakul Garg
1
-10
/
+10
2018-10-01
selftests/bpf: cgroup local storage-based network counters
Roman Gushchin
4
-2
/
+257
2018-10-01
selftests/bpf: extend the storage test to test per-cpu cgroup storage
Roman Gushchin
1
-3
/
+57
2018-10-01
selftests/bpf: add verifier per-cpu cgroup storage tests
Roman Gushchin
1
-6
/
+133
2018-10-01
bpftool: add support for PERCPU_CGROUP_STORAGE maps
Roman Gushchin
1
-1
/
+3
2018-10-01
bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h
Roman Gushchin
1
-0
/
+1
2018-10-01
tools/kvm_stat: cut down decimal places in update interval dialog
Stefan Raspl
1
-1
/
+1
2018-09-30
tools: hv: fcopy: set 'error' in case an unknown operation was requested
Vitaly Kuznetsov
1
-0
/
+1
2018-09-28
Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
17
-0
/
+17
2018-09-28
selftests: forwarding: test for bridge sticky flag
Nikolay Aleksandrov
1
-0
/
+69
2018-09-28
selftests/powerpc: Fix Makefiles for headers_install change
Michael Ellerman
17
-0
/
+17
2018-09-27
selftests/bpf: Test libbpf_{prog,attach}_type_by_name
Andrey Ignatov
2
-1
/
+209
2018-09-27
selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookie
Andrey Ignatov
1
-5
/
+1
2018-09-27
libbpf: Support sk_skb/stream_{parser, verdict} section names
Andrey Ignatov
1
-0
/
+4
2018-09-27
libbpf: Support cgroup_skb/{e,in}gress section names
Andrey Ignatov
1
-0
/
+4
2018-09-27
libbpf: Introduce libbpf_attach_type_by_name
Andrey Ignatov
2
-39
/
+84
2018-09-27
bpftool: Fix bpftool net output
Andrey Ignatov
1
-9
/
+9
2018-09-27
perf report: Don't try to map ip to invalid map
Milian Wolff
1
-2
/
+3
2018-09-27
rseq/selftests: fix parametrized test with -fpie
Mathieu Desnoyers
1
-9
/
+10
2018-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
29
-171
/
+2671
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-20
/
+253
2018-09-25
bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps
Roman Gushchin
1
-0
/
+1
2018-09-25
perf script python: Fix export-to-sqlite.py sample columns
Adrian Hunter
1
-1
/
+5
2018-09-25
perf script python: Fix export-to-postgresql.py occasional failure
Adrian Hunter
1
-0
/
+9
[prev]
[next]