aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-malta
AgeCommit message (Expand)AuthorFilesLines
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann1-1/+3
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer4-94/+0
2022-06-21mips: mti-malta: Fix refcount leak in malta-time.cLiang He1-0/+2
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang2-16/+0
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+1
2021-09-02MIPS: Malta: fix alignment of the devicetree bufferOleksij Rempel1-1/+1
2021-07-21MIPS: Malta: Do not byte-swap accesses to the CBUS UARTMaciej W. Rozycki1-1/+2
2021-06-16MIPS: Malta: Enable magic multipliers for Super I/O UARTsMaciej W. Rozycki1-1/+2
2021-03-10MIPS: Remove KVM_GUEST supportThomas Bogendoerfer2-10/+1
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig1-1/+1
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig1-3/+3
2021-02-13MIPS/malta: simplify plat_setup_iocoherencyChristoph Hellwig1-23/+9
2021-02-03MIPS: malta-time: remove unneeded semicolonYang Li1-1/+1
2021-01-07MIPS: init: move externs to header fileYanteng Si1-1/+0
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer1-4/+0
2020-09-21MIPS: malta: remove mach-malta/malta-dtshim.h header fileThomas Bogendoerfer1-1/+0
2020-05-24MIPS: Fix exception handler memcpy()Ben Hutchings1-4/+4
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer1-1/+0
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed1-7/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-08-23MIPS: malta: Drop prom_free_prom_memoryJiaxun Yang1-11/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2018-11-20MIPS: malta: Use img-ascii-lcd driver for LCD displayPaul Burton5-64/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-24MIPS: Malta: Use PIIX4 poweroff driver to power downPaul Burton3-128/+0
2018-06-24MIPS: Malta: Cleanup DMA coherence #ifdefsPaul Burton1-38/+0
2018-06-24MIPS: remove unneeded includes from dma-mapping.hChristoph Hellwig1-0/+1
2018-06-24MIPS: remove CONFIG_DMA_COHERENTChristoph Hellwig1-2/+2
2018-05-14MIPS: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang1-1/+1
2017-12-18MIPS: Set I/O port resource types correctlyBjorn Helgaas1-5/+5
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2017-11-03Update MIPS email addressesPaul Burton3-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-10-05timer: Remove users of expire and data arguments to DEFINE_TIMERKees Cook1-3/+3
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton1-1/+0
2017-09-04MIPS: Use mips_gic_present() in place of gic_presentPaul Burton2-12/+11
2017-09-01MIPS: Malta: Use new GIC accessor functionsPaul Burton1-3/+3
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton1-1/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton4-5/+3
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-79/+4
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+30
2017-04-20MIPS/Malta: Probe gic-timer via devicetreeMatt Redfearn1-1/+30
2017-04-13Merge branch '4.11-fixes' into mips-for-linux-nextRalf Baechle1-0/+11
2017-04-12MIPS: smp-mt: Use CPU interrupt controller IPI IRQ domain supportPaul Burton1-79/+4
2017-04-10MIPS: Malta: Fix i8259 irqchip setupMatt Redfearn1-0/+11
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-10-06MIPS: Print CM error reports upon bus errorsPaul Burton2-21/+0
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton1-2/+2
2016-10-06MIPS: Malta: Remove custom halt implementationPaul Burton1-6/+0
2016-10-06MIPS: Malta: Use syscon-reboot driver to rebootPaul Burton1-13/+2
2016-10-06MIPS: Malta: Probe pflash via DTPaul Burton1-44/+0
2016-10-06MIPS: Malta: Probe RTC via DTPaul Burton1-21/+0
2016-10-06MIPS: Malta: Remove custom DT match tablePaul Burton1-15/+0
2016-10-06MIPS: Malta: Probe interrupt controllers via DTPaul Burton2-91/+82
2016-10-06MIPS: Malta: Use all available DDR by defaultPaul Burton1-6/+104
2016-10-06MIPS: Malta: Allow PCI devices DMA to lower 2GB physicalPaul Burton1-10/+7
2016-10-04MIPS: Squash lines for simple wrapper functionsMasahiro Yamada1-7/+1
2016-09-29MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton1-1/+7
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada3-4/+4
2016-05-13MIPS: malta-time: Take seconds into accountJames Hogan1-5/+27
2016-05-13MIPS: malta-time: Start GIC count before syncing to RTCJames Hogan1-5/+5
2016-05-13MIPS: Introduce plat_get_fdt a platform API to retrieve the FDTMatt Redfearn1-1/+6
2016-02-09MIPS: Fix early CM probingPaul Burton1-8/+0
2015-11-11MIPS: Malta: Register UP SMP ops if all else failsPaul Burton1-0/+1
2015-11-11MIPS: Malta: Setup RAM regions via DTPaul Burton4-93/+169
2015-11-11MIPS: Malta: Remove fw_memblock_t abstractionPaul Burton1-64/+29
2015-11-11MIPS: Malta: Split obj-y entries across linesPaul Burton1-3/+9
2015-09-03MIPS: malta: Use generic platform_maar_initPaul Burton1-25/+0
2015-08-26MIPS: CM: Add support for reporting CM cache errorsMarkos Chandras1-111/+1
2015-08-26MIPS: Add platform callback before initializing the L2 cacheMarkos Chandras1-0/+7
2015-08-03MIPS: Export get_c0_perfcount_int()Felix Fietkau1-0/+1
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith1-1/+1
2015-08-03MIPS: Malta: Don't reinitialise RTCJames Hogan1-6/+9
2015-07-10MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan1-7/+13
2015-06-21MIPS: Malta: Basic DT plumbingPaul Burton3-1/+39
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle1-0/+6
2015-04-10MIPS: Malta: Detect and fix bad memsize valuesMarkos Chandras1-0/+6
2015-03-31MIPS: Malta: malta-time: Ensure GIC counter is runningMarkos Chandras1-1/+3
2015-03-31MIPS: Malta: Implement get_c0_fdc_int()James Hogan1-0/+16
2015-03-31MIPS: Malta: Implement mips_cdmm_phys_base()James Hogan1-0/+7
2015-03-26serial: 8250_early: Remove setup_early_serial8250_console()Peter Hurley1-2/+2
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle1-1/+1
2014-11-24clocksource: mips-gic: Move gic_frequency to clocksource driverAndrew Bresticker1-0/+2
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker1-1/+1
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker2-2/+2
2014-11-24MIPS: Malta: Stop using GIC REG macrosAndrew Bresticker1-9/+9
2014-11-24MIPS: Malta: Use gic_read_count() to read GIC timerAndrew Bresticker1-11/+3
2014-11-24MIPS: Malta: Use generic plat_irq_dispatchAndrew Bresticker1-92/+0
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker2-13/+6
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker1-153/+36
2014-11-24irqchip: mips-gic: Use IRQ domainsAndrew Bresticker1-8/+0
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker1-16/+0
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker1-5/+5
2014-11-24MIPS: Remove gic_{enable,disable}_interrupt()Andrew Bresticker1-10/+0
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker1-10/+6
2014-10-23MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabledMarkos Chandras1-1/+2
2014-08-19MIPS: Malta: Improve system memory detection for '{e, }memsize' >= 2GMarkos Chandras1-4/+10
2014-08-02MIPS: Malta: initialise MAARsPaul Burton1-0/+26
2014-08-02MIPS: Malta: Fix dispatching of GIC interruptsJeffrey Deans1-7/+18
2014-08-02MIPS: GIC: Remove GIC_FLAG_IPIJeffrey Deans1-1/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-199/+109
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle1-1/+1
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-12/+2
2014-05-30MIPS: Malta: support powering downPaul Burton1-0/+4
2014-05-30MIPS: Malta: hang on haltPaul Burton1-4/+6
2014-05-30MIPS: Malta: add suspend state entry codePaul Burton2-0/+98
2014-05-30MIPS: KVM: Override guest kernel timer frequency directlyJames Hogan1-12/+2
2014-05-25MIPS: malta: Remove 'maybe_unused' attribute from ememsize{, _str}Markos Chandras1-2/+2
2014-05-25MIPS: malta: memory.c: Initialize the 'memsize' variableMarkos Chandras1-1/+1
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle5-194/+0
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle2-3/+3
2014-03-31MIPS: Malta: GIC IPIs may be used without MTPaul Burton1-8/+11
2014-03-31MIPS: Malta: Fix CONFIG_BLK_DEV_IDE vestiges.Ralf Baechle1-9/+13
2014-03-26MIPS: malta: malta-init: Fix System Controller memory mapping for EVALeonid Yegoshin1-0/+13
2014-03-26MIPS: malta: malta-memory: Add free_init_pages_eva() callbackMarkos Chandras1-0/+8
2014-03-26MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory mapMarkos Chandras1-7/+7
2014-03-26MIPS: malta: malta-memory: Add support for the 'ememsize' variableMarkos Chandras1-9/+27
2014-03-26MIPS: malta: Configure Segment Control registers for EVA bootMarkos Chandras1-0/+4
2014-03-26MIPS: Malta: Allow use of MIPS CPS SMP implementationPaul Burton1-0/+2
2014-03-26MIPS: Malta: Probe CPC when supportedPaul Burton1-0/+7
2014-03-26MIPS: Malta: Make use of generic CM supportPaul Burton3-63/+19
2014-03-06MIPS: APRP: Choose the correct VPE loader by fixing the linkingDeng-Cheng Zhu1-1/+1
2014-03-06MIPS: APRP: Fix the linking of rtlx interrupt hookDeng-Cheng Zhu1-2/+2
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-23MIPS: Malta: use generic 8250 early consolePaul Burton3-74/+33
2014-01-23MIPS: Malta: initialise the RTC at bootPaul Burton1-0/+13
2014-01-23MIPS: Malta: remove unused cpu_khz variablePaul Burton1-3/+0
2014-01-22MIPS: APRP: Code formatting clean-ups.Steven J. Hill2-76/+63
2014-01-22MIPS: APRP: Add support for Malta CMP platform.Deng-Cheng Zhu2-3/+33
2014-01-22MIPS: Malta: Remove ttyS2 serial for CMP platformsLeonid Yegoshin1-0/+2
2013-11-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+0
2013-10-30MIPS: malta: Fix GIC interrupt offsetsMarkos Chandras1-4/+5
2013-10-29MIPS: Remove unused defines in piix4.hDeng-Cheng Zhu1-1/+0
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki1-2/+3
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2-4/+4
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle1-25/+8
2013-07-01MIPS: Malta: Update GCMP detection.Leonid Yegoshin1-1/+3
2013-07-01MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.Ralf Baechle2-255/+0
2013-06-21MIPS: malta: Remove software reset defines from generic header.Steven J. Hill1-24/+5
2013-06-21MIPS: malta: Move defines of reset registers and values.Steven J. Hill1-1/+3
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle8-308/+182
2013-05-09MIPS: Add new GIC clockevent driver.Raghu Gandham1-0/+3
2013-05-09MIPS: Refactor GIC clocksource code.Steven J. Hill1-13/+24
2013-05-09MIPS: Move 'gic_frequency' to common location.Steven J. Hill1-1/+0
2013-05-09MIPS: Move 'gic_present' to common location.Steven J. Hill1-1/+0
2013-05-08MIPS: FW: malta: Code formatting clean-ups.Steven J. Hill4-88/+64
2013-05-08MIPS: FW: Remove obsolete header file for MTI platforms.Steven J. Hill4-6/+0
2013-05-08MIPS: FW: malta: Use new common FW library variable processing.Steven J. Hill5-199/+28
2013-05-08KVM/MIPS32: KVM Guest kernel support.Sanjay Lal1-0/+15
2013-05-08KVM/MIPS32: Infrastructure/build files.Sanjay Lal1-1/+5
2013-05-01MIPS: Add option to disable software I/O coherency.Steven J. Hill1-0/+63
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle1-33/+50
2013-02-17MIPS: Add new GIC clocksource.Steven J. Hill1-33/+50
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle11-47/+47
2012-11-13MIPS: Malta: Fix interupt number of CBUS UART.Ralf Baechle1-1/+2
2012-09-28Merge branch 'ralf-3.7' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle1-0/+34
2012-09-27Merge branch 'cn68xx-ciu2' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle1-13/+0
2012-09-17MIPS: Malta: Don't crash on spurious interrupt.Ralf Baechle1-3/+6
2012-09-14MIPS: Malta: Remove RTC Data Mode bootstrap breakageMaciej W. Rozycki1-5/+0
2012-09-13MIPS: Make GIC code platform independent.Steven J. Hill1-0/+34
2012-08-17MIPS: Malta: Delete duplicate PCI fixup.Ralf Baechle1-13/+0
2012-07-19MIPS: PCI: Move fixups from __init to __devinit.Sebastian Andrzej Siewior1-1/+1
2012-07-19mips: mark const init data with __initconst instead of __initdataUwe Kleine-König1-1/+1
2012-07-19MIPS: Malta: Change start address to avoid conflicts.Steven J. Hill1-2/+3
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells3-1/+2
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin1-2/+4
2011-07-26Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2-8/+8
2011-07-20MIPS: Malta: Fix crash in SMP kernel on non-CMP systems.Ralf Baechle1-7/+7
2011-07-20MIPS: Malta SMTC: Fix build.Ralf Baechle1-1/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds1-0/+2
2011-05-10MIPS: Malta: Fix GCC 4.6.0 build errorRalf Baechle1-2/+1
2011-05-10MIPS: Malta: Fix GCC 4.6.0 build errorRalf Baechle1-11/+3
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner2-2/+2
2011-03-25MIPS: i8259: Convert to new irq_chip functionsThomas Gleixner1-4/+5
2011-03-25MIPS: SMTC: Move declaration of smtc_init_secondary to <asm/smtc.h>.Ralf Baechle1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2010-10-04MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle1-0/+3
2010-08-05MIPS: Malta: Migrate to new platform makefile style.Ralf Baechle2-2/+7
2010-07-26MIPS: Set io_map_base for several PCI bridges lacking itBen Hutchings1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-02-27MIPS: Malta: Convert IRQ controller lock to raw spinlock.Ralf Baechle1-3/+3
2010-01-12MIPS: Malta, PowerTV: Remove unnecessary "Linux started"Yoichi Yuasa1-1/+0
2009-12-17MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEDmitri Vorobiev1-1/+1
2009-11-13MIPS: Make local arrays with CL_SIZE static __initdataAtsushi Nemoto1-1/+2
2009-11-02MIPS: GCMP: Avoid accessing registers when they are not presentJaidev Patwardhan1-3/+13
2009-11-02MIPS: GIC: Random fixes and enhancements.Chris Dearman2-46/+69
2009-11-02MIPS: CMP: Fix memory barriers for correct operation of amon_cpu_startChris Dearman1-3/+4
2009-11-02MIPS: Malta: Enable PCI 2.1 compatibility in PIIX4Ralf Baechle1-0/+13