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-28
NTB: ntb_test: Update ntb_tool Scratchpad tests
Serge Semin
1
-17
/
+26
2018-01-28
NTB: ntb_test: Update ntb_tool DB tests
Serge Semin
1
-11
/
+18
2018-01-28
NTB: ntb_test: Update ntb_tool link tests
Serge Semin
1
-11
/
+15
2018-01-28
NTB: ntb_test: Add ntb_tool port tests
Serge Semin
1
-0
/
+52
2018-01-28
NTB: ntb_test: Safely use paths with whitespace
Serge Semin
1
-31
/
+31
2018-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
13
-38
/
+950
2018-01-27
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
8
-34
/
+759
2018-01-26
tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map
Yonghong Song
2
-1
/
+96
2018-01-26
bpf: add further test cases around div/mod and others
Daniel Borkmann
1
-13
/
+330
2018-01-26
bpf: clean up from test_tcpbpf_kern.c
Lawrence Brakmo
1
-3
/
+0
2018-01-25
selftests/bpf: check for chain-non-0 extack message
Jakub Kicinski
1
-3
/
+13
2018-01-25
selftests/bpf: check for spurious extacks from the driver
Jakub Kicinski
1
-0
/
+27
2018-01-25
bpf: add selftest for tcpbpf
Lawrence Brakmo
8
-6
/
+480
2018-01-25
perf trace beauty flock: Move to separate object file
Arnaldo Carvalho de Melo
4
-6
/
+9
2018-01-25
perf evlist: Remove fcntl.h from evlist.h
Arnaldo Carvalho de Melo
9
-1
/
+16
2018-01-25
perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY
Arnaldo Carvalho de Melo
2
-1
/
+21
2018-01-25
perf trace: Do not print from time delta for interrupted syscall lines
Arnaldo Carvalho de Melo
1
-8
/
+5
2018-01-25
perf trace: Add --print-sample
Arnaldo Carvalho de Melo
2
-0
/
+28
2018-01-25
perf bpf: Remove misplaced __maybe_unused attribute
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-01-25
perf tools: Add mechanic to synthesise CoreSight trace packets
Mathieu Poirier
1
-0
/
+168
2018-01-25
perf tools: Add full support for CoreSight trace decoding
Mathieu Poirier
1
-6
/
+160
2018-01-25
pert tools: Add queue management functionality
Mathieu Poirier
1
-4
/
+204
2018-01-25
perf tools: Add functionality to communicate with the openCSD decoder
Mathieu Poirier
2
-0
/
+69
2018-01-25
perf tools: Add support for decoding CoreSight trace data
Mathieu Poirier
1
-0
/
+119
2018-01-25
perf tools: Add decoder mechanic to support dumping trace data
Mathieu Poirier
5
-4
/
+536
2018-01-25
perf tools: Add processing of coresight metadata
Tor Jeremiassen
2
-3
/
+194
2018-01-25
perf tools: Add initial entry point for decoder CoreSight traces
Mathieu Poirier
4
-0
/
+235
2018-01-25
perf tools: Integrating the CoreSight decoding library
Mathieu Poirier
6
-2
/
+48
2018-01-25
perf vendor events intel: Update IvyTown files to V20
Andi Kleen
2
-0
/
+804
2018-01-25
perf vendor events intel: Update IvyBridge files to V20
Andi Kleen
2
-0
/
+396
2018-01-25
perf vendor events intel: Update BroadwellDE events to V7
Andi Kleen
7
-966
/
+1004
2018-01-25
perf vendor events intel: Update SkylakeX events to V1.06
Andi Kleen
7
-237
/
+482
2018-01-25
perf vendor events intel: Update Skylake events to V36
Andi Kleen
7
-6343
/
+1357
2018-01-25
perf vendor events intel: Update Silvermont events to V14
Andi Kleen
1
-1
/
+2
2018-01-25
perf vendor events intel: Update IvyTown events to V20
Andi Kleen
6
-1444
/
+630
2018-01-25
perf vendor events intel: Update IvyBridge events to V20
Andi Kleen
6
-1044
/
+629
2018-01-25
perf vendor events intel: Update HaswellX events to V19
Andi Kleen
7
-855
/
+915
2018-01-25
perf vendor events intel: Update Haswell events to V27
Andi Kleen
7
-849
/
+902
2018-01-25
perf vendor events intel: Update Goldmont events to V12
Andi Kleen
5
-360
/
+1590
2018-01-25
perf vendor events intel: Update BroadwellX events to V13
Andi Kleen
7
-969
/
+1026
2018-01-25
perf vendor events intel: Update Broadwell events to V22
Andi Kleen
7
-966
/
+1371
2018-01-24
selftests/bpf: make 'dubious pointer arithmetic' test useful
Alexei Starovoitov
1
-7
/
+23
2018-01-23
selftests/bpf: validate replace of TC filters is working
Jakub Kicinski
1
-5
/
+50
2018-01-23
selftests/bpf: check bpf verifier log buffer usage works for HW offload
Quentin Monnet
1
-5
/
+19
2018-01-23
selftests/bpf: add checks on extack messages for eBPF hw offload tests
Quentin Monnet
1
-26
/
+86
2018-01-23
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
1
-4
/
+12
2018-01-23
selftests/bpf: fix test_dev_cgroup
Alexei Starovoitov
1
-1
/
+1
2018-01-23
selftests/bpf: speedup test_maps
Alexei Starovoitov
1
-6
/
+10
2018-01-23
tools/bpf: fix a test failure in selftests prog test_verifier
Yonghong Song
1
-0
/
+1
2018-01-23
selftests: vm: update .gitignore with missing generated file
Shuah Khan
1
-0
/
+1
[prev]
[next]