summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2024-10-102-3/+7
* riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang2024-10-101-0/+5
* riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan2024-10-041-1/+1
* RISC-V: KVM: Fix to allow hpmcounter31 from the guestAtish Patra2024-10-041-3/+3
* RISC-V: KVM: Allow legacy PMU access from guestAtish Patra2024-10-041-1/+14
* RISC-V: KVM: Don't zero-out PMU snapshot area before freeing dataAnup Patel2024-10-041-12/+2
* RISC-V: KVM: Fix sbiret init before forwarding to userspaceAndrew Jones2024-10-041-2/+2
* riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFFCharlie Jenkins2024-09-181-6/+6
* riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL...Xingyu Wu2024-09-181-0/+6
* riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti2024-09-124-65/+72
* riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti2024-09-122-9/+11
* riscv: Add tracepoints for SBI calls and returnsSamuel Holland2024-09-122-0/+61
* riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti2024-09-121-1/+1
* riscv: Fix toolchain vector detectionAnton Blanchard2024-09-121-2/+2
* riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins2024-09-121-24/+2
* riscv: set trap vector earlieryang.zhang2024-09-121-0/+3
* riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland2024-09-121-3/+2
* riscv: misaligned: Restrict user access to kernel memorySamuel Holland2024-09-121-2/+2
* riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu2024-08-291-2/+2
* riscv: change XIP's kernel_map.size to be size of the entire kernelNam Cao2024-08-291-2/+2
* riscv: Fix linear mapping checks for non-contiguous memory regionsStuart Menefy2024-08-111-4/+11
* RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu2024-08-111-1/+1
* riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao2024-08-111-8/+9
* riscv/purgatory: align riscv_kernel_entryDaniel Maslowski2024-08-111-0/+2
* riscv: smp: fail booting up smp if inconsistent vlen is detectedAndy Chiu2024-08-032-12/+21
* riscv, bpf: Fix out-of-bounds issue when preparing trampoline imagePu Lehui2024-08-031-5/+13
* Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-053-11/+4
|\
| * riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai2024-07-031-9/+1
| * riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan2024-07-031-1/+2
| * Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt2024-07-031-1/+1
| |\
| | * perf: RISC-V: Check standard event availabilitySamuel Holland2024-07-031-1/+1
* | | Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-018-15/+57
|\ \ \ | |/ / |/| |
| * | Merge tag 'riscv-dt-fixes-for-v6.10-rc5+' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2024-06-278-15/+57
| |\ \
| | * | riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boardsShengyu Qu2024-06-191-1/+1
| | * | riscv: dts: canaan: Disable I/O devices unless usedGeert Uytterhoeven2024-05-287-7/+32
| | * | riscv: dts: canaan: Clean up serial aliasesGeert Uytterhoeven2024-05-287-7/+24
| | |/
* | | Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-284-15/+22
|\ \ \
| * \ \ Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt2024-06-261-1/+1
| |\ \ \
| | * | | riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu2024-06-261-1/+1
| | | |/ | | |/|
| * | | riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti2024-06-262-13/+20
| * | | RISC-V: fix vector insn load/store width maskJesse Taube2024-06-251-1/+1
| | |/ | |/|
* / | syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann2024-06-251-2/+2
|/ /
* | riscv: dts: sophgo: disable write-protection for milkv duoHaylen Chu2024-06-191-0/+1
* | Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-072-12/+13
|\ \
| * | Revert "riscv: mm: accelerate pagefault when badaccess"Palmer Dabbelt2024-06-031-2/+2
| * | riscv: fix overlap of allocated page and PTR_ERRNam Cao2024-06-031-10/+11
* | | Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2024-06-032-5/+6
|\ \ \ | |/ / |/| |
| * | RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou2024-05-311-2/+2
| * | RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang2024-05-311-3/+4
| |/
* | riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti2024-05-301-10/+12