summaryrefslogtreecommitdiffstats
path: root/arch/mips/fw/arc
Commit message (Expand)AuthorAgeFilesLines
* MIPS: fw arc: Fix missing prototypesThomas Bogendoerfer2024-01-221-1/+1
* MIPS: Fix typosBjorn Helgaas2024-01-081-3/+3
* MIPS: fix typos in commentsJulia Lawall2022-05-041-1/+1
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-1/+1
* MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-8/+20
* mips: Return proper error code from console ->setup() hookAndy Shevchenko2020-06-251-1/+3
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memoryMasahiro Yamada2020-04-091-2/+2
* MIPS: SGI-IP27: reduce ARC usage to a minimumThomas Bogendoerfer2019-10-232-10/+4
* MIPS: arc: use function argument for passing argc/argv to prom_init_cmdlineThomas Bogendoerfer2019-10-232-11/+12
* MIPS: arc: remove unused stuffThomas Bogendoerfer2019-10-231-2/+1
* MIPS: SGI-IP27: move registering of smp ops into IP27 specific codeThomas Bogendoerfer2019-10-231-7/+0
* MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer2019-10-091-0/+9
* MIPS: fw: arc: workaround 64bit kernel/32bit ARC problemsThomas Bogendoerfer2019-10-091-4/+21
* MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer2019-10-091-0/+5
* MIPS: fw: arc: remove unused ARC codeThomas Bogendoerfer2019-10-098-292/+6
* MIPS: fw/arc: Remove unused addr variablePaul Burton2019-10-041-1/+0
* MIPS: fw: Record prom memoryJiaxun Yang2019-08-231-6/+18
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-172-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* MIPS: SMP: Constify smp opsMatt Redfearn2017-08-291-1/+1
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-1/+1
* MIPS: ARC: Use __noreturn / unreachable in ARC termination functions.Ralf Baechle2015-01-131-10/+16
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-014-5/+5
* mips, arc: fix build failureDavid Rientjes2012-11-161-0/+1
* MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.Ralf Baechle2012-05-211-2/+0
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-292-0/+2
|/
* Merge branch 'master' into for-nextJiri Kosina2011-04-262-2/+2
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| * mips: change to new flag variablematt mooney2011-03-171-1/+1
* | update David Miller's old email addressJustin P. Mattock2011-04-068-8/+8
|/
* MIPS: IP22: Remove an unused functionDmitri Vorobiev2009-12-171-5/+0
* MIPS: FW: Build with -WerrorRalf Baechle2009-09-171-0/+2
* [MIPS] Remove mips_machtype from ARC based machinesThomas Bogendoerfer2008-07-151-11/+0
* [MIPS] Add RM200 with R5000 CPU to known ARC machinesThomas Bogendoerfer2008-06-161-0/+5
* [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-291-0/+8
* [MIPS] ARC: Use strchr instead of strstr.Roel Kluin2008-01-291-1/+1
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-111-3/+3
* [MIPS] ARC: Get rid of mips_machgroupRalf Baechle2007-10-111-10/+0
* [MIPS] ARC: Convert mach_table[] to ISO C initializers.Ralf Baechle2007-10-111-40/+48
* [MIPS] Move ARC code into arch/mips/fw/arcAurelien Jarno2007-10-1113-0/+912