index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
4
-13
/
+13
2024-04-30
Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"
Palmer Dabbelt
6
-62
/
+56
2024-04-30
Merge patch series "riscv: enable lockless lockref implementation"
Palmer Dabbelt
1
-0
/
+18
2024-04-30
riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
Jisheng Zhang
1
-1
/
+1
2024-04-30
Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...
Palmer Dabbelt
4
-1
/
+35
2024-04-30
Merge patch series "riscv: fix patching with IPI"
Palmer Dabbelt
1
-0
/
+1
2024-04-29
riscv: mm: Use a fixed layout for the MM context ID
Samuel Holland
2
-4
/
+2
2024-04-29
riscv: mm: Introduce cntx2asid/cntx2version helper macros
Samuel Holland
1
-0
/
+3
2024-04-29
riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
Samuel Holland
1
-0
/
+2
2024-04-29
riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
Samuel Holland
2
-2
/
+29
2024-04-29
riscv: mm: Combine the SMP and UP TLB flush code
Samuel Holland
1
-28
/
+3
2024-04-29
riscv: Use IPIs for remote cache/TLB flushes by default
Samuel Holland
3
-16
/
+10
2024-04-29
riscv: Factor out page table TLB synchronization
Samuel Holland
1
-18
/
+13
2024-04-28
riscv: hwprobe: export Zihintpause ISA extension
Clément Léger
1
-0
/
+1
2024-04-28
riscv: Do not save the scratch CSR during suspend
Samuel Holland
1
-1
/
+0
2024-04-28
Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2
-2
/
+2
2024-04-28
Merge patch series "Rework & improve riscv cmpxchg.h and atomic.h"
Palmer Dabbelt
2
-368
/
+200
2024-04-26
Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"
Palmer Dabbelt
1
-10
/
+10
2024-04-26
RISC-V: KVM: Improve firmware counter read function
Atish Patra
1
-1
/
+1
2024-04-26
RISC-V: KVM: Support 64 bit firmware counters on RV32
Atish Patra
1
-1
/
+3
2024-04-26
RISC-V: KVM: Add perf sampling support for guests
Atish Patra
3
-1
/
+6
2024-04-26
RISC-V: KVM: Implement SBI PMU Snapshot feature
Atish Patra
1
-0
/
+7
2024-04-25
mm/arch: provide pud_pfn() fallback
Peter Xu
1
-0
/
+1
2024-04-25
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-04-25
riscv: thead: Rename T-Head PBMT to MAE
Christoph Müllner
1
-10
/
+10
2024-04-24
riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}
Jisheng Zhang
1
-0
/
+18
2024-04-23
riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMIN
Clément Léger
1
-1
/
+1
2024-04-22
RISC-V: Use the minor version mask while computing sbi version
Atish Patra
1
-2
/
+2
2024-04-22
RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
Atish Patra
1
-1
/
+1
2024-04-22
RISC-V: Add SBI PMU snapshot definitions
Atish Patra
1
-0
/
+11
2024-04-22
drivers/perf: riscv: Use BIT macro for shifting operations
Atish Patra
1
-10
/
+10
2024-04-22
RISC-V: Add FIRMWARE_READ_HI definition
Atish Patra
1
-0
/
+1
2024-04-22
RISC-V: Fix the typo in Scountovf CSR name
Atish Patra
1
-1
/
+1
2024-04-22
RISCV: KVM: Introduce vcpu->reset_cntx_lock
Yong-Xuan Wang
1
-0
/
+1
2024-04-22
RISCV: KVM: Introduce mp_state_lock to avoid lock inversion
Yong-Xuan Wang
1
-2
/
+6
2024-04-18
riscv: Include riscv_set_icache_flush_ctx prctl
Charlie Jenkins
3
-0
/
+35
2024-04-16
riscv: Remove unnecessary irqflags processor.h include
Charlie Jenkins
1
-1
/
+0
2024-04-16
riscv: Fix text patching when IPI are used
Alexandre Ghiti
1
-0
/
+1
2024-04-09
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2
-2
/
+2
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
1
-1
/
+1
2024-04-09
riscv: Fix TASK_SIZE on 64-bit NOMMU
Samuel Holland
1
-1
/
+1
2024-04-08
riscv/cmpxchg: Implement xchg for variables of size 1 and 2
Leonardo Bras
1
-0
/
+31
2024-04-08
riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
Leonardo Bras
1
-0
/
+34
2024-04-08
riscv/atomic.h : Deduplicate arch_atomic.*
Leonardo Bras
1
-88
/
+76
2024-04-08
riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
Leonardo Bras
1
-162
/
+33
2024-04-08
riscv/cmpxchg: Deduplicate xchg() asm functions
Leonardo Bras
1
-115
/
+23
2024-04-08
RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
1
-0
/
+12
2024-03-27
RISC-V: only flush icache when it has VM_EXEC set
Yangyu Chen
1
-2
/
+5
2024-03-27
riscv: mm: implement pgprot_nx
Jisheng Zhang
1
-0
/
+6
2024-03-27
RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ
Victor Isaev
1
-1
/
+1
[prev]
[next]