summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2024-04-22RISC-V: Fix the typo in Scountovf CSR nameAtish Patra
2024-04-22RISCV: KVM: Introduce vcpu->reset_cntx_lockYong-Xuan Wang
2024-04-22RISCV: KVM: Introduce mp_state_lock to avoid lock inversionYong-Xuan Wang
2024-04-18riscv: Include riscv_set_icache_flush_ctx prctlCharlie Jenkins
2024-04-16riscv: Remove unnecessary irqflags processor.h includeCharlie Jenkins
2024-04-16riscv: Fix text patching when IPI are usedAlexandre Ghiti
2024-04-09Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt
2024-04-09riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland
2024-04-09riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland
2024-04-08riscv/cmpxchg: Implement xchg for variables of size 1 and 2Leonardo Bras
2024-04-08riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2Leonardo Bras
2024-04-08riscv/atomic.h : Deduplicate arch_atomic.*Leonardo Bras
2024-04-08riscv/cmpxchg: Deduplicate cmpxchg() asm and macrosLeonardo Bras
2024-04-08riscv/cmpxchg: Deduplicate xchg() asm functionsLeonardo Bras
2024-04-08RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()Chao Du
2024-03-27RISC-V: only flush icache when it has VM_EXEC setYangyu Chen
2024-03-27riscv: mm: implement pgprot_nxJisheng Zhang
2024-03-27RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev
2024-03-26riscv: Mark __se_sys_* functions __usedSami Tolvanen
2024-03-26riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland
2024-03-26riscv: Remove unused asm/signal.h fileStafford Horne
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-20riscv: Fix syscall wrapper for >word-size argumentsSami Tolvanen
2024-03-20Merge patch series "riscv/barrier: tidying up barrier-related macro"Palmer Dabbelt
2024-03-20riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt
2024-03-19riscv/barrier: Add missing space after ','Eric Chan
2024-03-19riscv/barrier: Consolidate fence definitionsEric Chan
2024-03-19riscv/barrier: Define RISCV_FULL_BARRIEREric Chan
2024-03-19riscv/barrier: Define __{mb,rmb,wmb}Eric Chan
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvSunil V L
2024-03-19riscv: Introduce set_compat_task() in asm/compat.hLeonardo Bras
2024-03-19riscv: Introduce is_compat_thread() into compat.hLeonardo Bras
2024-03-19riscv: add compile-time test into is_compat_task()Leonardo Bras
2024-03-19riscv: Replace direct thread flag check with is_compat_task()Leonardo Bras
2024-03-19riscv: Improve arch_get_mmap_end() macroLeonardo Bras
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-15riscv: vector: Fix a typo of preempt_vSong Shuai
2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt
2024-03-15Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt
2024-03-15Merge patch series "Support Andes PMU extension"Palmer Dabbelt
2024-03-15Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"Palmer Dabbelt
2024-03-15riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-14riscv: mm: Use hint address in mmap if availableCharlie Jenkins
2024-03-13riscv: Set unaligned access speed at compile timeCharlie Jenkins
2024-03-13riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins
2024-03-13riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins