summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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-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-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel
2019-04-09RISC-V: Add separate defconfig for 32bit systemsAnup Patel
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
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches
2019-03-28RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC areaAnup Patel
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel
2019-03-26riscv: fix accessing 8-byte variable from RV32Alan Kao
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
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
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-04RISC-V: Assign hwcap as per comman capabilities.Atish Patra
2019-03-04RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra
2019-03-04RISC-V: Allow hartid-to-cpuid function to fail.Atish Patra
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner