summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/perf_event_mipsxx.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-04MIPS: fix typos in commentsJulia Lawall1-1/+1
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer1-86/+0
2021-01-04MIPS: perf: Add support for OCTEON III perf events.Jia Qingtong1-9/+13
2020-09-01MIPS: perf: Fix wrong check condition of Loongson event IDsTiezhu Yang1-2/+2
2020-05-02MIPS: perf: Remove unnecessary "fallthrough" pseudo keywordsHuacai Chen1-2/+2
2020-04-30MIPS: perf: Add hardware perf events support for new Loongson-3Huacai Chen1-33/+340
2019-11-11MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen1-1/+1
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-2/+2
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-15/+15
2019-07-15MIPS: perf events: handle switch statement falling through warningsStephen Rothwell1-15/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-09MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli1-18/+3
2018-05-15MIPS: perf: Fix perf with MT counting other threadsMatt Redfearn1-39/+39
2018-05-15MIPS: perf: Use correct VPE ID when setting up VPE tracingMatt Redfearn1-10/+2
2018-05-15MIPS: perf: More robustly probe for the presence of per-tc countersMatt Redfearn1-3/+0
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-1/+1
2017-09-20MIPS: Fix perf event initPaul Burton1-2/+1
2017-06-28MIPS: perf: add I6500 handlingMarcin Nowakowski1-4/+10
2017-06-08MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski1-1/+5
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan1-1/+1
2017-04-10MIPS: perf: fix deadlockRabin Vincent1-4/+5
2017-02-14MIPS: Unify perf counter register definitionsJames Hogan1-32/+23
2016-05-17MIPS: perf: Fix I6400 event numbersJames Hogan1-2/+52
2016-05-13MIPS: Add perf counter featureJames Hogan1-3/+1
2016-05-13MIPS: Add P6600 cases to CPU switch statementsPaul Burton1-0/+6
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-08-26MIPS: Add cases for CPU_I6400Markos Chandras1-0/+6
2015-04-01MIPS: perf: Add hardware perf events support for Loongson-3Huacai Chen1-0/+71
2015-04-01MIPS: Add R16000 detectionJoshua Kinard1-0/+1
2015-03-31MIPS: perf: Allow sharing IRQ with timerJames Hogan1-3/+5
2015-03-31MIPS: Remove redundant IPTI==IPPCI logicJames Hogan1-2/+1
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker1-16/+7
2014-11-24mips: Convert pr_warning to pr_warnJoe Perches1-4/+3
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2014-08-26mips: Replace __get_cpu_var usesChristoph Lameter1-7/+7
2014-08-18MIPS: perf: Mark pmu interupt IRQF_NO_THREADYang Wei1-1/+1
2014-08-02MIPS: perf: Add hardware events for P5600James Hogan1-0/+21
2014-08-02MIPS: perf: Allow for more perf eventsJames Hogan1-8/+13
2014-03-31MIPS: perf: Add interAptiv supportDeng-Cheng Zhu1-2/+36
2014-03-31MIPS: perf: Add proAptiv supportDeng-Cheng Zhu1-2/+26
2014-03-31MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv supportDeng-Cheng Zhu1-4/+4
2014-03-06MIPS: Add 1074K CPU support explicitly.Steven J. Hill1-0/+6
2013-10-29MIPS: Perf: Fix 74K cache mapDeng-Cheng Zhu1-2/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-15/+15
2012-12-27MIPS: perf: Fix build failure in XLP perf support.Manuel Lauss1-38/+0
2012-11-09MIPS: perf: Add XLP support for hardware perf.Zi Shen Lim1-0/+124
2012-10-11MIPS: perf: Add perf functionality for BMIPS5000Al Cooper1-1/+102
2012-10-11MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMPAl Cooper1-8/+8
2012-10-11MIPS: perf: Remove unnecessary #ifdefAl Cooper1-5/+0