index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
2024-04-28
Merge patch series "Rework & improve riscv cmpxchg.h and atomic.h"
Palmer Dabbelt
2024-04-26
Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"
Palmer Dabbelt
2024-04-26
RISC-V: KVM: Improve firmware counter read function
Atish Patra
2024-04-26
RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
2024-04-26
RISC-V: KVM: Add perf sampling support for guests
Atish Patra
2024-04-26
RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
2024-04-25
mm/arch: provide pud_pfn() fallback
Peter Xu
2024-04-25
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
2024-04-25
riscv: thead: Rename T-Head PBMT to MAE
Christoph Müllner
2024-04-24
riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}
Jisheng Zhang
2024-04-23
riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMIN
Clément Léger
2024-04-22
RISC-V: Use the minor version mask while computing sbi version
Atish Patra
2024-04-22
RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
2024-04-22
RISC-V: Add SBI PMU snapshot definitions
Atish Patra
2024-04-22
drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
2024-04-22
RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
2024-04-22
RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
2024-04-22
RISCV: KVM: Introduce vcpu->reset_cntx_lock
Yong-Xuan Wang
2024-04-22
RISCV: KVM: Introduce mp_state_lock to avoid lock inversion
Yong-Xuan Wang
2024-04-18
riscv: Include riscv_set_icache_flush_ctx prctl
Charlie Jenkins
2024-04-16
riscv: Remove unnecessary irqflags processor.h include
Charlie Jenkins
2024-04-16
riscv: Fix text patching when IPI are used
Alexandre Ghiti
2024-04-09
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2024-04-09
riscv: Fix TASK_SIZE on 64-bit NOMMU
Samuel Holland
2024-04-08
riscv/cmpxchg: Implement xchg for variables of size 1 and 2
Leonardo Bras
2024-04-08
riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
Leonardo Bras
2024-04-08
riscv/atomic.h : Deduplicate arch_atomic.*
Leonardo Bras
2024-04-08
riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
Leonardo Bras
2024-04-08
riscv/cmpxchg: Deduplicate xchg() asm functions
Leonardo Bras
2024-04-08
RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
2024-03-27
RISC-V: only flush icache when it has VM_EXEC set
Yangyu Chen
2024-03-27
riscv: mm: implement pgprot_nx
Jisheng Zhang
2024-03-27
RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ
Victor Isaev
2024-03-26
riscv: Mark __se_sys_* functions __used
Sami Tolvanen
2024-03-26
riscv: Fix spurious errors from __get/put_kernel_nofault
Samuel Holland
2024-03-26
riscv: Remove unused asm/signal.h file
Stafford Horne
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-20
riscv: Fix syscall wrapper for >word-size arguments
Sami Tolvanen
2024-03-20
Merge patch series "riscv/barrier: tidying up barrier-related macro"
Palmer Dabbelt
2024-03-20
riscv: Only flush the mm icache when setting an exec pte
Alexandre Ghiti
2024-03-20
Merge patch series "RISC-V: ACPI: Add LPI support"
Palmer Dabbelt
2024-03-20
Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...
Palmer Dabbelt
2024-03-19
riscv/barrier: Add missing space after ','
Eric Chan
2024-03-19
riscv/barrier: Consolidate fence definitions
Eric Chan
2024-03-19
riscv/barrier: Define RISCV_FULL_BARRIER
Eric Chan
2024-03-19
riscv/barrier: Define __{mb,rmb,wmb}
Eric Chan
2024-03-19
cpuidle: RISC-V: Move few functions to arch/riscv
Sunil V L
2024-03-19
riscv: Introduce set_compat_task() in asm/compat.h
Leonardo Bras
2024-03-19
riscv: Introduce is_compat_thread() into compat.h
Leonardo Bras
[prev]
[next]