summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1
* tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-10-151-2/+28
* tools headers kvm: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+2
* tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-0/+1
* tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-10-151-1/+5
* perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-10-151-5/+9
* perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter2019-10-151-3/+5
* perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-10-151-1/+1
* perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2019-10-152-3/+7
* perf evlist: Fix fix for freed id arraysAndi Kleen2019-10-151-1/+1
* perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-1238-99/+315
|\
| * Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar2019-10-0738-99/+315
| |\
| | * perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-302-4/+17
| | * perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-09-301-2/+2
| | * perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-306-8/+20
| | * perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-09-301-1/+1
| | * perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-09-301-1/+1
| | * perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-09-301-1/+1
| | * perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo2019-09-302-1/+8
| | * perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo2019-09-304-9/+13
| | * perf jevents: Fix period for Intel fixed countersAndi Kleen2019-09-301-6/+6
| | * perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen2019-09-301-1/+5
| | * perf docs: Correct and clarify jitdump specSteve MacLean2019-09-301-2/+2
| | * perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean2019-09-301-3/+3
| | * perf map: Fix overlapped map handlingSteve MacLean2019-09-301-0/+3
| | * perf vendor events s390: Use s390 machine name instead of type 8561Thomas Richter2019-09-306-1/+1
| | * perf vendor events s390: Add JSON transaction for machine type 8561Thomas Richter2019-09-301-0/+7
| | * perf llvm: Don't access out-of-scope arrayIan Rogers2019-09-301-3/+3
| | * tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-09-305-2/+17
| | * tools headers uapi: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-303-51/+186
| | * tools headers uapi: Sync linux/usbdevice_fs.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-301-0/+4
| | * tools headers uapi: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2019-09-301-0/+3
| | * tools headers uapi: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-271-0/+1
| | * perf docs: Allow man page date to be specifiedIan Rogers2019-09-271-0/+3
| | * perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers2019-09-271-2/+1
| | * libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers2019-09-271-1/+7
* | | Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-10-121-1/+1
|\ \ \
| * | | selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario2019-10-091-1/+1
| |/ /
* | | Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-085-8/+79
|\ \ \ | |/ / |/| |
| * | selftests: watchdog: Add command line option to show watchdog_infoGeorge G. Davis2019-10-021-1/+15
| * | selftests: watchdog: Validate optional file argumentGeorge G. Davis2019-10-021-0/+11
| * | selftests/kselftest/runner.sh: Add 45 second timeout per testKees Cook2019-10-012-3/+34
| * | kselftest: exclude failed TARGETS from runlistCristian Marussi2019-10-011-0/+4
| * | kselftest: add capability to skip chosen TARGETSCristian Marussi2019-10-011-0/+7
| * | selftests: Add kselftest-all and kselftest-install targetsShuah Khan2019-10-012-4/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-052-12/+5
|\ \ \
| * | | selftests/net: add nettest to .gitignoreJakub Kicinski2019-10-041-0/+1
| * | | udp: only do GSO if # of segs > 1Josh Hunt2019-10-031-12/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-048-5/+379
|\ \ \ \