aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2020-07-29RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt
2020-07-22riscv: use 16KB kernel stack on 64-bitAndreas Schwab
2020-06-30riscv/atomic: Fix sign extension for RV64INathan Huckleberry
2019-08-25riscv: Make __fstate_clean() work correctly.Vincent Chen
2019-05-08riscv: fix accessing 8-byte variable from RV32Alan Kao
2019-04-17riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin
2019-03-13riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti
2019-02-20riscv: Add pte bit to distinguish swap from invalidStefan O'Rear
2018-12-13riscv: fix warning in arch/riscv/include/asm/module.hDavid Abdurachmanov
2018-11-27RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson
2018-09-24RISC-V: include linux/ftrace.h in asm-prototypes.hJames Cowgill
2018-08-28riscv: tlb: Provide definition of tlb_flush() before including tlb.hWill Deacon
2018-08-20RISC-V: Fix sys_riscv_flush_icachePalmer Dabbelt
2018-08-20riscv: Delete asm/compat.hDeepa Dinamani
2018-08-20RISC-V: Don't use a global include guard for uapi/asm/syscalls.hPalmer Dabbelt
2018-08-20RISC-V: Define sys_riscv_flush_icache when SMP=nPalmer Dabbelt
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13RISC-V: Fix !CONFIG_SMP compilation errorAtish Patra
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt
2018-08-13RISC-V: add a definition for the SIE SEIE bitChristoph Hellwig
2018-08-13RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.hChristoph Hellwig
2018-08-13RISC-V: simplify software interrupt / IPI codeChristoph Hellwig
2018-07-25locking/atomics: Rework ordering barriersMark Rutland
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar
2018-07-04RISC-V: Add definiion of extract symbol's index and type for 32-bitZong Li
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/riscv: Define atomic64_fetch_add_unless()Mark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds
2018-06-11RISC-V: Make our port sparse-cleanPalmer Dabbelt
2018-06-09riscv: split the declaration of __copy_userLuc Van Oostenryck
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2018-06-07riscv: use NULL instead of a plain 0Luc Van Oostenryck
2018-06-04perf: riscv: preliminary RISC-V supportAlan Kao
2018-05-19riscv: add swiotlb supportChristoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-04-24riscv: there is no <asm/handle_irq.h>Christoph Hellwig
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-02RISC-V: Fixes to module loadingPalmer Dabbelt
2018-04-02RISC-V: Assorted memory model fixesPalmer Dabbelt
2018-04-02RISC-V: Add definition of relocation typesZong Li
2018-04-02RISC-V: Add section of GOT.PLT for kernel moduleZong Li
2018-04-02RISC-V: Add sections of PLT and GOT for kernel moduleZong Li
2018-04-02riscv/atomic: Strengthen implementations with fencesAndrea Parri
2018-04-02riscv/spinlock: Strengthen implementations with fencesAndrea Parri
2018-04-02riscv/barrier: Define __smp_{store_release,load_acquire}Andrea Parri