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