aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds18-206/+1679
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-0/+2
2020-04-03riscv: Add SOC early init supportDamien Le Moal4-0/+36
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal3-4/+395
2020-03-31RISC-V: Support cpu hotplugAtish Patra4-1/+140
2020-03-31RISC-V: Add supported for ordered booting method using HSMAtish Patra6-3/+121
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra1-1/+2
2020-03-31RISC-V: Add cpu_ops and modify default booting methodAtish Patra4-21/+113
2020-03-31RISC-V: Move relocate and few other functions out of __initAtish Patra2-72/+86
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra1-4/+249
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra1-23/+109
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra2-2/+246
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-03-26riscv: patch code by fixmap mappingZong Li1-9/+4
2020-03-26riscv: introduce interfaces to patch kernel codeZong Li2-1/+123
2020-03-26riscv: add macro to get instruction lengthZong Li1-1/+2
2020-03-26riscv: add alignment for text, rodata and data sectionsZong Li1-1/+4
2020-03-26riscv: move exception table immediately after RO_DATAZong Li1-2/+4
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-18riscv: fix the IPI missing issue in nommu modeGreentime Hu1-1/+1
2020-03-16irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offlineAtish Patra1-1/+1
2020-03-05riscv: fix seccomp reject syscall code pathTycho Andersen2-14/+8
2020-03-03RISC-V: Inline the assembly register save/restore macrosPalmer Dabbelt1-82/+61
2020-03-03RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt2-5/+7
2020-03-03RISC-V: Stop putting .sbss in .sdataPalmer Dabbelt1-1/+0
2020-03-03riscv: force hart_lottery to put in .sdata sectionZong Li1-2/+6
2020-03-03riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsVincent Chen1-0/+16
2020-02-18RISC-V: Don't enable all interrupts in trap_init()Anup Patel1-2/+2
2020-02-18riscv: set pmp configuration if kernel is running in M-modeGreentime Hu1-0/+6
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds4-0/+11
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-01-22riscv: Add KASAN supportNick Hu4-0/+11
2020-01-18riscv: delete temporary filesIlie Halip1-1/+2
2020-01-15riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu1-6/+10
2020-01-14arch/riscv/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2020-01-12Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-1/+1
2020-01-12riscv: Fixup obvious bug for fp-regs resetGuo Ren1-1/+1
2020-01-07riscv: Implement copy_thread_tlsAmanieu d'Antras1-3/+3
2020-01-04riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley1-3/+3
2020-01-03riscv: ftrace: correct the condition logic in function graph tracerZong Li1-1/+1
2019-12-27riscv: reject invalid syscalls below -1David Abdurachmanov1-0/+1
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck1-3/+0
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar1-1/+1
2019-12-20riscv: fix scratch register clearing in M-mode.Greentime Hu1-1/+1
2019-12-08sched/rt, riscv: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds18-138/+340
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2