aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-1/+1
2022-10-01mips: allow firmware to pass RNG seed to kernelGravatar Jason A. Donenfeld 1-0/+21
2022-09-19smp: add set_nr_cpu_ids()Gravatar Yury Norov 1-1/+1
2022-05-24MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMAGravatar Tiezhu Yang 1-1/+5
2022-05-24MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()Gravatar Tiezhu Yang 1-0/+5
2022-05-23mips: setup: use strscpy to replace strlcpyGravatar 陈学兵 1-3/+3
2022-02-22mips: setup: fix setnocoherentio() boolean settingGravatar Randy Dunlap 1-1/+1
2021-09-03memblock: make memblock_find_in_range method privateGravatar Mike Rapoport 1-8/+6
2021-03-30MIPS: kernel: setup.c: fix compilation errorGravatar Mauri Sandberg 1-1/+1
2021-02-13MIPS: Use common way to parse elfcorehdrGravatar Jinyang He 1-28/+21
2021-02-13MIPS: remove CONFIG_DMA_MAYBE_COHERENTGravatar Christoph Hellwig 1-1/+1
2021-02-13driver core: lift dma_default_coherent into common codeGravatar Christoph Hellwig 1-4/+0
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsGravatar Christoph Hellwig 1-6/+4
2021-02-09Revert "mips: Manually call fdt_init_reserved_mem() method"Gravatar Serge Semin 1-3/+0
2021-02-09MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetGravatar Jinyang He 1-0/+3
2021-02-04MIPS: of: Introduce helper function to get DTBGravatar Thomas Bogendoerfer 1-4/+0
2020-12-04MIPS: Move memblock_dump_all() to the end of setup_arch()Gravatar Tiezhu Yang 1-2/+2
2020-12-04MIPS: Don't round up kernel sections size for memblock_add()Gravatar Alexander Sverdlin 1-2/+2
2020-11-17MIPS: kernel: Fix for_each_memblock conversionGravatar Thomas Bogendoerfer 1-3/+3
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-48/+28
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 1-16/+15
2020-10-12MIPS: replace add_memory_region with memblockGravatar Thomas Bogendoerfer 1-44/+6
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-21MIPS: kexec: Add crashkernel=YM handlingGravatar Youling Tang 1-3/+21
2020-09-21MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size staticGravatar Jason Yan 1-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 1-8/+0
2020-07-26MIPS: Fix unable to reserve memory for Crash kernelGravatar Jinyang He 1-1/+1
2020-05-19MIPS: Remove useless parameter of bootcmdline_init()Gravatar Zhi Li 1-2/+2
2020-04-21MIPS: Make sparse_init() using top-down allocationGravatar Tiezhu Yang 1-0/+10
2020-04-21MIPS: Cleanup code about plat_mem_setup()Gravatar Tiezhu Yang 1-2/+0
2020-04-21MIPS: Do not initialise globals to 0Gravatar Tiezhu Yang 1-1/+1
2020-03-23MIPS: Add support for Desktop Management Interface (DMI)Gravatar Tiezhu Yang 1-0/+2
2020-02-27MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingGravatar Paul Cercueil 1-1/+2
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-4/+2
2020-01-14arch/mips/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-2/+0
2020-01-10MIPS: use resource_sizeGravatar Julia Lawall 1-4/+2
2019-10-31MIPS: Loongson64: Rename CPU TYPESGravatar Jiaxun Yang 1-1/+1
2019-10-12MIPS: Make builtin_cmdline const & variable lengthGravatar Paul Burton 1-1/+1
2019-10-12MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n buildsGravatar Paul Burton 1-0/+6
2019-10-12MIPS: Always define builtin_cmdlineGravatar Paul Burton 1-0/+2
2019-10-10MIPS: cmdline: Clean up boot_command_line initializationGravatar Paul Burton 1-42/+83
2019-10-02MIPS: init: Prevent adding memory before PHYS_OFFSETGravatar Thomas Bogendoerfer 1-0/+3
2019-10-02MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startGravatar Thomas Bogendoerfer 1-1/+1
2019-08-24mips: avoid explicit UB in assignment of mips_io_port_baseGravatar Nick Desaulniers 1-1/+1
2019-08-23MIPS: Fix build with CONFIG_PROC_VMCORE=yGravatar Paul Burton 1-1/+1
2019-08-23MIPS: init: Drop boot_mem_mapGravatar Jiaxun Yang 1-270/+85
2019-05-05mips: Manually call fdt_init_reserved_mem() methodGravatar Serge Semin 1-0/+3
2019-05-03mips: Perform early low memory testGravatar Serge Semin 1-0/+2