summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | riscv: clear the instruction cache and all registers when bootingChristoph Hellwig2019-11-171-1/+87
| | * | riscv: read the hart ID from mhartid on bootDamien Le Moal2019-11-171-0/+8
| | * | riscv: provide native clint access for M-modeChristoph Hellwig2019-11-175-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-221-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-251-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-251-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-091-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
* | arch/riscv: disable excess harts before picking main boot hartXiang Wang2019-09-201-3/+5
* | Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-168-35/+187
|\ \
| * | riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig2019-09-051-0/+1
| * | riscv: optimize send_ipi_singleChristoph Hellwig2019-09-051-1/+7
| * | riscv: cleanup send_ipi_maskChristoph Hellwig2019-09-051-9/+7
| * | riscv: refactor the IPI codeChristoph Hellwig2019-09-051-24/+31
| * | riscv: Add support for perf registers samplingMao Han2019-09-052-0/+45
| * | riscv: Add perf callchain supportMao Han2019-09-043-3/+98
| * | riscv: Using CSR numbers to access CSRsBin Meng2019-08-303-8/+8
| * | Merge tag 'common/for-v5.4-rc1/cpu-topology' into for-v5.4-rc1-branchPaul Walmsley2019-08-301-0/+3
| |\ \
* | \ \ Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+3
|\ \ \ \
| * \ \ \ Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon2019-08-141-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | RISC-V: Parse cpu topology during boot.Atish Patra2019-07-221-0/+3
* | | | | riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley2019-09-131-2/+2
| |_|/ / |/| | |
* | | | riscv: Correct the initialized flow of FP registerVincent Chen2019-08-141-2/+9
|/ / /
* / / riscv: Fix perf record without libelf supportMao Han2019-07-311-1/+1
|/ /
* | Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-183-31/+43
|\ \ | |/ |/|
| * 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-092-12/+11
| * riscv: Remove gate area stubsAndy Lutomirski2019-07-011-19/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-6/+7
|\ \ | |/ |/|