aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-12MIPS: Fix comments typoShaomin Deng1-1/+1
2022-09-07MIPS: octeon: Get rid of preprocessor directives around RESERVE32Alexander Sverdlin1-16/+11
2022-07-30Revert "MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32"Alexander Sverdlin1-1/+37
2021-07-28mips: clean up kernel-doc in cavium-octeon/*.cRandy Dunlap1-21/+22
2021-07-19MIPS: octeon: Remove vestiges of CONFIG_CAVIUM_RESERVE32Joe Perches1-37/+1
2021-01-19Revert "MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=y"Kevin Hao1-3/+6
2020-12-04MIPS: OCTEON: Don't add kernel sections into memblock allocatorAlexander Sverdlin1-9/+0
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer1-14/+10
2020-09-07MIPS: Get rid of CAVIUM_OCTEON_DCACHE_PREFETCH_WARThomas Bogendoerfer1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-01mips/cavium-octeon: Fix typo *must* in commentPaul Menzel1-1/+1
2019-08-23MIPS: OCTEON: Drop boot_mem_mapJiaxun Yang1-2/+1
2019-01-14MIPS: OCTEON: fix kexec supportAurelien Jarno1-1/+1
2018-11-21MIPS: OCTEON: setup: include asm/prom.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: setup: include asm/fw/fw.hAaro Koskinen1-0/+1
2018-11-21MIPS: OCTEON: setup: make internal functions and data staticAaro Koskinen1-3/+3
2018-09-26MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=yYasha Cherikovsky1-6/+3
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