summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-01-18selftests/ftrace: event_triggers: wait longer for test_event_enableYipeng Zou1-4/+11
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-1727/+0
2022-12-14selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offloadZhengchao Shao1-1/+1
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-0/+11
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern1-0/+5
2022-12-08selftests: net: fix nexthop warning cleanup double ip typoNikolay Aleksandrov1-2/+2
2022-12-08selftests: net: add delete nexthop route warning testNikolay Aleksandrov1-0/+14
2022-12-08tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"Tiezhu Yang1-2/+2
2022-11-25selftests/intel_pstate: fix build for ARCH=x86_64Ricardo Cañuelo1-3/+3
2022-11-25selftests/futex: fix build for clangRicardo Cañuelo1-4/+2
2022-11-25x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov1-3/+5
2022-11-25perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev1-1/+1
2022-11-10tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes1-2/+2
2022-11-03perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-11-03tools: iio: iio_utils: fix digit calculationMatti Vaittinen1-0/+4
2022-10-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-26bpftool: Clear errno after libcap's checksQuentin Monnet1-0/+10
2022-10-26bpftool: Fix a wrong type cast in btf_dumper_intLam Thai1-1/+1
2022-10-15perf tools: Fixup get_current_dir_name() compilationAlexey Dobriyan1-1/+2
2022-10-07x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon1-0/+1
2022-10-07Revert "x86/speculation: Add RSB VM Exit protections"Thadeu Lima de Souza Cascardo1-1/+0
2022-10-05selftests: Fix the if conditions of in test_extra_filter()Wang Yufen1-1/+1
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-28perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-05Revert "selftests/bpf: Fix test_align verifier log patterns"Jean-Philippe Brucker1-7/+7
2022-09-05Revert "selftests/bpf: Fix "dubious pointer arithmetic" test"Jean-Philippe Brucker1-4/+4
2022-08-25selftests/kprobe: Do not test for GRP/ without event failuresSteven Rostedt (Google)1-1/+0
2022-08-25tools build: Switch to new openssl API for test-libcryptoRoberto Sassu1-4/+11
2022-08-25tools/vm/slabinfo: use alphabetic order when two values are equalYuanzheng Song1-10/+22
2022-08-25tools/thermal: Fix possible path truncationsFlorian Fainelli1-11/+13
2022-08-25genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-25perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-25selftests/bpf: fix a test for snprintf() overflowDan Carpenter1-1/+1
2022-08-25selftests: timers: clocksource-switch: fix passing errors from childWolfram Sang1-3/+3
2022-08-25selftests: timers: valid-adjtimex: build fix for newer toolchainsWolfram Sang1-1/+1
2022-08-25libbpf: Fix the name of a reused mapAnquan Wu1-2/+7
2022-08-25thermal/tools/tmon: Include pthread and time headers in tmon.hMarkus Mayer1-0/+3
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon1-0/+1
2022-08-11selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta1-5/+4
2022-08-11selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker1-4/+4
2022-08-11selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev1-20/+21
2022-08-11bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend1-4/+2
2022-08-11selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki2-4/+80
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan1-4/+41
2022-07-12selftests: forwarding: fix error message in learning_testVladimir Oltean1-1/+1
2022-07-12selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-12selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-07selftests/rseq: Change type of rseq_offset to ptrdiff_tMathieu Desnoyers3-10/+12
2022-07-07selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread areaMathieu Desnoyers1-32/+34
2022-07-07selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread areaMathieu Desnoyers1-28/+30