summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* RISC-V: Avoid using invalid intermediate translationsPalmer Dabbelt2019-05-161-2/+10
* RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-161-8/+8
* riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig2019-04-251-2/+1
* riscv: simplify the stack pointer setup in head.SChristoph Hellwig2019-04-251-4/+1
* riscv: clear all pending interrupts when bootingChristoph Hellwig2019-04-251-1/+2
* RISC-V: Build flat and compressed kernel imagesAnup Patel2018-11-201-0/+10
* RISC-V: Use Linux logical CPU number instead of hartidAtish Patra2018-10-221-1/+3
* RISC-V: Add the directive for alignment of stvec's valueZong Li2018-08-131-0/+2
* Rename sbi_save to parse_dtb to improve code readabilityMichael Clark2018-02-201-1/+1
* riscv: rename sptbr to satpChristoph Hellwig2018-01-301-3/+3
* RISC-V: move empty_zero_page definition to C and export itOlof Johansson2017-11-301-3/+0
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-261-0/+157