summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2026-03-12kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor
2026-03-04riscv: vector: init vector context with proper vlenbSergey Matyukevich
2026-02-11riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor
2026-02-11riscv: Use 64-bit variable for output in __get_user_asmNathan Chancellor
2026-02-11riscv: trace: fix snapshot deadlock with sbi ecallMartin Kaiser
2026-02-11riscv: Sanitize syscall table indexing under speculationLukas Gerlach
2026-02-06riscv: compat: fix COMPAT_UTS_MACHINE definitionHan Gao
2026-01-30riscv: suspend: Fix stimecmp update hazard on RV32Naohiko Shimizu
2026-01-17riscv: pgtable: Cleanup useless VA_USER_XXX definitionsGuo Ren (Alibaba DAMO Academy)
2026-01-17riscv: cpufeature: Fix Zk bundled extension missing ZknhGuodong Xu
2026-01-17riscv: boot: Always make Image from vmlinux, not vmlinux.unstrippedVivian Wang
2026-01-02lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers
2025-12-18RISC-V: KVM: Fix guest page fault within HLV* instructionsFangyu Yu
2025-11-28Merge tag 'soc-fixes-6.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-28Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2025-11-22riscv: dts: allwinner: d1: fix vlenb propertySergey Matyukevich
2025-11-16riscv: sbi: Prefer SRST shutdown over legacyMayuresh Chitale
2025-11-15riscv: Update MIPS vendor id to 0x127Chao-ying Fu
2025-11-10Merge tag 'riscv-for-linus-6.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-11-09Merge tag 'kvm-riscv-fixes-6.18-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2025-11-07riscv: Fix CONFIG_AS_HAS_INSN for new .insn usageNathan Chancellor
2025-11-07riscv: Remove redundant judgment for the default build targetFeng Jiang
2025-11-07riscv: Build loader.bin exclusively for Canaan K210Feng Jiang
2025-10-27riscv: KGDB: Replace deprecated strcpy in kgdb_arch_handle_qxfer_pktThorsten Blum
2025-10-27riscv: asm: use .insn for making custom instructionsBen Dooks
2025-10-27riscv: tests: Make RISCV_KPROBES_KUNIT tristateVivian Wang
2025-10-27riscv: tests: Rename kprobes_test_riscv to kprobes_riscvVivian Wang
2025-10-27riscv: Fix memory leak in module_frob_arch_sections()Miaoqian Lin
2025-10-27riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer
2025-10-27riscv: stacktrace: Disable KASAN checks for non-current tasksChunyan Zhang
2025-10-24RISC-V: KVM: Remove automatic I/O mapping for VM_PFNMAPFangyu Yu
2025-10-18riscv: hwprobe: avoid uninitialized variable use in hwprobe_arch_id()Paul Walmsley
2025-10-18riscv: cpufeature: avoid uninitialized variable in has_thead_homogeneous_vlenb()Paul Walmsley
2025-10-17riscv: hwprobe: Fix stale vDSO data for late-initialized keys at bootJingwei Wang
2025-10-17riscv: add a forward declaration for cpuinfo_opPaul Walmsley
2025-10-17RISC-V: Don't print details of CPUs disabled in DTAnup Patel
2025-10-17riscv: Remove the PER_CPU_OFFSET_SHIFT macroSamuel Holland
2025-10-17riscv: mm: Define MAX_POSSIBLE_PHYSMEM_BITS for zsmallocSamuel Holland
2025-10-17riscv: Register IPI IRQs with unique namesSamuel Holland
2025-10-17RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel
2025-10-17RISC-V: KVM: Read HGEIP CSR on the correct cpuFangyu Yu
2025-10-16RISC-V: KVM: Fix check for local interrupts on riscv32Samuel Holland
2025-10-10riscv: kprobes: convert one final __ASSEMBLY__ to __ASSEMBLER__Paul Walmsley
2025-10-09riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGSThomas Weißschuh
2025-10-09riscv: acpi: avoid errors caused by probing DT devices when ACPI is usedHan Gao
2025-10-09riscv: kprobes: Fix probe address validationFabian Vogt
2025-10-09riscv: entry: fix typo in comment 'instruciton' -> 'instruction'Florian Schmaus
2025-10-09RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence e...Danil Skrebenkov
2025-10-09riscv: kgdb: Ensure that BUFMAX > NUMREGBYTESMiquel Sabaté Solà