aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds34-320/+584
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-4/+0
2019-05-16riscv: fix locking violation in page fault handlerAndreas Schwab1-1/+2
2019-05-16RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah3-0/+192
2019-05-16RISC-V: Avoid using invalid intermediate translationsPalmer Dabbelt1-2/+10
2019-05-16riscv: Support BUG() in kernel moduleVincent Chen1-1/+1
2019-05-16riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen2-4/+23
2019-05-16riscv: support trap-based WARN()Vincent Chen1-10/+18
2019-05-16riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo1-7/+12
2019-05-16riscv: move switch_mm to its own fileGary Guo3-52/+72
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo3-50/+62
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel9-48/+57
2019-05-16RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel2-16/+21
2019-05-16RISC-V: Use tabs to align macro values in asm/csr.hAnup Patel1-38/+38
2019-05-16RISC-V: Fix minor checkpatch issues.Atish Patra1-2/+2
2019-05-16RISC-V: Support nr_cpus command line option.Atish Patra1-1/+9
2019-05-14riscv: switch over to generic free_initmem()Mike Rapoport1-5/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-13/+17
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
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-29riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers1-1/+1
2019-04-25riscv: call pm_power_off from machine_halt / machine_power_offChristoph Hellwig1-6/+9
2019-04-25riscv: print the unexpected interrupt causeChristoph Hellwig1-1/+2
2019-04-25riscv: remove duplicate macros from ptrace.hChristoph Hellwig3-21/+12
2019-04-25riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR codeChristoph Hellwig1-4/+0
2019-04-25riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig2-4/+5
2019-04-25riscv: simplify the stack pointer setup in head.SChristoph Hellwig2-7/+1
2019-04-25riscv: clear all pending interrupts when bootingChristoph Hellwig1-1/+2
2019-04-25riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig3-21/+3
2019-04-25riscv: remove unreachable big endian codeChristoph Hellwig2-14/+1
2019-04-25riscv: turn mm_segment_t into a structChristoph Hellwig2-6/+10
2019-04-25riscv: use asm-generic/extable.hChristoph Hellwig2-6/+2
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren1-0/+6
2019-04-14riscv/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-2/+0
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel1-0/+8
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar8-32/+43
2019-04-09RISC-V: Add separate defconfig for 32bit systemsAnup Patel1-0/+84
2019-04-08riscv/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon4-14/+17
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-04-03asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra1-0/+1