summary refs log tree commit diff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen
2023-06-09riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong
2023-05-11RISC-V: Align SBI probe implementation with specAndrew Jones
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong
2023-03-30riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-17riscv: Add header include guards to insn.hLiao Chang
2023-03-10riscv: ftrace: Reduce the detour code size to halfGuo Ren
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley
2023-01-12riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks
2023-01-07riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2023-01-07RISC-V: kexec: Fix memory leak of fdt bufferLi Huafei
2022-12-31riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti
2022-12-31RISC-V: Fix MEMREMAP_WB for systems with SvpbmtAnup Patel
2022-12-31riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen
2022-12-02Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-01RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross
2022-11-29Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt
2022-11-29riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren
2022-11-29riscv: fix race when vmap stack overflowJisheng Zhang
2022-11-28riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti
2022-10-28Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-27Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt
2022-10-27riscv: fix detection of toolchain Zihintpause supportConor Dooley
2022-10-25riscv: jump_label: mark arguments as const to satisfy asm constraintsJisheng Zhang
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki
2022-10-13riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang
2022-10-13Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt
2022-10-13riscv: Add cache information in AUX vectorGreentime Hu
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang
2022-10-02RISC-V: KVM: Expose Zicbom to the guestAndrew Jones
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones
2022-10-02RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale
2022-10-02RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale
2022-10-02RISC-V: KVM: Change the SBI specification version to v1.0Anup Patel
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones