summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2023-02-01perf tests shell: Fix check for libtracevent supportAthira Rajeev-0/+17
2023-02-01perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...Athira Rajeev-0/+5
2023-02-01perf test: Add pipe mode test to the Intel PT test suiteNamhyung Kim-0/+17
2023-02-01perf session: Avoid calling lseek(2) for pipeNamhyung Kim-2/+7
2023-02-01perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim-0/+39
2023-02-01KVM: selftests: Verify APIC_ID is set when forcing x2APIC=>xAPIC transitionEmanuele Giuseppe Esposito-0/+55
2023-02-02selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer-2/+2
2023-02-02selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer-14/+14
2023-02-02selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer-1/+1
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer-1/+5
2023-02-02selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet-0/+12
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-1/+1
2023-02-01KVM: selftests: Test Hyper-V extended hypercall exit to userspaceVipin Sharma-0/+99
2023-02-01perf inject: Use perf_data__read() for auxtraceNamhyung Kim-3/+3
2023-02-01KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_IDVipin Sharma-1/+1
2023-02-01KVM: selftests: Test Hyper-V extended hypercall enablementVipin Sharma-0/+14
2023-02-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-5/+45
2023-02-01kselftest/arm64: Fix enumeration of systems without 128 bit SME for SSVE+ZAMark Brown-0/+4
2023-02-01kselftest/arm64: Fix enumeration of systems without 128 bit SMEMark Brown-0/+8
2023-02-01kselftest/arm64: Don't require FA64 for streaming SVE testsMark Brown-6/+1
2023-02-01objtool: Optimize layout of struct special_altThomas Weißschuh-1/+1
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh-3/+2
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh-21/+25
2023-02-01objtool: Make struct check_options staticThomas Weißschuh-3/+1
2023-02-01objtool: Make struct entries[] static and constThomas Weißschuh-3/+3
2023-02-01objtool: Fix HOSTCC flag usageIan Rogers-12/+15
2023-01-31selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()Petr Machata-21/+0
2023-01-31selftests: mlxsw: qos_defprio: Convert from lldptool to dcbPetr Machata-52/+16
2023-01-31selftests: mlxsw: qos_dscp_router: Convert from lldptool to dcbPetr Machata-21/+6
2023-01-31selftests: mlxsw: qos_dscp_bridge: Convert from lldptool to dcbPetr Machata-18/+5
2023-01-31tools: net: use python3 explicitlyJakub Kicinski-2/+2
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski-1/+14
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski-4/+11
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski-0/+40
2023-01-31tools: ynl: support multi-attrJakub Kicinski-7/+14
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski-4/+4
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski-1/+10
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski-232/+142
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski-1/+304
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski-1/+6
2023-01-31tools: ynl-gen: prevent do / dump reorderingJakub Kicinski-2/+2
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton-1/+0
2023-01-31tools/tracing/rtla: osnoise_hist: display average with two-digit precisionAndreas Ziegler-2/+2
2023-01-31tools/tracing/rtla: osnoise_hist: use total duration for average calculationAndreas Ziegler-1/+4
2023-01-31tools/rv: Remove unneeded semicolonzhang songyi-1/+1
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long-0/+1
2023-01-31kselftest/arm64: Remove redundant _start labels from zt-testMark Brown-1/+0
2023-01-31kselftest/arm64: Limit the maximum VL we try to set via ptraceMark Brown-4/+24
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar-392/+1005