summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-10-10KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcaseSean Christopherson-3/+9
2025-10-10KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson-64/+64
2025-10-10KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAPAckerley Tng-11/+16
2025-10-10KVM: selftests: Create a new guest_memfd for each testcaseSean Christopherson-15/+16
2025-10-10KVM: selftests: Stash the host page size in a global in the guest_memfd testSean Christopherson-19/+18
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson-3/+12
2025-10-10KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson-7/+6
2025-10-10selftests/bpf: Add more bpf_wq testsMykyta Yatsenko-0/+96
2025-10-10selftests/bpf: Test direct packet access on non-linear skbsPaul Chaignon-0/+58
2025-10-10selftests/bpf: Support non-linear flag in test loaderPaul Chaignon-2/+32
2025-10-10selftests/bpf: Add test for unpinning htab with internal timer structKaFai Wan-0/+61
2025-10-10selftests/bpf: Test bpf_strcasestr,bpf_strncasestr kfuncsRong Tao-0/+26
2025-10-10selftests/bpf: Add tests for async cb contextKumar Kartikeya Dwivedi-0/+183
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-442/+739
2025-10-09selftests: drv-net: pp_alloc_fail: add necessary optoins to configJakub Kicinski-0/+4
2025-10-09selftests: drv-net: pp_alloc_fail: lower traffic expectationsJakub Kicinski-5/+11
2025-10-09selftests: drv-net: fix linter warnings in pp_alloc_failJakub Kicinski-6/+14
2025-10-09selftests: drv-net: xdp: add test for interface level qstatsJakub Kicinski-2/+89
2025-10-09selftests: drv-net: xdp: rename netnl to ethnlJakub Kicinski-4/+4
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds-6055/+16020
2025-10-08selftests: netfilter: query conntrack state to check for port clash resolutionFlorian Westphal-17/+41
2025-10-08selftests: netfilter: nft_fib.sh: fix spurious test failuresFlorian Westphal-5/+8
2025-10-08tools/docs: sphinx-build-wrapper: -q is a boolean, not an integerMauro Carvalho Chehab-1/+1
2025-10-07Merge tag 'hardening-fix1-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2025-10-07Merge tag 'thermal-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+11
2025-10-07KVM: selftests: Test prefault memory during concurrent memslot removalYan Zhao-17/+114
2025-10-07tools headers: kcfi: rename missed CONFIG_CFI_CLANGCarlos Llamas-1/+1
2025-10-07selftests: drv-net: make linters happy with our importsJakub Kicinski-11/+33
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-1/+1
2025-10-06perf tools: Fix arm64 libjvmti build by generating unistd_64.hVincent Minet-1/+1
2025-10-06selftests: net: unify the Makefile formatsJakub Kicinski-242/+383
2025-10-06selftests: net: sort configsJakub Kicinski-150/+150
2025-10-06perf tests: Don't retest sections in "Object code reading"James Clark-34/+85
2025-10-06perf docs: Document building with ClangLeo Yan-74/+21
2025-10-06perf build: Support build with clangLeo Yan-1/+32
2025-10-06perf test coresight: Dismiss clang warning for unroll loop threadLeo Yan-1/+3
2025-10-06perf test coresight: Dismiss clang warning for thread loopLeo Yan-2/+2
2025-10-06perf test coresight: Dismiss clang warning for memcpy threadLeo Yan-0/+2
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan-2/+2
2025-10-06perf build: Correct CROSS_ARCH for clangLeo Yan-2/+2
2025-10-06perf python: split Clang options when invoking PopenLeo Yan-1/+4
2025-10-06tools build: Align warning options with perfLeo Yan-2/+2
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers-2/+0
2025-10-06perf srcline: Fallback between addr2line implementationsIan Rogers-481/+485
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+500
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers-6/+3
2025-10-06perf dso: Clean up read_symbol() error handlingIan Rogers-5/+16
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers-42/+80
2025-10-06perf dso: Move read_symbol() from llvm/capstone to dsoIan Rogers-128/+97
2025-10-06perf llvm: Reduce LLVM initializationIan Rogers-12/+21