summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen1-2/+1
2023-06-09riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong1-0/+7
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2-2/+14
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong1-0/+2
2023-03-30riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-20/+0
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley2-1/+3
2023-03-17riscv: Add header include guards to insn.hLiao Chang1-0/+5
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren1-12/+38
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2023-01-12riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-07riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich3-1/+21
2023-01-07RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei1-0/+5
2022-12-31riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti1-1/+5
2022-12-31RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel1-0/+5
2022-12-31riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen1-0/+6
2022-12-03Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-4/+17
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt1-0/+1
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-30Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt1-0/+3
2022-11-30riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren1-0/+3
2022-11-30riscv: fix race when vmap stack overflowJisheng Zhang1-0/+1
2022-11-29riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2-4/+13
2022-10-29Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+5
2022-10-28Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt1-1/+1
2022-10-28riscv: fix detection of toolchain Zihintpause supportConor Dooley1-1/+1
2022-10-26riscv: jump_label: mark arguments as const to satisfy asm constraintsJisheng Zhang1-4/+4
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel1-0/+1
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones1-8/+0
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-10/+17
2022-10-14RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang1-1/+0
2022-10-13Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt2-1/+7
2022-10-13riscv: Add cache information in AUX vectorGreentime Hu2-1/+7
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt1-0/+2
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner1-0/+2
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang1-0/+1
2022-10-02RISC-V: KVM: Expose Zicbom to the guestAndrew Jones1-0/+1
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones1-0/+1
2022-10-02RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale1-0/+1
2022-10-02RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel1-0/+1
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel1-0/+20
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale1-0/+4
2022-10-02RISC-V: KVM: Change the SBI specification version to v1.0Anup Patel1-2/+2
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones1-0/+17