aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+0
2019-07-18Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 19-115/+563
2019-07-18riscv: fix build break after macro-to-function conversion in generic cacheflu...Gravatar Paul Walmsley 1-4/+59
2019-07-17riscv: drop unneeded -Wall additionGravatar Masahiro Yamada 1-2/+0
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+0
2019-07-12riscv: switch to generic version of pte allocationGravatar Mike Rapoport 1-27/+2
2019-07-11RISC-V: Add an Image header that boot loader can parse.Gravatar Atish Patra 2-0/+97
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-21/+38
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 2-0/+2
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-09Merge tag 'please-pull-for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2019-07-09RISC-V: Setup initial page tables in two stagesGravatar Anup Patel 6-64/+284
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-10/+11
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-21/+23
2019-07-05bpf, riscv: Enable zext optimization for more RV64G ALU opsGravatar Luke Nelson 1-8/+8
2019-07-04riscv: remove free_initrd_memGravatar Christoph Hellwig 1-5/+0
2019-07-04riscv: ccache: Remove unused variableGravatar Yash Shah 1-4/+7
2019-07-03riscv: Introduce huge page support for 32/64bit kernelGravatar Alexandre Ghiti 6-2/+88
2019-07-01RISC-V: Fix memory reservation in setup_bootmem()Gravatar Anup Patel 1-7/+7
2019-07-01riscv: defconfig: enable SOC_SIFIVEGravatar Loys Ollivier 1-5/+1
2019-07-01riscv: select SiFive platform drivers with SOC_SIFIVEGravatar Loys Ollivier 1-0/+5
2019-07-01arch: riscv: add config option for building SiFive's SoC resourceGravatar Loys Ollivier 3-1/+11
2019-07-01riscv: Remove gate area stubsGravatar Andy Lutomirski 2-23/+0
2019-07-01RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERSGravatar Anup Patel 2-0/+4
2019-06-26riscv: mm: Fix code commentGravatar ShihPo Hung 1-3/+0
2019-06-26riscv: dts: Re-organize the DT nodesGravatar Yash Shah 2-0/+19
2019-06-26RISC-V: defconfig: enable MMC & SPI for RISC-VGravatar Atish Patra 1-0/+5
2019-06-24riscv: add binfmt_flat supportGravatar Christoph Hellwig 2-0/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 12-136/+12
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 12-136/+12
2019-06-20EDAC/sifive: Add EDAC platform driver for SiFive SoCsGravatar Yash Shah 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 11-132/+11
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 75-617/+395
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+24
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-6/+303
2019-06-17riscv: remove unused barrier definesGravatar Rolf Eike Beer 1-5/+0
2019-06-17riscv: mm: synchronize MMU after pte changeGravatar ShihPo Hung 1-0/+13
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 68-611/+68
2019-06-17riscv: dts: add initial board data for the SiFive HiFive UnleashedGravatar Paul Walmsley 2-0/+67
2019-06-17riscv: dts: add initial support for the SiFive FU540-C000 SoCGravatar Paul Walmsley 1-0/+215
2019-06-17arch: riscv: add support for building DTB files from DT source dataGravatar Paul Walmsley 1-0/+2
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-11riscv: Fix udelay in RV32.Gravatar Nick Hu 1-1/+1
2019-06-11riscv: export pm_power_off againGravatar Andreas Schwab 1-0/+1
2019-06-11RISC-V: defconfig: enable clocks, serial consoleGravatar Kevin Hilman 1-0/+4
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGGravatar Masahiro Yamada 1-2/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+24
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-41/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 68-611/+68