summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual
2024-11-06riscv: dts: thead: Add TH1520 ethernet nodesEmil Renner Berthing
2024-11-07riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI driversInochi Amaoto
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang
2024-11-05riscv: kvm: Fix out-of-bounds array accessBjörn Töpel
2024-11-05RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang
2024-11-04Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao
2024-11-02riscv: vdso: Use only one single vvar mappingThomas Weißschuh
2024-11-02riscv: dts: sophgo: Add emmc support for Huashan PiInochi Amaoto
2024-11-02riscv: dts: sophgo: Add sdio configuration for Huashan PiInochi Amaoto
2024-11-02riscv: dts: sophgo: fix pinctrl base-addressThomas Bonnefille
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner
2024-11-01Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-01Merge tag 'riscv-soc-fixes-for-v6.12-rc6' of https://git.kernel.org/pub/scm/l...Arnd Bergmann
2024-11-01Merge tag 'riscv-sophgo-dt-fixes-for-v6.12-rc1' of https://github.com/sophgo/...Arnd Bergmann
2024-10-31riscv: dts: starfive: add DeepComputing FML13V01 board device treeSandie Cao
2024-10-31riscv: dts: starfive: jh7110-common: move usb0 config to board dtsGuodong Xu
2024-10-31riscv: dts: starfive: jh7110-common: revised device nodeGuodong Xu
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-28RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEsAnup Patel
2024-10-28RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()Anup Patel
2024-10-28RISC-V: KVM: Use SBI sync SRET call when availableAnup Patel
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRsAnup Patel
2024-10-28RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRsAnup Patel
2024-10-28RISC-V: KVM: Add common nested acceleration supportAnup Patel
2024-10-28RISC-V: Add defines for the SBI nested acceleration extensionAnup Patel
2024-10-28RISC-V: KVM: Don't setup SGEI for zero guest external interruptsAnup Patel
2024-10-28RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()Anup Patel
2024-10-28RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macrosAnup Patel
2024-10-28RISC-V: KVM: Save/restore SCOUNTEREN in C sourceAnup Patel
2024-10-28RISC-V: KVM: Save/restore HSTATUS in C sourceAnup Patel
2024-10-28RISC-V: KVM: Order the object files alphabeticallyAnup Patel
2024-10-28riscv: KVM: add basic support for host vs guest profilingQuan Zhou
2024-10-28riscv: perf: add guest vs host distinctionQuan Zhou
2024-10-25KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guestSean Christopherson
2024-10-25KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lockSean Christopherson
2024-10-25KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installedSean Christopherson
2024-10-25Merge commit 'bf40167d54d5' into fixesPalmer Dabbelt
2024-10-25riscv: Remove duplicated GET_RMChunyan Zhang
2024-10-25riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang
2024-10-25riscv: Use '%u' to format the output of 'cpu'WangYuli
2024-10-25riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà
2024-10-25riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt
2024-10-25RISC-V: disallow gcc + rust buildsConor Dooley
2024-10-25riscv: Do not use fortify in early codeAlexandre Ghiti
2024-10-25RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui