aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24MIPS: Octeon: Remove extern declarations.Steven J. Hill1-4/+0
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-2/+2
2017-04-10MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNELDavid Daney1-11/+1
2017-01-03MIPS: Octeon: Add plat_get_fdt() function for Cavium platforms.Steven J. Hill1-0/+7
2017-01-03MIPS: Octeon: Add fw_init_cmdline() for Cavium platforms.Steven J. Hill1-0/+16
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-19/+19
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-0/+14
2016-10-04MIPS: Octeon: Rename upper case variables at setup time.Aaro Koskinen1-19/+19
2016-10-04MIPS: Octeon: Take all memory into use by default.Aaro Koskinen1-1/+1
2016-07-11MIPS: Octeon: Changes to support readq()/writeq() usage.Steven J. Hill1-1/+19
2016-05-13MIPS: Octeon: device_tree_init: fill mac addresses when using appended dtbAaro Koskinen1-1/+7
2016-05-13MIPS: Octeon: device_tree_init: use separate pass to fill mac addressesAaro Koskinen1-0/+2
2016-05-13MIPS: Octeon: Use model string from DTB for unknown board typeAaro Koskinen1-2/+10
2016-05-13MIPS: Octeon: Initialize system type string after device tree init.Aaro Koskinen1-4/+2
2016-05-13MIPS: Octeon: board_type_to_string: return NULL for unsupported boardAaro Koskinen1-2/+7
2016-05-13MIPS: OCTEON: Add SMP support for OCTEON cn78xx et al.David Daney1-3/+1
2016-05-13MIPS: OCTEON: Don't attempt to use nonexistent registers on OCTEON III models.David Daney1-13/+21
2016-05-13MIPS: OCTEON: Extend number of supported CPUs past 32David Daney1-3/+16
2015-11-12MIPS: Octeon: Support APPENDED_DTBAaro Koskinen1-2/+9
2015-10-02MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett1-1/+1
2015-04-01MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen1-1/+1
2015-04-01MIPS: OCTEON: Use correct CSR to soft resetChandrakala Chavva1-1/+4
2015-04-01MIPS: OCTEON: Add semaphore to serialize bootbus accesses.David Daney1-0/+3
2015-02-20MIPS: OCTEON: More OCTEONIII supportChandrakala Chavva1-1/+7
2015-02-20MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup.David Daney1-3/+1
2015-02-20MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney1-1/+1
2015-02-20MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney1-3/+4
2015-02-20MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUsDavid Daney1-0/+37
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-2/+2
2014-10-22MIPS: Octeon: Remove special case for simulator command line.David Daney1-9/+0
2014-08-19MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-08-19MIPS: Add common plat_irq_dispatch declarationSergey Ryazanov1-1/+0
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-17/+0
2014-05-23MIPS: Octeon: Remove checks for CONFIG_CAVIUM_GDBPaul Bolle1-11/+0
2014-05-23MIPS: Remove check for CONFIG_CAVIUM_REPORT_SINGLE_BIT_ECCPaul Bolle1-6/+0
2014-04-30mips: octeon: convert to use unflatten_and_copy_device_treeRob Herring1-15/+5
2013-10-29MIPS: Panic messages should not end in \n.Ralf Baechle1-2/+2
2013-08-26MIPS: cavium-octeon: fix I/O space setup on non-PCI systemsAaro Koskinen1-0/+28
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle1-2/+3
2013-06-21MIPS: Octeon: Don't clobber bootloader data structures.David Daney1-1/+1
2013-06-18MIPS: Oceton: Fix build error.Ralf Baechle1-1/+2
2013-06-10MIPS: Octeon: Remove vestiges of CONFIG_CAVIUM_DECODE_RSLDavid Daney1-27/+0
2013-06-06MIPS: OCTEON: Improve _machine_halt implementation.David Daney1-6/+9
2013-04-05MIPS: Fix build error cavium-octeon without CONFIG_SMPEunBong Song1-1/+4
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-4/+4
2012-12-13MIPS/EDAC: Improve OCTEON EDAC support.David Daney1-4/+26
2012-12-13MIPS: Octeon: Add kexec and kdump supportRalf Baechle1-7/+305
2012-12-12MIPS: Octeon: Simplify code by assuming CONFIG_64BIT is always set.Ralf Baechle1-6/+0
2012-12-12MIPS: Octeon: Remove use of CONFIG_64BIT_PHYS_ADDR.Ralf Baechle1-1/+1
2012-12-12MIPS: Octeon: Remove highmem code.Ralf Baechle1-4/+0