summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/setup.c
AgeCommit message (Expand)Author
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-13riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-04-13riscv: Add explicit include for cpu.hRob Herring
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-01-31riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-10-11riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-06-01RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian
2022-05-11riscv: move boot alternatives to after fill_hwcapHeiko Stuebner
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-25riscv: use strscpy to replace strlcpyJason Wang
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-02RISC-V: Fix .init section permission updateAtish Patra
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra
2021-01-14riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra
2021-01-14riscv: Separate memory init from paging initAtish Patra
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra
2020-11-25RISC-V: Initialize SBI earlyAtish Patra
2020-11-25RISC-V: Add missing jump label initializationAnup Patel
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra