aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-08bpftool: Cover loader metadata with the program signatureDaniel Borkmann2-2/+17
2026-07-08bpftool: Check EVP_Digest when computing excl_prog_hashDaniel Borkmann1-2/+5
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann4-100/+9
2026-07-08selftests/rseq: Fix a building error for riscv archHui Wang1-1/+5
2026-07-08Merge tag 'hid-for-linus-2026070801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds4-8/+159
2026-07-08selftests/user_events: Wait for deferred event teardown after unregisterMichael Bommarito2-4/+51
2026-07-08usbip: tools: support SuperSpeedPlus devicesYichong Chen3-0/+7
2026-07-08selftests: drv-net: xdp: run with both IP versionsNimrod Oren1-17/+77
2026-07-08selftests: drv-net: allow switching env IP versionNimrod Oren1-7/+20
2026-07-08rtla: Also link in ctype.cBastian Blank1-4/+10
2026-07-08syscall_user_dispatch: Make it configurable in KconfigGregory Price1-1/+1
2026-07-08tools/resolve_btfids: Include libsubcmd headers directly from source treeThomas Weißschuh1-3/+2
2026-07-08selftests/net/openvswitch: add output truncation testMinxi Hou1-0/+87
2026-07-08selftests: gpio: add gpio-cdev-uaf to .gitignoreCihan Karadag1-0/+1
2026-07-08selftests/bpf: Add untrusted BTF write regressionKumar Kartikeya Dwivedi2-0/+38
2026-07-07perf data convert json: Fix trace_seq memory leak in process_sample_event()Tanushree Shah1-0/+1
2026-07-07perf record: fix poll storm when monitored threads exitJiawei Sun2-0/+20
2026-07-08selftests/bpf: Rename libarena struct bitmap to struct arena_bitmapYonghong Song4-50/+50
2026-07-07selftests: riscv: Bypass libc in inactive vector ptrace testAndrew Jones1-2/+3
2026-07-08selftests/bpf: Test cases for missing spill typesEduard Zingerman2-0/+67
2026-07-07selftests: timers: leap-a-day: Fix -w option and update usage commentJiangshan Yi1-8/+11
2026-07-07selftests/lsm: Fix memory leak in attr_lsm_countWang Yan1-1/+3
2026-07-07selftests/bpf: Fix memory leak in msg_alloc_iovFeng Yang1-1/+1
2026-07-07selftests/bpf: Drop tc/xdp/flow_dissector/socket_filter sockmap mutation testsSechang Lim5-154/+6
2026-07-07KVM: selftests: Add xAPIC support in eventfd IRQ testDavid Matlack1-5/+26
2026-07-07KVM: selftests: Make number of vCPUs configurable in IRQ testDavid Matlack1-3/+13
2026-07-07KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ testDavid Matlack1-3/+16
2026-07-07KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU setJosh Hilke2-0/+23
2026-07-07KVM: selftests: Add kvm_sched_getaffinity() wrapper and convert usersJosh Hilke6-13/+8
2026-07-07KVM: selftests: Add kvm_gettid() wrapper and convert usersJosh Hilke5-9/+11
2026-07-07KVM: selftests: Verify non-postable IRQ remapping in IRQ testSean Christopherson1-11/+37
2026-07-07KVM: selftests: Make number of IRQs configurable in IRQ testDavid Matlack1-2/+6
2026-07-07KVM: selftests: Add option to set empty routing between IRQs in eventfd IRQ testDavid Matlack1-2/+18
2026-07-07KVM: selftests: Verify interrupts are received when IRQ affinity changes in IRQ testDavid Matlack1-5/+21
2026-07-07KVM: selftests: Add a helper to set proc IRQ affinity for IRQ testJosh Hilke2-0/+16
2026-07-07KVM: selftests: Add VFIO device support to eventfd IRQ testDavid Matlack1-6/+92
2026-07-07KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass testDavid Matlack3-0/+50
2026-07-07KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) testDavid Matlack2-0/+171
2026-07-07KVM: selftests: Add helper to generate random u64 in range [min,max]Josh Hilke2-0/+21
2026-07-07KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNGSean Christopherson1-0/+2
2026-07-07KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()Sean Christopherson1-7/+11
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke8-34/+34
2026-07-07KVM: selftests: Add macros to read/write+sync to/from guest memoryDavid Matlack4-26/+24
2026-07-07KVM: selftests: Build and link selftests/vfio/lib into KVM selftestsDavid Matlack1-1/+4
2026-07-07selftests/bpf: Add test for bpf_get_smp_processor_idMaxim Khmelevskii2-0/+65
2026-07-07selftests/bpf: Cover MEM_ALLOC access past object boundsYiyang Chen2-0/+24
2026-07-07selftests/bpf: Fix memory leak in msg_alloc_iov error pathMalaya Kumar Rout1-0/+1
2026-07-07selftests/bpf: libarena: Add parallel bitmap selftestEmil Tsalapatis1-0/+190
2026-07-07selftests/bpf: libarena: Add bitmap selftestsEmil Tsalapatis1-0/+394
2026-07-07selftests/bpf: Add arena-based bitmap data structureEmil Tsalapatis2-0/+279