aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium', 'next/jz4740', 'next/lantiq', 'next/loongson1b' and 'next/netlogic' into mips-for-linux-nextRalf Baechle2-6/+5
2012-07-23MIPS: Add CPU support for Loongson1BKelvin Cheung2-0/+5
2012-07-23MIPS: Remove dead code related to 1004K oprofile support.Steven J. Hill1-6/+0
2012-07-06MIPS: Add support for the M14Kc core.Steven J. Hill2-0/+5
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-nextRalf Baechle2-2/+12
2012-05-21MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.Ralf Baechle1-2/+0
2012-05-15MIPS: make oprofile use cp0_perfcount_irq if it is setFelix Fietkau1-0/+12
2011-06-15MIPS: oprofile: Add callgraph supportDaniel Kalmar4-1/+179
2011-03-17mips: change to new flag variablematt mooney1-1/+1
2010-07-05MIPS: Oprofile: Fixup of loongson2_exit()Wu Zhangjin1-1/+7
2010-05-21MIPS: Oprofile: Loongson: Cleanup the commentsWu Zhangjin1-20/+5
2010-05-21MIPS: Oprofile: Loongson: Cleanup of the macrosWu Zhangjin1-11/+11
2010-05-21MIPS: Oprofile: Loongson: Remove unused variable from loongson2_cpu_setup()Wu Zhangjin1-4/+1
2010-05-21MIPS: Oprofile: Loongson: Remove useless parenthesesWu Zhangjin1-1/+1
2010-05-21MIPS: Oprofile: Loongson: Unify macro for setting eventsWu Zhangjin1-4/+4
2010-05-15 MIPS: Oprofile: Fix Loongson irq handlerWu Zhangjin1-1/+1
2010-02-27MIPS: Loongson: Remove pointless sample_lock from oprofile code.Ralf Baechle1-7/+0
2010-02-27MIPS: Make various locks static.Ralf Baechle1-1/+1
2010-02-27MIPS: Simplify the weak annotation with __weakWu Zhangjin1-3/+4
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin1-1/+1
2009-12-17MIPS: oprofile: Only do performance counter handling for counter interruptsWu Zhangjin1-1/+4
2009-11-02MIPS: Oprofile: Rename cpu_type from godson2 to loongson2Wu Zhangjin1-1/+1
2009-09-30MIPS: Loongson2: Fix typo "enalbe" -> "enable"Uwe Kleine-König1-7/+7
2009-09-17MIPS: Loongson: Add oprofile supportWu Zhangjin3-0/+182
2008-10-15oprofile: more whitespace fixesRobert Richter3-3/+3
2008-07-15generic-ipi: more merge falloutIngo Molnar1-2/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-3/+3
2008-05-12[MIPS] Fix build failure in mips oprofile codeThiemo Seufer1-3/+3
2008-04-28[MIPS] unexport null_perf_irq() and make it staticDmitri Vorobiev2-2/+4
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle2-10/+25
2008-01-29[MIPS] Extend performance counter event field.Ralf Baechle1-1/+1
2007-12-06[MIPS] Oprofile: Fix computation of number of counters.Ralf Baechle1-6/+38
2007-10-19Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers1-23/+0
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2-2/+2
2007-10-11[MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2-3/+3
2007-07-31[MIPS] Oprofile: Fix rm9000 performance counter handlerDajie Tan1-0/+1
2007-06-14[MIPS] Separate performance counter interruptsChris Dearman1-2/+5
2007-04-24[MIPS] Fix oprofile logic to physical counter remappingRalf Baechle1-1/+1
2007-03-13[MIPS] Oprofile: Reset all performance registers for MIPS_MT_SMP configsChris Dearman1-9/+13
2007-03-04[MIPS] Oprofile: Add missing break statements.Ralf Baechle1-0/+2
2007-02-20[MIPS] Fix Kconfig typo bugRalf Baechle1-1/+1
2007-02-06[MIPS] Do not allow oprofile to be enabled on SMTC.Ralf Baechle1-1/+1
2006-11-30[MIPS] Oprofile: kernel support for the R10000.Ralf Baechle3-5/+31
2006-10-30[MIPS] Oprofile: Fix MIPSxx counter number detection.Ralf Baechle1-1/+1
2006-10-30[MIPS] Oprofile: fix on non-VSMP / non-SMTC SMP configurations.Ralf Baechle1-4/+6
2006-10-19[MIPS] A few more pt_regs fixups.Ralf Baechle1-2/+1
2006-10-19[MIPS] Delete unneeded pt_regs forward declaration.Ralf Baechle1-2/+0
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2-5/+6
2006-07-13[MIPS] Oprofile: Fix build failure due to warning and -Werror.Thiemo Seufer1-0/+2
2006-06-29[MIPS] Oprofile: Support VSMP on 34K.Ralf Baechle1-42/+106