summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-06-28Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+10
2025-06-24Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"Nam Cao1-1/+0
2025-06-12RISC-V: uaccess: Wrap the get_user_8 uaccess macroPalmer Dabbelt1-1/+2
2025-06-12Merge tag 'riscv-fixes-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt2-7/+7
2025-06-12RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wr...Xi Ruoyao1-1/+1
2025-06-12riscv: vector: Fix context save/restore with xtheadvectorHan Gao1-6/+6
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-11riscv: fix runtime constant support for nommu kernelsCharles Mirabile1-1/+1
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-99/+569
2025-06-06Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt2-2/+72
2025-06-06Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt2-27/+23
2025-06-06riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur1-1/+1
2025-06-06Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt2-5/+40
2025-06-06RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao1-0/+30
2025-06-05Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt17-62/+278
2025-06-05Merge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti6-7/+95
2025-06-05riscv: uaccess: do not do misaligned accesses in get/put_user()Clément Léger1-5/+18
2025-06-05riscv: make unsafe user copy routines use existing assembly routinesAlexandre Ghiti2-26/+9
2025-06-05riscv: Make regs_irqs_disabled() more clearTiezhu Yang1-1/+1
2025-06-05Merge patch series "riscv: kexec_file: Support loading Image binary file"Palmer Dabbelt2-0/+8
2025-06-05Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti3-30/+59
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti3-2/+102
2025-06-05riscv: xchg: Prefetch the destination word for sc.wGuo Ren1-1/+3
2025-06-05riscv: Add ARCH_HAS_PREFETCH[W] support with ZicbopGuo Ren1-0/+24
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti5-6/+8
2025-06-05riscv: Introduce Zicbop instructionsAlexandre Ghiti1-0/+60
2025-06-05riscv: kexec_file: Support loading Image binary fileSong Shuai2-0/+3
2025-06-05riscv: kexec_file: Split the loading of kernel and othersSong Shuai1-0/+5
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu1-0/+6
2025-06-05riscv: vector: Support calling schedule() for preemptible VectorAndy Chiu2-3/+24
2025-06-05riscv: ftrace: prepare ftrace for atomic code patchingAndy Chiu1-27/+22
2025-06-05riscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu1-0/+7
2025-06-05riscv: misaligned: add a function to check misalign trap delegabilityClément Léger1-0/+6
2025-06-05riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger1-1/+4
2025-06-05riscv: misaligned: request misaligned exception from SBIClément Léger1-1/+2
2025-06-05riscv: sbi: add FWFT extension interfaceClément Léger1-0/+17
2025-06-05riscv: sbi: add new SBI error mappingsClément Léger1-0/+10
2025-06-05riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitionsClément Léger1-0/+33
2025-06-02Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"Palmer Dabbelt1-30/+0
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+19
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-13/+16
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář2-0/+4
2025-05-21KVM: RISC-V: remove unnecessary SBI reset stateRadim Krčmář2-9/+8
2025-05-21KVM: RISC-V: refactor sbi reset requestRadim Krčmář1-0/+2
2025-05-21KVM: RISC-V: refactor vector state resetRadim Krčmář1-4/+2
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+12
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)1-2/+0
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-2/+0
2025-05-08Merge patch series "riscv: Add vendor extensions support for SiFive"Palmer Dabbelt3-1/+37