summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/head.S
AgeCommit message (Expand)Author
2020-11-05riscv: Set text_offset correctly for M-ModeSean Anderson
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-09-15RISC-V: Fix duplicate included thread_info.hTian Tao
2020-08-14riscv: Setup exception vector for nommu platformQiu Wenbo
2020-07-30RISC-V: Setup exception vector earlyAtish Patra
2020-05-18RISC-V: Skip setting up PMPs on trapsPalmer Dabbelt
2020-04-03riscv: Add SOC early init supportDamien Le Moal
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra
2020-03-31RISC-V: Move relocate and few other functions out of __initAtish Patra
2020-02-18riscv: set pmp configuration if kernel is running in M-modeGreentime Hu
2020-01-22riscv: Add KASAN supportNick Hu
2020-01-15riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu
2020-01-12riscv: Fixup obvious bug for fp-regs resetGuo Ren
2019-12-20riscv: fix scratch register clearing in M-mode.Greentime Hu
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-17riscv: clear the instruction cache and all registers when bootingChristoph Hellwig
2019-11-17riscv: read the hart ID from mhartid on bootDamien Le Moal
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-09-20arch/riscv: disable excess harts before picking main boot hartXiang Wang
2019-09-16Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2019-07-11RISC-V: Add an Image header that boot loader can parse.Atish Patra
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-16RISC-V: Avoid using invalid intermediate translationsPalmer Dabbelt
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel
2019-04-25riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig
2019-04-25riscv: simplify the stack pointer setup in head.SChristoph Hellwig
2019-04-25riscv: clear all pending interrupts when bootingChristoph Hellwig
2018-11-20RISC-V: Build flat and compressed kernel imagesAnup Patel
2018-10-22RISC-V: Use Linux logical CPU number instead of hartidAtish Patra
2018-08-13RISC-V: Add the directive for alignment of stvec's valueZong Li
2018-02-20Rename sbi_save to parse_dtb to improve code readabilityMichael Clark
2018-01-30riscv: rename sptbr to satpChristoph Hellwig
2017-11-30RISC-V: move empty_zero_page definition to C and export itOlof Johansson
2017-09-26RISC-V: Init and Halt CodePalmer Dabbelt