aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+48
2016-03-31perf/x86/amd/ibs: Fix pmu::stop() nestingPeter Zijlstra1-7/+45
2016-03-29perf/x86/amd: Cleanup Fam10h NB event constraintsPeter Zijlstra2-3/+23
2016-03-25perf/x86: Move events_sysfs_show() outside CPU_SUP_INTELHuang Rui1-3/+3
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-35/+833
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2016-03-21perf/x86/intel/rapl: Add missing Broadwell modelsSrinivas Pandruvada1-0/+2
2016-03-21perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCUKan Liang1-5/+2
2016-03-21perf/x86/amd/power: Add AMD accumulated power reporting mechanismHuang Rui3-2/+356
2016-03-21perf/x86/amd: Add support for new IOMMU performance eventsSuravee Suthikulpanit1-0/+5
2016-03-21perf/x86/cqm: Factor out some common codePeter Zijlstra1-15/+13
2016-03-21perf/x86/mbm: Add support for MBM counter overflow handlingVikas Shivappa1-5/+134
2016-03-21perf/x86/mbm: Implement RMID recyclingVikas Shivappa1-4/+27
2016-03-21perf/x86/mbm: Add memory bandwidth monitoring event managementTony Luck1-6/+116
2016-03-21perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and initVikas Shivappa1-3/+123
2016-03-21perf/x86/cqm: Fix CQM memory leak and notifier leakVikas Shivappa1-11/+32
2016-03-21perf/x86/cqm: Fix CQM handling of grouping events into a cache_groupVikas Shivappa1-3/+10
2016-03-21perf/x86/BTS: Fix RCU usagePeter Zijlstra1-1/+4
2016-03-21perf/x86/ibs: Add IBS interrupt to the dynamic throttlePeter Zijlstra1-0/+3
2016-03-21perf/x86/ibs: Fix race with IBS_STARTING statePeter Zijlstra1-3/+29
2016-03-21perf/x86/ibs: Fix IBS throttlePeter Zijlstra1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2-2/+2
2016-03-08perf/x86/intel/rapl: Simplify quirk handling even moreBorislav Petkov1-19/+13
2016-03-08perf/x86/intel: Fix PEBS data source interpretation on Nehalem/WestmereAndi Kleen3-1/+14
2016-03-08perf/x86/pebs: Add proper PEBS constraints for BroadwellStephane Eranian3-1/+27
2016-03-08perf/x86/pebs: Add workaround for broken OVFL status on HSW+Stephane Eranian1-0/+10
2016-03-08perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmiKan Liang3-3/+29
2016-03-08perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2Jiri Olsa2-2/+12
2016-03-03perf/x86/uncore: Fix build on UP-IOAPIC configsIngo Molnar1-0/+2
2016-02-29perf/x86/intel/rapl: Convert it to a per package facilityThomas Gleixner1-108/+86
2016-02-29perf/x86/intel/rapl: Utilize event->pmu_privateThomas Gleixner1-4/+12
2016-02-29perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner1-10/+10
2016-02-29perf/x86/intel/rapl: Refactor the code some moreThomas Gleixner1-30/+31
2016-02-29perf/x86/intel/rapl: Clean up the printk outputThomas Gleixner1-19/+23
2016-02-29perf/x86/intel/rapl: Calculate timing onceThomas Gleixner1-21/+18
2016-02-29perf/x86/intel/rapl: Sanitize the quirk handlingThomas Gleixner1-30/+19
2016-02-29perf/x86/intel/rapl: Add proper error handlingThomas Gleixner1-8/+21
2016-02-29perf/x86/intel/rapl: Make Knights Landings support functionalThomas Gleixner1-1/+1
2016-02-29perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookupsThomas Gleixner1-21/+11
2016-02-29perf/x86/intel/uncore: Make PCI and MSR uncore independentThomas Gleixner1-16/+18
2016-02-29perf/x86/intel/uncore: Clear all hardware state on exitThomas Gleixner1-0/+26
2016-02-29perf/x86/uncore: Track packages, not per CPU dataThomas Gleixner3-252/+198
2016-02-29perf/x86/intel/uncore: Store box in event->pmu_privateThomas Gleixner3-16/+12
2016-02-29perf/x86/uncore: Make uncore_pcibus_to_physid() staticThomas Gleixner2-2/+1
2016-02-29perf/x86/intel/uncore: Make code more readableThomas Gleixner1-45/+50
2016-02-29perf/x86/intel/uncore: Clean up hardware on exitThomas Gleixner4-1/+33
2016-02-29perf/x86/intel/uncore: Add sanity checks for PCI dev package idThomas Gleixner1-1/+1
2016-02-29perf/x86/intel/uncore: Fix error handlingThomas Gleixner2-43/+94
2016-02-29perf/x86/intel/uncore: Simplify error rollbackThomas Gleixner1-21/+24