aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-04-21tools/power turbostat: Fix AMD RAPL regression on big systemsLen Brown1-1/+1
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-0/+5
2026-04-21Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo1-4/+2
2026-04-21tools/sched_ext: scx_qmap: Silence task_ctx lookup missTejun Heo1-18/+6
2026-04-21selftests: net: use ip commands instead of teamd in team rx_mode testStanislav Fomichev2-16/+3
2026-04-21selftests: net: add team_bridge_macvlan rx_mode testStanislav Fomichev2-0/+45
2026-04-20tools/sched_ext: Remove unused nr_cpus in scx_cpu0Cheng-Yang Chou2-4/+0
2026-04-20selftests/bpf: Fix up __u16 vlen assumptionsAlan Maguire4-6/+4
2026-04-20selftests/bpf: Fix up btf/invalid test for extended kindAlan Maguire1-3/+3
2026-04-20bpftool: Support 24-bit vlenAlan Maguire3-20/+17
2026-04-20libbpf: Adjust btf_vlen() to return a __u32Alan Maguire4-39/+53
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire1-12/+14
2026-04-20Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-29/+28
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson9-100/+98
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson2-9/+7
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson15-55/+55
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson16-182/+150
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PASean Christopherson1-2/+2
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson1-8/+5
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson3-4/+4
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson5-23/+9
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson28-142/+102
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack49-205/+201
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack11-42/+42
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack2-14/+14
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack87-646/+642
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack11-22/+22
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack142-1415/+1415
2026-04-20KVM: selftests: Use gpa_t for GPAs in Hyper-V selftestsDavid Matlack4-6/+6
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack35-96/+92
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack71-178/+172
2026-04-20Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo3-0/+92
2026-04-20ktest: Add logfile to failure directorySteven Rostedt1-0/+6
2026-04-20ktest: Fix the month in the name of the failure directorySteven Rostedt1-1/+1
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-17/+24
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-0/+298
2026-04-20selftests/sched_ext: Add non_scx_kfunc_deny testCheng-Yang Chou3-0/+92
2026-04-20sched_ext: Documentation: clarify arena-backed doubly-linked lists in scx_qmapCheng-Yang Chou2-4/+4
2026-04-20sched_ext: add p->scx.tid and SCX_OPS_TID_TO_TASK lookupTejun Heo2-6/+8
2026-04-20tools/sched_ext: Remove dead -d option in scx_flatcgCheng-Yang Chou1-8/+4
2026-04-20selftests/bpf: Fix off-by-one in bpf_cpumask_populate related selftestMatt Bobrowski1-1/+1
2026-04-19sched_ext: Document the ops compat strategy in compat.h/compat.bpf.hTejun Heo2-6/+23
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-6/+10
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds13-138/+263
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung3-14/+9
2026-04-19selftests/bpf: Trace bpf_local_storage_update to debug flaky local storage testsAmery Hung4-2/+51
2026-04-19libbpf: Report error when a negative kprobe offset is specifiedAaron Tomlin1-1/+8
2026-04-18docs: kdoc: Expand 'at_least' when creating parameter listEric Biggers1-0/+5
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds4-9/+51