aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-13tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney1-4/+36
2017-04-09bpf: fix comment typoAlexander Alemayhu1-1/+1
2017-04-06selftests/bpf: fix merge conflictAlexei Starovoitov1-5/+0
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+308
2017-04-05selftests: add a generic testsuite for ethernet deviceLABBE Corentin2-1/+201
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov3-1/+563
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov4-1/+332
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov3-4/+215
2017-04-01tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2-2/+3
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov3-1/+51
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann3-6/+283
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov1-0/+20
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng1-1/+2
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng1-1/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+37
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-12/+36
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau4-13/+140
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-3/+26
2017-03-21selftests/bpf: fix broken build, take 2Zi Shen Lim1-9/+10
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-03-17perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann1-1/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-67/+399
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+25
2017-03-13Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-24/+24
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov3-1/+25
2017-03-09userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli1-0/+4
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada4-4/+4
2017-03-09selftests/powerpc: Replace stxvx and lxvx with stxvd2x/lxvd2xCyril Bur1-24/+24
2017-03-08Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds1-8/+13
2017-03-08ktest: Make sure wait_for_input does honor the timeoutSteven Rostedt (VMware)1-7/+11
2017-03-08ktest: Fix while loop in wait_for_inputSteven Rostedt (VMware)1-3/+4
2017-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-9/+19
2017-03-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+25
2017-03-07Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds6-16/+281
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+4
2017-03-07radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox1-0/+1
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox3-3/+33
2017-03-07radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox1-2/+2
2017-03-07radix tree test suite: Fix build with --as-neededMichael Ellerman1-4/+2
2017-03-07radix tree test suite: Build 32 bit binariesRehas Sachdeva1-0/+4
2017-03-07radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva1-0/+47
2017-03-07radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva1-0/+44
2017-03-07radix tree test suite: Add performance benchmarksRehas Sachdeva1-7/+75
2017-03-07radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva1-0/+29
2017-03-07radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva1-0/+19
2017-03-07radix tree test suite: Add test for idr_get_next()Rehas Sachdeva1-0/+25
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf3-3/+25
2017-03-06tools: hv: Add clean up function for Ubuntu configHaiyang Zhang1-0/+18
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+171
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-0/+24