summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0
* 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/+1
| | * | | 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/+0
| |_|/ |/| |
* | | riscv: Add pte bit to distinguish swap from invalidStefan O'Rear2019-02-112-4/+10
|/ /
* | riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti2019-01-251-1/+1
* | RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov2019-01-231-1/+1
|/
* Fix a handful of audit-related issuePalmer Dabbelt2019-01-074-0/+23
|\
| * riscv: define NR_syscalls in unistd.hDavid Abdurachmanov2019-01-071-0/+2
| * riscv: add audit supportDavid Abdurachmanov2019-01-073-0/+21
* | RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li2019-01-071-13/+15
* | arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-27/+0
* | arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* | riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-4/+2
|\ \
| * | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-11/+5
|/ /
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-15/+0
|\ \
| * | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-15/+0
| |/
* / riscv, atomic: Add #define's for the atomic_{cmp,}xchg_*() variantsAndrea Parri2018-12-211-0/+9
|/
* riscv: add asm/unistd.h UAPI headerDavid Abdurachmanov2018-11-202-10/+21
* riscv: fix warning in arch/riscv/include/asm/module.hDavid Abdurachmanov2018-11-201-0/+1
* RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson2018-11-201-2/+2
* riscv: fix spacing in struct pt_regsDavid Abdurachmanov2018-11-121-2/+2
* Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-311-3/+0
|\
| * Move EM_RISCV into elf-em.hPalmer Dabbelt2018-10-311-3/+0
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-257-17/+192
|\|
| * RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-223-15/+50
| |\
| | * RISC-V: Show IPI statsAnup Patel2018-10-221-0/+9
| | * RISC-V: Use Linux logical CPU number instead of hartidAtish Patra2018-10-221-3/+13
| | * RISC-V: Add logical CPU indexing for RISC-VAtish Patra2018-10-221-1/+23
| | * RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt2018-10-221-1/+1
| | * RISC-V: Provide a cleaner raw_smp_processor_id()Palmer Dabbelt2018-10-221-10/+4
| * | riscv: Add support to no-FPU systemsPalmer Dabbelt2018-10-221-1/+11
| |\ \
| | * | Auto-detect whether a FPU existsAlan Kao2018-10-221-4/+4
| | * | Allow to disable FPU supportAlan Kao2018-10-221-0/+10
| | |/
| * | RISC-V: Add futex support.Jim Wilson2018-10-222-1/+128
| * | RISC-V: Add FP register ptrace support for gdb.Jim Wilson2018-10-221-0/+3
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\ \