index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-04
12
-41
/
+147
|
\
|
*
tools: bpftool: deal with options upfront
Jakub Kicinski
2018-07-01
1
-11
/
+21
|
*
tools: bpftool: add missing --bpffs to completions
Jakub Kicinski
2018-07-01
1
-1
/
+1
|
*
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
2018-07-01
5
-12
/
+2
|
*
tools: libbpf: don't return '.text' as a program for multi-function programs
Jakub Kicinski
2018-07-01
1
-2
/
+14
|
*
tools: libbpf: restore the ability to load programs from .text section
Jakub Kicinski
2018-07-01
1
-7
/
+14
|
*
tools: libbpf: allow setting ifindex for programs and maps
Jakub Kicinski
2018-07-01
2
-0
/
+12
|
*
tools: libbpf: add section names for missing program types
Jakub Kicinski
2018-07-01
1
-0
/
+2
|
*
tools: bpftool: use correct make variable type to improve compilation time
Jakub Kicinski
2018-07-01
1
-1
/
+1
|
*
selftests/bpf: Test sys_connect BPF hooks with TFO
Andrey Ignatov
2018-06-27
1
-6
/
+31
|
*
trace_helpers.c: Add helpers to poll multiple perf FDs for events
Toke Høiland-Jørgensen
2018-06-27
2
-2
/
+50
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
30
-72
/
+272
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-07-02
7
-10
/
+36
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-01
6
-10
/
+36
|
|
|
\
\
|
|
|
*
|
selftests: bpf: notification about privilege required to run test_lwt_seg6loc...
Jeffrin Jose T
2018-06-26
1
-0
/
+9
|
|
|
*
|
selftests: bpf: notification about privilege required to run test_lirc_mode2....
Jeffrin Jose T
2018-06-26
1
-0
/
+9
|
|
|
*
|
selftests: bpf: add missing NET_SCHED to config
Anders Roxell
2018-06-26
1
-0
/
+1
|
|
|
*
|
tools/bpf: fix test_sockmap failure
Yonghong Song
2018-06-22
1
-6
/
+0
|
|
|
*
|
selftests: bpf: notification about privilege required to run test_kmod.sh tes...
Jeffrin Jose T
2018-06-22
1
-0
/
+9
|
|
|
*
|
tools: bpftool: remember to close the libbpf object after prog load
Jakub Kicinski
2018-06-21
1
-1
/
+7
|
|
|
*
|
tools: bpftool: remove duplicated error message on prog load
Jakub Kicinski
2018-06-21
1
-3
/
+1
|
|
*
|
|
selftests/net: Fix permissions for fib_tests.sh
Shuah Khan
2018-06-28
1
-0
/
+0
|
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-30
1
-23
/
+36
|
|
\
\
\
\
|
|
*
|
|
|
selftests/x86/sigreturn: Do minor cleanups
Andy Lutomirski
2018-06-27
1
-6
/
+7
|
|
*
|
|
|
selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUs
Andy Lutomirski
2018-06-27
1
-17
/
+29
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-30
21
-21
/
+200
|
|
\
\
\
\
|
|
*
|
|
|
tools/headers: Pick up latest kernel ABIs
Ingo Molnar
2018-06-26
5
-0
/
+6
|
|
*
|
|
|
Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...
Ingo Molnar
2018-06-26
16
-21
/
+194
|
|
|
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
Ravi Bangoria
2018-06-25
4
-4
/
+23
|
|
|
*
|
|
perf script: Fix crash because of missing evsel->priv
Ravi Bangoria
2018-06-25
1
-0
/
+14
|
|
|
*
|
|
perf script: Add missing output fields in a hint
Ravi Bangoria
2018-06-25
1
-2
/
+3
|
|
|
*
|
|
perf bench: Fix numa report output code
Jiri Olsa
2018-06-25
1
-2
/
+3
|
|
|
*
|
|
perf stat: Remove duplicate event counting
Thomas Richter
2018-06-25
1
-1
/
+70
|
|
|
*
|
|
perf alias: Rebuild alias expression string to make it comparable
Thomas Richter
2018-06-25
1
-1
/
+24
|
|
|
*
|
|
perf alias: Remove trailing newline when reading sysfs files
Thomas Richter
2018-06-25
1
-0
/
+3
|
|
|
*
|
|
perf tools: Fix a clang 7.0 compilation error
Yonghong Song
2018-06-25
1
-2
/
+9
|
|
|
*
|
|
tools include uapi: Synchronize bpf.h with the kernel
Arnaldo Carvalho de Melo
2018-06-25
1
-1
/
+1
|
|
|
*
|
|
tools include uapi: Update if_link.h to pick IFLA_{BRPORT_ISOLATED,VXLAN_TTL_...
Arnaldo Carvalho de Melo
2018-06-25
1
-0
/
+2
|
|
|
*
|
|
tools include powerpc: Update arch/powerpc/include/uapi/asm/unistd.h copy to ...
Arnaldo Carvalho de Melo
2018-06-25
1
-0
/
+1
|
|
|
*
|
|
perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq'
Arnaldo Carvalho de Melo
2018-06-25
1
-0
/
+2
|
|
|
*
|
|
tools headers uapi: Synchronize drm/drm.h
Arnaldo Carvalho de Melo
2018-06-25
1
-0
/
+7
|
|
|
*
|
|
perf intel-pt: Fix packet decoding of CYC packets
Adrian Hunter
2018-06-25
1
-1
/
+1
|
|
|
*
|
|
perf tests: Add valid callback for parse-events test
Jiri Olsa
2018-06-25
1
-2
/
+15
|
|
|
*
|
|
perf tests: Add event parsing error handling to parse events test
Jiri Olsa
2018-06-25
1
-3
/
+5
|
|
|
*
|
|
perf report powerpc: Fix crash if callchain is empty
Sandipan Das
2018-06-25
1
-1
/
+1
|
|
|
*
|
|
perf test session topology: Fix test on s390
Thomas Richter
2018-06-25
1
-0
/
+1
|
|
|
*
|
|
perf record: Support s390 random socket_id assignment
Thomas Richter
2018-06-25
1
-1
/
+9
|
*
|
|
|
|
Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-30
1
-18
/
+0
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
sg: remove ->sg_magic member
Jens Axboe
2018-06-29
1
-18
/
+0
*
|
|
|
|
|
selftests: mlxsw: Add scale test for resources
Yuval Mintz
2018-06-30
1
-0
/
+55
[next]