aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 9-19/+73
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-1/+1
2019-09-24riscv: make mmap allocation top-down by defaultGravatar Alexandre Ghiti 1-0/+12
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-5/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-4/+0
2019-09-20riscv: Avoid interrupts being erroneously enabled in handle_exception()Gravatar Vincent Chen 1-1/+5
2019-09-20riscv: dts: sifive: Drop "clock-frequency" property of cpu nodesGravatar Bin Meng 1-3/+0
2019-09-20riscv: dts: sifive: Add ethernet0 to the aliases nodeGravatar Bin Meng 1-0/+1
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-1/+2
2019-09-20RISC-V: Export kernel symbols for kvmGravatar Atish Patra 2-0/+2
2019-09-20arch/riscv: disable excess harts before picking main boot hartGravatar Xiang Wang 1-3/+5
2019-09-19RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfigGravatar Anup Patel 2-0/+22
2019-09-19RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=yGravatar Greentime Hu 1-12/+12
2019-09-19riscv: dts: Add DT support for SiFive FU540 PWM driverGravatar Yash Shah 2-0/+26
2019-09-16Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 24-110/+369
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-0/+4
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerGravatar Paul Walmsley 2-8/+8
2019-09-05riscv: move the TLB flush logic out of lineGravatar Christoph Hellwig 3-30/+45
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsGravatar Christoph Hellwig 1-23/+21
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskGravatar Christoph Hellwig 4-8/+1
2019-09-05riscv: optimize send_ipi_singleGravatar Christoph Hellwig 1-1/+7
2019-09-05riscv: cleanup send_ipi_maskGravatar Christoph Hellwig 1-9/+7
2019-09-05riscv: refactor the IPI codeGravatar Christoph Hellwig 1-24/+31
2019-09-05riscv: Add support for perf registers samplingGravatar Mao Han 4-0/+89
2019-09-04riscv: Add perf callchain supportGravatar Mao Han 4-3/+101
2019-08-30riscv: add arch/riscv/KbuildGravatar Masahiro Yamada 2-1/+4
2019-08-30RISC-V: Implement sparsememGravatar Logan Gunthorpe 5-0/+57
2019-08-30riscv: Using CSR numbers to access CSRsGravatar Bin Meng 6-21/+16
2019-08-30Merge tag 'common/for-v5.4-rc1/cpu-topology' into for-v5.4-rc1-branchGravatar Paul Walmsley 2-0/+4
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsGravatar Anup Patel 2-6/+10
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSGravatar Masahiro Yamada 1-0/+1
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-1/+1
2019-08-14riscv: Make __fstate_clean() work correctly.Gravatar Vincent Chen 1-1/+1
2019-08-14riscv: Correct the initialized flow of FP registerGravatar Vincent Chen 2-2/+15
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Gravatar Will Deacon 2-0/+4
2019-08-13riscv: defconfig: Update the defconfigGravatar Alistair Francis 1-0/+2
2019-08-13riscv: rv32_defconfig: Update the defconfigGravatar Alistair Francis 1-0/+3
2019-08-13riscv: fix flush_tlb_range() end address for flush_tlb_page()Gravatar Paul Walmsley 1-2/+9
2019-08-08RISC-V: Remove udivdi3Gravatar Palmer Dabbelt 2-34/+0
2019-08-08riscv: delay: use do_div() instead of __udivdi3()Gravatar Paul Walmsley 1-1/+5
2019-07-31riscv: defconfig: align RV64 defconfig to the output of "make savedefconfig"Gravatar Paul Walmsley 1-5/+5
2019-07-31riscv: dts: fu540-c000: drop "timebase-frequency"Gravatar Paul Walmsley 1-1/+0
2019-07-31riscv: Fix perf record without libelf supportGravatar Mao Han 1-1/+1
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 7-7/+7
2019-07-25Merge tag 'riscv/for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-0/+26
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersGravatar Masahiro Yamada 7-7/+7
2019-07-22riscv: dts: Add DT node for SiFive FU540 Ethernet controller driverGravatar Yash Shah 2-0/+24
2019-07-22riscv: include generic support for MSI irqdomainsGravatar Wesley Terpstra 1-0/+1
2019-07-22RISC-V: Parse cpu topology during boot.Gravatar Atish Patra 2-0/+4
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