aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-16Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley
2019-09-05riscv: move the TLB flush logic out of lineChristoph Hellwig
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig
2019-09-05riscv: optimize send_ipi_singleChristoph Hellwig
2019-09-05riscv: cleanup send_ipi_maskChristoph Hellwig
2019-09-05riscv: refactor the IPI codeChristoph Hellwig
2019-09-05riscv: Add support for perf registers samplingMao Han
2019-09-04riscv: Add perf callchain supportMao Han
2019-08-30riscv: add arch/riscv/KbuildMasahiro Yamada
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2019-08-30Merge tag 'common/for-v5.4-rc1/cpu-topology' into for-v5.4-rc1-branchPaul Walmsley
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsAnup Patel
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-14riscv: Make __fstate_clean() work correctly.Vincent Chen
2019-08-14riscv: Correct the initialized flow of FP registerVincent Chen
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon
2019-08-13riscv: defconfig: Update the defconfigAlistair Francis
2019-08-13riscv: rv32_defconfig: Update the defconfigAlistair Francis
2019-08-13riscv: fix flush_tlb_range() end address for flush_tlb_page()Paul Walmsley
2019-08-08RISC-V: Remove udivdi3Palmer Dabbelt
2019-08-08riscv: delay: use do_div() instead of __udivdi3()Paul Walmsley
2019-07-31riscv: defconfig: align RV64 defconfig to the output of "make savedefconfig"Paul Walmsley
2019-07-31riscv: dts: fu540-c000: drop "timebase-frequency"Paul Walmsley
2019-07-31riscv: Fix perf record without libelf supportMao Han
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-07-25Merge tag 'riscv/for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada
2019-07-22riscv: dts: Add DT node for SiFive FU540 Ethernet controller driverYash Shah
2019-07-22riscv: include generic support for MSI irqdomainsWesley Terpstra
2019-07-22RISC-V: Parse cpu topology during boot.Atish Patra
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-18riscv: enable sys_clone3 syscall for rv64Paul Walmsley
2019-07-18Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-18riscv: fix build break after macro-to-function conversion in generic cacheflu...Paul Walmsley
2019-07-17riscv: drop unneeded -Wall additionMasahiro Yamada
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2019-07-12riscv: switch to generic version of pte allocationMike Rapoport
2019-07-11RISC-V: Add an Image header that boot loader can parse.Atish Patra
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09Merge tag 'please-pull-for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel