summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-314-0/+11
|\
| * riscv: Add KASAN supportNick Hu2020-01-224-0/+11
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+0
|\ \
| * | arch/riscv/setup: Drop dummy_con initializationArvind Sankar2020-01-141-4/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-1/+1
| |\ \
| * | | sched/rt, riscv: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
* | | | riscv: delete temporary filesIlie Halip2020-01-181-1/+2
* | | | riscv: make sure the cores stay looping in .Lsecondary_parkGreentime Hu2020-01-161-6/+10
| |_|/ |/| |
* | | Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-131-1/+1
|\ \ \
| * | | riscv: Fixup obvious bug for fp-regs resetGuo Ren2020-01-121-1/+1
* | | | riscv: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
|/ / /
* | | riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-051-3/+3
* | | riscv: ftrace: correct the condition logic in function graph tracerZong Li2020-01-031-1/+1
* | | riscv: reject invalid syscalls below -1David Abdurachmanov2019-12-281-0/+1
* | | riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2019-12-281-3/+0
| |/ |/|
* | riscv: fix scratch register clearing in M-mode.Greentime Hu2019-12-201-1/+1
|/
* Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-011-1/+1
|\
* \ Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-2718-138/+340
|\ \
| * \ Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-2316-94/+302
| |\ \
| | * | riscv: add nommu supportChristoph Hellwig2019-11-184-3/+34
| | * | riscv: clear the instruction cache and all registers when bootingChristoph Hellwig2019-11-181-1/+87
| | * | riscv: read the hart ID from mhartid on bootDamien Le Moal2019-11-181-0/+8
| | * | riscv: provide native clint access for M-modeChristoph Hellwig2019-11-185-3/+64
| | * | riscv: cleanup the default power off implementationChristoph Hellwig2019-11-133-2/+18
| | * | riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-0510-86/+91
| | * | riscv: enter WFI in default_power_off() if SBI does not shutdownChristoph Hellwig2019-11-051-1/+2
| * | | Merge branch 'next/isa-string' into for-nextPaul Walmsley2019-11-231-42/+3
| |\ \ \
| | * | | RISC-V: Remove unsupported isa string info printAtish Patra2019-10-281-42/+3
| * | | | riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov2019-10-292-2/+35
| | |/ / | |/| |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-3/+2
|\ \ \ \
| * | | | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | | | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
| * | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
* | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-261-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | riscv: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* | | | | riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley2019-10-285-8/+8
* | | | | riscv: fp: add missing __user pointer annotationsPaul Walmsley2019-10-281-2/+2
* | | | | riscv: add missing header file includesPaul Walmsley2019-10-2810-0/+12
* | | | | riscv: mark some code and data as file-staticPaul Walmsley2019-10-281-1/+1
* | | | | riscv: add prototypes for assembly language functions from head.SPaul Walmsley2019-10-283-0/+25
| |_|/ / |/| | |
* | | | riscv: cleanup do_trap_breakChristoph Hellwig2019-10-261-20/+6
* | | | riscv: remove the switch statement in do_trap_break()Vincent Chen2019-10-141-11/+11
* | | | RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider2019-10-101-2/+1
* | | | riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen2019-10-071-3/+3
* | | | riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen2019-10-071-1/+1
* | | | riscv: avoid kernel hangs when trapped in BUG()Vincent Chen2019-10-071-3/+3
| |_|/ |/| |
* | | RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt2019-10-011-1/+20
| |/ |/|
* | riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen2019-09-201-1/+5
* | RISC-V: Export kernel symbols for kvmAtish Patra2019-09-202-0/+2