aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-19MIPS: Remove a warning when PHYS_OFFSET is 0x0Mathieu Malaterre1-1/+1
2018-02-19MIPS: Make declaration for function `memory_region_available` staticMathieu Malaterre1-1/+2
2018-02-13MIPS: Fix incorrect mem=X@Y handlingMarcin Nowakowski1-4/+12
2018-01-18MIPS: Setup boot_command_line before plat_mem_setupPaul Burton1-19/+20
2017-11-13MIPS: Add iomem resource for kernel bss section.David Daney1-0/+4
2017-06-29MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic1-0/+40
2017-01-03MIPS: kexec: Do not reserve invalid crashkernel memory on bootMarcin Nowakowski1-0/+5
2017-01-03MIPS: fix mem=X@Y commandline processingMarcin Nowakowski1-0/+4
2017-01-03MIPS: Use early_init_fdt_reserve_self to protect DTB locationMarcin Nowakowski1-0/+4
2017-01-03MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski1-3/+71
2017-01-03MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski1-0/+4
2017-01-03MIPS: Do not request resources for crashkernel if one isn't definedMarcin Nowakowski1-0/+3
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan1-0/+13
2016-09-29MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton1-1/+1
2016-09-13MIPS: Fix memory regions reaching top of physicalJames Hogan1-0/+7
2016-08-02MIPS: store the appended dtb address in a variableJonas Gorski1-0/+4
2016-05-13MIPS: Octeon: detect and fix byte swapped initramfsAurelien Jarno1-0/+32
2016-05-13MIPS: Add support for extending builtin cmdlineRabin Vincent1-0/+8
2016-05-13MIPS: Don't add leading spacing to command linesRabin Vincent1-2/+4
2016-05-13MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantSergey Ryazanov1-7/+0
2016-05-13MIPS: KASLR: Print relocation Information on bootMatt Redfearn1-0/+9
2016-05-13MIPS: bootmem: When relocatable, free memory below kernelMatt Redfearn1-0/+14
2016-05-09MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar1-0/+1
2016-02-09MIPS: Fix early CM probingPaul Burton1-0/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-4/+6
2016-01-24MIPS: Fix macro typoJaedon Shin1-1/+1
2015-11-12MIPS: vmlinux: create a section for appended DTBAaro Koskinen1-0/+4
2015-11-11MIPS: Make the kernel arguments from dtb availableJonas Gorski1-7/+17
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton1-0/+1
2015-09-22MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin1-1/+9
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2015-07-09MIPS: bootmem: Don't use memory holes for page bitmapAlexander Sverdlin1-8/+5
2015-03-31MIPS, ttyFDC: Add early FDC console supportJames Hogan1-0/+2
2014-12-12MIPS: Use phys_addr_t instead of phys_tJaedon Shin1-1/+1
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-6/+6
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle1-5/+5
2014-11-24mips: Convert pr_warning to pr_warnJoe Perches1-1/+1
2014-11-24MIPS: Fix address type used for early memory detection.Steven J. Hill1-1/+1
2014-11-24MIPS: Fix info about plat_setup in arch_mem_init commentRafał Miłecki1-1/+1
2014-10-29MIPS: CMA: Do not reserve memory if not requiredZubair Lutfullah Kakakhel1-1/+2
2014-09-22MIPS: DMA: Add cma supportZubair Lutfullah Kakakhel1-0/+9
2014-07-30MIPS: Add NUMA support for Loongson-3Huacai Chen1-1/+1
2014-07-30MIPS: Support hard limit of cpu count (nr_cpu_ids)Huacai Chen1-0/+20
2013-10-29MIPS: Fix start of free memory when using initrdGreg Ungerer1-5/+14
2013-09-05MIPS: kexec: Fix random crashes while loading crashkernelPrem Mallappa1-51/+48
2013-05-08MIPS: add detect_memory_region()John Crispin1-0/+22
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle1-21/+70
2013-02-19mips: reserve elfcorehdrCorey Minyard1-0/+39
2013-02-19mips: Make sure kernel memory is in iomemCorey Minyard1-21/+31