summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-051-6/+1
|\
| * mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-6/+1
* | MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer2019-02-271-1/+2
|/
* MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen2018-11-121-0/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-10-261-99/+45
|\
| * mips: switch to NO_BOOTMEMMike Rapoport2018-09-141-76/+23
| * MIPS: Move arch_mem_init() comment near definitionPaul Burton2018-08-311-23/+22
* | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-1/+1
|\ \
| * | MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig2018-09-201-1/+1
| |/
* / MIPS: Fix CONFIG_CMDLINE handlingPaul Burton2018-09-281-20/+28
|/
* MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton2018-07-301-2/+12
* MIPS: move coherentio setup to setup.cChristoph Hellwig2018-06-241-0/+24
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-2/+2
* MIPS: Remove a warning when PHYS_OFFSET is 0x0Mathieu Malaterre2018-02-191-1/+1
* MIPS: Make declaration for function `memory_region_available` staticMathieu Malaterre2018-02-191-1/+2
* MIPS: Fix incorrect mem=X@Y handlingMarcin Nowakowski2018-02-131-4/+12
* MIPS: Setup boot_command_line before plat_mem_setupPaul Burton2018-01-181-19/+20
* MIPS: Add iomem resource for kernel bss section.David Daney2017-11-131-0/+4
* MIPS: cmdline: Add support for 'memmap' parameterMiodrag Dinic2017-06-291-0/+40
* MIPS: kexec: Do not reserve invalid crashkernel memory on bootMarcin Nowakowski2017-01-031-0/+5
* MIPS: fix mem=X@Y commandline processingMarcin Nowakowski2017-01-031-0/+4
* MIPS: Use early_init_fdt_reserve_self to protect DTB locationMarcin Nowakowski2017-01-031-0/+4
* MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski2017-01-031-3/+71
* MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski2017-01-031-0/+4
* MIPS: Do not request resources for crashkernel if one isn't definedMarcin Nowakowski2017-01-031-0/+3
* MIPS: Fix max_low_pfn with disabled highmemJames Hogan2016-11-041-0/+13
* MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-291-1/+1
* MIPS: Fix memory regions reaching top of physicalJames Hogan2016-09-131-0/+7
* MIPS: store the appended dtb address in a variableJonas Gorski2016-08-021-0/+4
* MIPS: Octeon: detect and fix byte swapped initramfsAurelien Jarno2016-05-131-0/+32
* MIPS: Add support for extending builtin cmdlineRabin Vincent2016-05-131-0/+8
* MIPS: Don't add leading spacing to command linesRabin Vincent2016-05-131-2/+4
* MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantSergey Ryazanov2016-05-131-7/+0
* MIPS: KASLR: Print relocation Information on bootMatt Redfearn2016-05-131-0/+9
* 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