summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Add an Image header that boot loader can parse.Atish Patra2019-07-111-0/+32
* RISC-V: Setup initial page tables in two stagesAnup Patel2019-07-091-8/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1Star
* RISC-V: Avoid using invalid intermediate translationsPalmer Dabbelt2019-05-171-2/+10
* RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-171-8/+8
* riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig2019-04-251-2/+1Star
* riscv: simplify the stack pointer setup in head.SChristoph Hellwig2019-04-251-4/+1Star
* 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-231-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-311-3/+3
* RISC-V: move empty_zero_page definition to C and export itOlof Johansson2017-11-301-3/+0Star
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-271-0/+157