summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Add Kaby Lake supportSrinivas Pandruvada2017-02-113-0/+8
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-02-062-175/+117
|\
| * perf/x86/intel/uncore: Make package handling more robustThomas Gleixner2017-02-011-105/+91
| * perf/x86/intel/uncore: Clean up hotplug conversion falloutThomas Gleixner2017-02-011-40/+4
| * perf/x86/intel/rapl: Make package handling more robustThomas Gleixner2017-02-011-34/+26
* | perf/x86/intel/pt: Add format strings for PTWRITE and power event tracingAlexander Shishkin2017-02-011-0/+6
* | perf/x86/events: Add an AMD-specific MakefileBorislav Petkov2017-01-302-10/+10
* | perf/x86/amd/uncore: Update sysfs attributes for Family17h processorsJanakarajan Natarajan2017-01-301-21/+56
* | perf/x86/amd/uncore: Update the number of uncore countersJanakarajan Natarajan2017-01-301-3/+28
* | perf/x86/amd/uncore: Rename 'L2' to 'LLC'Janakarajan Natarajan2017-01-301-49/+49
|/
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-181-1/+1
|\
| * perf/x86/amd/ibs: Fix typo after cleanup state names in cpu/hotplugSedat Dilek2016-12-271-1/+1
* | perf/x86/intel: Handle exclusive threadid correctly on CPU hotplugZhou Chengming2017-01-171-2/+5
* | perf/x86: Reject non sampling events with precise_ipJiri Olsa2017-01-141-0/+4
* | perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-141-1/+5
* | perf/x86/intel: Use ULL constant to prevent undefined shift behaviourColin King2017-01-111-1/+1
* | perf/x86/intel/uncore: Fix hardcoded socket 0 assumption in the Haswell init ...Prarit Bhargava2017-01-111-1/+1
* | perf/x86: Set pmu->module in Intel PMU modulesDavid Carrillo-Cisneros2017-01-053-0/+4
|/
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-257-17/+17
* perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner2016-12-251-7/+7
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-232-10/+22
|\
| * perf/x86: Fix overlap counter scheduling bugPeter Zijlstra2016-12-221-1/+1
| * perf/x86/pebs: Fix handling of PEBS buffer overflowsStephane Eranian2016-12-221-9/+21
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-221-21/+2
|\ \ | |/ |/|
| * Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-163-33/+52
| |\
| * | x86/cqm: Share PQR_ASSOC related data between CQM and CATFenghua Yu2016-10-261-20/+1
| * | x86/intel_rdt: Add Haswell feature discoveryFenghua Yu2016-10-261-1/+1
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+1
|\ \ \
| * | | x86/ldt: Make all size computations unsignedThomas Gleixner2016-12-101-1/+1
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-26/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2016-11-161-26/+19
* | | | perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2016-12-112-3/+7
| |/ / |/| |
* | | perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)2016-12-062-2/+2
* | | perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc2016-12-061-0/+1
* | | perf/x86/intel/uncore: Allow only a single PMU/box within an events groupPeter Zijlstra2016-11-221-4/+4
* | | perf/x86/intel: Cure bogus unwind from PEBS entriesPeter Zijlstra2016-11-222-13/+24
* | | perf/x86: Restore TASK_SIZE check on frame pointerJohannes Weiner2016-11-221-8/+2
* | | perf/x86: Add perf support for AMD family-17h processorsJanakarajan Natarajan2016-11-181-1/+7
* | | perf/x86/uncore: Fix crash by removing bogus event_list[] handling for SNB cl...Kan Liang2016-11-161-12/+0
* | | perf/x86/intel/uncore: Add more Intel uncore IMC PCI IDs for SkyLakeKan Liang2016-11-111-4/+28
|/ /
* | perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisorsImre Palik2016-10-281-3/+7
* | perf/x86/intel/cstate: Add C-state residency events for Knights LandingLukasz Odzioba2016-10-191-4/+26
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-183-1/+4
|\
| * perf/x86/intel/uncore: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * perf/x86/intel/rapl: Add Knights Mill CPUIDPiotr Luc2016-10-171-0/+1
| * perf/x86/intel: Add Knights Mill CPUIDPiotr Luc2016-10-171-1/+2
* | perf/x86/intel: Remove an inconsistent NULL checkDan Carpenter2016-10-161-2/+2
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-24/+12
|\
| * Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-2/+3
| |\
| * | perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf2016-09-201-23/+10