summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* 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-033-13/+7
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-22/+3
|\
| * PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-6/+1
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-16/+2
* | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \
| * | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
| |/
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-16/+0
|\ \
| * | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-15/+0
| * | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
* | | RISC-V: Select GENERIC_SCHED_CLOCK for clocksource driversAnup Patel2018-12-211-0/+1
* | | RISC-V: lib: minor asm cleanupOlof Johansson2018-12-212-48/+53
* | | RISC-V: Move from EARLY_PRINTK to SBI earlyconPalmer Dabbelt2018-12-213-30/+1
|\ \ \
| * | | RISC-V: Remove EARLY_PRINTK supportAnup Patel2018-12-172-30/+0
| * | | RISC-V: defconfig: Enable RISC-V SBI earlycon supportAnup Patel2018-12-171-0/+1
* | | | RISC-V: Update Kconfig to better handle CMDLINENick Kossifidis2018-12-211-24/+33
* | | | riscv: remove unused variable in ftraceDavid Abdurachmanov2018-12-211-1/+0
* | | | RISC-V: add of_node_put()Yangtao Li2018-12-211-0/+1
* | | | RISC-V: Fix of_node_* refcountAtish Patra2018-12-215-1/+20
* | | | riscv, atomic: Add #define's for the atomic_{cmp,}xchg_*() variantsAndrea Parri2018-12-211-0/+9
|/ / /
* | | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-12/+2
|\ \ \ | |/ / |/| |
| * | riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-12/+2
* | | RISC-V: recognize S/U mode bits in print_isaPatrick Stählin2018-11-201-3/+6
* | | 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: Build flat and compressed kernel imagesAnup Patel2018-11-206-2/+120
* | | RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson2018-11-201-2/+2
|/ /
* | RISC-V: Silence some module warnings on 32-bitOlof Johansson2018-11-121-6/+6
* | RISC-V: lib: Fix build error for 64-bitOlof Johansson2018-11-121-1/+1
* | riscv: add missing vdso_install targetDavid Abdurachmanov2018-11-121-0/+4
* | riscv: fix spacing in struct pt_regsDavid Abdurachmanov2018-11-121-2/+2
* | RISC-V: defconfig: Enable printk timestampsAnup Patel2018-11-121-0/+1
|/
* RISC-V: refresh defconfigAnup Patel2018-11-011-8/+8
* Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-313-7/+5
|\
| * lib: Remove umoddi3 and udivmoddi4Palmer Dabbelt2018-10-311-1/+0
| |\
| | * Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt2018-10-311-1/+0
| * | Move EM_RISCV into elf-em.hPalmer Dabbelt2018-10-311-3/+0
| * | RISC-V: properly determine hardware capsAndreas Schwab2018-10-311-3/+5
| |/
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+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-2527-238/+679
|\|
| * RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-2210-62/+245
| |\
| | * RISC-V: Show IPI statsAnup Patel2018-10-223-7/+49