aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-24riscv: there is no <asm/handle_irq.h>Christoph Hellwig1-1/+0
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds8-234/+806
2018-04-02RISC-V: Fixes to module loadingPalmer Dabbelt2-0/+120
2018-04-02RISC-V: Assorted memory model fixesPalmer Dabbelt5-234/+630
2018-04-02RISC-V: Add definition of relocation typesZong Li1-0/+7
2018-04-02RISC-V: Add section of GOT.PLT for kernel moduleZong Li1-15/+25
2018-04-02RISC-V: Add sections of PLT and GOT for kernel moduleZong Li1-0/+103
2018-04-02riscv/atomic: Strengthen implementations with fencesAndrea Parri2-220/+588
2018-04-02riscv/spinlock: Strengthen implementations with fencesAndrea Parri2-14/+27
2018-04-02riscv/barrier: Define __smp_{store_release,load_acquire}Andrea Parri1-0/+15
2018-04-02riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportAlan Kao1-0/+1
2018-04-02riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportAlan Kao1-0/+1
2018-04-02riscv/ftrace: Add dynamic function tracer supportAlan Kao1-0/+54
2018-03-14RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handlerPalmer Dabbelt1-0/+1
2018-02-26riscv/barrier: Define __smp_{mb,rmb,wmb}Andrea Parri1-3/+3
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds6-28/+35
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-38/+1
2018-01-30riscv: inline set_pgdir into its only callerChristoph Hellwig1-11/+6
2018-01-30riscv: rename sptbr to satpChristoph Hellwig2-8/+13
2018-01-30riscv: remove the unused current_pgdir functionChristoph Hellwig1-5/+0
2018-01-30RISC-V: Limit the scope of TLB shootdownsAndrew Waterman1-8/+12
2018-01-30riscv: remove unused __ARCH_HAVE_MMU defineTobias Klauser1-1/+0
2018-01-30riscv/ftrace: Add basic supportAlan Kao2-1/+10
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+0
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig2-30/+1
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-2/+0
2018-01-09riscv: remove the unused dma_capable helperChristoph Hellwig1-8/+0
2018-01-07riscv: rename SR_* constants to match the specChristoph Hellwig3-10/+10
2018-01-07riscv: remove CONFIG_MMU ifdefsChristoph Hellwig4-24/+0
2018-01-07RISC-V: Make __NR_riscv_flush_icache visible to userspacePalmer Dabbelt3-28/+27
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-12-11RISC-V: Resurrect smp_mb__after_spinlock()Palmer Dabbelt1-0/+19
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-12-01RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt6-17/+22
2017-12-01RISC-V: __io_writes should respect the length argumentPalmer Dabbelt1-1/+1
2017-12-01RISC-V: User-Visible ChangesPalmer Dabbelt7-30/+140
2017-12-01RISC-V: __io_writes should respect the length argumentPalmer Dabbelt1-1/+1
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman3-0/+38
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman5-30/+102
2017-11-30RISC-V: Add missing includeOlof Johansson1-0/+1
2017-11-30RISC-V: Use define for get_cycles like other architecturesOlof Johansson1-1/+2
2017-11-30RISC-V: io.h: type fixes for warningsOlof Johansson1-7/+9
2017-11-30RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macrosOlof Johansson2-9/+9
2017-11-30RISC-V: use generic serial.hOlof Johansson1-0/+1
2017-11-28RISC-V: remove spin_unlock_wait()Palmer Dabbelt1-9/+0
2017-11-28RISC-V: `sfence.vma` orderes the instruction cachePalmer Dabbelt1-1/+4
2017-11-28RISC-V: Add READ_ONCE in arch_spin_is_locked()Palmer Dabbelt1-1/+1
2017-11-28RISC-V: __test_and_op_bit_ord should be strongly orderedPalmer Dabbelt1-1/+1
2017-11-28RISC-V: Remove smb_mb__{before,after}_spinlock()Palmer Dabbelt1-8/+0