summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-23riscv: export boot_cpu_hartidKlara Modin1-0/+1
2025-04-14riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-03-18riscv: remove redundant CMDLINE_FORCE checkZixian Zeng1-5/+0
2025-02-14riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-3/+1
2024-12-11riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+37
2024-11-11riscv: Add qspinlock supportAlexandre Ghiti1-0/+37
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu1-1/+3
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+2
2024-01-04riscv: Remove unused members from struct cpu_operationsSamuel Holland1-1/+0
2023-12-06riscv: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)1-5/+2
2023-12-06riscv: Switch over to GENERIC_CPU_DEVICESJames Morse1-15/+4
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2023-10-17efi: move screen_info into efi init codeArnd Bergmann1-5/+0
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann1-9/+2
2023-10-12riscv: kdump: fix crashkernel reserving problem on RISC-VChen Jiahao1-13/+0
2023-09-21RISC-V: Enable cbo.zero in usermodeAndrew Jones1-0/+4
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt1-0/+25
2023-09-05riscv: Dump out kernel offset information on panicAlexandre Ghiti1-0/+25
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt1-0/+1
2023-08-23riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang1-0/+1
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao1-0/+5
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt1-0/+3
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu1-0/+3
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L1-0/+4
2023-06-01RISC-V: Add ACPI initialization in setup_arch()Sunil V L1-0/+5
2023-06-01riscv: move sbi_init() earlier before jump_label_init()Jisheng Zhang1-1/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-13riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti1-4/+1
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-1/+0
2023-04-13riscv: Add explicit include for cpu.hRob Herring1-1/+1
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones1-1/+1
2023-01-31riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang1-0/+3
2022-11-29riscv: mm: Proper page permissions after initmem freeBjörn Töpel1-4/+5
2022-11-10riscv: fix reserved memory setupConor Dooley1-0/+1
2022-10-11riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang1-2/+2
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt1-1/+1
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner1-0/+2
2022-06-01RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian1-2/+2
2022-05-11riscv: move boot alternatives to after fill_hwcapHeiko Stuebner1-0/+2
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-3/+0
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra1-10/+0
2022-01-09RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson1-0/+10
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-3/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-2/+3
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-08-25riscv: use strscpy to replace strlcpyJason Wang1-1/+1