aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-27/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada1-25/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds3-13/+7
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-22/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-16/+0
2018-12-21RISC-V: Select GENERIC_SCHED_CLOCK for clocksource driversAnup Patel1-0/+1
2018-12-21RISC-V: lib: minor asm cleanupOlof Johansson2-48/+53
2018-12-21RISC-V: Move from EARLY_PRINTK to SBI earlyconPalmer Dabbelt3-30/+1
2018-12-21RISC-V: Update Kconfig to better handle CMDLINENick Kossifidis1-24/+33
2018-12-21riscv: remove unused variable in ftraceDavid Abdurachmanov1-1/+0
2018-12-21RISC-V: add of_node_put()Yangtao Li1-0/+1
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra5-1/+20
2018-12-21riscv, atomic: Add #define's for the atomic_{cmp,}xchg_*() variantsAndrea Parri1-0/+9
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-17RISC-V: Remove EARLY_PRINTK supportAnup Patel2-30/+0
2018-12-17RISC-V: defconfig: Enable RISC-V SBI earlycon supportAnup Patel1-0/+1
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-15/+0
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-12/+2
2018-11-27riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig1-6/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-16/+2
2018-11-20RISC-V: recognize S/U mode bits in print_isaPatrick Stählin1-3/+6
2018-11-20riscv: add asm/unistd.h UAPI headerDavid Abdurachmanov2-10/+21
2018-11-20riscv: fix warning in arch/riscv/include/asm/module.hDavid Abdurachmanov1-0/+1
2018-11-20RISC-V: Build flat and compressed kernel imagesAnup Patel6-2/+120
2018-11-20RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson1-2/+2
2018-11-12RISC-V: Silence some module warnings on 32-bitOlof Johansson1-6/+6
2018-11-12RISC-V: lib: Fix build error for 64-bitOlof Johansson1-1/+1
2018-11-12riscv: add missing vdso_install targetDavid Abdurachmanov1-0/+4
2018-11-12riscv: fix spacing in struct pt_regsDavid Abdurachmanov1-2/+2
2018-11-12RISC-V: defconfig: Enable printk timestampsAnup Patel1-0/+1
2018-11-01RISC-V: refresh defconfigAnup Patel1-8/+8
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds3-7/+5
2018-10-31lib: Remove umoddi3 and udivmoddi4Palmer Dabbelt1-1/+0
2018-10-31Move EM_RISCV into elf-em.hPalmer Dabbelt1-3/+0
2018-10-31RISC-V: properly determine hardware capsAndreas Schwab1-3/+5
2018-10-31Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-25Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds27-238/+679
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-24/+1