summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/setup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu2024-07-221-1/+3
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-16/+2
|\
| * riscv: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-5/+2
| * riscv: Switch over to GENERIC_CPU_DEVICESJames Morse2023-12-061-15/+4
* | riscv: Remove unused members from struct cpu_operationsSamuel Holland2024-01-051-1/+0
|/
* Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-0/+4
|\
| * RISC-V: Enable cbo.zero in usermodeAndrew Jones2023-09-211-0/+4
* | efi: move screen_info into efi init codeArnd Bergmann2023-10-171-5/+0
* | vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-171-9/+2
* | riscv: kdump: fix crashkernel reserving problem on RISC-VChen Jiahao2023-10-121-13/+0
|/
* Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-081-0/+25
|\
| * riscv: Dump out kernel offset information on panicAlexandre Ghiti2023-09-061-0/+25
* | Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt2023-08-311-0/+1
|\ \
| * | riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang2023-08-231-0/+1
| |/
* / riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao2023-08-161-0/+5
|/
* Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt2023-06-081-0/+3
|\
| * riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2023-06-081-0/+3
* | RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L2023-06-011-0/+4
* | RISC-V: Add ACPI initialization in setup_arch()Sunil V L2023-06-011-0/+5
* | riscv: move sbi_init() earlier before jump_label_init()Jisheng Zhang2023-06-011-1/+1
|/
* Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-291-1/+1
|\
| * RISC-V: Add Zicboz detection and block size parsingAndrew Jones2023-03-151-1/+1
* | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+1
|\ \
| * | riscv: Add explicit include for cpu.hRob Herring2023-04-141-1/+1
| |/
* | riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti2023-04-141-4/+1
* | riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2023-04-141-1/+0
|/
* riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang2023-02-011-0/+3
* riscv: mm: Proper page permissions after initmem freeBjörn Töpel2022-11-301-4/+5
* riscv: fix reserved memory setupConor Dooley2022-11-101-0/+1
* riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang2022-10-121-2/+2
* RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt2022-09-131-1/+1
* riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-291-0/+2
* RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian2022-06-021-2/+2
* riscv: move boot alternatives to after fill_hwcapHeiko Stuebner2022-05-121-0/+2
* drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-3/+0
* RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-201-10/+0
* RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson2022-01-091-0/+10
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-3/+2
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-2/+3
* Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-051-1/+1
|\
| * riscv: use strscpy to replace strlcpyJason Wang2021-08-261-1/+1
* | riscv: Fix a number of free'd resources in init_resources()Petr Pavlu2021-08-201-2/+2
|/
* Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-091-15/+3
|\
| * Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-07-011-9/+3
| |\
| | * riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-07-011-9/+3
| * | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-111-5/+0
| * | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-261-1/+0
| |/
* | riscv: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | RISC-V: Fix memblock_free() usages in init_resources()Wende Tan2021-06-021-2/+2
|/
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-061-2/+0