summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-11-17RISCV: KVM: use raw_spinlock for critical section in imsicCyan Yang1-4/+4
2024-11-14riscv/purgatory: align riscv_kernel_entryDaniel Maslowski1-0/+3
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-11-08RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-11-01riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri1-2/+2
2024-10-17riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknownYing Sun1-0/+6
2024-10-17riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-10-17RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt1-1/+1
2024-10-17riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins3-6/+44
2024-10-17riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macroSong Shuai1-1/+0
2024-10-10riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2-3/+7
2024-10-10riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-10-04riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-10-04RISC-V: KVM: Fix to allow hpmcounter31 from the guestAtish Patra1-3/+3
2024-10-04RISC-V: KVM: Allow legacy PMU access from guestAtish Patra1-1/+14
2024-10-04RISC-V: KVM: Fix sbiret init before forwarding to userspaceAndrew Jones1-2/+2
2024-09-18riscv: dts: starfive: add assigned-clock* to limit frquencyWilliam Qiu1-0/+4
2024-09-12membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri3-0/+34
2024-09-12riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti1-1/+1
2024-09-12riscv: Fix toolchain vector detectionAnton Blanchard1-2/+2
2024-09-12riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti10-113/+128
2024-09-12riscv: mm: Only compile pgtable.c if MMUAlexandre Ghiti1-2/+1
2024-09-12riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti2-5/+5
2024-09-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-09-12riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland1-3/+2
2024-08-29riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+1
2024-08-29riscv: blacklist assembly symbols for kprobeClément Léger2-0/+13
2024-08-29riscv: change XIP's kernel_map.size to be size of the entire kernelNam Cao1-2/+2
2024-08-11riscv: Fix linear mapping checks for non-contiguous memory regionsStuart Menefy1-4/+11
2024-08-11riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao1-8/+9
2024-08-11riscv: remove unused functions in traps_misaligned.cClément Léger1-39/+7
2024-07-25riscv: stacktrace: fix usage of ftrace_graph_ret_addr()Puranjay Mohan1-1/+2
2024-07-11riscv: kexec: Avoid deadlock in kexec crash pathSong Shuai1-9/+1
2024-07-11riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vmaSamuel Holland3-25/+29
2024-07-11RISC-V: KVM: Fix the initial sample period valueAtish Patra1-1/+1
2024-07-05riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu1-1/+1
2024-07-05RISC-V: fix vector insn load/store width maskJesse Taube1-1/+1
2024-06-27vgacon: rework screen_info #ifdef checksArnd Bergmann1-9/+2
2024-06-27riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao1-0/+3
2024-06-27riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti1-6/+6
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-06-21riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao1-6/+22
2024-06-21riscv: fix overlap of allocated page and PTR_ERRNam Cao1-10/+11
2024-06-21RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou1-2/+2
2024-06-21RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
2024-06-16riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 boardShengyu Qu1-1/+0