summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2025-07-28RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()Anup Patel
2025-07-28bugs/riscv: Concatenate 'cond_str' with '__FILE__' in __BUG_FLAGS(), to exten...Ingo Molnar
2025-07-28bugs/riscv: Pass in 'cond_str' to __BUG_FLAGS()Ingo Molnar
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts
2025-07-23RISC-V: KVM: add SBI extension reset callbackClément Léger
2025-07-23RISC-V: KVM: add SBI extension init()/deinit() functionsClément Léger
2025-07-23riscv/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori
2025-07-18Merge tag 'riscv-for-linus-6.16-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-07-16riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheckNathan Chancellor
2025-07-11RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualizationAnup Patel
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple
2025-06-27Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-26riscv: Helper to parse hart indexVladimir Kondratiev
2025-06-23Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"Nam Cao
2025-06-13bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameterIngo Molnar
2025-06-12RISC-V: uaccess: Wrap the get_user_8 uaccess macroPalmer Dabbelt
2025-06-12Merge tag 'riscv-fixes-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt
2025-06-12RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wr...Xi Ruoyao
2025-06-12riscv: vector: Fix context save/restore with xtheadvectorHan Gao
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm
2025-06-10riscv: fix runtime constant support for nommu kernelsCharles Mirabile
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-05Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt
2025-06-05Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2025-06-05Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt
2025-06-05Merge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti
2025-06-05riscv: uaccess: do not do misaligned accesses in get/put_user()Clément Léger
2025-06-05riscv: make unsafe user copy routines use existing assembly routinesAlexandre Ghiti
2025-06-05riscv: hwprobe: export Zabha extensionAlexandre Ghiti
2025-06-05riscv: Make regs_irqs_disabled() more clearTiezhu Yang
2025-06-05Merge patch series "riscv: kexec_file: Support loading Image binary file"Palmer Dabbelt
2025-06-05Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti
2025-06-05riscv: xchg: Prefetch the destination word for sc.wGuo Ren
2025-06-05riscv: Add ARCH_HAS_PREFETCH[W] support with ZicbopGuo Ren
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti
2025-06-05riscv: Introduce Zicbop instructionsAlexandre Ghiti
2025-06-05riscv: kexec_file: Support loading Image binary fileSong Shuai
2025-06-05riscv: kexec_file: Split the loading of kernel and othersSong Shuai
2025-06-05riscv: ftrace: support direct call using call_opsAndy Chiu
2025-06-05riscv: vector: Support calling schedule() for preemptible VectorAndy Chiu
2025-06-05riscv: ftrace: prepare ftrace for atomic code patchingAndy Chiu
2025-06-05riscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu
2025-06-04riscv: misaligned: add a function to check misalign trap delegabilityClément Léger
2025-06-04riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger
2025-06-04riscv: misaligned: request misaligned exception from SBIClément Léger
2025-06-04riscv: sbi: add FWFT extension interfaceClément Léger