summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo
2025-10-13tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIsTejun Heo
2025-10-13x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specificBorislav Petkov (AMD)
2025-10-13KVM: arm64: selftests: Fix misleading comment about virtual timer encodingMarc Zyngier
2025-10-13KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_listMarc Zyngier
2025-10-13KVM: arm64: selftests: Make dependencies on VHE-specific registers explicitMarc Zyngier
2025-10-13KVM: arm64: selftests: Actually enable IRQs in vgic_lpi_stressOliver Upton
2025-10-13KVM: arm64: selftests: Allocate vcpus with correct sizeZenghui Yu
2025-10-13KVM: arm64: selftests: Sync ID_AA64PFR1, MPIDR, CLIDR in guestZenghui Yu
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton
2025-10-13KVM: arm64: selftests: Track width of timer counter as "int", not "uint64_t"Sean Christopherson
2025-10-13KVM: arm64: selftests: Test effective value of HCR_EL2.AMOOliver Upton
2025-10-13perf bpf_counter: Fix opening of "any"(-1) CPU eventsIan Rogers
2025-10-13perf build python: Don't leave a.out file when building with clangIan Rogers
2025-10-13perf stat: Additional verbose details for <not supported> eventsIan Rogers
2025-10-13perf tests: use strdup() in "Object code reading"James Clark
2025-10-12tools/nolibc: handle NULL wstatus argument to waitpid()Thomas Weißschuh
2025-10-12selftests: drv-net: update remaining Python init filesJakub Kicinski
2025-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Alexei Starovoitov
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-10KVM: selftests: Verify that reads to inaccessible guest_memfd VMAs SIGBUSSean Christopherson
2025-10-10KVM: selftests: Verify that faulting in private guest_memfd memory failsSean Christopherson
2025-10-10KVM: selftests: Add wrapper macro to handle and assert on expected SIGBUSSean Christopherson
2025-10-10KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcaseSean Christopherson
2025-10-10KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson
2025-10-10KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAPAckerley Tng
2025-10-10KVM: selftests: Create a new guest_memfd for each testcaseSean Christopherson
2025-10-10KVM: selftests: Stash the host page size in a global in the guest_memfd testSean Christopherson
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson
2025-10-10KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson
2025-10-10selftests/bpf: Add more bpf_wq testsMykyta Yatsenko
2025-10-10selftests/bpf: Test direct packet access on non-linear skbsPaul Chaignon
2025-10-10selftests/bpf: Support non-linear flag in test loaderPaul Chaignon
2025-10-10selftests/bpf: Add test for unpinning htab with internal timer structKaFai Wan
2025-10-10selftests/bpf: Test bpf_strcasestr,bpf_strncasestr kfuncsRong Tao
2025-10-10selftests/bpf: Add tests for async cb contextKumar Kartikeya Dwivedi
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-09selftests: drv-net: pp_alloc_fail: add necessary optoins to configJakub Kicinski
2025-10-09selftests: drv-net: pp_alloc_fail: lower traffic expectationsJakub Kicinski
2025-10-09selftests: drv-net: fix linter warnings in pp_alloc_failJakub Kicinski
2025-10-09selftests: drv-net: xdp: add test for interface level qstatsJakub Kicinski
2025-10-09selftests: drv-net: xdp: rename netnl to ethnlJakub Kicinski
2025-10-08Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds
2025-10-08selftests: netfilter: query conntrack state to check for port clash resolutionFlorian Westphal
2025-10-08selftests: netfilter: nft_fib.sh: fix spurious test failuresFlorian Westphal
2025-10-08tools/docs: sphinx-build-wrapper: -q is a boolean, not an integerMauro Carvalho Chehab