summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-169-5/+52
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-163-2/+12
| |\
| | * bpf: kernel header files need to be copied into the tools directoryStephen Rothwell2017-02-141-0/+7
| | * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-122-2/+5
| * | Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...Ingo Molnar2017-02-036-3/+40
| |\ \ | | |/ | |/|
| | * perf callchain: Reference count mapsKrister Johansen2017-02-023-2/+22
| | * perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-023-1/+14
| | * perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim2017-02-021-0/+4
* | | bpf: Rebuild bpf.o for any dependency updateMickaël Salaün2017-02-151-2/+13
* | | bpf: Remove redundant ifdefMickaël Salaün2017-02-151-9/+3
* | | bpf: Add test_tag to .gitignoreMickaël Salaün2017-02-101-0/+1
* | | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-107-34/+9
* | | bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-106-30/+15
* | | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-105-31/+20
* | | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-105-26/+16
* | | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-106-50/+39
* | | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-106-91/+99
* | | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-106-32/+17
* | | bpf: Always test unprivileged programsMickaël Salaün2017-02-102-6/+64
* | | bpf: Change the include directory for selftestMickaël Salaün2017-02-101-1/+1
* | | tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün2017-02-101-1/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+1
|\| |
| * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-021-1/+1
| |\ \ | | |/ | |/|
| | * objtool: Fix IRET's opcodeJiri Slaby2017-01-191-1/+1
* | | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-0/+23
* | | bpf: test for AND edge casesJosef Bacik2017-02-061-0/+55
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-287-70/+115
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-271-26/+27
| |\ \
| | * | bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau2017-01-171-26/+27
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-01-222-2/+15
| |\ \ \
| | * | | tools/virtio/ringtest: tweaks for s390Halil Pasic2017-01-191-0/+12
| | * | | tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic2017-01-191-2/+3
| | |/ /
| * | | Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-01-211-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan2017-01-181-1/+1
| | |/
| * | Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-173-41/+72
| |\ \ | | |/ | |/|
| | * perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu2017-01-163-18/+37
| | * perf probe: Add error checks to offline probe post-processingMasami Hiramatsu2017-01-161-17/+33
| | * perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu2017-01-161-7/+3
* | | bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann2017-01-251-1/+1
* | | lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2017-01-254-3/+34
* | | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-0/+82
* | | bpf: add prog tag test case to bpf selftestsDaniel Borkmann2017-01-242-2/+204
* | | bpf: Add tests for the lpm trie mapDavid Herrmann2017-01-233-2/+361
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-179-45/+107
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-159-45/+107
| |\|
| | * Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-059-45/+107
| | |\
| | | * perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu2017-01-041-1/+47
| | | * perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu2017-01-041-19/+6
| | | * perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo2017-01-031-0/+6
| | | * perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo2017-01-031-2/+2