summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel1-49/+0
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel1-72/+0
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel1-5/+4
2019-02-12riscv: use pr_info and friendsJohan Hovold1-3/+3
2019-01-24riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren1-1/+1
2019-01-07arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley1-1/+8
2018-12-17RISC-V: Remove EARLY_PRINTK supportAnup Patel1-28/+0
2018-10-23RISC-V: SMP cleanup and new featuresPalmer Dabbelt1-0/+10
2018-10-23RISC-V: Use Linux logical CPU number instead of hartidAtish Patra1-0/+6
2018-10-23RISC-V: Add logical CPU indexing for RISC-VAtish Patra1-0/+4
2018-10-23RISC-V: Use swiotlb on RV64 onlyZong Li1-0/+3
2018-10-02RISCV: Fix end PFN for low memoryAtish Patra1-1/+1
2018-09-05riscv: Do not overwrite initrd_start and initrd_endGuenter Roeck1-7/+0
2018-08-13RISC-V: Add early printk support via the SBI consolePalmer Dabbelt1-0/+27
2018-07-05riscv: remove unnecessary of_platform_populate callRob Herring1-5/+0
2018-05-19riscv: add swiotlb supportChristoph Hellwig1-0/+2
2018-02-20Rename sbi_save to parse_dtb to improve code readabilityMichael Clark1-1/+1
2018-01-31riscv: add ZONE_DMA32Christoph Hellwig1-0/+9
2018-01-31RISC-V: Remove mem_end command line processingPalmer Dabbelt1-19/+0
2018-01-31RISC-V: Remove duplicate command-line parsing logicMichael Clark1-16/+0
2017-12-11RISC-V: Remove unused CONFIG_HVC_RISCV_SBI codePalmer Dabbelt1-11/+0
2017-11-30RISC-V: Export some expected symbols for modulesOlof Johansson1-0/+2
2017-11-30RISC-V: move empty_zero_page definition to C and export itOlof Johansson1-0/+3
2017-09-27RISC-V: Init and Halt CodePalmer Dabbelt1-0/+257