Age | Commit message (Expand) | Author | Files | Lines |
2018-05-15 | MIPS: perf: Fix perf with MT counting other threads | Matt Redfearn | 1 | -39/+39 |
2018-05-15 | MIPS: perf: Use correct VPE ID when setting up VPE tracing | Matt Redfearn | 1 | -10/+2 |
2018-05-15 | MIPS: perf: More robustly probe for the presence of per-tc counters | Matt Redfearn | 1 | -3/+0 |
2018-03-16 | perf: Fix sibling iteration | Peter Zijlstra | 1 | -1/+1 |
2018-03-12 | perf/core: Remove perf_event::group_entry | Peter Zijlstra | 1 | -1/+1 |
2017-09-20 | MIPS: Fix perf event init | Paul Burton | 1 | -2/+1 |
2017-06-28 | MIPS: perf: add I6500 handling | Marcin Nowakowski | 1 | -4/+10 |
2017-06-08 | MIPS: perf: Remove incorrect odd/even counter handling for I6400 | Marcin Nowakowski | 1 | -1/+5 |
2017-05-08 | cpumask: make "nr_cpumask_bits" unsigned | Alexey Dobriyan | 1 | -1/+1 |
2017-04-10 | MIPS: perf: fix deadlock | Rabin Vincent | 1 | -4/+5 |
2017-02-14 | MIPS: Unify perf counter register definitions | James Hogan | 1 | -32/+23 |
2016-05-17 | MIPS: perf: Fix I6400 event numbers | James Hogan | 1 | -2/+52 |
2016-05-13 | MIPS: Add perf counter feature | James Hogan | 1 | -3/+1 |
2016-05-13 | MIPS: Add P6600 cases to CPU switch statements | Paul Burton | 1 | -0/+6 |
2016-04-03 | MIPS: Fix misspellings in comments. | Adam Buchbinder | 1 | -1/+1 |
2015-08-26 | MIPS: Add cases for CPU_I6400 | Markos Chandras | 1 | -0/+6 |
2015-04-01 | MIPS: perf: Add hardware perf events support for Loongson-3 | Huacai Chen | 1 | -0/+71 |
2015-04-01 | MIPS: Add R16000 detection | Joshua Kinard | 1 | -0/+1 |
2015-03-31 | MIPS: perf: Allow sharing IRQ with timer | James Hogan | 1 | -3/+5 |
2015-03-31 | MIPS: Remove redundant IPTI==IPPCI logic | James Hogan | 1 | -2/+1 |
2014-11-24 | MIPS: Add hook to get C0 performance counter interrupt | Andrew Bresticker | 1 | -16/+7 |
2014-11-24 | mips: Convert pr_warning to pr_warn | Joe Perches | 1 | -4/+3 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -7/+7 |
2014-08-26 | mips: Replace __get_cpu_var uses | Christoph Lameter | 1 | -7/+7 |
2014-08-18 | MIPS: perf: Mark pmu interupt IRQF_NO_THREAD | Yang Wei | 1 | -1/+1 |
2014-08-02 | MIPS: perf: Add hardware events for P5600 | James Hogan | 1 | -0/+21 |
2014-08-02 | MIPS: perf: Allow for more perf events | James Hogan | 1 | -8/+13 |
2014-03-31 | MIPS: perf: Add interAptiv support | Deng-Cheng Zhu | 1 | -2/+36 |
2014-03-31 | MIPS: perf: Add proAptiv support | Deng-Cheng Zhu | 1 | -2/+26 |
2014-03-31 | MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv support | Deng-Cheng Zhu | 1 | -4/+4 |
2014-03-06 | MIPS: Add 1074K CPU support explicitly. | Steven J. Hill | 1 | -0/+6 |
2013-10-29 | MIPS: Perf: Fix 74K cache map | Deng-Cheng Zhu | 1 | -2/+2 |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 1 | -15/+15 |
2012-12-27 | MIPS: perf: Fix build failure in XLP perf support. | Manuel Lauss | 1 | -38/+0 |
2012-11-09 | MIPS: perf: Add XLP support for hardware perf. | Zi Shen Lim | 1 | -0/+124 |
2012-10-11 | MIPS: perf: Add perf functionality for BMIPS5000 | Al Cooper | 1 | -1/+102 |
2012-10-11 | MIPS: perf: Split the Kconfig option CONFIG_MIPS_MT_SMP | Al Cooper | 1 | -8/+8 |
2012-10-11 | MIPS: perf: Remove unnecessary #ifdef | Al Cooper | 1 | -5/+0 |
2012-10-11 | MIPS: perf: Add cpu feature bit for PCI (performance counter interrupt) | Al Cooper | 1 | -1/+1 |
2012-10-11 | MIPS: perf: Change the "mips_perf_event" table unsupported indicator. | Al Cooper | 1 | -150/+4 |
2012-07-23 | MIPS: Add CPU support for Loongson1B | Kelvin Cheung | 1 | -0/+5 |
2012-07-19 | MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total() | Florian Fainelli | 1 | -5/+0 |
2012-05-29 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+2 |
2012-05-15 | MIPS: make oprofile use cp0_perfcount_irq if it is set | Felix Fietkau | 1 | -1/+2 |
2012-05-09 | perf: Pass last sampling period to perf_sample_data_init() | Robert Richter | 1 | -1/+1 |
2012-03-05 | perf: Disable PERF_SAMPLE_BRANCH_* when not supported | Stephane Eranian | 1 | -0/+4 |
2012-01-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -61/+11 |
2011-12-07 | MIPS/Perf-events: Cleanup event->destroy at event init | Deng-Cheng Zhu | 1 | -9/+6 |
2011-12-07 | MIPS/Perf-events: Remove pmu and event state checking in validate_event() | Deng-Cheng Zhu | 1 | -15/+3 |
2011-12-07 | MIPS/Perf-events: Remove erroneous check on active_events | Deng-Cheng Zhu | 1 | -5/+0 |