summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorLines
2025-09-19riscv: Add xmipsexectl instructionsAleksa Paunovic-0/+19
2025-09-18riscv: Add xmipsexectl as a vendor extensionAleksa Paunovic-0/+19
2025-09-18riscv: Move vendor errata definitions to new headerGuo Ren (Alibaba DAMO Academy)-18/+25
2025-09-18riscv: introduce asm/swab.hIgnacio Encinas-0/+87
2025-09-17riscv: Use generic TIF bitsThomas Gleixner-18/+13
2025-09-16riscv: kprobes: Move branch_funct3 to insn.hNam Cao-0/+5
2025-09-16riscv: kprobes: Move branch_rs2_idx to insn.hNam Cao-0/+5
2025-09-16riscv: Move all duplicate insn parsing macros into asm/insn.hAlexandre Ghiti-5/+166
2025-09-16riscv: Strengthen duplicate and inconsistent definition of RV_X()Alexandre Ghiti-19/+20
2025-09-16riscv: Fix typo EXRACT -> EXTRACTAlexandre Ghiti-1/+1
2025-09-16riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-71/+71
2025-09-16riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth-5/+5
2025-09-16riscv: introduce ioremap_wc()Yunhui Cui-0/+5
2025-09-16RISC-V: KVM: Upgrade the supported SBI version to 3.0Atish Patra-1/+1
2025-09-16RISC-V: KVM: Implement get event info functionAtish Patra-0/+3
2025-09-16drivers/perf: riscv: Implement PMU event info functionAtish Patra-0/+9
2025-09-16drivers/perf: riscv: Add raw event v2 supportAtish Patra-0/+4
2025-09-16RISC-V: KVM: Implement ONE_REG interface for SBI FWFT stateAnup Patel-0/+16
2025-09-16RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementationAnup Patel-1/+1
2025-09-16RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensionsAnup Patel-9/+11
2025-09-16RISC-V: KVM: Allow bfloat16 extension for Guest/VMQuan Zhou-0/+3
2025-09-16RISC-V: KVM: Allow Zicbop extension for Guest/VMQuan Zhou-0/+1
2025-09-16RISC-V: KVM: Provide UAPI for Zicbop block sizeQuan Zhou-0/+1
2025-09-16RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland-0/+4
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-3/+3
2025-09-13riscv: use an atomic xchg in pudp_huge_get_and_clear()Alexandre Ghiti-0/+11
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-5/+5
2025-09-08riscv: Add __attribute_const__ to ffs()-family implementationsKees Cook-3/+3
2025-09-08RISC-V: KVM: add support for FWFT SBI extensionClément Léger-0/+35
2025-09-05riscv: Fix sparse warning about different address spacesAlexandre Ghiti-2/+2
2025-09-05riscv: Fix sparse warning in __get_user_error()Alexandre Ghiti-1/+1
2025-09-05riscv: use lw when reading int cpu in asm_per_cpuRadim Krčmář-1/+1
2025-09-05riscv: uaccess: fix __put_user_nocheck for unaligned accessesAurelien Jarno-1/+1
2025-08-15riscv: Separate toolchain support dependency from RISCV_ISA_ZACASPu Lehui-2/+4
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar-184/+264
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-14/+21
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-16/+0
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen-16/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-40/+0
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-101/+223
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2025-07-29Merge tag 'kvm-riscv-6.17-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-101/+223
2025-07-28RISC-V: KVM: Enable ring-based dirty memory trackingQuan Zhou-0/+1
2025-07-28RISC-V: KVM: Delegate illegal instruction fault to VS modeXu Lu-0/+1
2025-07-28RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIsAnup Patel-6/+11
2025-07-28RISC-V: KVM: Factor-out g-stage page table managementAnup Patel-22/+82
2025-07-28RISC-V: KVM: Add vmid field to struct kvm_riscv_hfenceAnup Patel-0/+1
2025-07-28RISC-V: KVM: Introduce struct kvm_gstage_mappingAnup Patel-1/+8
2025-07-28RISC-V: KVM: Factor-out MMU related declarations into separate headersAnup Patel-98/+133
2025-07-28RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()Anup Patel-0/+2