summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-01-18perf build: Properly guard libbpf includesIan Rogers
2023-01-18tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau
2023-01-18tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau
2023-01-18tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2023-01-18tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2023-01-18tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau
2023-01-18tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau
2023-01-18tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau
2023-01-18tools/nolibc: use pselect6 on RISCVWilly Tarreau
2023-01-18tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi
2023-01-18tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi
2023-01-18af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2023-01-18selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang
2023-01-14selftests/vm/pkeys: Add a regression test for setting PKRU through ptraceKyle Huey
2023-01-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2023-01-12selftests: set the BUILD variable to absolute pathMuhammad Usama Anjum
2023-01-12perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim
2023-01-12perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2023-01-12perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2023-01-12perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2023-01-12selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün
2023-01-12ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt
2023-01-12kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt
2023-01-12objtool: Fix SEGFAULTChristophe Leroy
2023-01-12Revert "selftests/bpf: Add test for unstable CT lookup API"Sasha Levin
2022-12-31perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong
2022-12-31KVM: selftests: Fix build regression by using accessor functionTyler Hicks
2022-12-31tools/include: Add _RET_IP_ and math definitions to kernel.hKarolina Drobnik
2022-12-31libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2022-12-31selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski
2022-12-31selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi
2022-12-31selftests/powerpc: Fix resource leaksMiaoqian Lin
2022-12-31perf stat: Do not delay the workload with --delayNamhyung Kim
2022-12-31perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila
2022-12-31perf symbol: correction while adjusting symbolAjay Kaher
2022-12-31perf trace: Handle failure when trace point folder is missedLeo Yan
2022-12-31perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan
2022-12-31perf trace: Return error if a system call doesn't existLeo Yan
2022-12-31netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal
2022-12-31libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-12-31libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire
2022-12-31libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2022-12-31libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-31selftests/efivarfs: Add checking of the test return valueZhao Gongyi
2022-12-31proc: fixup uptime selftestAlexey Dobriyan
2022-12-31selftests/ftrace: event_triggers: wait longer for test_event_enableYipeng Zou
2022-12-31objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver
2022-12-21selftests: net: Use "grep -E" instead of "egrep"Tiezhu Yang
2022-12-19libbpf: Use page size as max_entries when probing ring buffer mapHou Tao