summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2023-04-18selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...Frederic Weisbecker-8/+47
2023-04-18selftests/proc: Remove idle time monotonicity assertionsFrederic Weisbecker-27/+14
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song-0/+60
2023-04-17selftests: mptcp: join: fix ShellCheck warningsMatthieu Baerts-2/+8
2023-04-17selftests: mptcp: remove duplicated entries in usageMatthieu Baerts-4/+4
2023-04-17selftests: openvswitch: add support for upcall testingAaron Conole-11/+165
2023-04-17selftests: openvswitch: add flow dump supportAaron Conole-0/+1026
2023-04-17selftests: openvswitch: add interface supportAaron Conole-10/+163
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-0/+16
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet-140/+5
2023-04-16selftest, ptrace: Add selftest for syscall user dispatch config apiGregory Price-1/+74
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov-0/+77
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky-0/+496
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky-84/+182
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky-67/+73
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky-10/+39
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky-0/+13
2023-04-14KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis-2/+32
2023-04-14KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson-90/+80
2023-04-14KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson-8/+8
2023-04-14KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis-6/+5
2023-04-14KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis-25/+27
2023-04-14KVM: selftests: Add a common helper for the PMU event filter guest codeAaron Lewis-11/+18
2023-04-14selftests/resctrl: Fix incorrect error return on test completeReinette Chatre-1/+1
2023-04-14KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King-1/+1
2023-04-13selftests/bpf: Workaround for older vm_sockets.h.Alexei Starovoitov-0/+5
2023-04-13selftests/bpf: Fix merge conflict due to SYS() macro change.Alexei Starovoitov-2/+2
2023-04-13Daniel Borkmann says:Jakub Kicinski-9821/+17899
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-276/+501
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-276/+485
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer-12/+23
2023-04-13selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer-16/+24
2023-04-13selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan-16/+9
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan-33/+58
2023-04-13selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan-11/+8
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan-0/+3
2023-04-13selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan-8/+8
2023-04-13selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Shaopeng Tan-7/+10
2023-04-13selftests/resctrl: Use correct exit code when tests failPeter Newman-5/+5
2023-04-13selftests: add the missing CONFIG_IP_SCTP in net configXin Long-0/+1
2023-04-13selftests: openvswitch: adjust datapath NL message declarationAaron Conole-1/+1
2023-04-13selftests: mptcp: userspace pm: uniform verify eventsMatthieu Baerts-0/+2
2023-04-13selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko-0/+6
2023-04-13selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko-176/+1
2023-04-13selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu-1/+5
2023-04-13selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu-0/+1
2023-04-13selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu-16/+24
2023-04-13selftests/bpf: Fix use of uninitialized op_name in log testsLorenz Bauer-1/+1
2023-04-12selftests/bpf: Test FOU kfuncs for externally controlled ipip devicesChristian Ehrig-2/+268
2023-04-12bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet-67/+14