summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Setup initial page tables in two stagesAnup Patel2019-07-091-4/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner2019-05-241-14/+1Star
* riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig2019-04-251-2/+4
* RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel2019-03-271-8/+0Star
* RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt2019-03-041-126/+4Star
|\
| * RISC-V: Move setup_vm() to mm/init.cAnup Patel2019-02-211-49/+0Star
| * RISC-V: Move setup_bootmem() to mm/init.cAnup Patel2019-02-211-72/+0Star
| * RISC-V: Setup init_mm before parse_early_param()Anup Patel2019-02-211-5/+4Star
* | arch: riscv: fix logic error in parse_dtbAndreas Schwab2019-03-041-1/+1
* | RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra2019-03-041-9/+0Star
|/
* riscv: use pr_info and friendsJohan Hovold2019-02-121-3/+3
* riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2019-01-241-1/+1
* arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley2019-01-071-1/+8
* RISC-V: Remove EARLY_PRINTK supportAnup Patel2018-12-171-28/+0Star
* RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-231-0/+10
|\
| * RISC-V: Use Linux logical CPU number instead of hartidAtish Patra2018-10-231-0/+6
| * RISC-V: Add logical CPU indexing for RISC-VAtish Patra2018-10-231-0/+4
* | RISC-V: Use swiotlb on RV64 onlyZong Li2018-10-231-0/+3
|/
* RISCV: Fix end PFN for low memoryAtish Patra2018-10-021-1/+1
* riscv: Do not overwrite initrd_start and initrd_endGuenter Roeck2018-09-051-7/+0Star
* RISC-V: Add early printk support via the SBI consolePalmer Dabbelt2018-08-131-0/+27
* riscv: remove unnecessary of_platform_populate callRob Herring2018-07-041-5/+0Star
* riscv: add swiotlb supportChristoph Hellwig2018-05-191-0/+2
* Rename sbi_save to parse_dtb to improve code readabilityMichael Clark2018-02-201-1/+1
* riscv: add ZONE_DMA32Christoph Hellwig2018-01-311-0/+9
* RISC-V: Remove mem_end command line processingPalmer Dabbelt2018-01-311-19/+0Star
* RISC-V: Remove duplicate command-line parsing logicMichael Clark2018-01-311-16/+0Star
* RISC-V: Remove unused CONFIG_HVC_RISCV_SBI codePalmer Dabbelt2017-12-111-11/+0Star
* RISC-V: Export some expected symbols for modulesOlof Johansson2017-11-301-0/+2
* RISC-V: move empty_zero_page definition to C and export itOlof Johansson2017-11-301-0/+3
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-271-0/+257