summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2019-05-17riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo3-50/+62
2019-05-17RISC-V: Access CSRs using CSR numbersAnup Patel9-48/+57
2019-05-17RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel2-16/+21
2019-05-17RISC-V: Use tabs to align macro values in asm/csr.hAnup Patel1-38/+38
2019-05-17RISC-V: Fix minor checkpatch issues.Atish Patra1-2/+2
2019-05-17RISC-V: Support nr_cpus command line option.Atish Patra1-1/+9
2019-04-30RISC-V: Implement nosmp commandline option.Atish Patra1-1/+11
2019-04-30RISC-V: Add RISC-V specific arch_match_cpu_phys_idAtish Patra2-2/+7
2019-04-30riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-1/+1
2019-04-26riscv: call pm_power_off from machine_halt / machine_power_offChristoph Hellwig1-6/+9
2019-04-26riscv: print the unexpected interrupt causeChristoph Hellwig1-1/+2
2019-04-26riscv: remove duplicate macros from ptrace.hChristoph Hellwig3-21/+12
2019-04-26riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR codeChristoph Hellwig1-4/+0
2019-04-26riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig2-4/+5
2019-04-26riscv: simplify the stack pointer setup in head.SChristoph Hellwig2-7/+1
2019-04-26riscv: clear all pending interrupts when bootingChristoph Hellwig1-1/+2
2019-04-26riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig3-21/+3
2019-04-26riscv: remove unreachable big endian codeChristoph Hellwig2-14/+1
2019-04-26riscv: turn mm_segment_t into a structChristoph Hellwig2-6/+10
2019-04-26riscv: use asm-generic/extable.hChristoph Hellwig2-6/+2
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren1-0/+6
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel1-0/+8
2019-04-09RISC-V: Add separate defconfig for 32bit systemsAnup Patel1-0/+84
2019-04-06Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-18/+6
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-10/+3
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-10/+3
2019-04-04riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin1-5/+7
2019-03-29RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches1-1/+1
2019-03-29RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC areaAnup Patel1-1/+1
2019-03-27RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel4-11/+34
2019-03-27riscv: fix accessing 8-byte variable from RV32Alan Kao1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-1/+0
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-18/+18
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-193/+287
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2019-03-06riscv/vdso: don't clear PG_reservedDavid Hildenbrand1-1/+0
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-1/+1605
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt6-128/+208
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-04RISC-V: Assign hwcap as per comman capabilities.Atish Patra1-19/+22
2019-03-04RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra1-0/+5
2019-03-04RISC-V: Allow hartid-to-cpuid function to fail.Atish Patra1-1/+0
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra1-4/+0
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra3-14/+22
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra1-3/+12
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon1-18/+18
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2-0/+3