aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-08-20RISC-V: Define sys_riscv_flush_icache when SMP=nGravatar Palmer Dabbelt 1-2/+10
2018-08-13RISC-V: Fix !CONFIG_SMP compilation errorGravatar Atish Patra 1-1/+0
2018-08-13RISC-V: Add the directive for alignment of stvec's valueGravatar Zong Li 1-0/+2
2018-08-13clocksource: new RISC-V SBI timer driverGravatar Palmer Dabbelt 3-9/+4
2018-08-13RISC-V: implement low-level interrupt handlingGravatar Christoph Hellwig 2-11/+45
2018-08-13RISC-V: simplify software interrupt / IPI codeGravatar Christoph Hellwig 1-4/+2
2018-08-13RISC-V: remove timer leftoversGravatar Christoph Hellwig 1-21/+0
2018-08-13RISC-V: Add early printk support via the SBI consoleGravatar Palmer Dabbelt 1-0/+27
2018-08-13RISC-V: Don't increment sepc after breakpoint.Gravatar Jim Wilson 1-1/+0
2018-08-13RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSOGravatar Palmer Dabbelt 1-2/+2
2018-07-04RISC-V: Fix the rv32i kernel buildGravatar Palmer Dabbelt 1-11/+11
2018-07-04RISC-V: Fix PTRACE_SETREGSET bug.Gravatar Jim Wilson 1-1/+1
2018-07-04RISC-V: Don't include irq-riscv-intc.hGravatar Palmer Dabbelt 1-4/+0
2018-07-04riscv: remove unnecessary of_platform_populate callGravatar Rob Herring 1-5/+0
2018-07-04RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocationsGravatar Andreas Schwab 1-2/+2
2018-07-04RISC-V: Change variable type for 32-bit compatibleGravatar Zong Li 1-11/+11
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 6-3/+503
2018-06-11RISC-V: Make our port sparse-cleanGravatar Palmer Dabbelt 2-2/+3
2018-06-11RISC-V: Handle R_RISCV_32 in modulesGravatar Andreas Schwab 1-0/+12
2018-06-11riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't setGravatar Alan Kao 1-1/+1
2018-06-09riscv: split the declaration of __copy_userGravatar Luc Van Oostenryck 1-1/+2
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+0
2018-06-07riscv: no __user for probe_kernel_address()Gravatar Luc Van Oostenryck 1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+2
2018-06-04perf: riscv: preliminary RISC-V supportGravatar Alan Kao 2-0/+487
2018-05-19riscv: add swiotlb supportGravatar Christoph Hellwig 1-0/+2
2018-05-17drivers: base: cacheinfo: setup DT cache properties earlyGravatar Jeremy Linton 1-1/+0
2018-04-25signal/riscv: Replace do_trap_siginfo with force_sig_faultGravatar Eric W. Biederman 1-8/+2
2018-04-25signal/riscv: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2018-04-24RISC-V: build vdso-dummy.o with -no-pieGravatar Aurelien Jarno 1-1/+1
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-19/+772
2018-04-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-17/+3
2018-04-02RISC-V: Fixes to module loadingGravatar Palmer Dabbelt 4-6/+338
2018-04-02RISC-V: Support SUB32 relocation type in kernel moduleGravatar Zong Li 1-0/+8
2018-04-02RISC-V: Support ADD32 relocation type in kernel moduleGravatar Zong Li 1-0/+8
2018-04-02RISC-V: Support ALIGN relocation type in kernel moduleGravatar Zong Li 1-0/+10
2018-04-02RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqGravatar Zong Li 1-0/+35
2018-04-02RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleGravatar Zong Li 1-0/+42
2018-04-02RISC-V: Support CALL relocation type in kernel moduleGravatar Zong Li 1-0/+22
2018-04-02RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleGravatar Zong Li 1-10/+52
2018-04-02RISC-V: Add section of GOT.PLT for kernel moduleGravatar Zong Li 2-2/+20
2018-04-02RISC-V: Add sections of PLT and GOT for kernel moduleGravatar Zong Li 3-0/+147
2018-04-02riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR supportGravatar Alan Kao 2-1/+7
2018-04-02riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportGravatar Alan Kao 2-0/+139
2018-04-02riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportGravatar Alan Kao 1-0/+3
2018-04-02riscv/ftrace: Add dynamic function graph tracer supportGravatar Alan Kao 2-1/+118
2018-04-02riscv/ftrace: Add dynamic function tracer supportGravatar Alan Kao 4-12/+168
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Gravatar Dominik Brodowski 1-2/+2
2018-03-14RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handlerGravatar Palmer Dabbelt 2-17/+3