aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* mips: migrate core kernel file from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* MIPS: Implement __read_mostlyDavid Daney2011-01-181-1/+1
* MIPS: Add a platform hook for swiotlb setup.David Daney2010-10-291-0/+1
* of/mips: Add device tree support to MIPSDezhong Diao2010-10-211-0/+2
* MIPS: nofpu and nodsp only affect CPU0Kevin Cernekee2010-05-211-21/+0
* MIPS: Fix and enhance built-in kernel command lineDmitri Vorobiev2009-12-171-4/+20
* MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADERRalf Baechle2009-12-171-19/+1
* MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEDmitri Vorobiev2009-12-171-2/+2
* MIPS: Remove useless zero initializations.Ralf Baechle2009-09-171-1/+1
* MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle2009-03-301-1/+2
* MIPS: Fix debugfs_create_*'s error checking method for mips/kernel/Zhaolei2008-10-271-2/+2
* [MIPS] Probe initrd header only if explicitly specifiedAtsushi Nemoto2008-09-051-15/+18
* [MIPS] Convert printk statements during kernel setup to use severity levelsMike Crowe2008-08-261-22/+20
* [MIPS] fix sparse warning about setup_early_printk()Dmitri Vorobiev2008-07-151-5/+1
* [MIPS] Remove obsolete isa_slot_offsetMaciej W. Rozycki2008-07-151-7/+0
* [MIPS] Initialize max_pfn again.Ralf Baechle2008-05-121-0/+1
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-2/+2
* arch/mips/: Spelling fixesJoe Perches2008-02-031-2/+2
* [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-291-2/+1
* [MIPS] R4000/R4400 errata workaroundsMaciej W. Rozycki2008-01-291-1/+3
* [MIPS] Replace 40c7869b693b18412491fdcff64682215b739f9e kludgeAtsushi Nemoto2008-01-111-4/+3
* [MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle2007-11-261-1/+30
* [MIPS] ARC: Get rid of mips_machgroupRalf Baechle2007-10-111-2/+0
* [MIPS] Add some debugfs files to debug unaligned accessesAtsushi Nemoto2007-07-101-0/+16
* [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2007-03-041-0/+8
* [MIPS] Make some __setup functions staticAtsushi Nemoto2007-02-201-2/+2
* [PATCH] Dynamic kernel command-line: mipsAlon Bar-Lev2007-02-121-1/+1
* [MIPS] Whitespace cleanups.Ralf Baechle2007-02-061-2/+2
* [MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto2007-02-061-0/+3
* [MIPS] FLATMEM: introduce PHYS_OFFSET.Franck Bui-Huu2007-02-061-4/+8
* [MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu2007-02-061-9/+27
* [MIPS] setup.c: clean up initrd related codeFranck Bui-Huu2006-11-301-27/+48
* [MIPS] setup.c: use __pa_symbol() where neededFranck Bui-Huu2006-11-301-5/+5
* [MIPS] setup.c: get ride of CPHYSADDR()Franck Bui-Huu2006-11-301-3/+3
* [MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.Ralf Baechle2006-11-021-1/+5
* [MIPS] setup.c: use early_param() for early command line parsingFranck Bui-Huu2006-09-271-112/+60
* [MIPS] setup.c: remove MAXMEM macroFranck Bui-Huu2006-09-271-9/+3
* [MIPS] setup.c: do not inline functionsFranck Bui-Huu2006-09-271-2/+2
* [MIPS] setup.c: remove useless includes.Franck Bui-Huu2006-09-271-14/+0
* [MIPS] setup.c: move initrd code inside dedicated functionsFranck Bui-Huu2006-09-271-58/+86
* [MIPS] setup.c: cleanup bootmem_init()Franck Bui-Huu2006-09-271-78/+57
* [PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2006-07-101-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [MIPS] Only register RAM as resources if UNCAC_BASE != IO_BASE.Ralf Baechle2006-06-291-0/+3
* [MIPS] Cleanup memory managment initialization.Ralf Baechle2006-06-191-13/+43
* [MIPS] Fix sparsemem support.Chad Reese2006-06-061-2/+1
* [MIPS] Fix compiler warnings (field width, unused variable)Atsushi Nemoto2006-06-061-5/+8
* [MIPS] Fix sparse warnings about too big constants.Atsushi Nemoto2006-06-061-1/+1
* [MIPS] FPU affinity for MT ASE.Ralf Baechle2006-04-191-1/+4
* [PATCH] unify PFN_* macrosDave Hansen2006-03-271-8/+1