summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
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
2025-02-14riscv: signal: fix signal frame sizeYong-Xuan Wang
2025-02-14riscv: cpufeature: use bitmap_equal() instead of memcmp()Clément Léger
2025-02-14riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-24Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-20riscv: export __cpuid_to_hartid_mapValentina Fernandez
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins
2025-01-18RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt