index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
Clément Léger
1
-0
/
+4
2024-06-26
riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
1
-0
/
+4
2024-06-26
riscv: add ISA extensions validation callback
Clément Léger
1
-0
/
+1
2024-06-26
RISC-V: KVM: Allow Zimop extension for Guest/VM
Clément Léger
1
-0
/
+1
2024-06-26
riscv: hwprobe: export Zimop ISA extension
Clément Léger
1
-0
/
+1
2024-06-26
riscv: add ISA extension parsing for Zimop
Clément Léger
1
-0
/
+1
2024-06-26
Merge patch series "riscv: Various text patching improvements"
Palmer Dabbelt
2
-2
/
+4
2024-06-26
riscv: Pass patch_text() the length in bytes
Samuel Holland
1
-1
/
+1
2024-06-26
riscv: jump_label: Simplify assembly syntax
Samuel Holland
1
-1
/
+1
2024-06-26
riscv: jump_label: Batch icache maintenance
Samuel Holland
1
-0
/
+2
2024-06-26
RISC-V: KVM: Share APLIC and IMSIC defines with irqchip drivers
Anup Patel
2
-96
/
+0
2024-06-25
RISC-V: fix vector insn load/store width mask
Jesse Taube
1
-1
/
+1
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
1
-1
/
+0
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-1
/
+0
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
1
-5
/
+5
2024-05-30
riscv: hwprobe: add zve Vector subextensions into hwprobe interface
Andy Chiu
1
-0
/
+5
2024-05-30
riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
Andy Chiu
1
-0
/
+5
2024-05-30
riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
Alexandre Ghiti
1
-10
/
+12
2024-05-24
Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-11
/
+78
2024-05-23
riscv: Fix early ftrace nop patching
Alexandre Ghiti
1
-0
/
+6
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+16
2024-05-22
Merge patch series "riscv: Extension parsing fixes"
Palmer Dabbelt
1
-0
/
+2
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
1
-7
/
+69
2024-05-22
Merge patch series "riscv: access_ok() optimization"
Palmer Dabbelt
2
-4
/
+1
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
17
-439
/
+309
2024-05-22
riscv: cpufeature: Fix thead vector hwcap removal
Charlie Jenkins
1
-0
/
+2
2024-05-19
riscv: add support for kernel-mode FPU
Samuel Holland
1
-0
/
+16
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+4
2024-05-16
riscv: Define TASK_SIZE_MAX for __access_ok()
Samuel Holland
1
-0
/
+1
2024-05-16
riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN
Samuel Holland
2
-4
/
+0
2024-05-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-19
/
+62
2024-05-14
riscv: extend execmem_params for generated code allocations
Mike Rapoport (IBM)
1
-0
/
+3
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
-360
/
+192
2024-04-26
Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"
Palmer Dabbelt
1
-10
/
+10
[prev]
[next]