summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney-0/+4
2022-04-20selftests/bpf: Add test for skb_load_bytesLiu Jian-0/+64
2022-04-20selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of unwanted packetsIdo Schimmel-0/+17
2022-04-20selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packetsIdo Schimmel-0/+17
2022-04-19selftests: mqueue: drop duplicate min definitionGeliang Tang-2/+2
2022-04-19selftests/ftrace: add mips support for kprobe args syntax testsZe Zhang-0/+4
2022-04-19selftests/ftrace: add mips support for kprobe args string testsZe Zhang-0/+3
2022-04-19selftests/bpf: Add tests for type tag order validationKumar Kartikeya Dwivedi-0/+99
2022-04-19selftests/bpf: Use non-autoloaded programs in few testsAndrii Nakryiko-65/+35
2022-04-19selftests/bpf: Workaround a verifier issue for test exhandlerYonghong Song-2/+13
2022-04-19selftests/bpf: Limit unroll_count for pyperf600 testYonghong Song-4/+11
2022-04-18selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko-221/+202
2022-04-18selftests: mlxsw: Introduce devlink line card provision/unprovision/activatio...Jiri Pirko-0/+280
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S-0/+256
2022-04-16lkdtm: Add CFI_BACKWARD to test ROP mitigationsKees Cook-0/+1
2022-04-15Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds-8/+17
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-46/+237
2022-04-13selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolonLike Xu-1/+1
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini-12/+646
2022-04-13selftests: net: fib_rule_tests: add support to select a test to runAlaa Mohamed-1/+11
2022-04-12cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()Dan Williams-1/+1
2022-04-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-13/+181
2022-04-12lkdtm/heap: Note conditions for SLAB_LINEAR_OVERFLOWKees Cook-0/+2
2022-04-12testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev-8/+17
2022-04-12selftests: forwarding: new test, verify host mdb entriesJoachim Wiberg-0/+104
2022-04-11torture: Make thread detection more robust by using lspcuPaul Menzel-1/+1
2022-04-11torture: Permit running of experimental torture typesPaul E. McKenney-3/+8
2022-04-11torture: Use "-o Batchmode=yes" to disable ssh password requestsPaul E. McKenney-6/+6
2022-04-11torture: Reposition so that $? collects ssh code in torture.shPaul E. McKenney-1/+1
2022-04-11torture: Add rcu_normal and rcu_expedited runs to torture.shPaul E. McKenney-0/+18
2022-04-11selftests: kvm: add tsc_scaling_sync to .gitignoreLike Xu-0/+1
2022-04-11selftests/bpf: Drop duplicate max/min definitionsGeliang Tang-11/+5
2022-04-11selftests/mptcp: add diag listen testsFlorian Westphal-0/+38
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-0/+50
2022-04-11selftests: netfilter: add fib expression forward test caseFlorian Westphal-0/+50
2022-04-10selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao-61/+45
2022-04-10selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko-88/+288
2022-04-09Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2022-04-09KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel-1/+1
2022-04-09KVM: selftests: riscv: Set PTE A and D bits in VS-stage page tableAnup Patel-1/+3
2022-04-08Merge tag 'linux-kselftest-fixes-5.18-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds-31/+54
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-65/+1609
2022-04-08selftests/bpf: Fix return value checks in perf_event_stackmap testYuntao Wang-2/+2
2022-04-08selftests/bpf: Add CO-RE relos into linked_funcs selftestsAndrii Nakryiko-0/+16
2022-04-08tools/testing/nvdimm: Fix security_init() symbol collisionDan Williams-2/+2
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-21/+119
2022-04-07selftests/bpf: Uprobe tests should verify param/return valuesAlan Maguire-18/+50
2022-04-07selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton-4/+11
2022-04-07selftests: KVM: Don't leak GIC FD across dirty log test iterationsOliver Upton-3/+31
2022-04-07KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones-4/+10