aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile/op_model_mipsxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22arch: mips: Remove CONFIG_OPROFILE supportViresh Kumar1-479/+0
2020-08-22mips/oprofile: Fix fallthrough placementHe Zhe1-1/+3
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-13/+13
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen1-1/+1
2019-07-30MIPS: OProfile: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+13
2018-05-15MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn1-2/+0
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton1-2/+2
2017-02-14MIPS: Unify perf counter register definitionsJames Hogan1-27/+13
2016-05-13MIPS: Add perf counter featureJames Hogan1-3/+1
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras1-0/+4
2015-04-01MIPS: Add R16000 detectionJoshua Kinard1-0/+5
2015-03-31MIPS: OProfile: Allow sharing IRQ with timerJames Hogan1-1/+4
2015-03-31MIPS: Remove redundant IPTI==IPPCI logicJames Hogan1-2/+1
2015-03-31MIPS: cevt-r4k: Use CAUSEF_TI, CAUSEF_PCI constantsJames Hogan1-1/+1
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker1-4/+14
2014-03-26MIPS: Add support for the M5150 processorLeonid Yegoshin1-0/+4
2014-03-26MIPS: OProfile: Add CPU_P5600 casesJames Hogan1-0/+4
2014-03-06MIPS: Add 1074K CPU support explicitly.Steven J. Hill1-0/+1
2014-01-22MIPS: Add support for interAptiv coresLeonid Yegoshin1-0/+4
2014-01-22MIPS: Add support for the proAptiv coresLeonid Yegoshin1-0/+4
2013-08-05MIPS: oprofile: Fix BUG due to smp_processor_id() in preemptible code.Ralf Baechle1-1/+1
2013-05-08MIPS: Netlogic: Fix oprofile compile on XLR uniprocessorJayachandran C1-1/+1
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle1-0/+4
2013-02-17MIPS: Add support for the M14KEc core.Steven J. Hill1-0/+4
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-17/+17
2012-11-09MIPS: oprofile: Support for XLR/XLS processorsMadhusudan Bhat1-0/+29
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 Baechle1-6/+4
2012-07-23MIPS: Add CPU support for Loongson1BKelvin Cheung1-0/+4
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. Hill1-0/+4
2012-05-15MIPS: make oprofile use cp0_perfcount_irq if it is setFelix Fietkau1-0/+12
2008-07-15generic-ipi: more merge falloutIngo Molnar1-2/+2
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 Vorobiev1-1/+4
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle1-10/+24
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-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-1/+1
2007-10-11[MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle1-2/+2
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
2006-11-30[MIPS] Oprofile: kernel support for the R10000.Ralf Baechle1-5/+27
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-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-3/+4
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
2006-06-06[MIPS] Fix modpost warning: Rename op_model_xxx to op_model_xxx_ops.Atsushi Nemoto1-16/+16