summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add msg_oob.c.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Remove test_unix_oob.c.Kuniyuki Iwashima
2024-06-27selftests/hid: add an infinite loop test for hid_bpf_try_input_reportBenjamin Tissoires
2024-06-27selftests/hid: add another test for injecting an event from an event hookBenjamin Tissoires
2024-06-27selftests/hid: add wq test for hid_bpf_input_report()Benjamin Tissoires
2024-06-27selftests/hid: add tests for hid_hw_output_report HID-BPF hooksBenjamin Tissoires
2024-06-27selftests/hid: add tests for hid_hw_raw_request HID-BPF hooksBenjamin Tissoires
2024-06-27selftests/alsa:Fix printf format string in pcm-test.cZhu Jun
2024-06-26selftests: drv-net: rss_ctx: add tests for RSS configuration and contextsJakub Kicinski
2024-06-26selftests: drv-net: add ability to wait for at least N packets to load genJakub Kicinski
2024-06-26selftests: drv-net: add helper to wait for HW stats to syncJakub Kicinski
2024-06-26selftests: drv-net: try to check if port is in useJakub Kicinski
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa
2024-06-26selftests/bpf: Don't close(-1) in serial_test_fexit_stress()Ma Ke
2024-06-26bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...Matt Bobrowski
2024-06-26Merge branch 'for-linus' into for-nextTakashi Iwai
2024-06-26selftests/resctrl: Fix non-contiguous CBM for AMDBabu Moger
2024-06-26KVM: riscv: selftests: Add Zcmop extension to get-reg-list testClément Léger
2024-06-26KVM: riscv: selftests: Add some Zc* extensions to get-reg-list testClément Léger
2024-06-26KVM: riscv: selftests: Add Zimop extension to get-reg-list testClément Léger
2024-06-25cxl/region: check interleave capabilityYao Xingtao
2024-06-25selftests: net: remove unneeded IP_GRE configYujie Liu
2024-06-24tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar
2024-06-24proc: test "Kthread:" fieldAlexey Dobriyan
2024-06-24selftests: introduce additional eventfd test coverageWen Yang
2024-06-24selftests/mqueue: fix 5 warnings about signed/unsigned mismatchesJohn Hubbard
2024-06-24selftests/mm:fix test_prctl_fork_exec return failureaigourensheng
2024-06-25selftests/bpf: add test validating uprobe/uretprobe stack tracesAndrii Nakryiko
2024-06-24Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann
2024-06-22KVM: selftests: Assert that MPIDR_EL1 is unchanged across vCPU resetOliver Upton
2024-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire
2024-06-21selftests/bpf: Test struct_ops bpf map auto-attachMykyta Yatsenko
2024-06-21selftests/bpf: Match tests against regular expressionCupertino Miranda
2024-06-21selftests/bpf: Support checks against a regular expressionCupertino Miranda
2024-06-21selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa
2024-06-21Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2024-06-21selftests: net: change shebang to bash in amt.shTaehee Yoo
2024-06-21selftest: af_unix: Add Kconfig file.Kuniyuki Iwashima