summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-03-10perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter4-0/+83
2023-03-10tools/bootconfig: fix single & used for logical conditionAntonio Alvarez Feijoo1-1/+1
2023-03-10ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt2-4/+21
2023-03-10ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt1-1/+2
2023-03-10ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt1-0/+3
2023-03-10selftests/landlock: Test ptrace as much as possible with YamaJeff Xu1-17/+96
2023-03-10selftests/landlock: Skip overlayfs tests when not supportedJeff Xu1-0/+47
2023-03-10tools/power/x86/intel-speed-select: Add Emerald Rapid quirkZhang Rui1-1/+1
2023-03-10objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann1-0/+2
2023-03-10selftests/ftrace: Fix bash specific "==" operatorMasami Hiramatsu (Google)1-1/+1
2023-03-10perf tools: Fix auto-complete on aarch64Yicong Yang1-3/+8
2023-03-10perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim3-0/+39
2023-03-10perf intel-pt: Add support for emulated ptwriteAdrian Hunter6-3/+224
2023-03-10perf intel-pt: Add link to the perf wiki's Intel PT pageAdrian Hunter1-0/+7
2023-03-10perf intel-pt: Add documentation for Event Trace and TNT disableAdrian Hunter1-2/+102
2023-03-10perf inject: Use perf_data__read() for auxtraceNamhyung Kim1-3/+3
2023-03-10perf llvm: Fix inadvertent file creationIan Rogers1-1/+24
2023-03-10sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko1-0/+18
2023-03-10selftest: fib_tests: Always cleanup before exitRoxana Nicolescu1-0/+2
2023-03-10selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki1-4/+2
2023-03-10selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich1-2/+0
2023-03-10libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich1-1/+1
2023-03-10bpftool: profile online CPUs instead of possibleTonghao Zhang1-8/+30
2023-03-10x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-0/+1
2023-03-10libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko1-0/+13
2023-02-22selftest/lkdtm: Skip stack-entropy test if lkdtm is not availableMisono Tomohiro1-1/+15
2023-02-22tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie8-5/+45
2023-02-22selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman1-0/+36
2023-02-14selftests: forwarding: lib: quote the sysctl valuesHangbin Liu1-2/+2
2023-02-09selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan1-7/+27
2023-02-09selftests: net: udpgso_bench: Fix racing bug between the rx/tx programsAndrei Gherzan1-4/+20
2023-02-09selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are providedAndrei Gherzan2-0/+4
2023-02-09selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warningAndrei Gherzan1-1/+1
2023-02-06selftests: Provide local define of __cpuid_count()Reinette Chatre1-0/+15
2023-02-06selftests/vm: remove ARRAY_SIZE define from individual testsShuah Khan3-3/+3
2023-02-06tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan3-0/+8
2023-02-01kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao1-2/+2
2023-02-01tools: gpio: fix -c option of gpio-event-monIvo Borisov Shopov1-0/+1
2023-02-01objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+2
2023-02-01Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"Sasha Levin2-51/+0
2023-02-01selftests/net: toeplitz: fix race on tpacket_v3 block closeWillem de Bruijn1-5/+7
2023-01-24tools/virtio: initialize spinlocks in vring_test.cRicardo CaƱuelo1-0/+2
2023-01-24selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2-0/+51
2023-01-18perf build: Properly guard libbpf includesIan Rogers2-0/+8
2023-01-18tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7
2023-01-18tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
2023-01-18tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi6-6/+0
2023-01-18tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau6-0/+6
2023-01-18tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau8-1186/+1266