summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
...
* | | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-3/+0Star
|/ /
* | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar2010-10-252-37/+89
|\ \
| * | 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
| * | oprofile, x86: Add support for AMD family 14hRobert Richter2010-10-151-0/+3
| * | oprofile, x86: Add support for AMD family 12hRobert Richter2010-10-151-0/+3
* | | x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar2010-10-251-15/+11Star
| |/ |/|
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-18/+127
|\ \ | |/ |/|
| * apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter2010-10-201-18/+127
* | oprofile, x86: Simplify init/exit functionsRobert Richter2010-10-011-8/+1Star
* | oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa2010-10-011-0/+53
* | oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa2010-10-011-12/+7Star
|/
* oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa2010-09-211-0/+1
* oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons2010-09-161-1/+3
* oprofile, x86: fix init_sysfs() function stubRobert Richter2010-09-011-2/+4
* oprofile, x86: fix init_sysfs error handlingRobert Richter2010-08-311-3/+13
* oprofile: add support for Intel processor model 30Josh Hunt2010-08-051-0/+1
* Merge remote branch 'tip/perf/urgent' into oprofile/urgentRobert Richter2010-06-041-2/+2
|\
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-2/+2
| |\
| | * perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter2010-04-021-2/+2
* | | Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos2010-05-101-2/+14
|/ /
* | oprofile/x86: make AMD IBS hotplug capableRobert Richter2010-05-063-41/+19Star
* | oprofile/x86: notify cpus only when daemon is runningRobert Richter2010-05-061-13/+3Star
* | oprofile/x86: reordering some functionsRobert Richter2010-05-041-67/+67
* | oprofile/x86: stop disabled counters in nmi handlerRobert Richter2010-05-041-2/+10
* | oprofile/x86: protect cpu hotplug sectionsRobert Richter2010-05-041-6/+46
* | oprofile/x86: remove CONFIG_SMP macrosRobert Richter2010-05-041-6/+1Star
* | oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter2010-05-041-2/+8
* | 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-045-25/+44
* | oprofile/x86: moving shutdown functionsRobert Richter2010-05-043-49/+46Star
* | oprofile/x86: reserve counter msrs pairwiseRobert Richter2010-05-042-43/+36Star
* | oprofile/x86: rework error handler in nmi_setup()Robert Richter2010-05-041-14/+19
|/
* perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-012-6/+6
* 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-264-18/+4Star
* oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter2010-02-262-24/+6Star
* oprofile/x86: add comment to counter-in-use warningNaga Chumbalkar2010-02-261-0/+9
* oprofile/x86: warn user if a counter is already activeRobert Richter2010-02-263-2/+31
* 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