summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou2022-06-291-1/+1
* net/sched: act_police: more accurate MTU policingDavide Caratti2022-06-221-0/+52
* KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-06-161-0/+6
* x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2022-06-162-0/+20
* netfilter: nat: really support inet nat without l3 addressFlorian Westphal2022-06-141-0/+43
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
* kseltest/cgroup: Make test_stress.sh work if run interactivelyWaiman Long2022-06-091-1/+1
* perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing2022-06-091-1/+1
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-06-091-2/+4
* kselftest/cgroup: fix test_stress.sh to use OUTPUT dirPhil Auld2022-06-091-1/+1
* perf tools: Use Python devtools for version autodetection rather than runtimeJames Clark2022-06-091-12/+27
* perf tools: Add missing headers needed by util/data.hYang Jihong2022-06-091-0/+1
* libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko2022-06-091-2/+3
* selftests/resctrl: Fix null pointer dereference on open failedColin Ian King2022-06-091-1/+3
* libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko2022-06-091-4/+11
* selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song2022-06-091-1/+1
* tools/power turbostat: fix ICX DRAM power numbersLen Brown2022-06-091-0/+1
* selftests: add ping test with ping_group_range tunedNicolas Dichtel2022-05-251-0/+12
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-251-1/+1
* tools/virtio: compile with -pthreadMichael S. Tsirkin2022-05-251-1/+2
* selftests: vm: Makefile: rename TARGETS to VMTARGETSJoel Savitz2022-05-181-5/+5
* selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean2022-05-121-1/+1
* selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is opera...Ido Schimmel2022-05-121-0/+3
* selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn2022-05-121-5/+5
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-05-095-50/+0
* perf symbol: Update symbols__fixup_end()Namhyung Kim2022-05-091-4/+25
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-05-093-5/+6
* perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan2022-04-271-0/+14
* selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packetsIdo Schimmel2022-04-271-0/+17
* perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter2022-04-271-2/+1
* perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-201-2/+3
* testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev2022-04-201-8/+17
* selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo2022-04-131-0/+97
* selftests: cgroup: Test open-time credential usage for migration checksTejun Heo2022-04-131-0/+68
* selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644Tejun Heo2022-04-131-1/+1
* selftests/cgroup: Fix build on older distrosSachin Sant2022-04-131-2/+2
* tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo2022-04-131-1/+1
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-132-0/+10
* perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-131-2/+4
* perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-132-0/+5
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-131-3/+12
* perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-131-1/+1
* perf: arm-spe: Fix perf report --mem-modeJames Clark2022-04-131-0/+6
* libbpf: Fix build issue with llvm-readelfYonghong Song2022-04-131-2/+2
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-04-081-2/+2
* selftests: test_vxlan_under_vrf: Fix broken test caseIdo Schimmel2022-04-081-4/+4
* selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu2022-04-081-1/+4
* selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki2022-04-081-1/+1
* selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer2022-04-081-1/+9
* libbpf: Unmap rings when umem deletedlic1212022-04-081-0/+11