aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-27riscv: asm: use .insn for making custom instructionsBen Dooks3-7/+13
2025-10-17riscv: hwprobe: Fix stale vDSO data for late-initialized keys at bootJingwei Wang2-0/+13
2025-10-17riscv: add a forward declaration for cpuinfo_opPaul Walmsley1-0/+2
2025-10-17riscv: Remove the PER_CPU_OFFSET_SHIFT macroSamuel Holland1-7/+1
2025-10-17riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmallocSamuel Holland1-0/+2
2025-10-17RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel1-0/+2
2025-10-09riscv: 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/kernel/git/riscv/linuxLinus Torvalds2-0/+68
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-11/+89
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-3/+3
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-2/+4
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+13
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds45-120/+477
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2025-09-25ACPI: RISC-V: Add RPMI System MSI to GSI mappingSunil V L1-0/+1
2025-09-25ACPI: RISC-V: Add support to update gsi rangeSunil V L1-0/+5
2025-09-24RISC-V: Add defines for the SBI message proxy extensionAnup Patel1-0/+62
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-2/+2
2025-09-23riscv: 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-18riscv: Add xmipsexectl as a vendor extensionAleksa Paunovic2-0/+19
2025-09-18riscv: Move vendor errata definitions to new headerGuo Ren (Alibaba DAMO Academy)2-18/+25
2025-09-18riscv: introduce asm/swab.hIgnacio Encinas1-0/+87
2025-09-17riscv: Use generic TIF bitsThomas Gleixner1-18/+13
2025-09-16riscv: kprobes: Move branch_funct3 to insn.hNam Cao1-0/+5
2025-09-16riscv: kprobes: Move branch_rs2_idx to insn.hNam Cao1-0/+5
2025-09-16riscv: Move all duplicate insn parsing macros into asm/insn.hAlexandre Ghiti1-5/+166
2025-09-16riscv: Strengthen duplicate and inconsistent definition of RV_X()Alexandre Ghiti1-19/+20
2025-09-16riscv: Fix typo EXRACT -> EXTRACTAlexandre Ghiti1-1/+1
2025-09-16riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth31-71/+71
2025-09-16riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth3-5/+5
2025-09-16riscv: introduce ioremap_wc()Yunhui Cui2-0/+5
2025-09-16RISC-V: KVM: Upgrade the supported SBI version to 3.0Atish Patra1-1/+1
2025-09-16RISC-V: KVM: Implement get event info functionAtish Patra1-0/+3
2025-09-16drivers/perf: riscv: Implement PMU event info functionAtish Patra1-0/+9
2025-09-16drivers/perf: riscv: Add raw event v2 supportAtish Patra1-0/+4
2025-09-16RISC-V: KVM: Implement ONE_REG interface for SBI FWFT stateAnup Patel2-0/+16
2025-09-16RISC-V: KVM: Move copy_sbi_ext_reg_indices() to SBI implementationAnup Patel1-1/+1
2025-09-16RISC-V: KVM: Introduce optional ONE_REG callbacks for SBI extensionsAnup Patel1-9/+11
2025-09-16RISC-V: KVM: Allow bfloat16 extension for Guest/VMQuan Zhou1-0/+3
2025-09-16RISC-V: KVM: Allow Zicbop extension for Guest/VMQuan Zhou1-0/+1
2025-09-16RISC-V: KVM: Provide UAPI for Zicbop block sizeQuan Zhou1-0/+1
2025-09-16RISC-V: KVM: Add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland1-0/+4
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)2-3/+3
2025-09-13riscv: use an atomic xchg in pudp_huge_get_and_clear()Alexandre Ghiti1-0/+11
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov2-5/+5
2025-09-08riscv: Add __attribute_const__ to ffs()-family implementationsKees Cook1-3/+3