summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: bootmem: When relocatable, free memory below kernelMatt Redfearn2016-05-131-0/+14
* MIPS: Reserve nosave data for hibernationHuacai Chen2016-05-091-0/+3
* Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-041-0/+1
|\
| * MIPS: Fix early CM probingPaul Burton2016-02-091-0/+1
* | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+6
|/
* MIPS: Fix macro typoJaedon Shin2016-01-241-1/+1
* MIPS: vmlinux: create a section for appended DTBAaro Koskinen2015-11-121-0/+4
* MIPS: Make the kernel arguments from dtb availableJonas Gorski2015-11-111-7/+17
* MIPS: Declare mips_debugfs_dir in a headerPaul Burton2015-10-261-0/+1
* MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin2015-09-221-1/+9
* treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* MIPS: bootmem: Don't use memory holes for page bitmapAlexander Sverdlin2015-07-091-8/+5Star
* MIPS, ttyFDC: Add early FDC console supportJames Hogan2015-03-311-0/+2
* MIPS: Use phys_addr_t instead of phys_tJaedon Shin2014-12-131-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-121-6/+6
|\
| * MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle2014-11-241-5/+5
| * mips: Convert pr_warning to pr_warnJoe Perches2014-11-241-1/+1
* | MIPS: Fix address type used for early memory detection.Steven J. Hill2014-11-241-1/+1
* | MIPS: Fix info about plat_setup in arch_mem_init commentRafał Miłecki2014-11-241-1/+1
|/
* MIPS: CMA: Do not reserve memory if not requiredZubair Lutfullah Kakakhel2014-10-291-1/+2
* MIPS: DMA: Add cma supportZubair Lutfullah Kakakhel2014-09-221-0/+9
* MIPS: Add NUMA support for Loongson-3Huacai Chen2014-07-301-1/+1
* MIPS: Support hard limit of cpu count (nr_cpu_ids)Huacai Chen2014-07-301-0/+20
* MIPS: Fix start of free memory when using initrdGreg Ungerer2013-10-291-5/+14
* MIPS: kexec: Fix random crashes while loading crashkernelPrem Mallappa2013-09-051-51/+48Star
* MIPS: add detect_memory_region()John Crispin2013-05-081-0/+22
* Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-211-21/+70
|\
| * mips: reserve elfcorehdrCorey Minyard2013-02-191-0/+39
| * mips: Make sure kernel memory is in iomemCorey Minyard2013-02-191-21/+31
* | MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-5/+5
|/
* MIPS: kdump: Add supportRalf Baechle2012-12-131-0/+56
* MIPS: Merge overlapping bootmem rangesRalf Baechle2012-11-231-6/+20
* MIPS: Move cache setup to setup_arch().David Daney2012-05-161-0/+2
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-141-4/+39
|\
| * MIPS: Handle initmem in systems with kernel not in add_memory_region() memDavid Daney2011-12-071-4/+39
* | mips: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-12-081-1/+2
|/
* mips: migrate core kernel file from module.h --> export.hPaul Gortmaker2011-11-011-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/+0Star
* 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/+1Star
* 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/+20Star