summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-05riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-01-18riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2022-06-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap1-0/+2
2021-11-06arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2021-05-22riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-2/+12
2021-02-23riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2020-11-05riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li1-0/+3
2020-10-01RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt1-0/+7
2020-07-29RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt1-1/+9
2020-07-22riscv: use 16KB kernel stack on 64-bitAndreas Schwab1-0/+4
2020-07-01riscv/atomic: Fix sign extension for RV64INathan Huckleberry1-4/+4
2019-08-25riscv: Make __fstate_clean() work correctly.Vincent Chen1-1/+1
2019-05-08riscv: fix accessing 8-byte variable from RV32Alan Kao1-1/+1
2019-04-17riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin1-5/+7
2019-03-14riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti1-1/+1
2019-02-20riscv: Add pte bit to distinguish swap from invalidStefan O'Rear2-4/+10
2018-12-13riscv: fix warning in arch/riscv/include/asm/module.hDavid Abdurachmanov1-0/+1
2018-11-27RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson1-2/+2
2018-09-24RISC-V: include linux/ftrace.h in asm-prototypes.hJames Cowgill1-0/+7
2018-08-28riscv: tlb: Provide definition of tlb_flush() before including tlb.hWill Deacon1-0/+4
2018-08-20RISC-V: Fix sys_riscv_flush_icachePalmer Dabbelt3-7/+13
2018-08-20riscv: Delete asm/compat.hDeepa Dinamani2-29/+1
2018-08-20RISC-V: Don't use a global include guard for uapi/asm/syscalls.hPalmer Dabbelt2-5/+13
2018-08-20RISC-V: Define sys_riscv_flush_icache when SMP=nPalmer Dabbelt1-2/+0
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-10/+3
2018-08-13RISC-V: Fix !CONFIG_SMP compilation errorAtish Patra1-0/+1
2018-08-13clocksource: new RISC-V SBI timer driverPalmer Dabbelt1-3/+0
2018-08-13RISC-V: add a definition for the SIE SEIE bitChristoph Hellwig1-0/+1
2018-08-13RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.hChristoph Hellwig1-4/+0
2018-08-13RISC-V: simplify software interrupt / IPI codeChristoph Hellwig2-3/+1
2018-07-25locking/atomics: Rework ordering barriersMark Rutland1-12/+5
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar1-2/+7
2018-07-04RISC-V: Add definiion of extract symbol's index and type for 32-bitZong Li1-2/+7
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-76/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-46/+0
2018-06-21atomics/riscv: Define atomic64_fetch_add_unless()Mark Rutland1-6/+2
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-7/+0
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland1-9/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-06-16Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds5-5/+92
2018-06-11RISC-V: Make our port sparse-cleanPalmer Dabbelt3-5/+7
2018-06-09riscv: split the declaration of __copy_userLuc Van Oostenryck1-3/+5
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0
2018-06-07riscv: use NULL instead of a plain 0Luc Van Oostenryck2-2/+2
2018-06-05perf: riscv: preliminary RISC-V supportAlan Kao2-0/+85
2018-05-19riscv: add swiotlb supportChristoph Hellwig1-0/+15
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-3/+0
2018-04-24riscv: there is no <asm/handle_irq.h>Christoph Hellwig1-1/+0
2018-04-05Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-234/+806