index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"
Palmer Dabbelt
2024-01-10
4
-0
/
+10
|
\
|
*
riscv: hwprobe: export Zicond extension
Clément Léger
2024-01-10
2
-0
/
+2
|
*
riscv: hwprobe: export Zacas ISA extension
Clément Léger
2024-01-10
2
-0
/
+2
|
*
riscv: add ISA extension parsing for Zacas
Clément Léger
2024-01-10
2
-0
/
+2
|
*
riscv: hwprobe: export Ztso ISA extension
Clément Léger
2024-01-10
2
-0
/
+2
|
*
riscv: add ISA extension parsing for Ztso
Clément Léger
2024-01-10
2
-0
/
+2
*
|
use linux/export.h rather than asm-generic/export.h
Al Viro
2024-01-10
5
-5
/
+5
*
|
Merge patch series "Fix XIP boot and make XIP testable in QEMU"
Palmer Dabbelt
2024-01-10
4
-7
/
+14
|
\
\
|
*
|
riscv: Allow disabling of BUILTIN_DTB for XIP
Frederik Haxel
2024-01-10
2
-4
/
+6
|
*
|
riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
Frederik Haxel
2024-01-10
1
-1
/
+1
|
*
|
riscv: Make XIP bootable again
Frederik Haxel
2024-01-10
2
-2
/
+7
*
|
|
riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macro
Song Shuai
2024-01-10
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'palmer/fixes' into for-next
Palmer Dabbelt
2024-01-10
10
-51
/
+129
|
\
\
\
|
*
|
|
riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
Alexandre Ghiti
2024-01-09
1
-1
/
+1
|
*
|
|
riscv: Fix module_alloc() that did not reset the linear mapping permissions
Alexandre Ghiti
2024-01-09
1
-1
/
+2
|
*
|
|
riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
Alexandre Ghiti
2024-01-09
1
-2
/
+7
|
*
|
|
riscv: Check if the code to patch lies in the exit section
Alexandre Ghiti
2024-01-09
4
-1
/
+15
|
*
|
|
riscv: errata: andes: Probe for IOCP only once in boot stage
Lad Prabhakar
2023-12-06
1
-7
/
+13
|
*
|
|
riscv: Fix SMP when shadow call stacks are enabled
Samuel Holland
2023-12-06
1
-1
/
+1
|
*
|
|
riscv: fix misaligned access handling of C.SWSP and C.SDSP
Clément Léger
2023-12-06
1
-4
/
+2
|
*
|
|
RISC-V: hwprobe: Always use u64 for extension bits
Andrew Jones
2023-12-06
1
-1
/
+1
|
*
|
|
Support rv32 ULEB128 test
Charlie Jenkins
2023-12-06
1
-4
/
+4
|
*
|
|
riscv: Correct type casting in module loading
Charlie Jenkins
2023-12-04
1
-2
/
+2
|
*
|
|
riscv: Safely remove entries from relocation list
Charlie Jenkins
2023-12-04
1
-28
/
+82
|
|
/
/
*
|
|
riscv; fix __user annotation in save_v_state()
Ben Dooks
2024-01-10
1
-1
/
+1
*
|
|
riscv: fix __user annotation in traps_misaligned.c
Ben Dooks
2024-01-10
1
-3
/
+3
*
|
|
riscv: Select ARCH_WANTS_NO_INSTR
Jisheng Zhang
2024-01-10
1
-0
/
+1
*
|
|
Merge patch series "riscv: CPU operations cleanup"
Palmer Dabbelt
2024-01-10
9
-95
/
+24
|
\
\
\
|
*
|
|
riscv: Use the same CPU operations for all CPUs
Samuel Holland
2024-01-05
5
-23
/
+18
|
*
|
|
riscv: Remove unused members from struct cpu_operations
Samuel Holland
2024-01-05
8
-58
/
+1
|
*
|
|
riscv: Deduplicate code in setup_smp()
Samuel Holland
2024-01-05
1
-20
/
+11
|
|
/
/
*
|
|
riscv: Remove obsolete rv32_defconfig file
Samuel Holland
2024-01-10
1
-139
/
+0
*
|
|
Merge patch series "RISC-V: hwprobe: Introduce which-cpus"
Palmer Dabbelt
2024-01-10
6
-329
/
+511
|
\
\
\
|
*
|
|
RISC-V: hwprobe: Introduce which-cpus flag
Andrew Jones
2024-01-03
4
-12
/
+189
|
*
|
|
RISC-V: Move the hwprobe syscall to its own file
Andrew Jones
2024-01-03
3
-285
/
+290
|
*
|
|
RISC-V: hwprobe: Clarify cpus size parameter
Andrew Jones
2024-01-03
2
-12
/
+12
|
|
/
/
*
|
|
RISC-V: Remove the removed single-letter extensions
Palmer Dabbelt
2024-01-03
2
-10
/
+0
*
|
|
Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"
Palmer Dabbelt
2023-12-20
11
-120
/
+134
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
riscv: Use accessors to page table entries instead of direct dereference
Alexandre Ghiti
2023-12-20
10
-113
/
+128
|
*
|
riscv: mm: Only compile pgtable.c if MMU
Alexandre Ghiti
2023-12-20
1
-2
/
+1
|
*
|
riscv: Use WRITE_ONCE() when setting page table entries
Alexandre Ghiti
2023-12-20
2
-5
/
+5
|
|
/
*
|
riscv: hwprobe: export Zfa ISA extension
Clément Léger
2023-12-13
2
-0
/
+2
*
|
riscv: add ISA extension parsing for Zfa
Clément Léger
2023-12-13
2
-0
/
+2
*
|
riscv: hwprobe: export Zvfh[min] ISA extensions
Clément Léger
2023-12-13
2
-0
/
+4
*
|
riscv: add ISA extension parsing for Zvfh[min]
Clément Léger
2023-12-13
2
-0
/
+4
*
|
riscv: hwprobe: export Zhintntl ISA extension
Clément Léger
2023-12-13
2
-0
/
+2
*
|
riscv: add ISA extension parsing for Zihintntl
Clément Léger
2023-12-13
2
-0
/
+2
*
|
riscv: hwprobe: export Zfh[min] ISA extensions
Clément Léger
2023-12-13
2
-0
/
+7
*
|
riscv: add ISA extension parsing for Zfh/Zfh[min]
Clément Léger
2023-12-13
2
-0
/
+4
*
|
riscv: hwprobe: export vector crypto ISA extensions
Clément Léger
2023-12-13
2
-0
/
+23
[next]