aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/oprofile
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-05-15MIPS: perf: More robustly probe for the presence of per-tc countersGravatar Matt Redfearn 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-2/+2
2017-04-06mips: sanitize __access_ok()Gravatar Al Viro 1-1/+1
2017-02-14MIPS: Unify perf counter register definitionsGravatar James Hogan 1-27/+13
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-15MIPS/Loongson-3: Convert oprofile to hotplug state machineGravatar Richard Cochran 1-21/+14
2016-05-28MIPS: oprofile: Fix typoGravatar Andrea Gelmini 1-1/+1
2016-05-13MIPS: Add perf counter featureGravatar James Hogan 1-3/+1
2016-05-09MIPS: oprofile: Fix a preemption issueGravatar Yanjiang Jin 1-1/+1
2015-08-26MIPS: Add cases for CPU_I6400Gravatar Markos Chandras 2-0/+5
2015-04-01MIPS: Add R16000 detectionGravatar Joshua Kinard 2-0/+6
2015-03-31MIPS: OProfile: Allow sharing IRQ with timerGravatar James Hogan 1-1/+4
2015-03-31MIPS: Remove redundant IPTI==IPPCI logicGravatar James Hogan 1-2/+1
2015-03-31MIPS: cevt-r4k: Use CAUSEF_TI, CAUSEF_PCI constantsGravatar James Hogan 1-1/+1
2014-11-24MIPS: oprofile: Backtrace: don't fail on leaf functionsGravatar Aaro Koskinen 1-2/+3
2014-11-24MIPS: oprofile: Enable backtrace on timer-based profilingGravatar Aaro Koskinen 1-1/+6
2014-11-24MIPS: Loongson-3: Add oprofile supportGravatar Huacai Chen 3-0/+225
2014-11-24MIPS: Add hook to get C0 performance counter interruptGravatar Andrew Bresticker 1-4/+14
2014-11-19MIPS: oprofile: Fix backtrace on 64-bit kernelGravatar Aaro Koskinen 1-1/+1
2014-03-26MIPS: Add support for the M5150 processorGravatar Leonid Yegoshin 2-0/+5
2014-03-26MIPS: OProfile: Add CPU_P5600 casesGravatar James Hogan 2-0/+5
2014-03-06MIPS: Add 1074K CPU support explicitly.Gravatar Steven J. Hill 2-0/+2
2014-01-22MIPS: Add support for interAptiv coresGravatar Leonid Yegoshin 2-0/+5
2014-01-22MIPS: Add support for the proAptiv coresGravatar Leonid Yegoshin 2-0/+5
2013-09-17MIPS: Optimize current_cpu_type() for better code.Gravatar Ralf Baechle 1-0/+1
2013-09-03oprofilefs_create_...() do not need superblock argumentGravatar Al Viro 1-7/+7
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentGravatar Al Viro 1-1/+1
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Gravatar Al Viro 1-10/+10
2013-08-05MIPS: oprofile: Fix BUG due to smp_processor_id() in preemptible code.Gravatar Ralf Baechle 1-1/+1
2013-05-08MIPS: Netlogic: Fix oprofile compile on XLR uniprocessorGravatar Jayachandran C 1-1/+1
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Gravatar Ralf Baechle 2-0/+5
2013-02-17MIPS: Add support for the M14KEc core.Gravatar Steven J. Hill 2-0/+5
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 3-25/+25
2012-12-13Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mip...Gravatar Ralf Baechle 3-0/+31
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Gravatar Ralf Baechle 3-143/+0
2012-11-09MIPS: oprofile: Support for XLR/XLS processorsGravatar Madhusudan Bhat 3-0/+31
2012-07-25Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium',...Gravatar Ralf Baechle 2-6/+5
2012-07-23MIPS: Add CPU support for Loongson1BGravatar Kelvin Cheung 2-0/+5
2012-07-23MIPS: Remove dead code related to 1004K oprofile support.Gravatar Steven J. Hill 1-6/+0
2012-07-06MIPS: Add support for the M14Kc core.Gravatar Steven J. Hill 2-0/+5
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Gravatar Ralf Baechle 2-2/+12
2012-05-21MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.Gravatar Ralf Baechle 1-2/+0
2012-05-15MIPS: make oprofile use cp0_perfcount_irq if it is setGravatar Felix Fietkau 1-0/+12
2011-06-15MIPS: oprofile: Add callgraph supportGravatar Daniel Kalmar 4-1/+179
2011-03-17mips: change to new flag variableGravatar matt mooney 1-1/+1
2010-07-05MIPS: Oprofile: Fixup of loongson2_exit()Gravatar Wu Zhangjin 1-1/+7