aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-02-02selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev1-3/+2
2023-02-01perf symbols: Allow for static executables with .pltAdrian Hunter2-10/+21
2023-02-01perf symbols: Allow for .plt without headerAdrian Hunter1-1/+15
2023-02-01perf symbols: Add support for IFUNC symbols for x86_64Adrian Hunter1-1/+37
2023-02-01perf symbols: Record whether a symbol is an alias for an IFUNC symbolAdrian Hunter2-0/+6
2023-02-01perf symbols: Sort plt relocations for x86Adrian Hunter1-3/+57
2023-02-01perf symbols: Add support for x86 .plt.secAdrian Hunter1-7/+23
2023-02-01perf symbols: Correct plt entry sizes for x86Adrian Hunter1-4/+13
2023-02-01perf tests shell: Fix check for libtracevent supportAthira Rajeev3-0/+17
2023-02-01perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...Athira Rajeev1-0/+5
2023-02-01perf test: Add pipe mode test to the Intel PT test suiteNamhyung Kim1-0/+17
2023-02-01perf session: Avoid calling lseek(2) for pipeNamhyung Kim1-2/+7
2023-02-01perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim3-0/+39
2023-02-01KVM: selftests: Verify APIC_ID is set when forcing x2APIC=>xAPIC transitionEmanuele Giuseppe Esposito1-0/+55
2023-02-02selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer1-2/+2
2023-02-02selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer1-14/+14
2023-02-02selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer1-1/+1
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer1-1/+5
2023-02-02selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer1-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2-0/+12
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-1/+1
2023-02-01KVM: selftests: Test Hyper-V extended hypercall exit to userspaceVipin Sharma3-0/+99
2023-02-01perf inject: Use perf_data__read() for auxtraceNamhyung Kim1-3/+3
2023-02-01KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_IDVipin Sharma1-1/+1
2023-02-01KVM: selftests: Test Hyper-V extended hypercall enablementVipin Sharma2-0/+14
2023-02-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds8-5/+45
2023-02-01kselftest/arm64: Fix enumeration of systems without 128 bit SME for SSVE+ZAMark Brown1-0/+4
2023-02-01kselftest/arm64: Fix enumeration of systems without 128 bit SMEMark Brown2-0/+8
2023-02-01kselftest/arm64: Don't require FA64 for streaming SVE testsMark Brown1-6/+1
2023-02-01objtool: Optimize layout of struct special_altThomas Weißschuh1-1/+1
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh1-3/+2
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh2-21/+25
2023-02-01objtool: Make struct check_options staticThomas Weißschuh2-3/+1
2023-02-01objtool: Make struct entries[] static and constThomas Weißschuh1-3/+3
2023-02-01objtool: Fix HOSTCC flag usageIan Rogers1-12/+15
2023-01-31selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()Petr Machata1-21/+0
2023-01-31selftests: mlxsw: qos_defprio: Convert from lldptool to dcbPetr Machata1-52/+16
2023-01-31selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcbPetr Machata1-21/+6
2023-01-31selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcbPetr Machata1-18/+5
2023-01-31tools: net: use python3 explicitlyJakub Kicinski2-2/+2
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski2-1/+14
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski2-4/+11
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski1-0/+40
2023-01-31tools: ynl: support multi-attrJakub Kicinski1-7/+14
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski1-4/+4
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski1-1/+10
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski2-232/+142
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2-1/+304
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski3-1/+6
2023-01-31tools: ynl-gen: prevent do / dump reorderingJakub Kicinski1-2/+2