summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/setup.c
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-21MIPS: kexec: Add crashkernel=YM handlingYouling Tang
2020-09-21MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size staticJason Yan
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-07-26MIPS: Fix unable to reserve memory for Crash kernelJinyang He
2020-05-19MIPS: Remove useless parameter of bootcmdline_init()Zhi Li
2020-04-21MIPS: Make sparse_init() using top-down allocationTiezhu Yang
2020-04-21MIPS: Cleanup code about plat_mem_setup()Tiezhu Yang
2020-04-21MIPS: Do not initialise globals to 0Tiezhu Yang
2020-03-23MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang
2020-02-27MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingPaul Cercueil
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-01-14arch/mips/setup: Drop dummy_con initializationArvind Sankar
2020-01-10MIPS: use resource_sizeJulia Lawall
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang
2019-10-12MIPS: Make builtin_cmdline const & variable lengthPaul Burton
2019-10-12MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsPaul Burton
2019-10-12MIPS: Always define builtin_cmdlinePaul Burton
2019-10-10MIPS: cmdline: Clean up boot_command_line initializationPaul Burton
2019-10-02MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer
2019-10-02MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer
2019-08-24mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers
2019-08-23MIPS: Fix build with CONFIG_PROC_VMCORE=yPaul Burton
2019-08-23MIPS: init: Drop boot_mem_mapJiaxun Yang
2019-05-05mips: Manually call fdt_init_reserved_mem() methodSerge Semin
2019-05-03mips: Perform early low memory testSerge Semin
2019-05-03mips: Dump memblock regions for debuggingSerge Semin
2019-05-02mips: Add reserve-nomap memory type supportSerge Semin
2019-05-02mips: Use memblock to reserve the __nosave memory rangeSerge Semin
2019-05-02mips: Discard post-CMA-init foreach loopSerge Semin
2019-05-02mips: Reserve memory for the kernel image resourcesSerge Semin
2019-04-24mips: Combine memblock init and memory reservation loopsSerge Semin
2019-04-24mips: Discard rudiments from bootmem_initSerge Semin
2019-04-24mips: Make sure kernel .bss exists in boot mem poolSerge Semin
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-02-27MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-11-12MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds