Age | Commit message (Expand) | Author |
2024-08-20 | MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed | Jiaxun Yang |
2023-02-27 | MIPS: cevt-r4k: Offset the value used to clear compare interrupt | Jiaxun Yang |
2021-03-10 | MIPS: Remove KVM_GUEST support | Thomas Bogendoerfer |
2020-05-22 | mips: cevt-r4k: Update the r4k-clockevent frequency in sync with CPU | Serge Semin |
2020-03-16 | MIPS: pass non-NULL dev_id on shared request_irq() | afzal mohammed |
2020-03-05 | MIPS: Replace setup_irq() by request_irq() | afzal mohammed |
2017-04-10 | MIPS: cevt-r4k: Fix out-of-bounds array access | James Hogan |
2016-07-24 | MIPS: Fix r4k clockevents registration | Huacai Chen |
2016-05-13 | MIPS: cevt-r4k: Dynamically calculate min_delta_ns | James Hogan |
2015-09-03 | MIPS: cevt-r4k: Migrate to new 'set-state' interface | Viresh Kumar |
2015-09-03 | MIPS: Remove "weak" from get_c0_compare_int() declaration | Bjorn Helgaas |
2015-03-31 | MIPS: cevt-r4k: Cleanup c0_compare_interrupt. | Ralf Baechle |
2015-03-31 | MIPS: cevt-r4k: Make interrupt handler shared | James Hogan |
2015-03-31 | MIPS: cevt-r4k: Use CAUSEF_TI, CAUSEF_PCI constants | James Hogan |
2015-03-31 | MIPS: cevt-r4k: Move handle_perf_irq() out of header | James Hogan |
2015-02-17 | MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler | Leonid Yegoshin |
2015-02-05 | MIPS: cevt-r4k: Drop GIC special case | James Hogan |
2014-11-24 | MIPS: Move gic.h to include/linux/irqchip/mips-gic.h | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Support local interrupts | Andrew Bresticker |
2014-11-24 | MIPS: Move GIC to drivers/irqchip/ | Andrew Bresticker |
2014-05-29 | Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f... | Ralf Baechle |
2014-05-24 | MIPS: MT: Remove SMTC support | Ralf Baechle |
2014-05-02 | MIPS: allow R4K clockevent device to function regardless of GIC | Paul Burton |
2014-05-02 | MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_PERCPU | Paul Burton |
2014-05-02 | MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_C3STOP | Paul Burton |
2013-07-14 | MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code | Paul Gortmaker |
2013-05-09 | Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi... | Ralf Baechle |
2013-05-09 | MIPS: Add new GIC clockevent driver. | Raghu Gandham |
2013-05-09 | MIPS: Formatting clean-ups for clocksources. | Steven J. Hill |
2013-05-08 | KVM/MIPS32: KVM Guest kernel support. | Sanjay Lal |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle |
2012-09-13 | MIPS: Add EIC support for GIC. | Steven J. Hill |
2011-12-07 | MIPS: irq: Remove IRQF_DISABLED | Yong Zhang |
2011-11-08 | MIPS: Kernel hangs occasionally during boot. | Al Cooper |
2010-12-16 | MIPS: Fix CP0 COUNTER clockevent race | Kevin Cernekee |
2010-10-07 | MIPS: Add missing #inclusions of <linux/irq.h> | David Howells |
2010-08-05 | MIPS: Don't overflow cevt-r4k.c calculations at high clock rates. | David Daney |
2010-01-28 | MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQs | David VomLehn |
2009-11-02 | MIPS: Add IRQF_TIMER flag for timer interrupts | Wu Zhangjin |
2009-06-24 | MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. | Ralf Baechle |
2009-01-11 | MIPS: make cp0 counter clocksource/event usable as fallback. | Manuel Lauss |
2008-12-13 | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell |
2008-10-03 | [MIPS] SMTC: Fix SMTC dyntick support. | Kevin D. Kissell |
2007-11-26 | [MIPS] Handle R4000/R4400 mfc0 from count register. | Ralf Baechle |
2007-11-26 | [MIPS] time: Fix negated condition in cevt-r4k driver. | Ralf Baechle |
2007-10-29 | [MIPS] time: Replace plat_timer_setup with modern APIs. | Ralf Baechle |
2007-10-29 | [MIPS] time: Make c0_compare_int_usable faster | Atsushi Nemoto |
2007-10-29 | [MIPS] time: Fix cevt-r4k.c for 64-bit kernel | Atsushi Nemoto |
2007-10-29 | [MIPS] Add mips_hpt_frequency check to mips_clockevent_init(). | Yoichi Yuasa |
2007-10-22 | [MIPS] time: Make c0_compare_int_usable more bullet proof | Atsushi Nemoto |