summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-04-10riscv/kexec_file: Handle R_RISCV_64 in purgatory relocatorYao Zi1-0/+3
2025-04-10riscv: Fix set up of vector cpu hotplug callbackAndrew Jones1-15/+16
2025-04-10riscv: Fix set up of cpu hotplug callbacksAndrew Jones1-14/+13
2025-04-10riscv: Change check_unaligned_access_speed_all_cpus to voidAndrew Jones1-10/+5
2025-04-10riscv: Fix check_unaligned_access_all_cpusAndrew Jones2-10/+7
2025-04-10riscv: Fix riscv_online_cpu_vecAndrew Jones1-2/+4
2025-04-10riscv: Annotate unaligned access init functionsAndrew Jones2-11/+11
2025-04-10riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrac...Pu Lehui1-13/+11
2025-04-10riscv: Fix missing __free_pages() in check_vector_unaligned_access()Alexandre Ghiti1-1/+4
2025-04-10riscv: Fix the __riscv_copy_vec_words_unaligned implementationTingbo Liao1-1/+1
2025-02-14riscv: signal: fix signal_minsigstkszYong-Xuan Wang1-1/+1
2025-02-14riscv: signal: fix signal frame sizeYong-Xuan Wang1-6/+0
2025-02-14riscv: cpufeature: use bitmap_equal() instead of memcmp()Clément Léger1-1/+1
2025-02-14riscv: cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring1-6/+6
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-18/+212
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-3/+1
2025-01-24Merge tag 'mailbox-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-12/+29
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-23/+0
2025-01-20riscv: export __cpuid_to_hartid_mapValentina Fernandez1-0/+1
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt12-18/+212
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins3-1/+71
2025-01-18riscv: hwprobe: Add thead vendor extension probingCharlie Jenkins3-0/+25
2025-01-18riscv: vector: Support xtheadvector save/restoreCharlie Jenkins5-18/+18
2025-01-18riscv: vector: Use vlenb from DT for theadCharlie Jenkins3-1/+70
2025-01-18riscv: Add thead and xtheadvector as a vendor extensionCharlie Jenkins4-0/+30
2025-01-18RISC-V: Mark riscv_v_init() as __initPalmer Dabbelt1-1/+1
2025-01-08riscv: use local label names instead of global ones in assemblyClément Léger1-10/+10
2025-01-08riscv: stacktrace: fix backtracing through exceptionsClément Léger2-1/+4
2025-01-08riscv: kprobes: Fix incorrect address calculationNam Cao1-1/+1
2025-01-08riscv: Fix sleeping in invalid context in die()Nam Cao1-3/+3
2025-01-08riscv: module: remove relocation_head rel_entry member allocationClément Léger1-14/+4
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-11/+13
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-1/+16
2024-12-11riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
2024-12-11riscv: Fixup boot failure when CONFIG_DEBUG_RT_MUTEXES=yGuo Ren1-3/+9
2024-12-11kexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber1-23/+0
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+12
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-34/+641
2024-11-27Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+12
2024-11-27Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini15-34/+641
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+10
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-6/+7
2024-11-21RISC-V: Add Svade and Svadu Extensions SupportYong-Xuan Wang1-0/+12
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-15/+15
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-38/+20
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini9-11/+20