summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-05-01tools/power turbostat: Replace _Static_assert with BUILD_BUG_ONPatryk Wlazlyn
2024-05-01tools/power turbostat: Add ARL-H supportZhang Rui
2024-05-01tools/power turbostat: Enhance ARL/LNL supportZhang Rui
2024-04-30selftests/bpf: Drop start_server_proto helperGeliang Tang
2024-04-30selftests/bpf: Make start_mptcp_server staticGeliang Tang
2024-04-30selftests/bpf: Add opts argument for __start_serverGeliang Tang
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-04-30cxl/test: Enhance event testingIra Weiny
2024-04-30selftests/bpf: Add sockopt case to verify prog_typeStanislav Fomichev
2024-04-30selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATEStanislav Fomichev
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa
2024-04-30libbpf: Add kprobe session attach type name to attach_type_nameJiri Olsa
2024-04-30libbpf: Add support for kprobe session attachJiri Olsa
2024-04-30bpf: Add support for kprobe session attachJiri Olsa
2024-04-30selftests: drv-net-hw: add test for memory allocation failures with page poolJakub Kicinski
2024-04-30selftests: drv-net: support generating iperf3 loadJakub Kicinski
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski
2024-04-30selftests: net: py: extract tool logicJakub Kicinski
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal
2024-05-01ASoC: doc: dapm: various improvementsMark Brown
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires
2024-04-30netdev: add queue statsXuan Zhuo
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko
2024-04-29libbpf: handle nulled-out program in struct_ops correctlyAndrii Nakryiko
2024-04-29selftests/bpf: Free strdup memory in veristatGeliang Tang
2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson
2024-04-29KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcaseSean Christopherson
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson
2024-04-29KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson