summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf kmem: Respect -i optionJiri Olsa2015-04-081-1/+2
* tools lib traceevent: Honor operator priorityNamhyung Kim2015-04-081-1/+16
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-087-16/+70
* perf evlist: Fix inverted logic in perf_mmap__emptyHe Kuang2015-04-081-1/+1
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-04-0322-47/+69
|\
| * perf data: Support using -f to override perf.data file ownership for 'convert'Yunlong Song2015-04-023-3/+6
| * perf trace: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+3
| * perf timechart: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+3
| * perf script: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-4/+5
| * perf mem: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+3
| * perf lock: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+5
| * perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song2015-04-022-0/+3
| * perf kmem: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-4/+5
| * perf inject: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+1
| * perf evlist: Support using -f to override perf.data file ownershipYunlong Song2015-04-022-0/+3
| * perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2015-04-022-5/+17
| * perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo2015-04-023-3/+1
| * perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo2015-04-023-4/+4
| * perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo2015-04-025-17/+11
| * perf script: No need to lookup thread twiceArnaldo Carvalho de Melo2015-04-021-9/+1
* | perf/x86/intel/pt: Fix the 32-bit buildIngo Molnar2015-04-022-3/+3
* | perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRsAndi Kleen2015-04-021-2/+4
* | perf/x86/intel: Streamline LBR MSR handling in PMIAndi Kleen2015-04-023-10/+27
* | perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen2015-04-021-2/+4
* | perf/x86: Dump DEBUGCTL in PMU dumpAndi Kleen2015-04-021-1/+5
* | perf/x86/intel: Reset more state in PMU resetAndi Kleen2015-04-021-0/+12
* | perf/x86/intel: Make the HT bug workaround conditional on HT enabledStephane Eranian2015-04-022-21/+79
* | watchdog: Add watchdog enable/disable all functionsStephane Eranian2015-04-022-0/+36
* | perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...Stephane Eranian2015-04-022-2/+22
* | perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraintsStephane Eranian2015-04-021-5/+10
* | perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSWMaria Dimakopoulou2015-04-022-11/+37
* | perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSWMaria Dimakopoulou2015-04-021-9/+44
* | perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou2015-04-023-13/+331
* | perf/x86/intel: Add cross-HT counter exclusion infrastructureMaria Dimakopoulou2015-04-022-5/+98
* | perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian2015-04-024-10/+19
* | perf/x86: Add 3 new scheduling callbacksMaria Dimakopoulou2015-04-022-0/+18
* | perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian2015-04-024-6/+19
* | perf/x86: Rename x86_pmu::er_flags to 'flags'Stephane Eranian2015-04-022-15/+18
* | Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-04-0237-162/+269
|\ \
| * | perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen2015-04-021-3/+3
| * | perf/x86/intel: Filter branches for PEBS eventKan Liang2015-04-021-2/+2
| * | Linux 4.0-rc6v4.0-rc6Linus Torvalds2015-03-301-1/+1
| * | Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-3018-85/+128
| |\ \
| | * \ Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2015-03-295-12/+21
| | |\ \
| | | * | ARM: dts: sunxi: Remove overclocked/overvoltaged OPPChen-Yu Tsai2015-03-243-6/+3
| | | * | ARM: dts: sun4i: a10-lime: Override and remove 1008MHz OPP settingChen-Yu Tsai2015-03-241-0/+16
| | | * | ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver usageChen-Yu Tsai2015-02-231-6/+2
| | * | | Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Olof Johansson2015-03-296-7/+53
| | |\ \ \
| | | * | | ARM: dts: Fix gpio interrupts for dm816xTony Lindgren2015-03-182-4/+33
| | | * | | ARM: dts: dra7: remove ti,hwmod property from pcie phyKishon Vijay Abraham I2015-03-181-2/+0