summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-02-142-11/+15
|\
| * RISC-V: KVM: Use correct restricted typesAndrew Jones2024-02-091-8/+12
| * RISC-V: paravirt: Use correct restricted typesAndrew Jones2024-02-091-2/+2
| * RISC-V: paravirt: steal_time should be staticAndrew Jones2024-02-091-1/+1
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-096-16/+16
* | Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-097-6/+89
|\ \
| * | riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti2024-02-071-0/+1
| * | riscv: declare overflow_stack as exported from traps.cBen Dooks2024-02-071-0/+5
| * | riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2024-02-072-3/+16
| * | riscv: Flush the tlb when a page directory is freedAlexandre Ghiti2024-02-061-1/+1
| * | Merge patch series "svnapot fixes"Palmer Dabbelt2024-02-011-2/+60
| |\ \
| | * | riscv: Fix hugetlb_mask_last_page() when NAPOT is enabledAlexandre Ghiti2024-02-011-0/+20
| | * | riscv: Fix set_huge_pte_at() for NAPOT mappingAlexandre Ghiti2024-02-011-2/+40
| * | | riscv: mm: execute local TLB flush after populating vmemmapVincent Chen2024-01-313-1/+7
| |/ /
* | | Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-081-1/+1
|\ \ \
| * | | riscv: Fix wrong size passed to local_flush_tlb_range_asid()Alexandre Ghiti2024-01-291-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-02-072-0/+81
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-262-0/+81
| |\ \ | | |/ | |/|
| | * RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel2024-01-192-0/+3
| | * RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel2024-01-192-0/+6
| | * RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel2024-01-192-0/+3
| | * RISC-V: KVM: Allow Zfh[min] extensions for Guest/VMAnup Patel2024-01-192-0/+6
| | * RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30
| | * RISC-V: KVM: Allow scalar crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30
| | * RISC-V: KVM: Allow Zbc extension for Guest/VMAnup Patel2024-01-192-0/+3
* | | Merge tag 'arm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-261-32/+48
|\ \ \
| * | | riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint formatInochi Amaoto2024-01-261-32/+48
| |/ /
* | | Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-251-2/+3
|\ \ \ | |/ / |/| |
| * | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui2024-01-231-2/+3
| |/
* | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-2050-170/+2141
|\ \ | |/ |/|
| * riscv: lib: Check if output in asm goto supportedCharlie Jenkins2024-01-181-0/+2
| * riscv: Fix build error on rv32 + XIPAlexandre Ghiti2024-01-181-0/+4
| * riscv: optimize ELF relocation function in riscvMaxim Kochetkov2024-01-171-4/+16
| * RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz2024-01-172-0/+81
| * riscv: Optimize hweight API with Zbb extensionXiao Wang2024-01-172-1/+81
| * riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada2024-01-171-0/+2
| * Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt2024-01-174-55/+195
| |\
| | * samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai2024-01-171-0/+2
| | * riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai2024-01-173-0/+18
| | * riscv: ftrace: Make function graph use ftrace directlySong Shuai2024-01-173-56/+175
| | * riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSong Shuai2024-01-171-0/+1
| * | Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt2024-01-172-3/+15
| |\ \
| | * | riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor2024-01-171-0/+9
| | * | riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor2024-01-172-3/+6
| | |/
| * | Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt2024-01-175-4/+510
| |\ \
| | * | riscv: Add checksum libraryCharlie Jenkins2024-01-173-0/+338
| | * | riscv: Add checksum headerCharlie Jenkins2024-01-171-0/+82
| | * | riscv: Add static key for misaligned accessesCharlie Jenkins2024-01-172-3/+89
| | |/
| * | Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt2024-01-1621-28/+838
| |\ \
| | * | riscv: vector: allow kernel-mode Vector with preemptionAndy Chiu2024-01-169-22/+286