aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar2-18/+11
2024-05-02x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter1-0/+93
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter4-0/+21
2024-05-02x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter1-72/+76
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter4-6/+66
2024-05-02x86/insn: Add misc new Intel instructionsAdrian Hunter1-12/+45
2024-05-02x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter1-4/+4
2024-05-02x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter1-1/+1
2024-05-02x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae1-4/+7
2024-05-02Merge tag 'v6.9-rc6' into perf/core, to pick up fixesIngo Molnar42-841/+967
2024-05-01selftests: netfilter: nft_concat_range.sh: reduce debug kernel run timeFlorian Westphal4-6/+34
2024-05-01libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko2-12/+27
2024-05-01selftests/bpf: add tests for the "module: Function" syntaxViktor Malik2-0/+29
2024-05-01libbpf: support "module: Function" syntax for tracing programsViktor Malik1-9/+26
2024-05-01selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-05-01selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-05-01tools/power turbostat: Enable non-privileged users to read sysfs countersPatryk Wlazlyn1-25/+31
2024-05-01tools/power turbostat: Replace _Static_assert with BUILD_BUG_ONPatryk Wlazlyn1-1/+2
2024-05-01tools/power turbostat: Add ARL-H supportZhang Rui1-0/+2
2024-05-01tools/power turbostat: Enhance ARL/LNL supportZhang Rui1-2/+19
2024-04-30selftests/bpf: Drop start_server_proto helperGeliang Tang1-9/+2
2024-04-30selftests/bpf: Make start_mptcp_server staticGeliang Tang3-9/+16
2024-04-30selftests/bpf: Add opts argument for __start_serverGeliang Tang1-12/+15
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+49
2024-04-30cxl/test: Enhance event testingIra Weiny1-4/+15
2024-04-30selftests/bpf: Add sockopt case to verify prog_typeStanislav Fomichev1-2/+38
2024-04-30selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATEStanislav Fomichev1-6/+19
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa3-0/+94
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa3-0/+120
2024-04-30libbpf: Add kprobe session attach type name to attach_type_nameJiri Olsa1-0/+1
2024-04-30libbpf: Add support for kprobe session attachJiri Olsa3-3/+41
2024-04-30bpf: Add support for kprobe session attachJiri Olsa1-0/+1
2024-04-30selftests: drv-net-hw: add test for memory allocation failures with page poolJakub Kicinski3-0/+134
2024-04-30selftests: drv-net: support generating iperf3 loadJakub Kicinski2-0/+42
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski1-1/+1
2024-04-30selftests: net: py: extract tool logicJakub Kicinski1-3/+9
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski4-3/+26
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal4-3/+10
2024-05-01ASoC: doc: dapm: various improvementsMark Brown44-1310/+2969
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires1-2/+0
2024-04-30netdev: add queue statsXuan Zhuo1-0/+19
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko2-2/+23
2024-04-29libbpf: handle nulled-out program in struct_ops correctlyAndrii Nakryiko1-0/+1
2024-04-29selftests/bpf: Free strdup memory in veristatGeliang Tang1-1/+4
2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang1-2/+8
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik2-1/+9
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov3-13/+20
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski114-1882/+7165
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson1-15/+14
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson1-48/+20