index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: vector: allow kernel-mode Vector with preemption
Andy Chiu
2024-01-16
9
-22
/
+286
*
riscv: vector: use kmem_cache to manage vector context
Andy Chiu
2024-01-16
3
-2
/
+28
*
riscv: vector: use a mask to write vstate_ctrl
Andy Chiu
2024-01-16
1
-1
/
+2
*
riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
Andy Chiu
2024-01-16
5
-13
/
+9
*
riscv: fpu: drop SR_SD bit checking
Andy Chiu
2024-01-16
1
-2
/
+1
*
riscv: lib: vectorize copy_to_user/copy_from_user
Andy Chiu
2024-01-16
6
-1
/
+125
*
riscv: sched: defer restoring Vector context for user
Andy Chiu
2024-01-16
8
-5
/
+41
*
riscv: Add vector extension XOR implementation
Greentime Hu
2024-01-16
4
-0
/
+168
*
riscv: vector: make Vector always available for softirq context
Andy Chiu
2024-01-16
3
-4
/
+19
*
riscv: Add support for kernel mode vector
Greentime Hu
2024-01-16
6
-1
/
+182
*
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-10
81
-683
/
+2509
|
\
|
*
riscv: Optimize bitops with Zbb extension
Xiao Wang
2023-11-09
1
-3
/
+251
|
*
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-11-09
12
-100
/
+93
|
*
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
2023-11-09
9
-35
/
+67
|
|
\
|
*
\
Merge patch series "Linux RISC-V AIA Preparatory Series"
Palmer Dabbelt
2023-11-08
1
-5
/
+6
|
|
\
\
|
|
*
|
RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
Anup Patel
2023-11-08
1
-5
/
+6
|
*
|
|
Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"
Palmer Dabbelt
2023-11-08
2
-46
/
+236
|
|
\
\
\
|
|
*
|
|
riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...
Alexandre Ghiti
2023-11-08
1
-40
/
+230
|
|
*
|
|
riscv: Don't use PGD entries for the linear mapping
Alexandre Ghiti
2023-11-08
1
-6
/
+6
|
|
|
/
/
|
*
|
|
RISC-V: Probe misaligned access speed in parallel
Evan Green
2023-11-07
3
-21
/
+77
|
*
|
|
RISC-V: Remove __init on unaligned_emulation_finish()
Evan Green
2023-11-07
1
-1
/
+1
|
*
|
|
RISC-V: Show accurate per-hart isa in /proc/cpuinfo
Evan Green
2023-11-07
1
-4
/
+18
|
*
|
|
RISC-V: Don't rely on positional structure initialization
Palmer Dabbelt
2023-11-07
1
-60
/
+65
|
*
|
|
Merge patch series "riscv: Add remaining module relocations and tests"
Palmer Dabbelt
2023-11-07
18
-105
/
+869
|
|
\
\
\
|
|
*
|
|
riscv: Add tests for riscv module loading
Charlie Jenkins
2023-11-07
16
-0
/
+366
|
|
*
|
|
riscv: Add remaining module relocations
Charlie Jenkins
2023-11-07
2
-30
/
+423
|
|
*
|
|
riscv: Avoid unaligned access when relocating modules
Emil Renner Berthing
2023-11-07
1
-76
/
+81
|
|
|
/
/
|
*
|
|
riscv: split cache ops out of dma-noncoherent.c
Christoph Hellwig
2023-11-07
3
-15
/
+18
|
*
|
|
riscv: select ARCH_PROC_KCORE_TEXT
Andreas Schwab
2023-11-06
1
-0
/
+3
|
*
|
|
riscv: kernel: Use correct SYM_DATA_*() macro for data
Clément Léger
2023-11-06
1
-5
/
+4
|
*
|
|
riscv: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
2023-11-06
17
-74
/
+60
|
*
|
|
riscv: use ".L" local labels in assembly when applicable
Clément Léger
2023-11-06
4
-44
/
+44
|
*
|
|
riscv: boot: Fix creation of loader.bin
Geert Uytterhoeven
2023-11-06
1
-0
/
+1
|
*
|
|
Merge patch series "riscv: tlb flush improvements"
Palmer Dabbelt
2023-11-06
5
-95
/
+144
|
|
\
\
\
|
|
*
|
|
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2023-11-06
2
-15
/
+30
|
|
*
|
|
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
2023-11-06
4
-81
/
+72
|
|
*
|
|
riscv: Improve flush_tlb_range() for hugetlb pages
Alexandre Ghiti
2023-11-06
1
-1
/
+28
|
|
*
|
|
riscv: Improve tlb_flush()
Alexandre Ghiti
2023-11-06
3
-1
/
+17
|
|
|
/
/
|
*
|
|
riscv: mm: update T-Head memory type definitions
Jisheng Zhang
2023-11-05
1
-5
/
+9
|
*
|
|
Merge patch series "riscv: vdso.lds.S: some improvement"
Palmer Dabbelt
2023-11-05
1
-17
/
+13
|
|
\
\
\
|
|
*
|
|
riscv: vdso.lds.S: remove hardcoded 0x800 .text start addr
Jisheng Zhang
2023-11-05
1
-9
/
+8
|
|
*
|
|
riscv: vdso.lds.S: merge .data section into .rodata section
Jisheng Zhang
2023-11-05
1
-8
/
+7
|
|
*
|
|
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
Jisheng Zhang
2023-11-05
1
-2
/
+0
|
|
|
/
/
|
*
|
|
riscv: add userland instruction dump to RISC-V splats
Yunhui Cui
2023-11-05
1
-3
/
+18
|
*
|
|
riscv: kprobes: allow writing to x0
Nam Cao
2023-11-05
1
-1
/
+1
|
*
|
|
riscv: provide riscv-specific is_trap_insn()
Nam Cao
2023-11-05
1
-0
/
+6
|
*
|
|
Merge patch series "Improve PTDUMP and introduce new fields"
Palmer Dabbelt
2023-11-05
2
-21
/
+36
|
|
\
\
\
|
|
*
|
|
riscv: Introduce NAPOT field to PTDUMP
Yu Chien Peter Lin
2023-11-05
1
-0
/
+4
|
|
*
|
|
riscv: Introduce PBMT field to PTDUMP
Yu Chien Peter Lin
2023-11-05
1
-0
/
+16
|
|
*
|
|
riscv: Improve PTDUMP to show RSW with non-zero value
Yu Chien Peter Lin
2023-11-05
2
-22
/
+17
|
|
|
/
/
[next]