summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-12-17perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter1-1/+1
2019-12-13perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter1-1/+1
2019-12-13tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2019-12-13tools: bpftool: fix a bitfield pretty print issueYonghong Song1-3/+3
2019-12-13selftests/powerpc: Skip test instead of failingBreno Leitao1-4/+1
2019-12-13selftests/powerpc: Allocate base registersBreno Leitao7-10/+8
2019-12-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov1-2/+2
2019-12-05selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski1-0/+9
2019-12-05tools/vm/page-types.c: fix "kpagecount returned fewer pages than expected" fa...Anthony Yznaga1-1/+1
2019-12-01usbip: tools: fix fd leakage in the function of read_attr_usbip_statusHewenliang1-1/+1
2019-12-01x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2019-12-01tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2-8/+9
2019-12-01ACPICA: Use %d for signed int print formatting instead of %uColin Ian King1-1/+1
2019-12-01tools/power turbosat: fix AMD APIC-id outputLen Brown1-33/+60
2019-12-01selftests/powerpc/cache_shape: Fix out-of-tree buildMichael Ellerman1-7/+2
2019-12-01selftests/powerpc/switch_endian: Fix out-of-tree buildMichael Ellerman1-0/+1
2019-12-01selftests/powerpc/signal: Fix out-of-tree buildJoel Stanley1-8/+3
2019-12-01selftests/powerpc/ptrace: Fix out-of-tree buildJoel Stanley1-9/+4
2019-12-01tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usageKeith Busch1-0/+1
2019-12-01selftests: fix warning: "_GNU_SOURCE" redefinedPeng Hao2-2/+2
2019-12-01selftests: kvm: Fix -Wformat warningsAndrea Parri1-2/+2
2019-12-01selftests: watchdog: Fix error message.Jerry Hoemann1-4/+4
2019-12-01selftests: watchdog: fix message when /dev/watchdog open failsShuah Khan (Samsung OSG)1-1/+7
2019-12-01selftests/ftrace: Fix to test kprobe $comm arg only if availableMasami Hiramatsu1-0/+3
2019-12-01tools: bpftool: fix completion for "bpftool map update"Quentin Monnet1-1/+1
2019-12-01selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet1-1/+1
2019-12-01selftests/bpf: fix file resource leak in load_kallsymsPeng Hao1-0/+1
2019-12-01usbip: tools: fix atoi() on non-null terminated stringColin Ian King1-3/+3
2019-12-01tools: gpio: Correctly add make dependencies for gpio_utilsLaura Abbott2-3/+8
2019-11-24tools: PCI: Fix broken pcitest compilationAlan Mikhak1-3/+3
2019-11-24selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, tooPetr Machata1-1/+1
2019-11-24tc-testing: fix build of eBPF programsDavide Caratti4-9/+63
2019-11-24tools: PCI: Fix compilation warningsGustavo Pimentel1-5/+2
2019-11-24selftests/tls: Fix recv(MSG_PEEK) & splice() test casesVakul Garg1-10/+10
2019-11-24idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)1-0/+52
2019-11-20selftests/powerpc: Do not fail with rescheduleBreno Leitao2-3/+15
2019-11-12usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim1-2/+4
2019-11-12perf tools: Fix time sortingJiri Olsa1-1/+1
2019-11-12tools: gpio: Use !building_out_of_srctree to determine srctreeShuah Khan1-1/+5
2019-11-10selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario1-1/+1
2019-11-10selftests/powerpc: Add test case for tlbie vs mtpidr ordering issueAneesh Kumar K.V2-0/+736
2019-11-10selftests: fib_tests: add more tests for metric updatePaolo Abeni1-0/+21
2019-11-10selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang1-1/+2
2019-11-10perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye1-0/+1
2019-11-10perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye1-5/+9
2019-11-06perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo1-2/+2
2019-11-06perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo1-1/+1
2019-11-06perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo1-1/+1
2019-11-06perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo1-1/+1
2019-11-06perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo4-9/+13