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
2024-01-24
riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
Jisheng Zhang
2
-5
/
+36
2024-01-24
riscv: tlb: convert __p*d_free_tlb() to inline functions
Jisheng Zhang
1
-22
/
+32
2024-01-24
riscv: tlb: fix __p*d_free_tlb()
Jisheng Zhang
1
-3
/
+17
2024-01-22
RISC-V: add helper function to read the vector VLEN
Heiko Stuebner
1
-0
/
+11
2024-01-20
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
22
-62
/
+664
2024-01-18
Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-1
/
+3
2024-01-17
RISC-V: Implement archrandom when Zkr is available
Samuel Ortiz
2
-0
/
+81
2024-01-17
riscv: Optimize hweight API with Zbb extension
Xiao Wang
2
-1
/
+81
2024-01-17
Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"
Palmer Dabbelt
1
-1
/
+17
2024-01-17
riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
1
-0
/
+7
2024-01-17
riscv: ftrace: Make function graph use ftrace directly
Song Shuai
1
-1
/
+10
2024-01-17
Merge patch series "riscv: Add fine-tuned checksum functions"
Palmer Dabbelt
2
-0
/
+95
2024-01-17
riscv: Add checksum library
Charlie Jenkins
1
-0
/
+11
2024-01-17
riscv: Add checksum header
Charlie Jenkins
1
-0
/
+82
2024-01-17
riscv: Add static key for misaligned accesses
Charlie Jenkins
1
-0
/
+2
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-6
/
+72
2024-01-17
Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-66
/
+77
2024-01-16
Merge patch series "riscv: support kernel-mode Vector"
Palmer Dabbelt
8
-14
/
+298
2024-01-16
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
4
-10
/
+109
2024-01-16
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
1
-0
/
+4
2024-01-16
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
2
-10
/
+6
2024-01-16
riscv: fpu: drop SR_SD bit checking
Andy Chiu
1
-2
/
+1
2024-01-16
riscv: lib: vectorize copy_to_user/copy_from_user
Andy Chiu
1
-0
/
+4
2024-01-16
riscv: sched: defer restoring Vector context for user
Andy Chiu
3
-1
/
+29
2024-01-16
riscv: Add vector extension XOR implementation
Greentime Hu
2
-0
/
+86
2024-01-16
riscv: vector: make Vector always available for softirq context
Andy Chiu
2
-2
/
+7
2024-01-16
riscv: Add support for kernel mode vector
Greentime Hu
3
-1
/
+64
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+2
2024-01-11
Merge patch series "riscv: mm: Fixup & Optimize COMPAT code"
Palmer Dabbelt
2
-2
/
+2
2024-01-11
riscv: mm: Fixup compat arch_get_mmap_end
Guo Ren
1
-1
/
+1
2024-01-11
riscv: mm: Fixup compat mode boot failure
Guo Ren
1
-1
/
+1
2024-01-11
riscv: Add support for BATCHED_UNMAP_TLB_FLUSH
Alexandre Ghiti
2
-0
/
+23
2024-01-11
Merge patch series "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"
Palmer Dabbelt
1
-44
/
+6
2024-01-11
Merge patch series "RISC-V SBI debug console extension support"
Palmer Dabbelt
1
-0
/
+10
2024-01-11
riscv: sbi: Introduce system suspend support
Andrew Jones
1
-0
/
+9
2024-01-11
Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...
Palmer Dabbelt
2
-0
/
+42
2024-01-10
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-01-10
riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
Jisheng Zhang
1
-44
/
+6
2024-01-10
RISC-V: Add SBI debug console helper routines
Anup Patel
1
-0
/
+5
2024-01-10
RISC-V: Add stubs for sbi_console_putchar/getchar()
Anup Patel
1
-0
/
+5
2024-01-09
riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HW
Jisheng Zhang
2
-0
/
+42
2024-01-09
Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"
Palmer Dabbelt
1
-0
/
+2
2024-01-09
riscv: add ISA extension parsing for Zacas
Clément Léger
1
-0
/
+1
2024-01-09
riscv: add ISA extension parsing for Ztso
Clément Léger
1
-0
/
+1
2024-01-09
Merge patch series "Fix XIP boot and make XIP testable in QEMU"
Palmer Dabbelt
1
-1
/
+1
2024-01-09
riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macro
Song Shuai
1
-1
/
+0
2024-01-09
Merge remote-tracking branch 'palmer/fixes' into for-next
Palmer Dabbelt
1
-0
/
+1
2024-01-09
Merge patch series "riscv: CPU operations cleanup"
Palmer Dabbelt
1
-12
/
+2
2024-01-09
Merge patch series "RISC-V: hwprobe: Introduce which-cpus"
Palmer Dabbelt
1
-0
/
+24
2024-01-09
riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
Frederik Haxel
1
-1
/
+1
[prev]
[next]