aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada
2019-05-16riscv: fix locking violation in page fault handlerAndreas Schwab
2019-05-16RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah
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: support trap-based WARN()Vincent Chen
2019-05-16riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo
2019-05-16riscv: move switch_mm to its own fileGary Guo
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: Use tabs to align macro values 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-05-14riscv: switch over to generic free_initmem()Mike Rapoport
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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: remove CONFIG_RISCV_ISA_AChristoph Hellwig
2019-04-25riscv: remove unreachable big endian codeChristoph Hellwig
2019-04-25riscv: turn mm_segment_t into a structChristoph Hellwig
2019-04-25riscv: use asm-generic/extable.hChristoph Hellwig
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren
2019-04-14riscv/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-09RISC-V: Add separate defconfig for 32bit systemsAnup Patel
2019-04-08riscv/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin