aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-26[MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle1-1/+30
2007-10-11[MIPS] ARC: Get rid of mips_machgroupRalf Baechle1-2/+0
2007-07-10[MIPS] Add some debugfs files to debug unaligned accessesAtsushi Nemoto1-0/+16
2007-03-04[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle1-0/+8
2007-02-20[MIPS] Make some __setup functions staticAtsushi Nemoto1-2/+2
2007-02-12[PATCH] Dynamic kernel command-line: mipsAlon Bar-Lev1-1/+1
2007-02-06[MIPS] Whitespace cleanups.Ralf Baechle1-2/+2
2007-02-06[MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto1-0/+3
2007-02-06[MIPS] FLATMEM: introduce PHYS_OFFSET.Franck Bui-Huu1-4/+8
2007-02-06[MIPS] Setup min_low_pfn/max_low_pfn correctlyFranck Bui-Huu1-9/+27
2006-11-30[MIPS] setup.c: clean up initrd related codeFranck Bui-Huu1-27/+48
2006-11-30[MIPS] setup.c: use __pa_symbol() where neededFranck Bui-Huu1-5/+5
2006-11-30[MIPS] setup.c: get ride of CPHYSADDR()Franck Bui-Huu1-3/+3
2006-11-02[MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.Ralf Baechle1-1/+5
2006-09-27[MIPS] setup.c: use early_param() for early command line parsingFranck Bui-Huu1-112/+60
2006-09-27[MIPS] setup.c: remove MAXMEM macroFranck Bui-Huu1-9/+3
2006-09-27[MIPS] setup.c: do not inline functionsFranck Bui-Huu1-2/+2
2006-09-27[MIPS] setup.c: remove useless includes.Franck Bui-Huu1-14/+0
2006-09-27[MIPS] setup.c: move initrd code inside dedicated functionsFranck Bui-Huu1-58/+86
2006-09-27[MIPS] setup.c: cleanup bootmem_init()Franck Bui-Huu1-78/+57
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[MIPS] Only register RAM as resources if UNCAC_BASE != IO_BASE.Ralf Baechle1-0/+3
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle1-13/+43
2006-06-06[MIPS] Fix sparsemem support.Chad Reese1-2/+1
2006-06-06[MIPS] Fix compiler warnings (field width, unused variable)Atsushi Nemoto1-5/+8
2006-06-06[MIPS] Fix sparse warnings about too big constants.Atsushi Nemoto1-1/+1
2006-04-19[MIPS] FPU affinity for MT ASE.Ralf Baechle1-1/+4
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-8/+1
2006-03-21[MIPS] Remove CONFIG_BUILD_ELF64.Ralf Baechle1-11/+0
2006-02-27[MIPS] SMP: Fix initialization order bug.Ralf Baechle1-0/+3
2005-10-29Mark a few variables __read_mostly.Ralf Baechle1-4/+5
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle1-0/+9
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle1-26/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-2/+2
2005-06-25[PATCH] mips: add MIPS-specific support for flatmem/discontigmemYoichi Yuasa1-0/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+571