summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
9 daysRISC-V: KVM: fix stack overrun when loading vlenbRadim Krčmář1-0/+2
9 daysRISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() commentQuan Zhou1-1/+1
9 daysRISC-V: KVM: Fix pte settings within kvm_riscv_gstage_ioremap()Fangyu Yu1-1/+4
2025-08-12riscv: dts: thead: Add APB clocks for TH1520 GMACsYao Zi1-4/+6
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds4-1/+8
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-14/+21
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf1-0/+1
2025-08-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-69/+0
2025-08-01cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen2-40/+0
2025-08-01cfi: add C CFI type macroMark Rutland1-32/+3
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-53/+4
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-642/+939
2025-07-31Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-0/+8
2025-07-31Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+36
2025-07-29Merge tag 'soc-defconfig-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2025-07-29Merge tag 'soc-newsoc-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-0/+225
2025-07-29Merge tag 'soc-dt-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds17-305/+2243
2025-07-29Merge tag 'kvm-riscv-6.17-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini25-642/+939
2025-07-29Merge tag 'pwm/for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-16/+8
2025-07-29Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-1033/+4
2025-07-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds13-620/+0
2025-07-29Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+4
2025-07-29Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-6/+6
2025-07-28RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()Quan Zhou1-2/+3
2025-07-28RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAsQuan Zhou1-2/+3
2025-07-28RISC-V: KVM: Enable ring-based dirty memory trackingQuan Zhou3-2/+18
2025-07-28RISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmapSamuel Holland1-30/+53
2025-07-28RISC-V: KVM: Delegate illegal instruction fault to VS modeXu Lu1-0/+1
2025-07-28RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIsAnup Patel5-50/+73
2025-07-28RISC-V: KVM: Factor-out g-stage page table managementAnup Patel10-432/+530
2025-07-28RISC-V: KVM: Add vmid field to struct kvm_riscv_hfenceAnup Patel2-14/+17
2025-07-28RISC-V: KVM: Introduce struct kvm_gstage_mappingAnup Patel3-27/+43
2025-07-28RISC-V: KVM: Factor-out MMU related declarations into separate headersAnup Patel12-98/+143
2025-07-28RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()Anup Patel1-6/+7
2025-07-28RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()Anup Patel3-1/+11
2025-07-28RISC-V: KVM: Don't flush TLB when PTE is unchangedAnup Patel1-5/+9
2025-07-28RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSHAnup Patel3-12/+8
2025-07-28RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()Anup Patel4-27/+26
2025-07-28RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()Anup Patel3-8/+4
2025-07-28RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return valueAnup Patel1-2/+3
2025-07-25mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts2-6/+0
2025-07-23Merge tag 'riscv-dt-for-v6.17' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-6/+15
2025-07-23Merge tag 'riscv-sophgo-dt-for-v6.17' of https://github.com/sophgo/linux into...Arnd Bergmann11-192/+1818
2025-07-23RISC-V: KVM: add SBI extension reset callbackClément Léger5-3/+29
2025-07-23RISC-V: KVM: add SBI extension init()/deinit() functionsClément Léger3-0/+37
2025-07-23riscv: dts: sophgo: fix mdio node name for CV180XInochi Amaoto1-1/+1
2025-07-23riscv: dts: sophgo: sophgo-srd3-10: reserve uart0 deviceInochi Amaoto1-0/+5
2025-07-23riscv: dts: sophgo: add Sophgo SG2042_EVB_V2.0 board device treeHan Gao2-0/+234
2025-07-23riscv: dts: sophgo: add Sophgo SG2042_EVB_V1.X board device treeHan Gao2-0/+246