summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Make our port sparse-cleanPalmer Dabbelt2018-06-116-9/+14
|\
| * riscv: split the declaration of __copy_userLuc Van Oostenryck2018-06-093-6/+11
| * riscv: no __user for probe_kernel_address()Luc Van Oostenryck2018-06-071-1/+1
| * riscv: use NULL instead of a plain 0Luc Van Oostenryck2018-06-072-2/+2
* | RISC-V: Handle R_RISCV_32 in modulesAndreas Schwab2018-06-111-0/+12
* | riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't setAlan Kao2018-06-111-1/+1
* | riscv: add riscv-specific predefines to CHECKFLAGSLuc Van Oostenryck2018-06-111-0/+3
* | RISC-V: Preliminary Perf SupportPalmer Dabbelt2018-06-045-0/+586
|\ \
| * | perf: riscv: preliminary RISC-V supportAlan Kao2018-06-045-0/+586
| |/
* / riscv: Fix the bug in memory access fixup codeAlan Kao2018-06-041-4/+9
|/
* RISC-V: build vdso-dummy.o with -no-pieAurelien Jarno2018-04-241-1/+1
* riscv: there is no <asm/handle_irq.h>Christoph Hellwig2018-04-241-1/+0
* riscv: select DMA_DIRECT_OPS instead of redefining itChristoph Hellwig2018-04-241-3/+1
* Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-0519-255/+1598
|\
| * RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCEPalmer Dabbelt2018-04-031-2/+2
| * RISC-V: Fixes to module loadingPalmer Dabbelt2018-04-039-6/+470
| |\
| | * RISC-V: Add definition of relocation typesZong Li2018-04-031-0/+7
| | * RISC-V: Enable module support in defconfigZong Li2018-04-031-0/+2
| | * RISC-V: Support SUB32 relocation type in kernel moduleZong Li2018-04-031-0/+8
| | * RISC-V: Support ADD32 relocation type in kernel moduleZong Li2018-04-031-0/+8
| | * RISC-V: Support ALIGN relocation type in kernel moduleZong Li2018-04-031-0/+10
| | * RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li2018-04-031-0/+35
| | * RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li2018-04-031-0/+42
| | * RISC-V: Support CALL relocation type in kernel moduleZong Li2018-04-031-0/+22
| | * RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li2018-04-031-10/+52
| | * RISC-V: Add section of GOT.PLT for kernel moduleZong Li2018-04-033-17/+45
| | * RISC-V: Add sections of PLT and GOT for kernel moduleZong Li2018-04-036-0/+260
| * | RISC-V: Assorted memory model fixesPalmer Dabbelt2018-04-035-234/+630
| |\ \
| | * | riscv/atomic: Strengthen implementations with fencesAndrea Parri2018-04-032-220/+588
| | * | riscv/spinlock: Strengthen implementations with fencesAndrea Parri2018-04-032-14/+27
| | * | riscv/barrier: Define __smp_{store_release,load_acquire}Andrea Parri2018-04-031-0/+15
| | |/
| * | riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportAlan Kao2018-04-032-1/+7
| * | riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportAlan Kao2018-04-034-0/+141
| * | riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportAlan Kao2018-04-032-0/+4
| * | riscv/ftrace: Add dynamic function graph tracer supportAlan Kao2018-04-032-1/+118
| * | riscv/ftrace: Add dynamic function tracer supportAlan Kao2018-04-036-12/+223
| * | riscv/ftrace: Add RECORD_MCOUNT supportAlan Kao2018-04-032-0/+4
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-054-17/+5
|\ \
| * | RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handlerPalmer Dabbelt2018-03-144-17/+5
| |/
* / mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-2/+2
|/
* riscv/barrier: Define __smp_{mb,rmb,wmb}Andrea Parri2018-02-261-3/+3
* Rename sbi_save to parse_dtb to improve code readabilityMichael Clark2018-02-202-2/+2
* RISC-V: Enable IRQ during exception handlingzongbox@gmail.com2018-02-201-2/+3
* riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE selectUlf Magnusson2018-02-201-1/+0
* riscv: kconfig: Remove RISCV_IRQ_INTC selectUlf Magnusson2018-02-201-1/+0
* riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB selectUlf Magnusson2018-02-201-1/+0
* Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds2018-02-0716-76/+248
|\
| * riscv: inline set_pgdir into its only callerChristoph Hellwig2018-01-311-11/+6
| * riscv: rename sptbr to satpChristoph Hellwig2018-01-314-11/+20
| * riscv: don't read back satp in paging_initChristoph Hellwig2018-01-311-2/+0