summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/setup.c
AgeCommit message (Expand)AuthorLines
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley-0/+2
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel-4/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner-14/+1
2019-04-25riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig-2/+4
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel-8/+0
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt-126/+4
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab-1/+1
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra-9/+0
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel-49/+0
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel-72/+0
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel-5/+4
2019-02-11riscv: use pr_info and friendsJohan Hovold-3/+3
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren-1/+1
2019-01-07arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley-1/+8
2018-12-17RISC-V: Remove EARLY_PRINTK supportAnup Patel-28/+0
2018-10-22RISC-V: SMP cleanup and new featuresPalmer Dabbelt-0/+10
2018-10-22RISC-V: Use Linux logical CPU number instead of hartidAtish Patra-0/+6
2018-10-22RISC-V: Add logical CPU indexing for RISC-VAtish Patra-0/+4
2018-10-22RISC-V: Use swiotlb on RV64 onlyZong Li-0/+3
2018-10-02RISCV: Fix end PFN for low memoryAtish Patra-1/+1
2018-09-04riscv: Do not overwrite initrd_start and initrd_endGuenter Roeck-7/+0
2018-08-13RISC-V: Add early printk support via the SBI consolePalmer Dabbelt-0/+27
2018-07-04riscv: remove unnecessary of_platform_populate callRob Herring-5/+0
2018-05-19riscv: add swiotlb supportChristoph Hellwig-0/+2
2018-02-20Rename sbi_save to parse_dtb to improve code readabilityMichael Clark-1/+1
2018-01-30riscv: add ZONE_DMA32Christoph Hellwig-0/+9
2018-01-30RISC-V: Remove mem_end command line processingPalmer Dabbelt-19/+0
2018-01-30RISC-V: Remove duplicate command-line parsing logicMichael Clark-16/+0
2017-12-11RISC-V: Remove unused CONFIG_HVC_RISCV_SBI codePalmer Dabbelt-11/+0
2017-11-30RISC-V: Export some expected symbols for modulesOlof Johansson-0/+2
2017-11-30RISC-V: move empty_zero_page definition to C and export itOlof Johansson-0/+3
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt-0/+257