summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-081-0/+537
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0819-86/+154
|\
| * net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-6/+2
| * selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no calleesYonghong Song2019-12-043-19/+81
| * selftests/bpf: De-flake test_tcpbpfStanislav Fomichev2019-12-043-7/+20
| * selftests/bpf: Bring back c++ include/link testStanislav Fomichev2019-12-045-6/+7
| * selftests/bpf: Don't hard-code root cgroup idStanislav Fomichev2019-12-041-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-027-47/+43
| |\
| | * libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno2019-12-021-2/+2
| | * libbpf: Fix sym->st_value print on 32-bit archesAlexei Starovoitov2019-11-271-1/+1
| | * libbpf: Fix up generation of bpf_helper_defs.hArnaldo Carvalho de Melo2019-11-272-2/+3
| | * libbpf: Fix global variable relocationAndrii Nakryiko2019-11-275-41/+36
| | * libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko2019-11-271-1/+1
* | | selftests: add epoll selftestsHeiher2019-12-044-0/+3083
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-0/+1
|\ \ \
| * \ \ Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-11-281-0/+1
| |\ \ \
| | * | | tools: PCI: Fix fd leakageHewenliang2019-10-291-0/+1
* | | | | Merge tag 'linux-kselftest-5.5-rc1-fixes2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-12-021-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Revert "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths"Shuah Khan2019-11-281-3/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-012-0/+37
|\ \ \ \ \
| * | | | | selftests: vm: add fragment CONFIG_TEST_VMALLOCAnders Roxell2019-12-011-0/+1
| * | | | | memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsJoel Fernandes (Google)2019-12-011-0/+36
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-015-31/+122
|\ \ \ \ \ \
| * | | | | | selftests: forwarding: fix race between packet receive and tc checkJiri Pirko2019-11-301-8/+31
| * | | | | | selftests: pmtu: use -oneline for ip route list cacheThadeu Lima de Souza Cascardo2019-11-291-3/+2
| * | | | | | selftests: bpf: correct perror stringsJakub Kicinski2019-11-282-20/+20
| * | | | | | selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski2019-11-281-0/+9
| * | | | | | selftests/tls: add a test for fragmented messagesJakub Kicinski2019-11-281-0/+60
| |/ / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-011-9/+85
|\ \ \ \ \ \
| * | | | | | selftests/x86/single_step_syscall: Check SYSENTER directlyAndy Lutomirski2019-11-261-9/+85
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-0165-606/+2198
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-11-2965-606/+2198
| |\ \ \ \ \ \ \
| | * | | | | | | perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter2019-11-281-1/+1
| | * | | | | | | perf script: Fix brstackinsn for AUXTRACEAdrian Hunter2019-11-281-1/+1
| | * | | | | | | perf affinity: Add infrastructure to save/restore affinityAndi Kleen2019-11-284-0/+92
| | * | | | | | | perf pmu: Use file system cache to optimize sysfs accessAndi Kleen2019-11-285-31/+83
| | * | | | | | | perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2019-11-281-1/+1
| | * | | | | | | perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo2019-11-281-1/+1
| | * | | | | | | perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo2019-11-281-2/+2
| | * | | | | | | perf tools: Allow to link with libbpf dynamicalyJiri Olsa2019-11-265-2/+28
| | * | | | | | | perf tests: Rename tests/map_groups.c to tests/maps.cArnaldo Carvalho de Melo2019-11-264-5/+5
| | * | | | | | | perf tests: Rename thread-mg-share to thread-maps-shareArnaldo Carvalho de Melo2019-11-264-15/+15
| | * | | | | | | perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo2019-11-2611-13/+13
| | * | | | | | | perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo2019-11-2610-140/+135
| | * | | | | | | perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo2019-11-269-16/+16
| | * | | | | | | perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-269-24/+24
| | * | | | | | | perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-2619-49/+49
| | * | | | | | | perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-2633-275/+209
| | * | | | | | | x86/insn: perf tools: Add some more instructions to the new instructions testAdrian Hunter2019-11-263-0/+1505
| | * | | | | | | x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter2019-11-261-12/+32
OpenPOWER on IntegriCloud