aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05mips: Manually call fdt_init_reserved_mem() methodSerge Semin1-0/+3
2019-05-03mips: Perform early low memory testSerge Semin1-0/+2
2019-05-03mips: Dump memblock regions for debuggingSerge Semin1-0/+2
2019-05-02mips: Add reserve-nomap memory type supportSerge Semin1-0/+8
2019-05-02mips: Use memblock to reserve the __nosave memory rangeSerge Semin1-2/+3
2019-05-02mips: Discard post-CMA-init foreach loopSerge Semin1-5/+0
2019-05-02mips: Reserve memory for the kernel image resourcesSerge Semin1-27/+3
2019-04-24mips: Combine memblock init and memory reservation loopsSerge Semin1-41/+7
2019-04-24mips: Discard rudiments from bootmem_initSerge Semin1-20/+5
2019-04-24mips: Make sure kernel .bss exists in boot mem poolSerge Semin1-0/+3
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-6/+1
2019-02-27MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer1-1/+2
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2018-11-12MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen1-0/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-99/+45
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-09-28MIPS: Fix CONFIG_CMDLINE handlingPaul Burton1-20/+28
2018-09-20MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENTChristoph Hellwig1-1/+1
2018-09-14mips: switch to NO_BOOTMEMMike Rapoport1-76/+23
2018-08-31MIPS: Move arch_mem_init() comment near definitionPaul Burton1-23/+22
2018-07-30MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton1-2/+12
2018-06-24MIPS: move coherentio setup to setup.cChristoph Hellwig1-0/+24
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-2/+2
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