summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2025-11-20KVM: selftests: Stop hardcoding PAGE_SIZE in x86 selftestsYosry Ahmed
2025-11-20KVM: selftests: Extend vmx_tsc_adjust_test to cover SVMYosry Ahmed
2025-11-20KVM: selftests: Extend nested_invalid_cr3_test to cover SVMYosry Ahmed
2025-11-20KVM: selftests: Move nested invalid CR3 check to its own testYosry Ahmed
2025-11-20KVM: selftests: Extend vmx_nested_tsc_scaling_test to cover SVMYosry Ahmed
2025-11-20KVM: selftests: Extend vmx_close_while_nested_test to cover SVMYosry Ahmed
2025-11-20selftests/hid-tablet: add ABS_DISTANCE test for stylus/penPing Cheng
2025-11-20testing/selftests/mm: add soft-dirty merge self-testLorenzo Stoakes
2025-11-20mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes
2025-11-20selftests/damon/sysfs.py: merge DAMON status dumping into commitment assertionSeongJae Park
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park
2025-11-20selftests/mm/uffd: remove static address usage in shmem_allocate_area()Mehdi Ben Hadj Khelifa
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)
2025-11-20tools/testing/selftests/mm: add smaps visibility guard region testLorenzo Stoakes
2025-11-20tools/testing/selftests/mm: add MADV_COLLAPSE test caseLorenzo Stoakes
2025-11-20tools/testing/vma: add VMA sticky userland testsLorenzo Stoakes
2025-11-20mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes
2025-11-20mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang
2025-11-20selftest/mm: fix pointer comparison in mremap_testAnkit Khushwaha
2025-11-20selftests/bpf: Use ASSERT_STRNEQ to factor in long slab cache namesMatt Bobrowski
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-20Merge branch 'for-linus' into for-nextTakashi Iwai
2025-11-19selftests: mptcp: add a check for 'add_addr_accepted'Gang Yan
2025-11-19selftests: mptcp: join: userspace: longer timeoutMatthieu Baerts (NGI0)
2025-11-19selftests: mptcp: join: endpoints: longer timeoutMatthieu Baerts (NGI0)
2025-11-19selftests: mptcp: join: fastclose: remove flaky marksMatthieu Baerts (NGI0)
2025-11-19selftests: tracing: Update fprobe selftest for ftrace based fprobeMasami Hiramatsu (Google)
2025-11-19selftests: tracing: Add tprobe enable/disable testcaseMasami Hiramatsu (Google)
2025-11-19selftests/run_kselftest.sh: exit with error if tests failBrendan Jackman
2025-11-19selftests/dma: fix invalid array access in printfZhang Chujun
2025-11-19KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stressMaximilian Dittgen
2025-11-19KVM: selftests: Assert GICR_TYPER.Processor_Number matches selftest CPU numberMaximilian Dittgen
2025-11-19selftests/riscv: Add Zicbop prefetch testYao Zihong
2025-11-19selftests: riscv: Add test for the Vector ptrace interfaceYong-Xuan Wang
2025-11-18selftests: fib_tests: add fib6 from ra to static testFernando Fernandez Mancera
2025-11-18selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima
2025-11-18Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang
2025-11-18cxl/test: Assign overflow_err_count from log->nr_overflowAlison Schofield
2025-11-18cxl/test: Remove ret_limit race condition in mock_get_event()Alison Schofield
2025-11-18selftests/bpf: Replace TCP CC string comparisons with bpf_strncmpHoyeon Lee
2025-11-18selftests/bpf: Move common TCP helpers into bpf_tracing_net.hHoyeon Lee
2025-11-18Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang
2025-11-18cxl/test: remove unused mock function for cxl_rcd_component_reg_phys()Alejandro Lucero
2025-11-18selftests/x86: Update the negative vsyscall tests to expect a #GPSohil Mehta
2025-11-18selftests: af_unix: Add tests for ECONNRESET and EOF semanticsSunday Adelodun
2025-11-17selftests: net: lib: Do not overwrite error messagesIdo Schimmel