Age | Commit message (Expand) | Author | Files | Lines |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-10-06 | MIPS: Print CM error reports upon bus errors | Paul Burton | 2 | -21/+0 |
2016-10-06 | MIPS: Sanitise coherentio semantics | Paul Burton | 1 | -2/+2 |
2016-10-06 | MIPS: Malta: Remove custom halt implementation | Paul Burton | 1 | -6/+0 |
2016-10-06 | MIPS: Malta: Use syscon-reboot driver to reboot | Paul Burton | 1 | -13/+2 |
2016-10-06 | MIPS: Malta: Probe pflash via DT | Paul Burton | 1 | -44/+0 |
2016-10-06 | MIPS: Malta: Probe RTC via DT | Paul Burton | 1 | -21/+0 |
2016-10-06 | MIPS: Malta: Remove custom DT match table | Paul Burton | 1 | -15/+0 |
2016-10-06 | MIPS: Malta: Probe interrupt controllers via DT | Paul Burton | 2 | -91/+82 |
2016-10-06 | MIPS: Malta: Use all available DDR by default | Paul Burton | 1 | -6/+104 |
2016-10-06 | MIPS: Malta: Allow PCI devices DMA to lower 2GB physical | Paul Burton | 1 | -10/+7 |
2016-10-04 | MIPS: Squash lines for simple wrapper functions | Masahiro Yamada | 1 | -7/+1 |
2016-09-29 | MIPS: Malta: Fix IOCU disable switch read for MIPS64 | Paul Burton | 1 | -1/+7 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 3 | -4/+4 |
2016-05-13 | MIPS: malta-time: Take seconds into account | James Hogan | 1 | -5/+27 |
2016-05-13 | MIPS: malta-time: Start GIC count before syncing to RTC | James Hogan | 1 | -5/+5 |
2016-05-13 | MIPS: Introduce plat_get_fdt a platform API to retrieve the FDT | Matt Redfearn | 1 | -1/+6 |
2016-02-09 | MIPS: Fix early CM probing | Paul Burton | 1 | -8/+0 |
2015-11-11 | MIPS: Malta: Register UP SMP ops if all else fails | Paul Burton | 1 | -0/+1 |
2015-11-11 | MIPS: Malta: Setup RAM regions via DT | Paul Burton | 4 | -93/+169 |
2015-11-11 | MIPS: Malta: Remove fw_memblock_t abstraction | Paul Burton | 1 | -64/+29 |
2015-11-11 | MIPS: Malta: Split obj-y entries across lines | Paul Burton | 1 | -3/+9 |
2015-09-03 | MIPS: malta: Use generic platform_maar_init | Paul Burton | 1 | -25/+0 |
2015-08-26 | MIPS: CM: Add support for reporting CM cache errors | Markos Chandras | 1 | -111/+1 |
2015-08-26 | MIPS: Add platform callback before initializing the L2 cache | Markos Chandras | 1 | -0/+7 |
2015-08-03 | MIPS: Export get_c0_perfcount_int() | Felix Fietkau | 1 | -0/+1 |
2015-08-03 | MIPS: SMP: Don't increment irq_count multiple times for call function IPIs | Alex Smith | 1 | -1/+1 |
2015-08-03 | MIPS: Malta: Don't reinitialise RTC | James Hogan | 1 | -6/+9 |
2015-07-10 | MIPS: Malta: Make GIC FDC IRQ workaround Malta specific | James Hogan | 1 | -7/+13 |
2015-06-21 | MIPS: Malta: Basic DT plumbing | Paul Burton | 3 | -1/+39 |
2015-04-21 | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2015-04-13 | Merge branch '4.0-fixes' into mips-for-linux-next | Ralf Baechle | 1 | -0/+6 |
2015-04-10 | MIPS: Malta: Detect and fix bad memsize values | Markos Chandras | 1 | -0/+6 |
2015-03-31 | MIPS: Malta: malta-time: Ensure GIC counter is running | Markos Chandras | 1 | -1/+3 |
2015-03-31 | MIPS: Malta: Implement get_c0_fdc_int() | James Hogan | 1 | -0/+16 |
2015-03-31 | MIPS: Malta: Implement mips_cdmm_phys_base() | James Hogan | 1 | -0/+7 |
2015-03-26 | serial: 8250_early: Remove setup_early_serial8250_console() | Peter Hurley | 1 | -2/+2 |
2014-11-24 | MIPS: Replace use of phys_t with phys_addr_t. | Ralf Baechle | 1 | -1/+1 |
2014-11-24 | clocksource: mips-gic: Move gic_frequency to clocksource driver | Andrew Bresticker | 1 | -0/+2 |
2014-11-24 | MIPS: Move GIC clocksource driver to drivers/clocksource/ | Andrew Bresticker | 1 | -1/+1 |
2014-11-24 | MIPS: Move gic.h to include/linux/irqchip/mips-gic.h | Andrew Bresticker | 2 | -2/+2 |
2014-11-24 | MIPS: Malta: Stop using GIC REG macros | Andrew Bresticker | 1 | -9/+9 |
2014-11-24 | MIPS: Malta: Use gic_read_count() to read GIC timer | Andrew Bresticker | 1 | -11/+3 |
2014-11-24 | MIPS: Malta: Use generic plat_irq_dispatch | Andrew Bresticker | 1 | -92/+0 |
2014-11-24 | irqchip: mips-gic: Support local interrupts | Andrew Bresticker | 2 | -13/+6 |
2014-11-24 | irqchip: mips-gic: Stop using per-platform mapping tables | Andrew Bresticker | 1 | -153/+36 |
2014-11-24 | irqchip: mips-gic: Use IRQ domains | Andrew Bresticker | 1 | -8/+0 |
2014-11-24 | irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacks | Andrew Bresticker | 1 | -16/+0 |
2014-11-24 | MIPS: Move GIC to drivers/irqchip/ | Andrew Bresticker | 1 | -5/+5 |
2014-11-24 | MIPS: Remove gic_{enable,disable}_interrupt() | Andrew Bresticker | 1 | -10/+0 |