summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-14selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offloadZhengchao Shao
2022-12-14selftests/net: Find nettest in current directoryDaniel Díaz
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern
2022-12-08selftests: net: fix nexthop warning cleanup double ip typoNikolay Aleksandrov
2022-12-08selftests: net: add delete nexthop route warning testNikolay Aleksandrov
2022-12-08tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"Tiezhu Yang
2022-12-08libbpf: Handle size overflow for ringbuf mmapHou Tao
2022-12-02tools: iio: iio_generic_buffer: Fix read sizeMatti Vaittinen
2022-12-02selftests: mptcp: fix mibit vs mbit mix upMatthieu Baerts
2022-12-02selftests: mptcp: more stable simult_flows testsPaolo Abeni
2022-12-02selftests/bpf: Add verifier test for release_reference()Youlin Li