summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor2023-04-221-1/+2
* Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-1/+1
|\
| * smp: add set_nr_cpu_ids()Yury Norov2022-09-191-1/+1
* | mips: allow firmware to pass RNG seed to kernelJason A. Donenfeld2022-10-011-0/+21
|/
* MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMATiezhu Yang2022-05-241-1/+5
* MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()Tiezhu Yang2022-05-241-0/+5
* mips: setup: use strscpy to replace strlcpy陈学兵2022-05-231-3/+3
* mips: setup: fix setnocoherentio() boolean settingRandy Dunlap2022-02-221-1/+1
* memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-8/+6
* MIPS: kernel: setup.c: fix compilation errorMauri Sandberg2021-03-301-1/+1
* MIPS: Use common way to parse elfcorehdrJinyang He2021-02-131-28/+21
* MIPS: remove CONFIG_DMA_MAYBE_COHERENTChristoph Hellwig2021-02-131-1/+1
* driver core: lift dma_default_coherent into common codeChristoph Hellwig2021-02-131-4/+0
* MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig2021-02-131-6/+4
* Revert "mips: Manually call fdt_init_reserved_mem() method"Serge Semin2021-02-091-3/+0
* MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetJinyang He2021-02-091-0/+3
* MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer2021-02-041-4/+0
* MIPS: Move memblock_dump_all() to the end of setup_arch()Tiezhu Yang2020-12-041-2/+2
* MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin2020-12-041-2/+2
* MIPS: kernel: Fix for_each_memblock conversionThomas Bogendoerfer2020-11-171-3/+3
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-161-48/+28
|\
| * MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-44/+6
| * MIPS: kexec: Add crashkernel=YM handlingYouling Tang2020-09-211-3/+21
| * MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size staticJason Yan2020-09-211-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \
| * | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| |/
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-16/+15
|/
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-8/+0
* MIPS: Fix unable to reserve memory for Crash kernelJinyang He2020-07-261-1/+1
* MIPS: Remove useless parameter of bootcmdline_init()Zhi Li2020-05-191-2/+2
* MIPS: Make sparse_init() using top-down allocationTiezhu Yang2020-04-211-0/+10
* MIPS: Cleanup code about plat_mem_setup()Tiezhu Yang2020-04-211-2/+0
* MIPS: Do not initialise globals to 0Tiezhu Yang2020-04-211-1/+1
* MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang2020-03-231-0/+2
* MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingPaul Cercueil2020-02-271-1/+2
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-311-4/+2
|\
| * MIPS: use resource_sizeJulia Lawall2020-01-101-4/+2
* | arch/mips/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
|/
* MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-311-1/+1
* MIPS: Make builtin_cmdline const & variable lengthPaul Burton2019-10-121-1/+1
* MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsPaul Burton2019-10-121-0/+6
* MIPS: Always define builtin_cmdlinePaul Burton2019-10-121-0/+2
* MIPS: cmdline: Clean up boot_command_line initializationPaul Burton2019-10-101-42/+83
* MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer2019-10-021-0/+3
* MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer2019-10-021-1/+1
* mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers2019-08-241-1/+1
* MIPS: Fix build with CONFIG_PROC_VMCORE=yPaul Burton2019-08-231-1/+1
* MIPS: init: Drop boot_mem_mapJiaxun Yang2019-08-231-270/+85
* mips: Manually call fdt_init_reserved_mem() methodSerge Semin2019-05-051-0/+3