aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
AgeCommit message (Expand)Author
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2024-01-08MIPS: Fix typosBjorn Helgaas
2023-12-21mips: Fix incorrect max_low_pfn adjustmentSerge Semin
2023-11-23mips: add <asm-generic/io.h> includingJiaxun Yang
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-16mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-05-23mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau
2023-04-22MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-01mips: allow firmware to pass RNG seed to kernelJason A. Donenfeld
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-05-24MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMATiezhu Yang
2022-05-24MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()Tiezhu Yang
2022-05-23mips: setup: use strscpy to replace strlcpy陈学兵
2022-02-22mips: setup: fix setnocoherentio() boolean settingRandy Dunlap
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-03-30MIPS: kernel: setup.c: fix compilation errorMauri Sandberg
2021-02-13MIPS: Use common way to parse elfcorehdrJinyang He
2021-02-13MIPS: remove CONFIG_DMA_MAYBE_COHERENTChristoph Hellwig
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig
2021-02-09Revert "mips: Manually call fdt_init_reserved_mem() method"Serge Semin
2021-02-09MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetJinyang He
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer
2020-12-04MIPS: Move memblock_dump_all() to the end of setup_arch()Tiezhu Yang
2020-12-04MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin
2020-11-17MIPS: kernel: Fix for_each_memblock conversionThomas Bogendoerfer
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