summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-25/+63
2026-08-20Merge tag 'riscv-for-linus-7.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-270/+260
2026-08-18Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+5
2026-08-18Merge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-27/+12
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-2/+2
2026-08-13RISC-V: KVM: fix vcpu vector context handling for kernel-mode vectorAndy Chiu1-12/+47
2026-08-13riscv: vector: allow non-preemptible kernel-mode vector with IRQs offAndy Chiu1-6/+13
2026-08-13riscv: vector: refactor riscv_v_start_kernel_contextAndy Chiu1-9/+5
2026-08-07riscv: alternative: Also patch the compat vDSOThomas Weißschuh1-0/+5
2026-08-07riscv: alternative: Use the statically extracted vDSO section offsetsThomas Weißschuh1-17/+11
2026-08-07riscv: vdso: Add symbols for the alternative section boundariesThomas Weißschuh1-0/+2
2026-08-07riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobeAndrew Jones2-0/+7
2026-08-07riscv: Add Zicclsm to cpufeature and hwprobeJesse Taube2-0/+2
2026-08-07riscv: cpufeature: Clarify ISA spec version for canonical orderGuodong Xu1-1/+2
2026-08-07riscv: Standardize extension capitalizationCharlie Jenkins2-24/+25
2026-08-07riscv: kprobes: Prevent probes in breakpoint handlersRui Qi1-0/+3
2026-08-07riscv: further remove XIPJisheng Zhang1-143/+0
2026-08-07riscv: Add support for srmcfg CSR from Ssqosid extensionDrew Fustini2-0/+103
2026-08-07riscv: Detect the Ssqosid extensionDrew Fustini1-0/+1
2026-08-07RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsingAtish Patra1-0/+24
2026-08-07RISC-V: Add Smcntrpmf extension parsingAtish Patra1-0/+1
2026-08-07RISC-V: Add Smcsrind and Sscsrind ISA extension definition and parsingAtish Patra1-0/+2
2026-08-07Revert "riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot"Nam Cao2-59/+13
2026-08-07riscv: unaligned: stop using kthread for check_vector_unaligned_access()Nam Cao1-17/+2
2026-08-07riscv: Mark default_power_off() as __noreturnThorsten Blum1-1/+1
2026-08-07riscv: cfi: reduce shadow stack size limit from 2GB to 512MBZong Li1-2/+2
2026-08-07riscv: vdso: Simplify cflags remove logicThomas Weißschuh1-5/+2
2026-08-07riscv: kprobes: add test case for c.jal instruction simulationNam Cao1-0/+24
2026-08-07riscv: probes: simulate c.jal instructionXiaofeng Yuan3-1/+9
2026-08-07riscv: acpi: Enable ARCH_HAS_ACPI_TABLE_UPGRADEVivian Wang2-0/+7
2026-08-07riscv: Restart via EFI runtime services when availableAtish Patra1-0/+7
2026-08-07riscv: efi: Power off via EFI runtime services when availableAtish Patra1-0/+5
2026-08-07riscv: hwprobe: Register unaligned probes before usermodeRui Qi1-1/+7
2026-08-06riscv: ftrace: Fix ftrace_modify_call failure on kprobed functionsPu Lehui1-1/+4
2026-07-29riscv: drop __init from vec_check_unaligned_access_speed_all_cpusAnirudh Srinivasan1-2/+2
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner1-6/+5
2026-07-15riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()Mark Harris1-0/+1
2026-07-14arch/riscv: vdso: remove CFI landing pad from rt_sigreturnAurelien Jarno1-1/+9
2026-07-13riscv: vdso: Do not use LTO for the vDSOThomas Weißschuh1-3/+3
2026-07-13riscv: mm: Make mark_new_valid_map() stuff depend on 64BIT && MMUVivian Wang1-1/+1
2026-07-12riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()Thomas Gleixner1-4/+1
2026-07-06riscv: Prevent NULL pointer dereference in machine_kexec_prepare()Tao Liu1-0/+3
2026-06-30riscv: probes: save original sp in rethook trampolineMartin Kaiser1-0/+3
2026-06-30riscv: kexec_file: Add support for crashkernel CMA reservationJinjie Ruan1-1/+1
2026-06-30riscv: kexec_file: Use crash_prepare_headers() helper to simplify codeJinjie Ruan1-35/+12
2026-06-30riscv: kexec_file: Fix crashk_low_res not exclude bugJinjie Ruan1-3/+11
2026-06-25riscv: Fix 32-bit call_on_irq_stack() frame pointer ABISamuel Holland2-6/+6
2026-06-25riscv: smp: use secs_to_jiffies in __cpu_upThorsten Blum1-3/+2
2026-06-25riscv: Add build salt to the vDSOBastian Blank1-0/+3
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+9