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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-18
riscv: Include riscv_set_icache_flush_ctx prctl
Charlie Jenkins
3
-0
/
+35
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
1
-0
/
+1
2024-04-09
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2
-2
/
+2
2024-04-09
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
1
-1
/
+1
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-04-08
RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
1
-0
/
+12
2024-03-27
RISC-V: only flush icache when it has VM_EXEC set
Yangyu Chen
1
-2
/
+5
2024-03-27
riscv: mm: implement pgprot_nx
Jisheng Zhang
1
-0
/
+6
2024-03-27
RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZ
Victor Isaev
1
-1
/
+1
2024-03-26
riscv: Mark __se_sys_* functions __used
Sami Tolvanen
1
-1
/
+2
2024-03-26
riscv: Fix spurious errors from __get/put_kernel_nofault
Samuel Holland
1
-2
/
+2
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
25
-248
/
+343
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
riscv: Only flush the mm icache when setting an exec pte
Alexandre Ghiti
1
-7
/
+7
2024-03-20
Merge patch series "RISC-V: ACPI: Add LPI support"
Palmer Dabbelt
1
-0
/
+3
2024-03-20
Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...
Palmer Dabbelt
4
-21
/
+31
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
cpuidle: RISC-V: Move few functions to arch/riscv
Sunil V L
1
-0
/
+3
2024-03-19
riscv: Introduce set_compat_task() in asm/compat.h
Leonardo Bras
2
-4
/
+9
2024-03-19
riscv: Introduce is_compat_thread() into compat.h
Leonardo Bras
1
-0
/
+8
2024-03-19
riscv: add compile-time test into is_compat_task()
Leonardo Bras
4
-12
/
+5
2024-03-19
riscv: Replace direct thread flag check with is_compat_task()
Leonardo Bras
2
-2
/
+2
2024-03-19
riscv: Improve arch_get_mmap_end() macro
Leonardo Bras
1
-3
/
+9
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2024-03-15
riscv: vector: Fix a typo of preempt_v
Song Shuai
1
-2
/
+2
2024-03-15
Merge patch series "riscv: mm: Extend mappable memory up to hint address"
Palmer Dabbelt
1
-16
/
+11
2024-03-15
Merge patch series "riscv: Use Kconfig to set unaligned access speed"
Palmer Dabbelt
1
-12
/
+19
2024-03-15
Merge patch series "Support Andes PMU extension"
Palmer Dabbelt
3
-12
/
+4
2024-03-15
Merge patch "riscv: Fix compilation error with FAST_GUP and rv32"
Palmer Dabbelt
2
-60
/
+7
2024-03-15
riscv: Fix compilation error with FAST_GUP and rv32
Alexandre Ghiti
1
-0
/
+2
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-12
/
+2
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-26
/
+6
2024-03-14
riscv: mm: Use hint address in mmap if available
Charlie Jenkins
1
-16
/
+11
2024-03-13
riscv: Set unaligned access speed at compile time
Charlie Jenkins
1
-11
/
+13
2024-03-13
riscv: Decouple emulated unaligned accesses from access speed
Charlie Jenkins
1
-1
/
+1
2024-03-13
riscv: lib: Introduce has_fast_unaligned_access()
Charlie Jenkins
1
-3
/
+8
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+17
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-03-12
Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
[prev]
[next]