aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-23riscv: Use an atomic xchg in pudp_huge_get_and_clear()Alexandre Ghiti1-0/+17
2025-09-05riscv: Fix sparse warning about different address spacesAlexandre Ghiti1-2/+2
2025-09-05riscv: Fix sparse warning in __get_user_error()Alexandre Ghiti1-1/+1
2025-09-05riscv: use lw when reading int cpu in asm_per_cpuRadim Krčmář1-1/+1
2025-09-05riscv: uaccess: fix __put_user_nocheck for unaligned accessesAurelien Jarno1-1/+1
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-14/+21
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-16/+0
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen1-16/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-40/+0
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-101/+223
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2025-07-29Merge tag 'kvm-riscv-6.17-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini8-101/+223
2025-07-28RISC-V: KVM: Enable ring-based dirty memory trackingQuan Zhou1-0/+1
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 Patel1-6/+11
2025-07-28RISC-V: KVM: Factor-out g-stage page table managementAnup Patel2-22/+82
2025-07-28RISC-V: KVM: Add vmid field to struct kvm_riscv_hfenceAnup Patel1-0/+1
2025-07-28RISC-V: KVM: Introduce struct kvm_gstage_mappingAnup Patel1-1/+8
2025-07-28RISC-V: KVM: Factor-out MMU related declarations into separate headersAnup Patel4-98/+133
2025-07-28RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()Anup Patel1-0/+2
2025-07-28RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSHAnup Patel1-2/+2
2025-07-28RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()Anup Patel1-2/+1
2025-07-28RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()Anup Patel1-1/+1
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts1-1/+0
2025-07-23RISC-V: KVM: add SBI extension reset callbackClément Léger2-1/+3
2025-07-23RISC-V: KVM: add SBI extension init()/deinit() functionsClément Léger1-0/+9
2025-07-23riscv/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with RustFUJITA Tomonori1-14/+21
2025-07-18Merge tag 'riscv-for-linus-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+2
2025-07-16riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheckNathan Chancellor1-2/+2
2025-07-11RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualizationAnup Patel2-1/+6
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple3-39/+0
2025-06-27Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds5-10/+10
2025-06-26riscv: Helper to parse hart indexVladimir Kondratiev1-0/+2
2025-06-23Revert "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/kernel/git/alexghiti/linux into fixesPalmer Dabbelt2-7/+7
2025-06-12RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wrapperXi Ruoyao1-1/+1
2025-06-12riscv: vector: Fix context save/restore with xtheadvectorHan Gao1-6/+6
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-10riscv: fix runtime constant support for nommu kernelsCharles Mirabile1-1/+1
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-99/+577
2025-06-05Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt2-2/+72
2025-06-05Merge patch series "riscv: misaligned: fix misaligned accesses handling in put/get_user()"Palmer Dabbelt2-27/+23
2025-06-05riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur1-1/+1
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt2-5/+40
2025-06-05RISC-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/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt18-62/+279
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