summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_uncore.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Move perf_event_intel_uncore.[ch] .. => x86/events/intel/uncore.[ch]Borislav Petkov2016-02-171-1401/+0
* perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-211-0/+3
* perf/x86/intel/uncore: Add Knights Landing uncore PMU supportHarish Chegondi2016-01-061-0/+15
* perf/x86/intel/uncore: Add Broadwell-EP uncore supportKan Liang2016-01-061-0/+2
* perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncoreTaku Izumi2015-10-061-3/+58
* perf/x86/intel/uncore: Add Broadwell-DE uncore supportKan Liang2015-08-041-0/+6
* perf/x86/intel/uncore: Use Sandy Bridge client PMU on Haswell/BroadwellAndi Kleen2015-08-041-0/+5
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-3/+2
|\
| * x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-221-0/+3
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-05-271-5/+4
| |\ \
| * | | perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU supportStephane Eranian2015-05-111-0/+3
| | |/ | |/|
* | | Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar2015-06-091-2/+7
| |/ |/|
* | perf/x86: Improve HT workaround GP counter constraintPeter Zijlstra2015-05-271-1/+1
* | perf/x86: Fix event/group validationPeter Zijlstra2015-05-271-4/+3
|/
* perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang2015-01-281-7/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-191-3/+19
|\
| * perf/x86/intel/uncore: Make sure only uncore events are collectedJiri Olsa2014-12-111-3/+19
* | cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-5/+1
|/
* perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen2014-10-031-0/+4
* perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng2014-09-241-8/+11
* perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng2014-09-241-1/+6
* perf/x86: Fix section mismatch in split uncore driverAndi Kleen2014-09-091-1/+1
* perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra2014-08-131-4/+4
* perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate fileYan, Zheng2014-08-131-1036/+2
* perf/x86/uncore: Move SNB/IVB-EP specific code to seperate fileYan, Zheng2014-08-131-1461/+4
* perf/x86/uncore: Move NHM/SNB/IVB specific code to seperate fileYan, Zheng2014-08-131-523/+8
* perf/x86/uncore: Declare some functions and variablesYan, Zheng2014-08-131-74/+75
* Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar2014-07-281-5/+6
|\
| * perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian2014-07-161-5/+6
* | perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes2014-07-051-4/+1
|/
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-3/+3
|\
| * x86, intel, uncore: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-3/+3
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-311-71/+473
|\ \ | |/ |/|
| * perf/x86/uncore: Fix missing end markers for SNB/IVB/HSW IMC PMUStephane Eranian2014-03-141-0/+3
| * perf/x86/uncore: Fix compilation warning in snb_uncore_imc_init_box()Stephane Eranian2014-03-121-5/+6
| * perf/x86/uncore: Add __init for uncore_cpumask_init()Dongsheng Yang2014-03-111-1/+1
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-02-271-1/+9
| |\
| * | perf/x86/uncore: use MiB unit for events for SNB/IVB/HSW IMCStephane Eranian2014-02-211-4/+4
| * | perf/x86/uncore: add hrtimer to SNB uncore IMC PMUStephane Eranian2014-02-211-0/+12
| * | perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller supportStephane Eranian2014-02-211-0/+365
| * | perf/x86/uncore: move uncore_event_to_box() and uncore_pmu_to_box()Stephane Eranian2014-02-211-36/+36
| * | perf/x86/uncore: make hrtimer timeout configurable per boxStephane Eranian2014-02-211-2/+5
| * | perf/x86/uncore: add ability to customize pmu callbacksStephane Eranian2014-02-211-10/+15
| * | perf/x86/uncore: fix initialization of cpumaskStephane Eranian2014-02-211-24/+37
* | | perf/x86: Fix leak in uncore_type_init failure pathsDave Jones2014-03-111-1/+2
| |/ |/|
* | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian2014-02-211-1/+9
|/
* perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng2013-11-061-0/+73
* perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng2013-11-061-10/+51
* perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()Yan, Zheng2013-09-201-5/+5