summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf session: Add option to copy events when queueingAlexander Yarygin2014-10-153-8/+56
* perf Documentation: Fix typos in perf/DocumentationMasanari Iida2014-10-159-15/+15
* perf trace: Use thread_{,_set}_priv helpersNamhyung Kim2014-10-151-8/+8
* perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim2014-10-151-3/+3
* perf callchain: Create an address space per threadNamhyung Kim2014-10-153-5/+55
* perf report: Set callchain_param.record_mode for future useNamhyung Kim2014-10-152-0/+10
* perf evlist: Fix for double free in tools/perf statYasser Shalabi2014-10-151-0/+1
* perf test: Add test case for pmu event new style formatKan Liang2014-10-151-0/+36
* perf tools: Add support to new style format of kernel PMU eventKan Liang2014-10-152-1/+69
* perf tools: Parse the pmu event prefix and suffixKan Liang2014-10-154-10/+141
* Revert "perf tools: Default to cpu// for events v5"Kan Liang2014-10-153-54/+1
* perf Documentation: Remove Ruplicated docs for powerpc cpu specific eventsCody P Schafer2014-10-151-573/+0
* perf Documentation: sysfs events/ interfacesCody P Schafer2014-10-151-0/+60
* perf top: Add a visual cue for toggle zeroing of samplesTaeung Song2014-10-151-10/+22
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-1535-229/+392
|\
| * perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo2014-10-143-8/+8
| * perf symbols: Fix map->end fixupArnaldo Carvalho de Melo2014-10-141-1/+1
| * perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim2014-10-141-1/+1
| * perf tools: fix off-by-one error in mapsStephane Eranian2014-10-141-3/+3
| * perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo2014-10-141-2/+8
| * perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2014-10-142-6/+3
| * perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo2014-10-141-0/+1
| * perf evlist: Default to syswide target when no thread/cpu maps setArnaldo Carvalho de Melo2014-10-141-0/+40
| * perf evlist: Check that there is a thread_map when preparing a workloadArnaldo Carvalho de Melo2014-10-141-1/+7
| * perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo2014-10-142-8/+14
| * perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-148-25/+65
| * perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-145-2/+5
| * perf evsel: SubclassingArnaldo Carvalho de Melo2014-10-142-2/+50
| * perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-146-8/+19
| * perf ui browsers: Add missing includeArnaldo Carvalho de Melo2014-10-101-0/+1
| * perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2014-10-102-26/+26
| * perf session: Don't count per evsel eventsArnaldo Carvalho de Melo2014-10-101-16/+0
| * perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-0914-101/+132
| * perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-091-1/+0
| * perf sched: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-091-3/+0
| * perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2014-10-032-7/+8
| * perf kvm stat live: Use fdarray object instead of pollfdJiri Olsa2014-10-031-12/+4
| * perf kvm stat live: Use perf_evlist__add_pollfd return fd positionJiri Olsa2014-10-031-2/+2
| * perf kvm stat live: Fix perf_evlist__add_pollfd error handlingJiri Olsa2014-10-031-2/+2
| |
| \
| \
| \
*---. \ Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linu...Linus Torvalds2014-10-143-9/+9
|\ \ \ \
| | | * | x86/vdso: Fix vdso2c's special_pages[] error checkingAndy Lutomirski2014-09-241-5/+7
| | * | | x86/apic/uv: Remove unnecessary #ifdefAndreas Ruprecht2014-08-201-2/+0
| * | | | x86/mce: Avoid showing repetitive message from intel_init_thermal()Rakib Mullick2014-09-191-2/+2
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-146-6/+25
|\ \ \ \ \
| * | | | | x86/build: Add arch/x86/purgatory/ make generated files to gitignoreShuah Khan2014-10-091-0/+2
| * | | | | x86: Fix section conflict for numachipAndi Kleen2014-10-081-1/+1
| * | | | | x86: Reject x32 executables if x32 ABI not supportedBen Hutchings2014-10-081-2/+3
| * | | | | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-062-2/+18
| * | | | | x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook2014-10-011-1/+1
* | | | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-1411-157/+371
|\ \ \ \ \ \