summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
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
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin
2024-03-12riscv: errata: Rename defines for AndesYu Chien Peter Lin
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini
2024-03-06bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann