summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2025-04-16Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation"Palmer Dabbelt
2025-04-16riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli
2025-04-16riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli
2025-04-16RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2025-04-14riscv: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland
2025-04-14riscv: module: Fix out-of-bounds relocation accessSamuel Holland
2025-04-14riscv: Properly export reserved regions in /proc/iomemBjörn Töpel
2025-04-14riscv: Fix unaligned access info messagesAndrew Jones
2025-04-07riscv: Use kvmalloc_array on relocation_hashtableWill Pierce
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-01riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi
2025-04-01Merge patch series "Add some validation for vector, vector crypto and fp stuff"Alexandre Ghiti
2025-04-01riscv: print hartid on bringupYunhui Cui
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25RISC-V: add f & d extension validation checksConor Dooley
2025-03-25RISC-V: add vector crypto extension validation checksConor Dooley
2025-03-25RISC-V: add vector extension validation checksConor Dooley
2025-03-20Merge patch series "riscv: Add runtime constant support"Alexandre Ghiti
2025-03-20riscv: Add runtime constant supportCharlie Jenkins
2025-03-20riscv: Move nop definition to insn-def.hCharlie Jenkins
2025-03-20Merge patch series "riscv: Unaligned access speed probing fixes and skipping"Alexandre Ghiti
2025-03-19riscv: Add parameter for skipping access speed testsAndrew Jones
2025-03-19riscv: Fix set up of vector cpu hotplug callbackAndrew Jones
2025-03-19riscv: Fix set up of cpu hotplug callbacksAndrew Jones
2025-03-19riscv: Change check_unaligned_access_speed_all_cpus to voidAndrew Jones
2025-03-19riscv: Fix check_unaligned_access_all_cpusAndrew Jones
2025-03-19riscv: Fix riscv_online_cpu_vecAndrew Jones
2025-03-19riscv: Annotate unaligned access init functionsAndrew Jones
2025-03-19riscv: hwprobe: export Zaamo and Zalrsc extensionsClément Léger
2025-03-19riscv: add parsing for Zaamo and Zalrsc extensionsClément Léger
2025-03-19riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrac...Pu Lehui
2025-03-18riscv: Fix missing __free_pages() in check_vector_unaligned_access()Alexandre Ghiti
2025-03-18riscv: Fix the __riscv_copy_vec_words_unaligned implementationTingbo Liao
2025-03-18riscv: remove redundant CMDLINE_FORCE checkZixian Zeng
2025-03-18Merge patch series "Support SSTC while PM operations"Alexandre Ghiti
2025-03-18riscv: Add stimecmp save and restoreNick Hu
2025-03-18riscv: Simplify base extension checks and direct boolean returnChin Yik Ming
2025-03-18riscv: Remove unused TASK_TI_FLAGSJinjie Ruan
2025-03-18RISC-V: hwprobe: Expose Zicbom extension and its block sizeYunhui Cui
2025-03-18RISC-V: Enable cbo.clean/flush in usermodeYunhui Cui
2025-03-18Merge patch series "riscv: Add bfloat16 instruction support"Alexandre Ghiti
2025-03-18riscv: hwprobe: export bfloat16 ISA extensionInochi Amaoto
2025-03-18riscv: add ISA extension parsing for bfloat16 ISA extensionInochi Amaoto
2025-03-18riscv: hwprobe: export Zicntr and Zihpm extensionsMiquel Sabaté Solà
2025-03-18riscv: remove useless pc check in stacktrace handlingClément Léger
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-02-21riscv: vdso: Switch to generic storage implementationThomas Weißschuh
2025-02-21vdso: Rename included MakefileThomas Weißschuh
2025-02-14riscv: signal: fix signal_minsigstkszYong-Xuan Wang