aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cevt-r4k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-10MIPS: cevt-r4k: Fix out-of-bounds array accessJames Hogan1-1/+1
2016-07-24MIPS: Fix r4k clockevents registrationHuacai Chen1-6/+1
2016-05-13MIPS: cevt-r4k: Dynamically calculate min_delta_nsJames Hogan1-2/+80
2015-09-03MIPS: cevt-r4k: Migrate to new 'set-state' interfaceViresh Kumar1-7/+0
2015-09-03MIPS: Remove "weak" from get_c0_compare_int() declarationBjorn Helgaas1-4/+7
2015-03-31MIPS: cevt-r4k: Cleanup c0_compare_interrupt.Ralf Baechle1-5/+4
2015-03-31MIPS: cevt-r4k: Make interrupt handler sharedJames Hogan1-1/+7
2015-03-31MIPS: cevt-r4k: Use CAUSEF_TI, CAUSEF_PCI constantsJames Hogan1-1/+1
2015-03-31MIPS: cevt-r4k: Move handle_perf_irq() out of headerJames Hogan1-0/+18
2015-02-17MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handlerLeonid Yegoshin1-1/+1
2015-02-05MIPS: cevt-r4k: Drop GIC special caseJames Hogan1-5/+1
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker1-1/+1
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker1-1/+1
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker1-1/+1
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-nextRalf Baechle1-7/+3
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-14/+0
2014-05-02MIPS: allow R4K clockevent device to function regardless of GICPaul Burton1-6/+0
2014-05-02MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_PERCPUPaul Burton1-1/+2
2014-05-02MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_C3STOPPaul Burton1-1/+2
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-1/+1
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-nextRalf Baechle1-3/+6
2013-05-09MIPS: Add new GIC clockevent driver.Raghu Gandham1-0/+6
2013-05-09MIPS: Formatting clean-ups for clocksources.Steven J. Hill1-3/+0
2013-05-08KVM/MIPS32: KVM Guest kernel support.Sanjay Lal1-0/+4
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-3/+3
2012-09-13MIPS: Add EIC support for GIC.Steven J. Hill1-0/+5
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-11-08MIPS: Kernel hangs occasionally during boot.Al Cooper1-19/+19
2010-12-16MIPS: Fix CP0 COUNTER clockevent raceKevin Cernekee1-1/+1
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2010-08-05MIPS: Don't overflow cevt-r4k.c calculations at high clock rates.David Daney1-3/+2
2010-01-28MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQsDavid VomLehn1-1/+1
2009-11-02MIPS: Add IRQF_TIMER flag for timer interruptsWu Zhangjin1-1/+1
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-01-11MIPS: make cp0 counter clocksource/event usable as fallback.Manuel Lauss1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-10-03[MIPS] SMTC: Fix SMTC dyntick support.Kevin D. Kissell1-125/+48
2007-11-26[MIPS] Handle R4000/R4400 mfc0 from count register.Ralf Baechle1-5/+7
2007-11-26[MIPS] time: Fix negated condition in cevt-r4k driver.Ralf Baechle1-1/+1
2007-10-29[MIPS] time: Replace plat_timer_setup with modern APIs.Ralf Baechle1-7/+18
2007-10-29[MIPS] time: Make c0_compare_int_usable fasterAtsushi Nemoto1-4/+10
2007-10-29[MIPS] time: Fix cevt-r4k.c for 64-bit kernelAtsushi Nemoto1-2/+2
2007-10-29[MIPS] Add mips_hpt_frequency check to mips_clockevent_init().Yoichi Yuasa1-1/+1
2007-10-22[MIPS] time: Make c0_compare_int_usable more bullet proofAtsushi Nemoto1-2/+2
2007-10-19[MIPS] SMTC: Build fix.Ralf Baechle1-0/+1
2007-10-18[MIPS] time: Move R4000 clockevent device code to separate configurable fileRalf Baechle1-0/+272