aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_amd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-09perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.cBorislav Petkov1-731/+0
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-01-06perf/x86/amd: Remove l1-dcache-stores event for AMDVince Weaver1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+2
2015-04-02perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian1-2/+4
2015-04-02perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian1-1/+2
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2013-09-02perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node()Joe Perches1-2/+1
2013-05-28perf/x86/amd: Rework AMD PMU init codePeter Zijlstra1-17/+17
2013-04-21perf/x86/amd: Remove old-style NB counter support from perf_event_amd.cJacob Shin1-133/+5
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin1-20/+151
2013-02-06perf/x86: Allow for architecture specific RDPMC indexesJacob Shin1-0/+6
2013-02-06perf/x86: Move MSR address offset calculation to architecture specific filesJacob Shin1-0/+42
2013-02-06perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin1-4/+4
2013-02-06perf/x86/amd: Generalize northbridge constraints code for family 15hRobert Richter1-18/+25
2013-02-06perf/x86/amd: Rework northbridge event constraints handlerRobert Richter1-42/+26
2012-10-24perf/x86: Add hardware events translations for AMD cpusJiri Olsa1-0/+9
2012-07-05perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter1-57/+46
2012-05-23Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2012-05-18perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter1-1/+10
2012-05-09perf/x86-ibs: Precise event sampling with IBS for AMD CPUsRobert Richter1-1/+6
2012-04-26perf/x86: Fix cmpxchg() usage in amd_put_event_constraints()Robert Richter1-3/+1
2012-03-16perf: Adding sysfs group format attribute for pmu deviceJiri Olsa1-0/+18
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian1-0/+3
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel1-2/+35
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter1-1/+1
2011-10-10perf, x86: Share IBS macros between perf and oprofileRobert Richter1-2/+2
2011-10-06perf, amd: Use GO/HO bits in perf-ctrJoerg Roedel1-0/+13
2011-09-27x86: Perf_event_amd.c needs <asm/apicdef.h>Randy Dunlap1-0/+1
2011-09-26x86, perf: Clean up perf_event cpu codeKevin Winchester1-11/+7
2011-08-14perf, x86: Avoid kfree() in CPU_STARTINGPeter Zijlstra1-1/+1
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-0/+14
2011-04-29perf, x86: Add new stalled cycles events for Intel and AMD CPUsIngo Molnar1-6/+8
2011-04-19perf, x86: Fix AMD family 15h FPU event constraintsRobert Richter1-3/+17
2011-04-19perf, x86: Fix pre-defined cache-misses event for AMD family 15h cpusAndre Przywara1-1/+1
2011-02-16perf, x86: Add support for AMD family 15h core countersRobert Richter1-1/+174
2010-12-08perf, amd: Remove the nb lockPeter Zijlstra1-13/+3
2010-11-10perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocationPeter Zijlstra1-2/+2
2010-10-18perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian1-2/+2
2010-07-03perf, x86: Fix incorrect branches event on AMD CPUsVince Weaver1-2/+2
2010-04-02perf, x86: Fix __initconst vs constPeter Zijlstra1-2/+2
2010-04-02perf, x86: Fix up the ANY flag stuffPeter Zijlstra1-4/+13
2010-04-02perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter1-14/+1
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter1-6/+6
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar1-34/+50
2010-04-02perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra1-33/+47
2010-03-22x86 / perf: Fix suspend to RAM on HP nx6325Rafael J. Wysocki1-3/+5
2010-03-11perf, x86: Implement initial P4 PMU driverCyrill Gorcunov1-0/+2
2010-03-10perf, x86: Use unlocked bitopsPeter Zijlstra1-1/+1
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra1-35/+25