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-04-30
riscv: select ARCH_HAS_FAST_MULTIPLIER
Jisheng Zhang
1
-0
/
+1
2024-04-30
Merge patch series "riscv: enable lockless lockref implementation"
Palmer Dabbelt
2
-0
/
+19
2024-04-30
riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
Jisheng Zhang
2
-2
/
+16
2024-04-30
riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_init
Dawei Li
1
-2
/
+2
2024-04-30
riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled
Dawei Li
1
-2
/
+2
2024-04-30
Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...
Palmer Dabbelt
6
-9
/
+159
2024-04-30
Merge patch series "riscv: fix patching with IPI"
Palmer Dabbelt
3
-9
/
+53
2024-04-28
riscv: hwprobe: export Zihintpause ISA extension
Clément Léger
2
-0
/
+2
2024-04-28
riscv: misaligned: remove CONFIG_RISCV_M_MODE specific code
Clément Léger
1
-89
/
+17
2024-04-28
riscv: Do not save the scratch CSR during suspend
Samuel Holland
2
-3
/
+1
2024-04-28
Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
4
-10
/
+13
2024-04-28
RISC-V: enable building 64-bit kernels with rust support
Miguel Ojeda
2
-0
/
+8
2024-04-28
Merge patch series "Rework & improve riscv cmpxchg.h and atomic.h"
Palmer Dabbelt
2
-368
/
+200
2024-04-24
riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}
Jisheng Zhang
1
-0
/
+18
2024-04-24
riscv: select ARCH_USE_CMPXCHG_LOCKREF
Jisheng Zhang
1
-0
/
+1
2024-04-18
cpumask: Add assign cpu
Charlie Jenkins
1
-1
/
+1
2024-04-18
riscv: Include riscv_set_icache_flush_ctx prctl
Charlie Jenkins
5
-8
/
+159
2024-04-16
riscv: Remove unnecessary irqflags processor.h include
Charlie Jenkins
1
-1
/
+0
2024-04-16
riscv: Fix text patching when IPI are used
Alexandre Ghiti
3
-8
/
+53
2024-04-16
riscv: Remove superfluous smp_mb()
Alexandre Ghiti
1
-1
/
+0
2024-04-09
riscv: Allow NOMMU kernels to run in S-mode
Samuel Holland
1
-5
/
+10
2024-04-09
riscv: Remove MMU dependency from Zbb and Zicboz
Samuel Holland
1
-2
/
+0
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2
-2
/
+2
2024-04-09
riscv: Fix TASK_SIZE on 64-bit NOMMU
Samuel Holland
1
-1
/
+1
2024-04-08
riscv/cmpxchg: Implement xchg for variables of size 1 and 2
Leonardo Bras
1
-0
/
+31
2024-04-08
riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
Leonardo Bras
1
-0
/
+34
2024-04-08
riscv/atomic.h : Deduplicate arch_atomic.*
Leonardo Bras
1
-88
/
+76
2024-04-08
riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
Leonardo Bras
1
-162
/
+33
2024-04-08
riscv/cmpxchg: Deduplicate xchg() asm functions
Leonardo Bras
1
-115
/
+23
2024-03-27
RISC-V: only flush icache when it has VM_EXEC set
Yangyu Chen
1
-2
/
+5
2024-03-27
riscv: remove unused header
tanzirh@google.com
1
-1
/
+0
2024-03-27
riscv: merge two if-blocks for KBUILD_IMAGE
Masahiro Yamada
1
-11
/
+8
2024-03-26
riscv: Remove unused asm/signal.h file
Stafford Horne
1
-12
/
+0
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
68
-550
/
+4316
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2024-03-20
riscv: Fix syscall wrapper for >word-size arguments
Sami Tolvanen
1
-14
/
+39
2024-03-20
Merge patch series "riscv/barrier: tidying up barrier-related macro"
Palmer Dabbelt
7
-32
/
+36
2024-03-20
crypto: riscv - add vector crypto accelerated AES-CBC-CTS
Eric Biggers
3
-5
/
+245
2024-03-20
crypto: riscv - parallelize AES-CBC decryption
Eric Biggers
1
-9
/
+15
2024-03-20
Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"
Palmer Dabbelt
1
-0
/
+1
2024-03-20
riscv: Only flush the mm icache when setting an exec pte
Alexandre Ghiti
3
-10
/
+10
2024-03-20
riscv: Use kcalloc() instead of kzalloc()
Erick Archer
1
-2
/
+1
2024-03-20
Merge patch series "RISC-V: ACPI: Add LPI support"
Palmer Dabbelt
2
-0
/
+52
2024-03-20
Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...
Palmer Dabbelt
5
-24
/
+34
2024-03-19
riscv/barrier: Add missing space after ','
Eric Chan
1
-6
/
+6
2024-03-19
riscv/barrier: Consolidate fence definitions
Eric Chan
7
-14
/
+16
2024-03-19
riscv/barrier: Define RISCV_FULL_BARRIER
Eric Chan
3
-10
/
+12
2024-03-19
riscv/barrier: Define __{mb,rmb,wmb}
Eric Chan
1
-3
/
+3
2024-03-19
RISC-V: defconfig: Enable CONFIG_ACPI_CPPC_CPUFREQ
Sunil V L
1
-0
/
+1
2024-03-19
cpuidle: RISC-V: Move few functions to arch/riscv
Sunil V L
2
-0
/
+52
[next]