summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-18tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau2-108/+135
2023-01-18tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau2-37/+54
2023-01-18tools/nolibc: use pselect6 on RISCVWilly Tarreau1-0/+3
2023-01-18tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi1-1/+1
2023-01-18tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi1-14/+19
2023-01-18af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac1-1/+1
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-18selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2023-01-14selftests/vm/pkeys: Add a regression test for setting PKRU through ptraceKyle Huey2-2/+141
2023-01-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2-18/+6
2023-01-12selftests: set the BUILD variable to absolute pathMuhammad Usama Anjum1-9/+17
2023-01-12perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim1-5/+18
2023-01-12perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin1-0/+2
2023-01-12perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2023-01-12perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2023-01-12selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün1-0/+5
2023-01-12ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt1-1/+2
2023-01-12kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt1-5/+15
2023-01-12objtool: Fix SEGFAULTChristophe Leroy1-1/+1
2023-01-12Revert "selftests/bpf: Add test for unstable CT lookup API"Sasha Levin3-161/+0
2022-12-31perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong1-0/+4
2022-12-31KVM: selftests: Fix build regression by using accessor functionTyler Hicks1-1/+1
2022-12-31tools/include: Add _RET_IP_ and math definitions to kernel.hKarolina Drobnik1-0/+6
2022-12-31libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko1-0/+7
2022-12-31selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski1-2/+2
2022-12-31selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi3-0/+161
2022-12-31selftests/powerpc: Fix resource leaksMiaoqian Lin1-1/+4
2022-12-31perf stat: Do not delay the workload with --delayNamhyung Kim1-16/+17
2022-12-31perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila1-16/+9
2022-12-31perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2022-12-31perf trace: Handle failure when trace point folder is missedLeo Yan1-7/+10
2022-12-31perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2022-12-31perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2022-12-31netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-2/+34
2022-12-31libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael1-1/+1
2022-12-31libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire1-3/+5