summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-3/+2
* perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan2019-07-311-4/+11
* perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-311-4/+2
* perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan2019-07-311-2/+5
* perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-0/+3
* perf trace: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-3/+3
* perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-311-2/+6
* rseq/selftests: Fix Thumb mode build failure on arm32Mathieu Desnoyers2019-07-311-28/+33
* perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan2019-07-311-1/+1
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-311-1/+1
* iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera2019-07-311-2/+2
* tools: PCI: Fix broken pcitest compilationAlan Mikhak2019-07-311-3/+3
* perf script: Assume native_arch for pipe modeSong Liu2019-07-281-1/+2
* selftests: txring_overwrite: fix incorrect test of mmap() return valueFrank de Brabander2019-07-281-1/+1
* libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko2019-07-261-1/+2
* perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek2019-07-261-1/+1
* tools: bpftool: Fix json dump crash on powerpcJiri Olsa2019-07-261-4/+7
* selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-261-6/+6
* bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-261-4/+4
* libbpf: fix GCC8 warning for strncpyAndrii Nakryiko2019-07-261-1/+2
* perf stat: Fix group lookup for metric groupAndi Kleen2019-07-261-12/+35
* perf stat: Don't merge events in the same PMUAndi Kleen2019-07-261-1/+2
* perf stat: Fix metrics with --no-mergeAndi Kleen2019-07-261-1/+17
* perf stat: Make metric event lookup more robustAndi Kleen2019-07-261-2/+3
* bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach2019-07-261-0/+1
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-07-262-2/+2
* perf build: Handle slang being in /usr/include and in /usr/include/slang/Arnaldo Carvalho de Melo2019-07-262-3/+13
* tools build: Fix the zstd test in the test-all.c common case feature testArnaldo Carvalho de Melo2019-07-261-1/+1
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-07-261-1/+7
* selftests/bpf : clean up feature/ when make cleanHechao Li2019-07-261-1/+2
* perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-07-261-3/+2
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-07-261-0/+27
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-07-261-4/+123
* perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa2019-07-261-2/+2
* cpupower : frequency-set -r option misses the last cpu in related cpu listAbhishek Goel2019-07-261-0/+2
* perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo2019-07-261-2/+3
* selftests/bpf: adjust verifier scale testAlexei Starovoitov2019-07-261-14/+17
* perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu2019-07-141-0/+1
* perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter2019-07-141-1/+29
* perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-07-141-16/+12
* perf intel-pt: Fix itrace defaults for perf script intel-pt documentationAdrian Hunter2019-07-141-5/+5
* perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter2019-07-141-1/+2
* perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter2019-07-141-1/+2
* KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-021-0/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-293-3/+5
|\
| * perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang2019-06-243-3/+5
* | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-0/+46
|\ \
| * | idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-021-0/+46
* | | Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-243-2/+92
|\ \ \
| * \ \ Merge branch 'context-id-fix' into fixesMichael Ellerman2019-06-133-2/+92
| |\ \ \