index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
riscv: entry: always initialize regs->a0 to -ENOSYS
Celeste Liu
1
-2
/
+2
2024-08-29
riscv: change XIP's kernel_map.size to be size of the entire kernel
Nam Cao
1
-2
/
+2
2024-08-11
riscv: Fix linear mapping checks for non-contiguous memory regions
Stuart Menefy
1
-4
/
+11
2024-08-11
RISC-V: Enable the IPI before workqueue_online_cpu()
Nick Hu
1
-1
/
+1
2024-08-11
riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
Zhe Qiao
1
-8
/
+9
2024-08-11
riscv/purgatory: align riscv_kernel_entry
Daniel Maslowski
1
-0
/
+2
2024-08-03
riscv: smp: fail booting up smp if inconsistent vlen is detected
Andy Chiu
2
-12
/
+21
2024-08-03
riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
Pu Lehui
1
-5
/
+13
2024-07-05
Merge tag 'riscv-for-linus-6.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-11
/
+4
2024-07-03
riscv: kexec: Avoid deadlock in kexec crash path
Song Shuai
1
-9
/
+1
2024-07-03
riscv: stacktrace: fix usage of ftrace_graph_ret_addr()
Puranjay Mohan
1
-1
/
+2
2024-07-03
Merge patch series "Assorted fixes in RISC-V PMU driver"
Palmer Dabbelt
1
-1
/
+1
2024-07-03
perf: RISC-V: Check standard event availability
Samuel Holland
1
-1
/
+1
2024-07-01
Merge tag 'arm-fixes-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-15
/
+57
2024-06-29
Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-15
/
+22
2024-06-27
Merge tag 'riscv-dt-fixes-for-v6.10-rc5+' of https://git.kernel.org/pub/scm/l...
Arnd Bergmann
8
-15
/
+57
2024-06-26
Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"
Palmer Dabbelt
1
-1
/
+1
2024-06-26
riscv: stacktrace: convert arch_stack_walk() to noinstr
Andy Chiu
1
-1
/
+1
2024-06-26
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2
-13
/
+20
2024-06-25
RISC-V: fix vector insn load/store width mask
Jesse Taube
1
-1
/
+1
2024-06-25
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
1
-2
/
+2
2024-06-19
riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boards
Shengyu Qu
1
-1
/
+1
2024-06-19
riscv: dts: sophgo: disable write-protection for milkv duo
Haylen Chu
1
-0
/
+1
2024-06-08
Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+13
2024-06-03
Merge tag 'kvm-riscv-fixes-6.10-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2
-5
/
+6
2024-06-03
Revert "riscv: mm: accelerate pagefault when badaccess"
Palmer Dabbelt
1
-2
/
+2
2024-06-03
riscv: fix overlap of allocated page and PTR_ERR
Nam Cao
1
-10
/
+11
2024-05-31
RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...
Quan Zhou
1
-2
/
+2
2024-05-31
RISC-V: KVM: No need to use mask when hart-index-bit is 0
Yong-Xuan Wang
1
-3
/
+4
2024-05-30
riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
Alexandre Ghiti
1
-10
/
+12
2024-05-30
riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernel
Nam Cao
1
-1
/
+1
2024-05-30
riscv: prevent pt_regs corruption for secondary idle threads
Sergey Matyukevich
2
-3
/
+2
2024-05-28
riscv: dts: canaan: Disable I/O devices unless used
Geert Uytterhoeven
7
-7
/
+32
2024-05-28
riscv: dts: canaan: Clean up serial aliases
Geert Uytterhoeven
7
-7
/
+24
2024-05-24
Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
20
-181
/
+294
2024-05-23
riscv: Fix early ftrace nop patching
Alexandre Ghiti
2
-0
/
+9
2024-05-23
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
5
-0
/
+49
2024-05-23
Merge patch series "riscv: Extension parsing fixes"
Palmer Dabbelt
3
-7
/
+45
2024-05-23
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-2
/
+2
2024-05-23
riscv: uaccess: Relax the threshold for fast path
Xiao Wang
1
-1
/
+1
2024-05-23
riscv: uaccess: Allow the last potential unrolled copy
Xiao Wang
1
-1
/
+1
2024-05-23
riscv: typo in comment for get_f64_reg
Xingyou Chen
1
-1
/
+1
2024-05-23
Use bool value in set_cpu_online()
Zhao Ke
1
-1
/
+1
2024-05-23
Merge patch series "riscv: fix debug_pagealloc"
Palmer Dabbelt
2
-6
/
+25
2024-05-23
riscv: stacktrace: fixed walk_stackframe()
Matthew Bystrin
1
-6
/
+14
2024-05-23
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
5
-141
/
+143
2024-05-23
Merge patch series "riscv: access_ok() optimization"
Palmer Dabbelt
2
-4
/
+1
2024-05-23
riscv: do not select MODULE_SECTIONS by default
Qingfang Deng
1
-1
/
+1
2024-05-23
riscv: show help string for riscv-specific targets
Emil Renner Berthing
1
-0
/
+17
2024-05-23
riscv: make image compression configurable
Emil Renner Berthing
3
-10
/
+33
[next]