aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2020-03-03riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsVincent Chen
2020-02-18RISC-V: Don't enable all interrupts in trap_init()Anup Patel
2020-02-18riscv: set pmp configuration if kernel is running in M-modeGreentime Hu
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-22riscv: Add KASAN supportNick Hu
2020-01-18riscv: delete temporary filesIlie Halip
2020-01-15riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu
2020-01-14arch/riscv/setup: Drop dummy_con initializationArvind Sankar
2020-01-12Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-12riscv: Fixup obvious bug for fp-regs resetGuo Ren
2020-01-07riscv: Implement copy_thread_tlsAmanieu d'Antras
2020-01-04riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley
2020-01-03riscv: ftrace: correct the condition logic in function graph tracerZong Li
2019-12-27riscv: reject invalid syscalls below -1David Abdurachmanov
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-20riscv: fix scratch register clearing in M-mode.Greentime Hu
2019-12-08sched/rt, riscv: Use CONFIG_PREEMPTIONThomas Gleixner
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/isa-string' into for-nextPaul Walmsley
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-17riscv: provide native clint access for M-modeChristoph Hellwig
2019-11-13riscv: cleanup the default power off implementationChristoph Hellwig
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig
2019-11-05riscv: enter WFI in default_power_off() if SBI does not shutdownChristoph Hellwig
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-10-29riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov
2019-10-28RISC-V: Remove unsupported isa string info printAtish Patra
2019-10-28riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley
2019-10-28riscv: fp: add missing __user pointer annotationsPaul Walmsley
2019-10-28riscv: add missing header file includesPaul Walmsley
2019-10-28riscv: mark some code and data as file-staticPaul Walmsley
2019-10-28riscv: add prototypes for assembly language functions from head.SPaul Walmsley
2019-10-25riscv: cleanup do_trap_breakChristoph Hellwig
2019-10-18riscv: Use pr_warn instead of pr_warningKefeng Wang
2019-10-14riscv: remove the switch statement in do_trap_break()Vincent Chen
2019-10-09RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider
2019-10-07riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen
2019-10-07riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen
2019-10-07riscv: avoid kernel hangs when trapped in BUG()Vincent Chen