summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-2/+14
2025-12-06Merge tag 'riscv-for-linus-6.19-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-66/+116
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+179
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2025-12-02Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2025-11-25riscv: mm: add userfaultfd write-protect supportChunyan Zhang2-0/+86
2025-11-25riscv: mm: add soft-dirty page tracking supportChunyan Zhang2-2/+92
2025-11-25riscv: add RISC-V Svrsw60t59b extension supportChunyan Zhang1-0/+1
2025-11-24RISC-V: KVM: Flush VS-stage TLB after VCPU migration for Andes coresHui Min Mina Chou3-1/+4
2025-11-24KVM: riscv: Support enabling dirty log gradually in small chunksDong Yang1-0/+3
2025-11-24RISC-V: KVM: Introduce KVM_EXIT_FAIL_ENTRY_NO_VSFILEBillXiang1-0/+2
2025-11-24RISC-V: KVM: Add SBI MPXY extension support for GuestAnup Patel2-0/+2
2025-11-24RISC-V: KVM: Convert kvm_riscv_vcpu_sbi_forward() into extension handlerAnup Patel1-1/+3
2025-11-21Merge branch 'objtool/core'Peter Zijlstra59-177/+718
2025-11-19riscv: hwprobe: Expose Zicbop extension and its block sizeYao Zihong2-1/+3
2025-11-19riscv: Introduce Zalasr instructionsXu Lu1-0/+79
2025-11-19riscv: hwprobe: Export Zalasr extensionXu Lu1-0/+1
2025-11-19riscv: Add ISA extension parsing for ZalasrXu Lu1-0/+1
2025-11-19riscv: ptrace: Optimize the allocation of vector regsetYong-Xuan Wang1-0/+1
2025-11-19riscv: cmpxchg: Use riscv_has_extension_likelyVivian Wang1-8/+4
2025-11-19riscv: bitops: Use riscv_has_extension_likelyVivian Wang1-24/+8
2025-11-19riscv: hweight: Use riscv_has_extension_likelyVivian Wang1-16/+8
2025-11-19riscv: checksum: Use riscv_has_extension_likelyVivian Wang1-9/+4
2025-11-19riscv: pgtable: Use riscv_has_extension_unlikelyVivian Wang1-8/+7
2025-11-16riscv: Update MIPS vendor id to 0x127Chao-ying Fu1-1/+1
2025-11-03riscv/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner1-4/+4
2025-10-28riscv: asm: use .insn for making custom instructionsBen Dooks3-7/+13
2025-10-18riscv: hwprobe: Fix stale vDSO data for late-initialized keys at bootJingwei Wang2-0/+13
2025-10-18riscv: add a forward declaration for cpuinfo_opPaul Walmsley1-0/+2
2025-10-18riscv: Remove the PER_CPU_OFFSET_SHIFT macroSamuel Holland1-7/+1
2025-10-18riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmallocSamuel Holland1-0/+2
2025-10-18RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel1-0/+2
2025-10-10riscv: kgdb: Ensure that BUFMAX > NUMREGBYTESMiquel Sabaté Solà1-2/+7
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+68
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-11/+89
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2025-10-01Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-2/+4
2025-10-01Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+13
2025-09-30Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds45-120/+477
2025-09-30Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-09-30Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2025-09-26ACPI: RISC-V: Add RPMI System MSI to GSI mappingSunil V L1-0/+1
2025-09-26ACPI: RISC-V: Add support to update gsi rangeSunil V L1-0/+5
2025-09-25RISC-V: Add defines for the SBI message proxy extensionAnup Patel1-0/+62
2025-09-25kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-2/+2
2025-09-24riscv: Use an atomic xchg in pudp_huge_get_and_clear()Alexandre Ghiti1-0/+17
2025-09-19riscv: errata: Fix the PAUSE Opcode for MIPS P8700Djordje Todorovic5-3/+24
2025-09-19riscv: hwprobe: Add MIPS vendor extension probingAleksa Paunovic4-1/+28
2025-09-19riscv: Add xmipsexectl instructionsAleksa Paunovic1-0/+19
2025-09-19riscv: Add xmipsexectl as a vendor extensionAleksa Paunovic2-0/+19