summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2115-113/+614
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-211-0/+5
| |\
| | * selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer2018-05-171-0/+5
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-205-89/+479
| |\ \
| | * | x86/pkeys/selftests: Add a test for pkey 0Dave Hansen2018-05-141-0/+30
| | * | x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen2018-05-141-5/+9
| | * | x86/pkeys/selftests: Fix pointer mathDave Hansen2018-05-141-7/+7
| | * | x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen2018-05-141-5/+8
| | * | x86/pkeys/selftests: Add PROT_EXEC testDave Hansen2018-05-141-0/+44
| | * | x86/pkeys/selftests: Factor out "instruction page"Dave Hansen2018-05-141-4/+17
| | * | x86/pkeys/selftests: Allow faults on unknown keysDave Hansen2018-05-141-1/+9
| | * | x86/pkeys/selftests: Avoid printf-in-signal deadlocksDave Hansen2018-05-141-12/+8
| | * | x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen2018-05-141-16/+0
| | * | x86/pkeys/selftests: Stop using assert()Dave Hansen2018-05-141-4/+8
| | * | x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen2018-05-141-6/+7
| | * | x86/selftests: Add mov_to_ss testAndy Lutomirski2018-05-142-1/+286
| | * | x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar2018-05-141-2/+5
| | * | x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar2018-05-141-26/+41
| | |/
| * | radix tree test suite: multi-order iteration raceRoss Zwisler2018-05-182-0/+64
| * | radix tree test suite: add item_delete_rcu()Ross Zwisler2018-05-182-0/+21
| * | radix tree test suite: fix mapshift build targetRoss Zwisler2018-05-181-4/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-175-20/+43
| |\ \ | | |/ | |/|
| | * KVM: selftests: exit with 0 status code when tests cannot be runPaolo Bonzini2018-05-115-20/+43
* | | tc-testing: fixed copy-pasting error in ife testsRoman Mashak2018-05-171-14/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-1614-530/+1100
|\ \ \
| * | | bpf: selftest additions for SOCKHASHJohn Fastabend2018-05-166-347/+401
| * | | selftests/bpf: make sure build-id is onAlexei Starovoitov2018-05-151-1/+1
| * | | bpf: add ld64 imm test casesDaniel Borkmann2018-05-142-0/+142
| * | | bpf: add selftest for stackmap with build_id in NMI contextSong Liu2018-05-142-2/+142
| * | | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-114-68/+38
| * | | selftests/bpf: Fix bash reference in MakefileJoe Stringer2018-05-111-3/+3
| * | | samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-111-0/+3
| * | | selftests/bpf: ignore build productsSirio Balmelli2018-05-101-0/+1
| * | | bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-091-13/+276
| * | | bpf: btf: Some test_btf clean upMartin KaFai Lau2018-05-091-102/+99
* | | | tc-testing: updated mirred and vlan with more testsRoman Mashak2018-05-162-20/+324
* | | | tc-testing: fixed copy-pasting error in police testsRoman Mashak2018-05-161-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-112-5/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | tc-testing: fix tdc tests for 'bpf' actionDavide Caratti2018-05-101-3/+8
| * | selftests: net: use TEST_PROGS_EXTENDEDAnders Roxell2018-05-071-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-071-0/+103
|\ \
| * | selftests: add xfrm state-policy-monitor to rtnetlink.shShannon Nelson2018-04-171-0/+103
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-079-30/+873
|\ \ \
| * | | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-7/+259
| * | | tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song2018-04-293-11/+98
| * | | tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song2018-04-293-12/+266
| * | | tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song2018-04-291-0/+45
| * | | samples/bpf: move common-purpose trace functions to selftestsYonghong Song2018-04-292-0/+203
| * | | tools/bpf: add bpf_get_stack helper to tools headersYonghong Song2018-04-291-0/+2
* | | | selftests: net: add udpgso* to TEST_GEN_FILESAnders Roxell2018-05-071-1/+1
OpenPOWER on IntegriCloud