aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mti-malta
AgeCommit message (Expand)AuthorFilesLines
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 1-1/+1
2014-11-24clocksource: mips-gic: Move gic_frequency to clocksource driverGravatar Andrew Bresticker 1-0/+2
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Gravatar Andrew Bresticker 1-1/+1
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hGravatar Andrew Bresticker 2-2/+2
2014-11-24MIPS: Malta: Stop using GIC REG macrosGravatar Andrew Bresticker 1-9/+9
2014-11-24MIPS: Malta: Use gic_read_count() to read GIC timerGravatar Andrew Bresticker 1-11/+3
2014-11-24MIPS: Malta: Use generic plat_irq_dispatchGravatar Andrew Bresticker 1-92/+0
2014-11-24irqchip: mips-gic: Support local interruptsGravatar Andrew Bresticker 2-13/+6
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesGravatar Andrew Bresticker 1-153/+36
2014-11-24irqchip: mips-gic: Use IRQ domainsGravatar Andrew Bresticker 1-8/+0
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksGravatar Andrew Bresticker 1-16/+0
2014-11-24MIPS: Move GIC to drivers/irqchip/Gravatar Andrew Bresticker 1-5/+5
2014-11-24MIPS: Remove gic_{enable,disable}_interrupt()Gravatar Andrew Bresticker 1-10/+0
2014-11-24MIPS: Add hook to get C0 performance counter interruptGravatar Andrew Bresticker 1-10/+6
2014-10-23MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabledGravatar Markos Chandras 1-1/+2
2014-08-19MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2GGravatar Markos Chandras 1-4/+10
2014-08-02MIPS: Malta: initialise MAARsGravatar Paul Burton 1-0/+26
2014-08-02MIPS: Malta: Fix dispatching of GIC interruptsGravatar Jeffrey Deans 1-7/+18
2014-08-02MIPS: GIC: Remove GIC_FLAG_IPIGravatar Jeffrey Deans 1-1/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 8-199/+109
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-1/+1
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextGravatar Linus Torvalds 1-12/+2
2014-05-30MIPS: Malta: support powering downGravatar Paul Burton 1-0/+4
2014-05-30MIPS: Malta: hang on haltGravatar Paul Burton 1-4/+6
2014-05-30MIPS: Malta: add suspend state entry codeGravatar Paul Burton 2-0/+98
2014-05-30MIPS: KVM: Override guest kernel timer frequency directlyGravatar James Hogan 1-12/+2
2014-05-25MIPS: malta: Remove 'maybe_unused' attribute from ememsize{, _str}Gravatar Markos Chandras 1-2/+2
2014-05-25MIPS: malta: memory.c: Initialize the 'memsize' variableGravatar Markos Chandras 1-1/+1
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 5-194/+0
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextGravatar Ralf Baechle 2-3/+3
2014-03-31MIPS: Malta: GIC IPIs may be used without MTGravatar Paul Burton 1-8/+11
2014-03-31MIPS: Malta: Fix CONFIG_BLK_DEV_IDE vestiges.Gravatar Ralf Baechle 1-9/+13
2014-03-26MIPS: malta: malta-init: Fix System Controller memory mapping for EVAGravatar Leonid Yegoshin 1-0/+13
2014-03-26MIPS: malta: malta-memory: Add free_init_pages_eva() callbackGravatar Markos Chandras 1-0/+8
2014-03-26MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory mapGravatar Markos Chandras 1-7/+7
2014-03-26MIPS: malta: malta-memory: Add support for the 'ememsize' variableGravatar Markos Chandras 1-9/+27
2014-03-26MIPS: malta: Configure Segment Control registers for EVA bootGravatar Markos Chandras 1-0/+4
2014-03-26MIPS: Malta: Allow use of MIPS CPS SMP implementationGravatar Paul Burton 1-0/+2
2014-03-26MIPS: Malta: Probe CPC when supportedGravatar Paul Burton 1-0/+7
2014-03-26MIPS: Malta: Make use of generic CM supportGravatar Paul Burton 3-63/+19
2014-03-06MIPS: APRP: Choose the correct VPE loader by fixing the linkingGravatar Deng-Cheng Zhu 1-1/+1
2014-03-06MIPS: APRP: Fix the linking of rtlx interrupt hookGravatar Deng-Cheng Zhu 1-2/+2
2014-01-24mips: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-23MIPS: Malta: use generic 8250 early consoleGravatar Paul Burton 3-74/+33
2014-01-23MIPS: Malta: initialise the RTC at bootGravatar Paul Burton 1-0/+13
2014-01-23MIPS: Malta: remove unused cpu_khz variableGravatar Paul Burton 1-3/+0
2014-01-22MIPS: APRP: Code formatting clean-ups.Gravatar Steven J. Hill 2-76/+63
2014-01-22MIPS: APRP: Add support for Malta CMP platform.Gravatar Deng-Cheng Zhu 2-3/+33
2014-01-22MIPS: Malta: Remove ttyS2 serial for CMP platformsGravatar Leonid Yegoshin 1-0/+2
2013-11-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+0