aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-01-08selftests: ntsync: Add some tests for wakeup signaling with events.Elizabeth Figura1-4/+141
2025-01-08selftests: ntsync: Add some tests for auto-reset event state.Elizabeth Figura1-0/+56
2025-01-08selftests: ntsync: Add some tests for manual-reset event state.Elizabeth Figura1-0/+86
2025-01-08selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL.Elizabeth Figura1-0/+91
2025-01-08selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY.Elizabeth Figura1-0/+143
2025-01-08selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL.Elizabeth Figura1-2/+91
2025-01-08selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY.Elizabeth Figura1-0/+114
2025-01-08selftests: ntsync: Add some tests for mutex state.Elizabeth Figura1-0/+187
2025-01-08selftests: ntsync: Add some tests for semaphore state.Elizabeth Figura5-0/+155
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-80/+137
2025-01-07sched_ext: Add option -l in selftest runner to list all available testsShizhao Chen1-2/+13
2025-01-07selftests/tracing: Add hist poll() support testMasami Hiramatsu (Google)3-0/+150
2025-01-07KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftestChristoph Schlameuss1-1/+4
2025-01-07KVM: s390: selftests: Add ucontrol gis routing testChristoph Schlameuss1-0/+19
2025-01-07KVM: s390: selftests: Add ucontrol flic attr selftestsChristoph Schlameuss1-0/+148
2025-01-07selftests/net: packetdrill: report benign debug flakes as xfailWillem de Bruijn2-7/+31
2025-01-06selftests/bpf: Handle prog/attach type comparison in veristatMykyta Yatsenko1-2/+35
2025-01-06selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGSIhor Solodrai1-27/+1
2025-01-06selftests/bpf: test bpf_for within spin lock sectionEmil Tsalapatis1-0/+26
2025-01-06selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen1-2/+2
2025-01-06selftests/bpf: Extend netkit tests to validate set {head,tail}roomDaniel Borkmann2-18/+46
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+43
2025-01-04selftests: tc-testing: reduce rshift valueJakub Kicinski1-2/+2
2025-01-04selftests: coredump: Add stackdump testNam Cao4-0/+222
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-392/+697
2025-01-03Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds13-23/+29
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+24
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2025-01-02cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode()Alejandro Lucero1-3/+3
2024-12-30selftests/memfd: add test for mapping write-sealed memfd read-onlyLorenzo Stoakes1-0/+43
2024-12-30selftests/bpf: fix veristat comp mode with new statsMahe Tardy1-1/+7
2024-12-30selftests/bpf: Add testcases for BPF_MULMatan Shachnai1-0/+134
2024-12-30KVM: riscv: selftests: Add Svvptc/Zabha/Ziccrse exts to get-reg-list testQuan Zhou1-0/+12
2024-12-30KVM: riscv: selftests: Add SBI SUSP to get-reg-list testAndrew Jones1-1/+5
2024-12-26Merge tag 'sound-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2024-12-26selftests/ftrace: Add a test case for repeating register/unregister fprobeMasami Hiramatsu (Google)1-0/+19
2024-12-26selftests: ftrace: Remove obsolate maxactive syntax checkMasami Hiramatsu (Google)1-3/+1
2024-12-24sched_ext: Fix dsq_local_on selftestTejun Heo2-3/+7
2024-12-23vsock/test: Add test for MSG_ZEROCOPY completion memory leakMichal Luczaj1-0/+152
2024-12-23vsock/test: Add test for sk_error_queue memory leakMichal Luczaj1-0/+45
2024-12-23vsock/test: Add test for accept_queue memory leakMichal Luczaj1-0/+52
2024-12-23vsock/test: Adapt send_byte()/recv_byte() to handle MSG_ZEROCOPYMichal Luczaj1-2/+2
2024-12-23vsock/test: Add README blurb about kmemleak usageMichal Luczaj1-0/+15
2024-12-23vsock/test: Introduce option to select testsMichal Luczaj3-2/+40
2024-12-23vsock/test: Use NSEC_PER_SECMichal Luczaj1-2/+3
2024-12-23selftests: drv-net: assume stats refresh is 0 if no ethtool -c supportJakub Kicinski2-4/+11
2024-12-22selftests: add pidfd bind-mount testsChristian Brauner3-1/+190
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+12
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-384/+660
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang2-0/+168