summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2517-10/+913
|\
| * selftests/net/forwarding: define libs as TEST_PROGS_EXTENDEDHangbin Liu2020-03-252-15/+16
| * selftests/net: add missing tests to MakefileHangbin Liu2020-03-251-1/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-244-1/+695
| |\
| | * selftests: netfilter: add nfqueue test caseFlorian Westphal2020-03-244-1/+695
| * | selftests/net/forwarding: add Makefile to install testsVadym Kochan2020-03-232-0/+76
| * | selftests/net: add definition for SOL_DCCP to fix compilation errors for old ...Alan Maguire2020-03-211-0/+4
| |/
| * wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2020-03-181-5/+10
| * wireguard: selftests: test using new 64-bit time_tJason A. Donenfeld2020-03-182-2/+1
| * wireguard: selftests: remove duplicated include <sys/types.h>YueHaibing2020-03-181-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-134-0/+123
| |\
| | * selftests/bpf: Add test for the packed enum member in struct/unionYoshiki Komachi2020-03-101-0/+42
| | * selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson2020-03-061-0/+15
| | * selftests/bpf: Add send_signal_sched_switch testYonghong Song2020-03-052-0/+66
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-248-34/+46
|\ \ \
| * | | tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2020-03-191-0/+2
| * | | Merge tag 'perf-urgent-for-mingo-5.6-20200309' of git://git.kernel.org/pub/sc...Ingo Molnar2020-03-197-34/+44
| |\ \ \
| | * | | perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-03-091-3/+8
| | * | | perf probe: Fix to delete multiple probe eventMasami Hiramatsu2020-03-091-0/+3
| | * | | perf parse-events: Fix reading of invalid memory in event parsingIan Rogers2020-03-091-23/+23
| | * | | perf python: Fix clang detection when using CC=clang-versionIlie Halip2020-03-091-4/+6
| | * | | perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-03-091-1/+1
| | * | | tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2020-03-062-3/+3
* | | | | tools/power turbostat: update versionLen Brown2020-03-211-1/+1
* | | | | tools/power turbostat: Print cpuidle informationLen Brown2020-03-211-0/+26
* | | | | tools/power turbostat: Fix 32-bit capabilities warningLen Brown2020-03-202-17/+31
* | | | | tools/power turbostat: Fix missing SYS_LPI counter on some ChromebooksLen Brown2020-03-201-9/+14
* | | | | tools/power turbostat: Support Elkhart LakeChen Yu2020-03-201-1/+30
* | | | | tools/power turbostat: Support Jasper LakeChen Yu2020-03-201-0/+3
* | | | | tools/power turbostat: Support Ice Lake serverChen Yu2020-03-201-0/+3
* | | | | tools/power turbostat: Support Tiger LakeChen Yu2020-03-201-0/+2
* | | | | tools/power turbostat: Fix gcc build warningsLen Brown2020-03-201-2/+2
* | | | | tools/power turbostat: Support CometlakeChen Yu2020-03-201-0/+2
|/ / / /
* | | | Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-1529-124/+132
|\| | |
| * | | tools: Fix off-by 1 relative directory includesIan Rogers2020-03-0612-72/+72
| * | | perf jevents: Fix leak of mapfile memoryJohn Garry2020-03-061-6/+9
| * | | perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala2020-03-067-0/+7
| * | | perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala2020-03-061-2/+2
| * | | perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-03-061-1/+3
| * | | perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers2020-03-063-3/+5
| * | | Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/sc...Ingo Molnar2020-03-049-40/+34
| |\ \ \
| | * | | perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo2020-03-031-7/+6
| | * | | perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2020-03-035-22/+23
| | * | | perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo2020-03-021-8/+2
| | * | | perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo2020-03-021-2/+2
| | * | | perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo2020-03-021-1/+1
* | | | | Merge tag 'pm-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-03-134-3/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'linux-cpupower-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2020-03-104-3/+5
| |\ \ \ \
| | * | | | cpupower: avoid multiple definition with gcc -fno-commonMike Gilbert2020-03-024-3/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-122-3/+32
|\ \ \ \ \ \