summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-2/+4
2025-09-30Merge tag 'core-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+12
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds40-115/+468
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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 Paunovic2-1/+24
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-17/+12
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: 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 Patel1-0/+1
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: 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
2025-09-08RISC-V: KVM: add support for FWFT SBI extensionClément Léger3-0/+34
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-15riscv: Separate toolchain support dependency from RISCV_ISA_ZACASPu Lehui1-2/+4
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar18-184/+263
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus 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/...Linus Torvalds4-40/+0
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-101/+222
2025-07-29Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2