aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner40-359/+40
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds13-181/+156
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-4/+0
2019-05-16RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah1-0/+16
2019-05-16riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen1-1/+6
2019-05-16riscv: support trap-based WARN()Vincent Chen1-10/+18
2019-05-16riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo1-7/+12
2019-05-16riscv: move switch_mm to its own fileGary Guo1-52/+2
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo1-1/+1
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel3-18/+31
2019-05-16RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel1-4/+17
2019-05-16RISC-V: Use tabs to align macro values in asm/csr.hAnup Patel1-38/+38
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-13/+16
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-04-25riscv: remove duplicate macros from ptrace.hChristoph Hellwig1-15/+6
2019-04-25riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig1-13/+0
2019-04-25riscv: remove unreachable big endian codeChristoph Hellwig2-14/+1
2019-04-25riscv: turn mm_segment_t into a structChristoph Hellwig2-6/+10
2019-04-25riscv: use asm-generic/extable.hChristoph Hellwig2-6/+2
2019-04-08riscv/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon3-14/+16
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-18/+6
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-10/+3
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-10/+3
2019-04-04riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin1-5/+7
2019-04-03asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra1-0/+1
2019-03-28RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC areaAnup Patel1-1/+1
2019-03-26riscv: fix accessing 8-byte variable from RV32Alan Kao1-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-1/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-18/+18
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds3-5/+58
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt2-0/+45
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra1-5/+13
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon1-18/+18
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+1
2019-02-25riscv: Use latest system call ABIArnd Bergmann1-4/+1
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel1-0/+44
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel1-0/+1
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+3
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-02-11riscv: Add pte bit to distinguish swap from invalidStefan O'Rear2-4/+10