aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-20RISC-V: Fix sys_riscv_flush_icacheGravatar Palmer Dabbelt 3-7/+13
2018-08-20riscv: Delete asm/compat.hGravatar Deepa Dinamani 2-29/+1
2018-08-20RISC-V: Don't use a global include guard for uapi/asm/syscalls.hGravatar Palmer Dabbelt 2-5/+13
2018-08-20RISC-V: Define sys_riscv_flush_icache when SMP=nGravatar Palmer Dabbelt 1-2/+0
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-10/+3
2018-08-13RISC-V: Fix !CONFIG_SMP compilation errorGravatar Atish Patra 1-0/+1
2018-08-13clocksource: new RISC-V SBI timer driverGravatar Palmer Dabbelt 1-3/+0
2018-08-13RISC-V: add a definition for the SIE SEIE bitGravatar Christoph Hellwig 1-0/+1
2018-08-13RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.hGravatar Christoph Hellwig 1-4/+0
2018-08-13RISC-V: simplify software interrupt / IPI codeGravatar Christoph Hellwig 2-3/+1
2018-07-25locking/atomics: Rework ordering barriersGravatar Mark Rutland 1-12/+5
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-2/+7
2018-07-04RISC-V: Add definiion of extract symbol's index and type for 32-bitGravatar Zong Li 1-2/+7
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-76/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-46/+0
2018-06-21atomics/riscv: Define atomic64_fetch_add_unless()Gravatar Mark Rutland 1-6/+2
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-0/+1
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalGravatar Mark Rutland 1-7/+0
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsGravatar Mark Rutland 1-9/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-2/+2
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 5-5/+92
2018-06-11RISC-V: Make our port sparse-cleanGravatar Palmer Dabbelt 3-5/+7
2018-06-09riscv: split the declaration of __copy_userGravatar Luc Van Oostenryck 1-3/+5
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 1-3/+0
2018-06-07riscv: use NULL instead of a plain 0Gravatar Luc Van Oostenryck 2-2/+2
2018-06-04perf: riscv: preliminary RISC-V supportGravatar Alan Kao 2-0/+85
2018-05-19riscv: add swiotlb supportGravatar Christoph Hellwig 1-0/+15
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-3/+0
2018-04-24riscv: there is no <asm/handle_irq.h>Gravatar Christoph Hellwig 1-1/+0
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-234/+806
2018-04-02RISC-V: Fixes to module loadingGravatar Palmer Dabbelt 2-0/+120
2018-04-02RISC-V: Assorted memory model fixesGravatar Palmer Dabbelt 5-234/+630
2018-04-02RISC-V: Add definition of relocation typesGravatar Zong Li 1-0/+7
2018-04-02RISC-V: Add section of GOT.PLT for kernel moduleGravatar Zong Li 1-15/+25
2018-04-02RISC-V: Add sections of PLT and GOT for kernel moduleGravatar Zong Li 1-0/+103
2018-04-02riscv/atomic: Strengthen implementations with fencesGravatar Andrea Parri 2-220/+588
2018-04-02riscv/spinlock: Strengthen implementations with fencesGravatar Andrea Parri 2-14/+27
2018-04-02riscv/barrier: Define __smp_{store_release,load_acquire}Gravatar Andrea Parri 1-0/+15
2018-04-02riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS supportGravatar Alan Kao 1-0/+1
2018-04-02riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportGravatar Alan Kao 1-0/+1
2018-04-02riscv/ftrace: Add dynamic function tracer supportGravatar Alan Kao 1-0/+54
2018-03-14RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handlerGravatar Palmer Dabbelt 1-0/+1
2018-02-26riscv/barrier: Define __smp_{mb,rmb,wmb}Gravatar Andrea Parri 1-3/+3
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 6-28/+35
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-38/+1
2018-01-30riscv: inline set_pgdir into its only callerGravatar Christoph Hellwig 1-11/+6
2018-01-30riscv: rename sptbr to satpGravatar Christoph Hellwig 2-8/+13
2018-01-30riscv: remove the unused current_pgdir functionGravatar Christoph Hellwig 1-5/+0
2018-01-30RISC-V: Limit the scope of TLB shootdownsGravatar Andrew Waterman 1-8/+12