summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-15bpf: Rebuild bpf.o for any dependency updateMickaël Salaün
2017-02-15bpf: Remove redundant ifdefMickaël Salaün
2017-02-14bpf: kernel header files need to be copied into the tools directoryStephen Rothwell
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün
2017-02-10bpf: Always test unprivileged programsMickaël Salaün
2017-02-10bpf: Change the include directory for selftestMickaël Salaün
2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-02-06bpf: test for AND edge casesJosef Bacik
2017-02-03Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...Ingo Molnar
2017-02-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-02perf callchain: Reference count mapsKrister Johansen
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim
2017-02-02perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-25bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann
2017-01-24bpf: add prog tag test case to bpf selftestsDaniel Borkmann
2017-01-23bpf: Add tests for the lpm trie mapDavid Herrmann
2017-01-22Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-01-21Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-01-19tools/virtio/ringtest: tweaks for s390Halil Pasic
2017-01-19tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic
2017-01-19objtool: Fix IRET's opcodeJiri Slaby
2017-01-18selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan
2017-01-17bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-17Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s...Ingo Molnar
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu
2017-01-16perf probe: Add error checks to offline probe post-processingMasami Hiramatsu
2017-01-16perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-12tools: psock_lib: harden socket filter used by psock testsSowmini Varadhan
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko