aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2020-07-16RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2020-06-08riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang
2020-06-08riscv: fix vdso build with lldIlie Halip
2020-05-21riscv: avoid the PIC offset of static percpu data in module beyond 2G limitsVincent Chen
2020-04-16riscv: delete temporary filesIlie Halip
2020-03-20riscv: ftrace: correct the condition logic in function graph tracerZong Li
2019-12-10riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen
2019-12-10riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen
2019-12-10riscv: avoid kernel hangs when trapped in BUG()Vincent Chen
2019-11-25RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt
2019-11-09riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen
2019-08-25riscv: Fix perf record without libelf supportMao Han
2019-08-25riscv: Correct the initialized flow of FP registerVincent Chen
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-11riscv: export pm_power_off againAndreas Schwab
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-16RISC-V: Avoid using invalid intermediate translationsPalmer Dabbelt
2019-05-16riscv: Support BUG() in kernel moduleVincent Chen
2019-05-16riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel
2019-05-16RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel
2019-05-16RISC-V: Fix minor checkpatch issues.Atish Patra
2019-05-16RISC-V: Support nr_cpus command line option.Atish Patra
2019-04-30RISC-V: Implement nosmp commandline option.Atish Patra
2019-04-30RISC-V: Add RISC-V specific arch_match_cpu_phys_idAtish Patra
2019-04-29riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers
2019-04-25riscv: call pm_power_off from machine_halt / machine_power_offChristoph Hellwig
2019-04-25riscv: print the unexpected interrupt causeChristoph Hellwig
2019-04-25riscv: remove duplicate macros from ptrace.hChristoph Hellwig
2019-04-25riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR codeChristoph Hellwig
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
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren
2019-04-14riscv/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds