aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/oprofile/op_model_amd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+0
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro1-7/+7
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-2/+2
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro1-12/+12
2012-07-05perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter1-2/+2
2011-10-10perf, x86: Implement IBS initializationRobert Richter1-197/+0
2011-10-10perf, x86: Share IBS macros between perf and oprofileRobert Richter1-34/+3
2011-05-30oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter1-4/+9
2011-05-20oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter1-41/+54
2011-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar1-8/+16
2011-01-03arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPURobert Richter1-8/+16
2010-12-19oprofile, x86: Add support for 6 counters (AMD family 15h)Robert Richter1-18/+36
2010-10-25Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar1-37/+83
2010-10-25apic, amd: Make firmware bug messages more meaningfulRobert Richter1-0/+1
2010-10-25Merge branch 'oprofile/core' into oprofile/x86Robert Richter1-15/+117
2010-10-25x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar1-15/+11
2010-10-20apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter1-18/+127
2010-10-15oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter1-3/+19
2010-10-15oprofile, x86: Add support for IBS branch target address reportingRobert Richter1-6/+20
2010-10-15oprofile, x86: Introduce struct ibs_stateRobert Richter1-11/+18
2010-10-15oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNTRobert Richter1-2/+1
2010-10-15oprofile, x86: Check IBS capability bits 1 and 2Robert Richter1-21/+38
2010-05-06oprofile/x86: make AMD IBS hotplug capableRobert Richter1-38/+16
2010-05-04oprofile/x86: remove duplicate IBS capability checkRobert Richter1-2/+1
2010-05-04oprofile/x86: move IBS codeRobert Richter1-110/+110
2010-05-04oprofile/x86: return -EBUSY if counters are already reservedRobert Richter1-11/+13
2010-05-04oprofile/x86: moving shutdown functionsRobert Richter1-12/+12
2010-05-04oprofile/x86: reserve counter msrs pairwiseRobert Richter1-24/+19
2010-03-01perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter1-3/+3
2010-03-01perf, x86: add some IBS macros to perf_event.hRobert Richter1-3/+3
2010-03-01perf, x86: make IBS macros available in perf_event.hRobert Richter1-11/+0
2010-02-26oprofile/x86: fix msr access to reserved countersRobert Richter1-5/+4
2010-02-26oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter1-4/+0
2010-02-26oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter1-19/+0
2010-02-26oprofile/x86: warn user if a counter is already activeRobert Richter1-1/+10
2010-02-26oprofile/x86: implement randomization for IBS periodic op counterRobert Richter1-6/+63
2010-02-26oprofile/x86: implement lsfr pseudo-random number generator for IBSSuravee Suthikulpanit1-0/+23
2010-02-26oprofile/x86: implement IBS cpuid feature detectionRobert Richter1-17/+63
2010-02-26oprofile/x86: remove node check in AMD IBS initializationRobert Richter1-10/+0
2010-02-26oprofile/x86: remove OPROFILE_IBS config optionRobert Richter1-30/+1
2009-08-04arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return typeAndrew Morton1-5/+3
2009-08-04Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"Robert Richter1-5/+2
2009-07-20x86/oprofile: Small coding style fixesRobert Richter1-3/+2
2009-07-20x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter1-1/+1
2009-07-20x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter1-1/+0
2009-07-20x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter1-1/+1
2009-07-20oprofile: Grouping multiplexing code in op_model_amd.cRobert Richter1-34/+41
2009-07-20oprofile: Introduce op_x86_phys_to_virt()Robert Richter1-49/+31
2009-07-20x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macrosRobert Richter1-2/+2