aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_uncore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17perf/x86: Move perf_event_intel_uncore.[ch] .. => x86/events/intel/uncore.[ch]Borislav Petkov1-1401/+0
2016-01-21perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian1-0/+3
2016-01-06perf/x86/intel/uncore: Add Knights Landing uncore PMU supportHarish Chegondi1-0/+15
2016-01-06perf/x86/intel/uncore: Add Broadwell-EP uncore supportKan Liang1-0/+2
2015-10-06perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncoreTaku Izumi1-3/+58
2015-08-04perf/x86/intel/uncore: Add Broadwell-DE uncore supportKan Liang1-0/+6
2015-08-04perf/x86/intel/uncore: Use Sandy Bridge client PMU on Haswell/BroadwellAndi Kleen1-0/+5
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2015-06-09Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initialization"Ingo Molnar1-2/+7
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar1-5/+4
2015-05-27perf/x86: Improve HT workaround GP counter constraintPeter Zijlstra1-1/+1
2015-05-27perf/x86: Fix event/group validationPeter Zijlstra1-4/+3
2015-05-11perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU supportStephane Eranian1-0/+3
2015-04-22x86: perf: uncore: Use hrtimer_start()Thomas Gleixner1-3/+2
2015-01-28perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang1-7/+2
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+19
2014-12-11perf/x86/intel/uncore: Make sure only uncore events are collectedJiri Olsa1-3/+19
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-5/+1
2014-10-03perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen1-0/+4
2014-09-24perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng1-8/+11
2014-09-24perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng1-1/+6
2014-09-09perf/x86: Fix section mismatch in split uncore driverAndi Kleen1-1/+1
2014-08-13perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra1-4/+4
2014-08-13perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate fileYan, Zheng1-1036/+2
2014-08-13perf/x86/uncore: Move SNB/IVB-EP specific code to seperate fileYan, Zheng1-1461/+4
2014-08-13perf/x86/uncore: Move NHM/SNB/IVB specific code to seperate fileYan, Zheng1-523/+8
2014-08-13perf/x86/uncore: Declare some functions and variablesYan, Zheng1-74/+75
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changesIngo Molnar1-5/+6
2014-07-16perf/x86/intel/uncore: Fix SNB-EP/IVT Cbox filter mappingsStephane Eranian1-5/+6
2014-07-05perf/x86: Micro-optimize nhmex_rbox_get_constraint()Rasmus Villemoes1-4/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-71/+473
2014-03-20x86, intel, uncore: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+3
2014-03-14perf/x86/uncore: Fix missing end markers for SNB/IVB/HSW IMC PMUStephane Eranian1-0/+3
2014-03-12perf/x86/uncore: Fix compilation warning in snb_uncore_imc_init_box()Stephane Eranian1-5/+6
2014-03-11perf/x86: Fix leak in uncore_type_init failure pathsDave Jones1-1/+2
2014-03-11perf/x86/uncore: Add __init for uncore_cpumask_init()Dongsheng Yang1-1/+1
2014-02-27Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+9
2014-02-21perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian1-1/+9
2014-02-21perf/x86/uncore: use MiB unit for events for SNB/IVB/HSW IMCStephane Eranian1-4/+4
2014-02-21perf/x86/uncore: add hrtimer to SNB uncore IMC PMUStephane Eranian1-0/+12
2014-02-21perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller supportStephane Eranian1-0/+365
2014-02-21perf/x86/uncore: move uncore_event_to_box() and uncore_pmu_to_box()Stephane Eranian1-36/+36
2014-02-21perf/x86/uncore: make hrtimer timeout configurable per boxStephane Eranian1-2/+5
2014-02-21perf/x86/uncore: add ability to customize pmu callbacksStephane Eranian1-10/+15
2014-02-21perf/x86/uncore: fix initialization of cpumaskStephane Eranian1-24/+37
2013-11-06perf/x86/intel: Add Ivy Bridge-EP uncore IRP box supportYan, Zheng1-0/+73
2013-11-06perf/x86/intel/uncore: Add filter support for IvyBridge-EP QPI boxesYan, Zheng1-10/+51
2013-09-20perf/x86/intel/uncore: Don't use smp_processor_id() in validate_group()Yan, Zheng1-5/+5