summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-11-121-2/+4
* selftests/bpf: More compatible nc options in test_tc_edtJiri Benc2019-11-121-1/+1
* perf map: Use zalloc for map_groupsJohn Keeping2019-11-121-1/+1
* perf tools: Fix time sortingJiri Olsa2019-11-121-1/+1
* tools: gpio: Use !building_out_of_srctree to determine srctreeShuah Khan2019-11-121-1/+5
* selftests/tls: add test for concurrent recv and sendJakub Kicinski2019-11-121-0/+108
* selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario2019-11-101-1/+1
* selftests/powerpc: Add test case for tlbie vs mtpidr ordering issueAneesh Kumar K.V2019-11-102-0/+736
* selftests: fib_tests: add more tests for metric updatePaolo Abeni2019-11-101-0/+21
* selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang2019-11-101-1/+2
* selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov2019-11-101-10/+11
* selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov2019-11-101-6/+1
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-11-101-0/+1
* perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-11-101-5/+9
* perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-11-102-3/+7
* perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-11-061-1/+1
* selftests/kselftest/runner.sh: Add 45 second timeout per testKees Cook2019-11-062-3/+34
* kselftest: exclude failed TARGETS from runlistCristian Marussi2019-11-061-0/+4
* perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-11-062-4/+17
* perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-11-061-2/+2
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-11-066-8/+20
* perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-11-061-1/+1
* perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-11-061-1/+1
* perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-11-061-1/+1
* perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo2019-11-064-9/+13
* perf jevents: Fix period for Intel fixed countersAndi Kleen2019-11-061-6/+6
* perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen2019-11-061-1/+5
* perf map: Fix overlapped map handlingSteve MacLean2019-11-061-0/+3
* perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers2019-11-061-2/+1
* libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers2019-11-061-1/+7
* selftests: kvm: Fix libkvm build errorShuah Khan2019-10-291-1/+1
* perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean2019-10-171-3/+3
* perf llvm: Don't access out-of-scope arrayIan Rogers2019-10-171-3/+3
* perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2019-10-113-0/+21
* perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo2019-10-111-1/+1
* libbpf: fix false uninitialized variable warningAndrii Nakryiko2019-10-111-0/+1
* selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko2019-10-111-1/+4
* perf build: Add detection of java-11-openjdk-devel packageThomas Richter2019-10-111-1/+1
* libnvdimm/nfit_test: Fix acpi_handle redefinitionNathan Chancellor2019-10-111-3/+1
* selftests/seccomp: fix build on older kernelsTycho Andersen2019-10-111-0/+5
* perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu2019-10-111-0/+1
* perf stat: Fix a segmentation fault when using repeat foreverSrikar Dronamraju2019-10-111-1/+1
* perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa2019-10-111-1/+1
* selftests: pidfd: Fix undefined reference to pthread_create()Shuah Khan2019-10-111-1/+1
* selftests/tpm2: Add the missing TEST_FILES assignmentJarkko Sakkinen2019-10-111-0/+1
* tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-10-111-2/+1
* tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_fileSteven Rostedt (VMware)2019-10-111-2/+2
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-12/+4
* tools/power/x86/intel-speed-select: Fix high priority core mask over countYouquan Song2019-10-071-0/+3
* selftests/powerpc: Retry on host facility unavailableGustavo Romero2019-10-071-1/+2