summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2-11/+15
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds6-16/+16
2024-02-09Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-6/+89
2024-02-09RISC-V: KVM: Use correct restricted typesAndrew Jones1-8/+12
2024-02-09RISC-V: paravirt: Use correct restricted typesAndrew Jones1-2/+2
2024-02-09RISC-V: paravirt: steal_time should be staticAndrew Jones1-1/+1
2024-02-08Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-02-07riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti1-0/+1
2024-02-07riscv: declare overflow_stack as exported from traps.cBen Dooks1-0/+5
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2-3/+16
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+81
2024-02-07riscv: Flush the tlb when a page directory is freedAlexandre Ghiti1-1/+1
2024-02-02Merge patch series "svnapot fixes"Palmer Dabbelt1-2/+60
2024-02-02riscv: Fix hugetlb_mask_last_page() when NAPOT is enabledAlexandre Ghiti1-0/+20
2024-02-02riscv: Fix set_huge_pte_at() for NAPOT mappingAlexandre Ghiti1-2/+40
2024-01-31riscv: mm: execute local TLB flush after populating vmemmapVincent Chen3-1/+7
2024-01-29riscv: Fix wrong size passed to local_flush_tlb_range_asid()Alexandre Ghiti1-1/+1
2024-01-27Merge tag 'arm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-32/+48
2024-01-26Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-0/+81
2024-01-26riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint formatInochi Amaoto1-32/+48
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+3
2024-01-24riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui1-2/+3
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds50-170/+2141
2024-01-19RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel2-0/+3
2024-01-19RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel2-0/+6
2024-01-19RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel2-0/+3
2024-01-19RISC-V: KVM: Allow Zfh[min] extensions for Guest/VMAnup Patel2-0/+6
2024-01-19RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel2-0/+30
2024-01-19RISC-V: KVM: Allow scalar crypto extensions for Guest/VMAnup Patel2-0/+30
2024-01-19RISC-V: KVM: Allow Zbc extension for Guest/VMAnup Patel2-0/+3
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-1/+18
2024-01-19riscv: lib: Check if output in asm goto supportedCharlie Jenkins1-0/+2
2024-01-19riscv: Fix build error on rv32 + XIPAlexandre Ghiti1-0/+4
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-16/+3
2024-01-18riscv: optimize ELF relocation function in riscvMaxim Kochetkov1-4/+16
2024-01-18RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz2-0/+81
2024-01-18riscv: Optimize hweight API with Zbb extensionXiao Wang2-1/+81
2024-01-18riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada1-0/+2
2024-01-18Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt4-55/+195
2024-01-18samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai1-0/+2
2024-01-18riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai3-0/+18
2024-01-18riscv: ftrace: Make function graph use ftrace directlySong Shuai3-56/+175
2024-01-18riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSong Shuai1-0/+1
2024-01-18Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt2-3/+15
2024-01-18riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor1-0/+9
2024-01-18riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor2-3/+6
2024-01-18Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt5-4/+510
2024-01-18riscv: Add checksum libraryCharlie Jenkins3-0/+338
2024-01-18riscv: Add checksum headerCharlie Jenkins1-0/+82