index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
1
-3
/
+3
2023-07-07
Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+34
2023-07-04
riscv: Discard vector state on syscalls
Björn Töpel
1
-0
/
+34
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-31
/
+189
2023-07-01
Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
6
-31
/
+189
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-0
/
+21
2023-06-30
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-17
/
+511
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-4
/
+0
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-72
/
+0
2023-06-26
Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2023-06-23
Merge patch series "riscv: Add independent irq/softirq stacks support"
Palmer Dabbelt
2
-11
/
+33
2023-06-23
Merge patch series "ISA string parser cleanups"
Palmer Dabbelt
2
-0
/
+5
2023-06-22
riscv: stack: Add config of thread stack size
Guo Ren
1
-11
/
+1
2023-06-22
riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
Guo Ren
2
-0
/
+32
2023-06-22
riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
1
-0
/
+21
2023-06-21
RISC-V: always report presence of extensions formerly part of the base ISA
Conor Dooley
1
-0
/
+4
2023-06-21
RISC-V: split early & late of_node to hartid mapping
Conor Dooley
1
-0
/
+1
2023-06-19
Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"
Palmer Dabbelt
2
-0
/
+12
2023-06-19
riscv: kvm: define vcpu_sbi_ext_pmu in header
Ben Dooks
1
-0
/
+3
2023-06-19
RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
Anup Patel
1
-0
/
+3
2023-06-19
RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
Anup Patel
1
-36
/
+10
2023-06-19
RISC-V: Track ISA extensions per hart
Evan Green
1
-0
/
+10
2023-06-19
RISC-V: Add Zba, Zbs extension probing
Evan Green
1
-0
/
+2
2023-06-18
RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
Anup Patel
1
-0
/
+3
2023-06-18
RISC-V: KVM: Add in-kernel emulation of AIA APLIC
Anup Patel
1
-14
/
+3
2023-06-18
RISC-V: KVM: Implement device interface for AIA irqchip
Anup Patel
1
-42
/
+90
2023-06-18
RISC-V: KVM: Skeletal in-kernel AIA irqchip support
Anup Patel
2
-0
/
+24
2023-06-18
RISC-V: KVM: Add APLIC related defines
Anup Patel
1
-0
/
+58
2023-06-18
RISC-V: KVM: Add IMSIC related defines
Anup Patel
1
-0
/
+38
2023-06-18
RISC-V: KVM: Implement guest external interrupt line management
Anup Patel
1
-0
/
+10
2023-06-14
riscv: mm: stub extable related functions/macros for !MMU
Jisheng Zhang
2
-0
/
+10
2023-06-09
init: consolidate prototypes in linux/init.h
Arnd Bergmann
2
-4
/
+0
2023-06-08
Merge patch series "riscv: Add vector ISA support"
Palmer Dabbelt
10
-6
/
+348
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
2
-0
/
+14
2023-06-08
riscv: hwcap: change ELF_HWCAP to a function
Andy Chiu
2
-1
/
+3
2023-06-08
riscv: KVM: Add vector lazy save/restore support
Vincent Chen
2
-0
/
+84
2023-06-08
riscv: signal: Report signal frame size to userspace via auxv
Vincent Chen
2
-0
/
+11
2023-06-08
riscv: Allocate user's vector context in the first-use trap
Andy Chiu
2
-0
/
+31
2023-06-08
riscv: Add task switch support for vector
Greentime Hu
4
-0
/
+45
2023-06-08
riscv: Introduce struct/helpers to save/restore per-task Vector state
Greentime Hu
1
-0
/
+95
2023-06-08
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
1
-0
/
+8
2023-06-08
riscv: Introduce Vector enable/disable helpers
Greentime Hu
1
-0
/
+11
2023-06-08
riscv: Add new csr defines related to vector extension
Greentime Hu
1
-2
/
+16
2023-06-08
riscv: Extending cpufeature.c to detect V-extension
Guo Ren
2
-0
/
+27
2023-06-08
riscv: Rename __switch_to_aux() -> fpu
Guo Ren
1
-3
/
+3
2023-06-07
riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGD
Alexandre Ghiti
1
-33
/
+0
2023-06-07
riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
Hsieh-Tseng Shen
1
-2
/
+1
2023-06-06
RISC-V: KVM: Probe for SBI extension status
Andrew Jones
1
-0
/
+1
2023-06-06
RISC-V: KVM: Convert extension_disabled[] to ext_status[]
Andrew Jones
1
-1
/
+6
2023-06-06
RISC-V: KVM: Redirect AMO load/store misaligned traps to guest
wchen
1
-0
/
+2
[prev]
[next]