summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu1-2/+2
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+3
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-9/+3
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-9/+3
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang1-5/+0
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan1-2/+2
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+0
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-2/+0
2021-04-26RISC-V: enable XIPVitaly Wool1-3/+8
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis1-0/+12
2021-04-26RISC-V: Add kdump supportNick Kossifidis1-1/+10
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis1-44/+46
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-1/+6
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+18
2021-02-02RISC-V: Fix .init section permission updateAtish Patra1-1/+3
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-14riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra1-2/+8
2021-01-14riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang1-2/+1
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+175
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra1-0/+12
2020-11-25RISC-V: Initialize SBI earlyAtish Patra1-4/+3
2020-11-25RISC-V: Add missing jump label initializationAnup Patel1-0/+1
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis1-0/+160
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra1-2/+5
2020-10-02RISC-V: Add early ioremap supportAtish Patra1-0/+2
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel1-2/+7
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel1-2/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt1-0/+4
2020-03-31RISC-V: Support cpu hotplugAtish Patra1-1/+18
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra1-0/+5
2020-03-03riscv: force hart_lottery to put in .sdata sectionZong Li1-2/+6
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2020-01-22riscv: Add KASAN supportNick Hu1-0/+5
2020-01-14arch/riscv/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2019-11-17riscv: provide native clint access for M-modeChristoph Hellwig1-0/+2
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley1-0/+2