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
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
22
-42
/
+273
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+0
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+0
2024-07-15
riscv: lib: relax assembly constraints in hweight
Qingfang Deng
1
-4
/
+4
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-1
/
+1
2024-07-12
Merge patch series "riscv: Apply Zawrs when available"
Palmer Dabbelt
6
-21
/
+96
2024-07-12
KVM: riscv: Support guest wrs.nto
Andrew Jones
1
-0
/
+1
2024-07-12
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-1
/
+1
2024-07-12
Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-96
/
+0
2024-07-12
riscv: Add Zawrs support for spinlocks
Christoph Müllner
4
-15
/
+91
2024-07-12
riscv: Provide a definition for 'pause'
Andrew Jones
2
-6
/
+4
2024-07-11
riscv: hwprobe: export highest virtual userspace address
Clément Léger
2
-1
/
+7
2024-07-10
riscv: Remove unnecessary int cast in variable_fls()
Thorsten Blum
1
-1
/
+1
2024-07-10
riscv: Improve sbi_ecall() code generation by reordering arguments
Alexandre Ghiti
1
-4
/
+6
2024-07-10
riscv: Add tracepoints for SBI calls and returns
Samuel Holland
1
-0
/
+54
2024-07-10
riscv: convert to generic syscall table
Arnd Bergmann
3
-5
/
+18
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-2
/
+0
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
1
-0
/
+2
2024-06-26
Merge patch series "riscv: Memory Hot(Un)Plug support"
Palmer Dabbelt
6
-5
/
+48
2024-06-26
riscv: mm: Add support for ZONE_DEVICE
Björn Töpel
3
-0
/
+38
2024-06-26
riscv: mm: Add pfn_to_kaddr() implementation
Björn Töpel
1
-0
/
+5
2024-06-26
riscv: mm: Change attribute from __init to __meminit for page functions
Björn Töpel
2
-3
/
+3
2024-06-26
riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
Björn Töpel
1
-2
/
+2
2024-06-26
riscv: dmi: Add SMBIOS/DMI support
Haibo Xu
1
-0
/
+24
2024-06-26
riscv: Implement pte_accessible()
Alexandre Ghiti
1
-0
/
+13
2024-06-26
Merge patch series "Add support for a few Zc* extensions, Zcmop and Zimop"
Palmer Dabbelt
2
-0
/
+7
2024-06-26
riscv: add ISA extension parsing for Zcmop
Clément Léger
1
-0
/
+1
2024-06-26
riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
Clément Léger
1
-0
/
+4
2024-06-26
riscv: add ISA extensions validation callback
Clément Léger
1
-0
/
+1
2024-06-26
riscv: add ISA extension parsing for Zimop
Clément Léger
1
-0
/
+1
2024-06-26
Merge patch series "riscv: Various text patching improvements"
Palmer Dabbelt
2
-2
/
+4
2024-06-26
riscv: Pass patch_text() the length in bytes
Samuel Holland
1
-1
/
+1
2024-06-26
riscv: jump_label: Simplify assembly syntax
Samuel Holland
1
-1
/
+1
2024-06-26
riscv: jump_label: Batch icache maintenance
Samuel Holland
1
-0
/
+2
2024-06-26
RISC-V: KVM: Share APLIC and IMSIC defines with irqchip drivers
Anup Patel
2
-96
/
+0
2024-06-25
RISC-V: fix vector insn load/store width mask
Jesse Taube
1
-1
/
+1
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
1
-1
/
+0
2024-06-11
function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
Steven Rostedt (Google)
1
-1
/
+0
2024-05-30
riscv: vector: adjust minimum Vector requirement to ZVE32X
Andy Chiu
1
-5
/
+5
2024-05-30
riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
Andy Chiu
1
-0
/
+5
2024-05-30
riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
Alexandre Ghiti
1
-10
/
+12
2024-05-24
Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-11
/
+78
2024-05-23
riscv: Fix early ftrace nop patching
Alexandre Ghiti
1
-0
/
+6
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+16
2024-05-22
Merge patch series "riscv: Extension parsing fixes"
Palmer Dabbelt
1
-0
/
+2
2024-05-22
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
1
-7
/
+69
2024-05-22
Merge patch series "riscv: access_ok() optimization"
Palmer Dabbelt
2
-4
/
+1
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-447
/
+316
2024-05-22
riscv: cpufeature: Fix thead vector hwcap removal
Charlie Jenkins
1
-0
/
+2
2024-05-19
riscv: add support for kernel-mode FPU
Samuel Holland
1
-0
/
+16
[prev]
[next]