aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Merge patch series "riscv: Introduce KASLR"Gravatar Palmer Dabbelt 1-0/+25
2023-09-05riscv: Dump out kernel offset information on panicGravatar Alexandre Ghiti 1-0/+25
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Gravatar Palmer Dabbelt 1-0/+1
2023-08-23riscv: allow kmalloc() caches aligned to the smallest valueGravatar Jisheng Zhang 1-0/+1
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Gravatar Chen Jiahao 1-0/+5
2023-06-08Merge patch series "riscv: Add vector ISA support"Gravatar Palmer Dabbelt 1-0/+3
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGravatar Greentime Hu 1-0/+3
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureGravatar Sunil V L 1-0/+4
2023-06-01RISC-V: Add ACPI initialization in setup_arch()Gravatar Sunil V L 1-0/+5
2023-06-01riscv: move sbi_init() earlier before jump_label_init()Gravatar Jisheng Zhang 1-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-04-13riscv: Do not set initial_boot_params to the linear address of the dtbGravatar Alexandre Ghiti 1-4/+1
2023-04-13riscv: Move early dtb mapping into the fixmap regionGravatar Alexandre Ghiti 1-1/+0
2023-04-13riscv: Add explicit include for cpu.hGravatar Rob Herring 1-1/+1
2023-03-14RISC-V: Add Zicboz detection and block size parsingGravatar Andrew Jones 1-1/+1
2023-01-31riscv: move riscv_noncoherent_supported() out of ZICBOM probeGravatar Jisheng Zhang 1-0/+3
2022-11-29riscv: mm: Proper page permissions after initmem freeGravatar Björn Töpel 1-4/+5
2022-11-10riscv: fix reserved memory setupGravatar Conor Dooley 1-0/+1
2022-10-11riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbGravatar Wenting Zhang 1-2/+2
2022-09-13RISC-V: Clean up the Zicbom block size probingGravatar Palmer Dabbelt 1-1/+1
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionGravatar Heiko Stuebner 1-0/+2
2022-06-01RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYGravatar Xianting Tian 1-2/+2
2022-05-11riscv: move boot alternatives to after fill_hwcapGravatar Heiko Stuebner 1-0/+2
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...Gravatar David Hildenbrand 1-3/+0
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapGravatar Atish Patra 1-10/+0
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nGravatar Sean Christopherson 1-0/+10
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-3/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-2/+3
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-08-25riscv: use strscpy to replace strlcpyGravatar Jason Wang 1-1/+1
2021-08-20riscv: Fix a number of free'd resources in init_resources()Gravatar Petr Pavlu 1-2/+2
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-15/+3
2021-07-08riscv: convert to setup_initial_init_mm()Gravatar Kefeng Wang 1-4/+1
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextGravatar Palmer Dabbelt 1-9/+3
2021-06-30riscv: Map the kernel with correct permissions the first timeGravatar Alexandre Ghiti 1-9/+3
2021-06-11riscv: Only initialize swiotlb when necessaryGravatar Kefeng Wang 1-5/+0
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Gravatar Wende Tan 1-2/+2
2021-05-25riscv: Move setup_bootmem into paging_initGravatar Kefeng Wang 1-1/+0
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGravatar Geert Uytterhoeven 1-2/+0
2021-04-26RISC-V: enable XIPGravatar Vitaly Wool 1-3/+8
2021-04-26RISC-V: Add crash kernel supportGravatar Nick Kossifidis 1-0/+12
2021-04-26RISC-V: Add kdump supportGravatar Nick Kossifidis 1-1/+10
2021-04-26RISC-V: Improve init_resources()Gravatar Nick Kossifidis 1-44/+46
2021-04-26riscv: Move kernel mapping outside of linear mappingGravatar Alexandre Ghiti 1-1/+6
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+18
2021-02-02RISC-V: Fix .init section permission updateGravatar Atish Patra 1-1/+3
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksGravatar Atish Patra 1-11/+13
2021-01-14riscv: Add machine name to kernel boot log and stack dump outputGravatar Kefeng Wang 1-1/+8
2021-01-14riscv: Add numa support for riscv64 platformGravatar Atish Patra 1-2/+8