summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)Author
2019-10-15RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu
2019-10-14riscv: tlbflush: remove confusing comment on local_flush_tlb_all()Paul Walmsley
2019-10-14riscv: dts: HiFive Unleashed: add default chosen/stdout-pathPaul Walmsley
2019-10-14riscv: remove the switch statement in do_trap_break()Vincent Chen
2019-10-09RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider
2019-10-07riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen
2019-10-07riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen
2019-10-07riscv: avoid kernel hangs when trapped in BUG()Vincent Chen
2019-10-01riscv: Fix memblock reservation for device tree blobAlbert Ou
2019-10-01RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24riscv: make mmap allocation top-down by defaultAlexandre Ghiti
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-20riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen
2019-09-20riscv: dts: sifive: Drop "clock-frequency" property of cpu nodesBin Meng
2019-09-20riscv: dts: sifive: Add ethernet0 to the aliases nodeBin Meng
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-20RISC-V: Export kernel symbols for kvmAtish Patra
2019-09-20arch/riscv: disable excess harts before picking main boot hartXiang Wang
2019-09-19RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfigAnup Patel
2019-09-19RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=yGreentime Hu
2019-09-19riscv: dts: Add DT support for SiFive FU540 PWM driverYash Shah
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