summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf bpf-loader: Remove unecessary includes from bpf-loader.hArnaldo Carvalho de Melo2019-02-062-4/+4
* perf powerpc kvm-stat: Add missing evlist.h headerArnaldo Carvalho de Melo2019-02-061-0/+1
* perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo2019-02-064-3/+7
* perf pmu: Remove needless evsel.h include, only needs one fwd declArnaldo Carvalho de Melo2019-02-061-1/+2
* perf tests pmu: Add missing headersArnaldo Carvalho de Melo2019-02-061-0/+2
* perf hist: Remove the needless callchain.h include from hist.hArnaldo Carvalho de Melo2019-02-061-1/+2
* perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo2019-02-066-0/+6
* perf thread: Don't include symbol.h, symbol_conf.h is enoughArnaldo Carvalho de Melo2019-02-061-1/+4
* perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enoughArnaldo Carvalho de Melo2019-02-061-1/+1
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-0616-0/+16
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-064-1/+5
* perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo2019-02-062-0/+3
* perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo2019-02-0611-87/+106
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-0635-0/+35
* perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo2019-02-065-15/+27
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-064-15/+20
* perf srccode: Move struct definition from map.h to srccode.hArnaldo Carvalho de Melo2019-02-063-13/+15
* perf arm pmu: Add missing linux/string.h headerArnaldo Carvalho de Melo2019-02-061-0/+1
* perf powerpc: Add missing headers to skip-callchain-idx.cArnaldo Carvalho de Melo2019-02-061-0/+3
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-0438-186/+1839
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-035-16/+28
| |\
| | * Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar2019-01-225-16/+28
| | |\
| | | * perf script: Fix crash when processing recorded stat dataTony Jones2019-01-211-5/+2
| | | * perf top: Fix wrong hottest instruction highlightedHe Kuang2019-01-211-6/+10
| | | * perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-01-211-2/+9
| | | * perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo2019-01-181-0/+2
| | | * perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen2019-01-181-1/+1
| | | * perf ordered_events: Fix crash in ordered_events__freeJiri Olsa2019-01-171-2/+4
| * | | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-023-0/+131
| * | | Merge tag 'linux-kselftest-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-315-20/+71
| |\ \ \
| | * | | selftests: timers: use LDLIBS instead of LDFLAGSFathi Boudra2019-01-281-1/+1
| | * | | selftests: net: use LDLIBS instead of LDFLAGSFathi Boudra2019-01-281-1/+1
| | * | | selftests/seccomp: Enhance per-arch ptrace syscall skip testsKees Cook2019-01-251-15/+57
| | * | | selftests: Use lirc.h from kernel tree, not from systemSean Young2019-01-251-0/+2
| | * | | selftests: cpu-hotplug: fix case where CPUs offline > CPUs presentColin Ian King2019-01-251-3/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-301-22/+131
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-01-271-22/+131
| | |\ \ \ \
| | | * | | | xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal2019-01-091-2/+2
| | | * | | | selftests: xfrm: alter htresh to trigger move of policies to hash tableFlorian Westphal2019-01-091-4/+40
| | | * | | | selftests: xfrm: add block rules with adjacent/overlapping subnetsFlorian Westphal2019-01-091-18/+91
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-10/+31
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-01-272-7/+8
| |\ \ \ \ \ \
| | * | | | | | KVM: selftests: check returned evmcs version rangeVitaly Kuznetsov2019-01-251-0/+6
| | * | | | | | kvm: selftests: Fix region overlap check in kvm_utilBen Gardon2019-01-251-7/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-2/+2
| |\ \ \ \ \ \
| | * | | | | | nfit_test: fix security state pull for nvdimm security nfit_testDave Jiang2019-01-211-2/+2
| * | | | | | | Merge tag 'linux-kselftest-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-237-16/+118
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | selftests/seccomp: Abort without user notification supportKees Cook2019-01-171-5/+5
| | * | | | | selftests: gpio-mockup-chardev: Check asprintf() for errorGeert Uytterhoeven2019-01-161-3/+6