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