summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-249-35/+833
|\
| * perf/x86/intel/rapl: Add missing Broadwell modelsSrinivas Pandruvada2016-03-211-0/+2
| * perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCUKan Liang2016-03-211-5/+2Star
| * perf/x86/amd/power: Add AMD accumulated power reporting mechanismHuang Rui2016-03-213-2/+356
| * perf/x86/amd: Add support for new IOMMU performance eventsSuravee Suthikulpanit2016-03-211-0/+5
| * perf/x86/cqm: Factor out some common codePeter Zijlstra2016-03-211-15/+13Star
| * perf/x86/mbm: Add support for MBM counter overflow handlingVikas Shivappa2016-03-211-5/+134
| * perf/x86/mbm: Implement RMID recyclingVikas Shivappa2016-03-211-4/+27
| * perf/x86/mbm: Add memory bandwidth monitoring event managementTony Luck2016-03-211-6/+116
| * perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa2016-03-211-3/+123
| * perf/x86/cqm: Fix CQM memory leak and notifier leakVikas Shivappa2016-03-211-11/+32
| * perf/x86/cqm: Fix CQM handling of grouping events into a cache_groupVikas Shivappa2016-03-211-3/+10
| * perf/x86/BTS: Fix RCU usagePeter Zijlstra2016-03-211-1/+4
| * perf/x86/ibs: Add IBS interrupt to the dynamic throttlePeter Zijlstra2016-03-211-0/+3
| * perf/x86/ibs: Fix race with IBS_STARTING statePeter Zijlstra2016-03-211-3/+29
| * perf/x86/ibs: Fix IBS throttlePeter Zijlstra2016-03-211-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-242-2/+2
|\|
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-172-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
|/
* perf/x86/intel/rapl: Simplify quirk handling even moreBorislav Petkov2016-03-081-19/+13Star
* perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen2016-03-083-1/+14
* perf/x86/pebs: Add proper PEBS constraints for BroadwellStephane Eranian2016-03-083-1/+27
* perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian2016-03-081-0/+10
* perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang2016-03-083-3/+29
* perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2016-03-082-2/+12
* perf/x86/uncore: Fix build on UP-IOAPIC configsIngo Molnar2016-03-031-0/+2
* perf/x86/intel/rapl: Convert it to a per package facilityThomas Gleixner2016-02-291-108/+86Star
* perf/x86/intel/rapl: Utilize event->pmu_privateThomas Gleixner2016-02-291-4/+12
* perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner2016-02-291-10/+10
* perf/x86/intel/rapl: Refactor the code some moreThomas Gleixner2016-02-291-30/+31
* perf/x86/intel/rapl: Clean up the printk outputThomas Gleixner2016-02-291-19/+23
* perf/x86/intel/rapl: Calculate timing onceThomas Gleixner2016-02-291-21/+18Star
* perf/x86/intel/rapl: Sanitize the quirk handlingThomas Gleixner2016-02-291-30/+19Star
* perf/x86/intel/rapl: Add proper error handlingThomas Gleixner2016-02-291-8/+21
* perf/x86/intel/rapl: Make Knights Landings support functionalThomas Gleixner2016-02-291-1/+1
* perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookupsThomas Gleixner2016-02-291-21/+11Star
* perf/x86/intel/uncore: Make PCI and MSR uncore independentThomas Gleixner2016-02-291-16/+18
* perf/x86/intel/uncore: Clear all hardware state on exitThomas Gleixner2016-02-291-0/+26
* perf/x86/uncore: Track packages, not per CPU dataThomas Gleixner2016-02-293-252/+198Star
* perf/x86/intel/uncore: Store box in event->pmu_privateThomas Gleixner2016-02-293-16/+12Star
* perf/x86/uncore: Make uncore_pcibus_to_physid() staticThomas Gleixner2016-02-292-2/+1Star
* perf/x86/intel/uncore: Make code more readableThomas Gleixner2016-02-291-45/+50
* perf/x86/intel/uncore: Clean up hardware on exitThomas Gleixner2016-02-294-1/+33
* perf/x86/intel/uncore: Add sanity checks for PCI dev package idThomas Gleixner2016-02-291-1/+1
* perf/x86/intel/uncore: Fix error handlingThomas Gleixner2016-02-292-43/+94
* perf/x86/intel/uncore: Simplify error rollbackThomas Gleixner2016-02-291-21/+24
* perf/x86/intel/uncore: Remove pointless mask checkThomas Gleixner2016-02-291-6/+0Star
* perf/x86/intel/uncore: Remove SBOX support for BDX-DEKan Liang2016-02-291-1/+7
* Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar2016-02-171-0/+2
* perf/x86: Move perf_event.h to its new homeBorislav Petkov2016-02-1717-16/+971