index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-17
RISC-V: Implement kgdb_roundup_cpus() to enable future NMI Roundup
Jinjie Ruan
1
-2
/
+25
2024-09-15
riscv: avoid Imbalance in RAS
Jisheng Zhang
1
-2
/
+2
2024-09-15
Merge patch series "Svvptc extension to remove preventive sfence.vma"
Palmer Dabbelt
9
-1
/
+145
2024-09-15
riscv: cacheinfo: Add back init_cache_level() function
Steffen Persvold
1
-0
/
+5
2024-09-15
riscv: Remove unused _TIF_WORK_MASK
Jinjie Ruan
1
-4
/
+0
2024-09-15
Merge patch series "riscv: select ARCH_USE_SYM_ANNOTATIONS"
Palmer Dabbelt
2
-4
/
+5
2024-09-15
Merge patch series "riscv: stacktrace: Add USER_STACKTRACE support"
Palmer Dabbelt
3
-43
/
+47
2024-09-15
riscv: define ILLEGAL_POINTER_VALUE for 64bit
Jisheng Zhang
1
-0
/
+5
2024-09-15
riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...
Alexandre Ghiti
2
-1
/
+28
2024-09-15
riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
Alexandre Ghiti
5
-1
/
+120
2024-09-15
riscv: Add ISA extension parsing for Svvptc
Alexandre Ghiti
2
-0
/
+2
2024-09-15
riscv: select ARCH_USE_SYM_ANNOTATIONS
Jisheng Zhang
1
-0
/
+1
2024-09-15
riscv: errata: sifive: Use SYM_*() assembly macros
Jisheng Zhang
1
-4
/
+4
2024-09-14
riscv: stacktrace: Add USER_STACKTRACE support
Jinjie Ruan
3
-43
/
+47
2024-09-14
riscv: Fix fp alignment bug in perf_callchain_user()
Jinjie Ruan
1
-1
/
+1
2024-09-14
riscv: Remove redundant restriction on memory size
Stuart Menefy
1
-7
/
+1
2024-09-14
riscv: vdso: do not strip debugging info for vdso.so.dbg
Changbin Du
1
-1
/
+1
2024-09-12
Merge patch series "remove size limit on XIP kernel"
Palmer Dabbelt
14
-59
/
+109
2024-09-12
riscv: remove limit on the size of read-only section for XIP kernel
Nam Cao
3
-10
/
+4
2024-09-12
riscv: drop the use of XIP_OFFSET in create_kernel_page_table()
Nam Cao
1
-3
/
+4
2024-09-12
riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()
Nam Cao
1
-1
/
+1
2024-09-12
riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSET
Nam Cao
1
-4
/
+12
2024-09-12
riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSET
Nam Cao
1
-2
/
+12
2024-09-12
riscv: replace misleading va_kernel_pa_offset on XIP kernel
Nam Cao
2
-10
/
+25
2024-09-12
riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernel
Nam Cao
1
-0
/
+7
2024-09-12
riscv: cleanup XIP_FIXUP macro
Nam Cao
1
-4
/
+7
2024-09-03
riscv: Add license to vmalloc.h
Charlie Jenkins
1
-0
/
+1
2024-09-03
riscv: Add license to fence.h
Charlie Jenkins
1
-0
/
+1
2024-08-14
riscv: Enable generic CPU vulnerabilites support
Jinjie Ruan
1
-0
/
+1
2024-08-14
riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
Ying Sun
1
-0
/
+6
2024-08-14
riscv: change XIP's kernel_map.size to be size of the entire kernel
Nam Cao
1
-2
/
+2
2024-08-14
riscv: entry: always initialize regs->a0 to -ENOSYS
Celeste Liu
1
-2
/
+2
2024-08-07
RISC-V: Enable IPI CPU Backtrace
Ryo Takakura
2
-0
/
+21
2024-08-06
riscv: Re-introduce global icache flush in patch_text_XXX()
Alexandre Ghiti
1
-0
/
+4
2024-08-05
Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"
Palmer Dabbelt
9
-16
/
+224
2024-08-05
RISC-V: Use Zkr to seed KASLR base address
Jesse Taube
5
-2
/
+199
2024-08-05
RISC-V: pi: Add kernel/pi/pi.h
Jesse Taube
3
-14
/
+20
2024-08-05
RISC-V: lib: Add pi aliases for string functions
Jesse Taube
3
-0
/
+4
2024-08-05
RISC-V: pi: Force hidden visibility for all symbol references
Jesse Taube
1
-0
/
+1
2024-08-02
Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-21
/
+29
2024-08-02
syscalls: fix syscall macros for newfstat/newfstatat
Arnd Bergmann
1
-1
/
+1
2024-08-01
riscv: Fix linear mapping checks for non-contiguous memory regions
Stuart Menefy
1
-4
/
+11
2024-08-01
RISC-V: Enable the IPI before workqueue_online_cpu()
Nick Hu
1
-1
/
+1
2024-08-01
riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
Zhe Qiao
1
-8
/
+9
2024-08-01
riscv/purgatory: align riscv_kernel_entry
Daniel Maslowski
1
-0
/
+2
2024-07-31
riscv: cpufeature: Do not drop Linux-internal extensions
Samuel Holland
1
-8
/
+6
2024-07-27
Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
33
-228
/
+693
2024-07-26
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Linus Torvalds
1
-1
/
+1
2024-07-26
RISC-V: Provide the frequency of time CSR via hwprobe
Palmer Dabbelt
3
-1
/
+7
2024-07-26
riscv: Extend sv39 linear mapping max size to 128G
Stuart Menefy
1
-1
/
+1
[next]