summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-0540-359/+40Star
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1Star
* Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-191-4/+0Star
|\
| * arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-4/+0Star
* | Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1913-181/+156Star
|\ \ | |/ |/|
| * RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah2019-05-171-0/+16
| * riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen2019-05-171-1/+6
| * riscv: support trap-based WARN()Vincent Chen2019-05-171-10/+18
| * riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo2019-05-171-7/+12
| * riscv: move switch_mm to its own fileGary Guo2019-05-171-52/+2Star
| * riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo2019-05-171-1/+1
| * RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-173-18/+31
| * RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel2019-05-171-4/+17
| * RISC-V: Use tabs to align macro values in asm/csr.hAnup Patel2019-05-171-38/+38
| * riscv: remove duplicate macros from ptrace.hChristoph Hellwig2019-04-251-15/+6Star
| * riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig2019-04-251-13/+0Star
| * riscv: remove unreachable big endian codeChristoph Hellwig2019-04-252-14/+1Star
| * riscv: turn mm_segment_t into a structChristoph Hellwig2019-04-252-6/+10
| * riscv: use asm-generic/extable.hChristoph Hellwig2019-04-252-6/+2Star
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-1/+1
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-13/+16
|\ \ \
| * | | riscv/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon2019-04-083-14/+16
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| |/ /
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-0/+1
|\ \ \ | |_|/ |/| |
| * | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra2019-04-031-0/+1
| |/
* | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-061-18/+6Star
|\ \
| * | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-10/+3Star
| * | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-10/+3Star
| * | riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin2019-04-041-5/+7
| |/
* | RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC areaAnup Patel2019-03-291-1/+1
* | riscv: fix accessing 8-byte variable from RV32Alan Kao2019-03-271-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-18/+18
|\
| * riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon2019-02-281-18/+18
* | Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-073-5/+58
|\ \
| * \ RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt2019-03-042-0/+45
| |\ \
| | * | RISC-V: Implement compile-time fixed mappingsAnup Patel2019-02-211-0/+44
| | * | RISC-V: Move setup_bootmem() to mm/init.cAnup Patel2019-02-211-0/+1
| * | | RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra2019-03-041-5/+13
| |/ /
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+1
|\ \ \
| * \ \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \ \
| | * | | riscv: Use latest system call ABIArnd Bergmann2019-02-251-4/+1Star
| | * | | asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+3
| | * | | asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
| | | |/ | | |/|
* | | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
| |_|/ |/| |
* | | riscv: Add pte bit to distinguish swap from invalidStefan O'Rear2019-02-122-4/+10
|/ /