index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
cevt-r4k.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: cevt-r4k: Fix out-of-bounds array access
James Hogan
2017-04-10
1
-1
/
+1
*
MIPS: Fix r4k clockevents registration
Huacai Chen
2016-07-24
1
-6
/
+1
*
MIPS: cevt-r4k: Dynamically calculate min_delta_ns
James Hogan
2016-05-13
1
-2
/
+80
*
MIPS: cevt-r4k: Migrate to new 'set-state' interface
Viresh Kumar
2015-09-03
1
-7
/
+0
*
MIPS: Remove "weak" from get_c0_compare_int() declaration
Bjorn Helgaas
2015-09-03
1
-4
/
+7
*
MIPS: cevt-r4k: Cleanup c0_compare_interrupt.
Ralf Baechle
2015-03-31
1
-5
/
+4
*
MIPS: cevt-r4k: Make interrupt handler shared
James Hogan
2015-03-31
1
-1
/
+7
*
MIPS: cevt-r4k: Use CAUSEF_TI, CAUSEF_PCI constants
James Hogan
2015-03-31
1
-1
/
+1
*
MIPS: cevt-r4k: Move handle_perf_irq() out of header
James Hogan
2015-03-31
1
-0
/
+18
*
MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
Leonid Yegoshin
2015-02-17
1
-1
/
+1
*
MIPS: cevt-r4k: Drop GIC special case
James Hogan
2015-02-05
1
-5
/
+1
*
MIPS: Move gic.h to include/linux/irqchip/mips-gic.h
Andrew Bresticker
2014-11-24
1
-1
/
+1
*
irqchip: mips-gic: Support local interrupts
Andrew Bresticker
2014-11-24
1
-1
/
+1
*
MIPS: Move GIC to drivers/irqchip/
Andrew Bresticker
2014-11-24
1
-1
/
+1
*
Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...
Ralf Baechle
2014-05-29
1
-7
/
+3
|
\
|
*
MIPS: allow R4K clockevent device to function regardless of GIC
Paul Burton
2014-05-02
1
-6
/
+0
|
*
MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_PERCPU
Paul Burton
2014-05-02
1
-1
/
+2
|
*
MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_C3STOP
Paul Burton
2014-05-02
1
-1
/
+2
*
|
MIPS: MT: Remove SMTC support
Ralf Baechle
2014-05-24
1
-14
/
+0
|
/
*
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
Paul Gortmaker
2013-07-14
1
-1
/
+1
*
Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...
Ralf Baechle
2013-05-09
1
-3
/
+6
|
\
|
*
MIPS: Add new GIC clockevent driver.
Raghu Gandham
2013-05-09
1
-0
/
+6
|
*
MIPS: Formatting clean-ups for clocksources.
Steven J. Hill
2013-05-09
1
-3
/
+0
*
|
KVM/MIPS32: KVM Guest kernel support.
Sanjay Lal
2013-05-08
1
-0
/
+4
|
/
*
MIPS: Whitespace cleanup.
Ralf Baechle
2013-02-01
1
-3
/
+3
*
MIPS: Add EIC support for GIC.
Steven J. Hill
2012-09-13
1
-0
/
+5
*
MIPS: irq: Remove IRQF_DISABLED
Yong Zhang
2011-12-07
1
-1
/
+1
*
MIPS: Kernel hangs occasionally during boot.
Al Cooper
2011-11-08
1
-19
/
+19
*
MIPS: Fix CP0 COUNTER clockevent race
Kevin Cernekee
2010-12-16
1
-1
/
+1
*
MIPS: Add missing #inclusions of <linux/irq.h>
David Howells
2010-10-07
1
-0
/
+1
*
MIPS: Don't overflow cevt-r4k.c calculations at high clock rates.
David Daney
2010-08-05
1
-3
/
+2
*
MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQs
David VomLehn
2010-01-28
1
-1
/
+1
*
MIPS: Add IRQF_TIMER flag for timer interrupts
Wu Zhangjin
2009-11-02
1
-1
/
+1
*
MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.
Ralf Baechle
2009-06-24
1
-0
/
+1
*
MIPS: make cp0 counter clocksource/event usable as fallback.
Manuel Lauss
2009-01-11
1
-1
/
+1
*
cpumask: convert struct clock_event_device to cpumask pointers.
Rusty Russell
2008-12-13
1
-1
/
+1
*
[MIPS] SMTC: Fix SMTC dyntick support.
Kevin D. Kissell
2008-10-03
1
-125
/
+48
*
[MIPS] Handle R4000/R4400 mfc0 from count register.
Ralf Baechle
2007-11-26
1
-5
/
+7
*
[MIPS] time: Fix negated condition in cevt-r4k driver.
Ralf Baechle
2007-11-26
1
-1
/
+1
*
[MIPS] time: Replace plat_timer_setup with modern APIs.
Ralf Baechle
2007-10-29
1
-7
/
+18
*
[MIPS] time: Make c0_compare_int_usable faster
Atsushi Nemoto
2007-10-29
1
-4
/
+10
*
[MIPS] time: Fix cevt-r4k.c for 64-bit kernel
Atsushi Nemoto
2007-10-29
1
-2
/
+2
*
[MIPS] Add mips_hpt_frequency check to mips_clockevent_init().
Yoichi Yuasa
2007-10-29
1
-1
/
+1
*
[MIPS] time: Make c0_compare_int_usable more bullet proof
Atsushi Nemoto
2007-10-22
1
-2
/
+2
*
[MIPS] SMTC: Build fix.
Ralf Baechle
2007-10-19
1
-0
/
+1
*
[MIPS] time: Move R4000 clockevent device code to separate configurable file
Ralf Baechle
2007-10-18
1
-0
/
+272