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.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-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
2023-07-07
Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-29
/
+86
2023-07-06
Merge patch series "riscv: some CMO alternative related clean up"
Palmer Dabbelt
3
-7
/
+10
2023-07-06
riscv: mm: mark noncoherent_supported as __ro_after_init
Jisheng Zhang
1
-1
/
+1
2023-07-06
riscv: mm: mark CBO relate initialization funcs as __init
Jisheng Zhang
1
-4
/
+4
2023-07-06
riscv: errata: thead: only set cbom size & noncoherent during boot
Jisheng Zhang
1
-2
/
+5
2023-07-06
riscv: Select HAVE_ARCH_USERFAULTFD_MINOR
Samuel Holland
1
-0
/
+1
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-16
/
+2
2023-07-06
Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2023-07-05
RISC-V: make ARCH_THEAD preclude XIP_KERNEL
Conor Dooley
1
-0
/
+1
2023-07-05
risc-v: Fix order of IPI enablement vs RCU startup
Marc Zyngier
1
-2
/
+3
2023-07-05
mm: riscv: fix an unsafe pte read in huge_pte_alloc()
John Hubbard
1
-1
/
+5
2023-07-04
RISC-V: drop error print from riscv_hartid_to_cpuid()
Conor Dooley
1
-1
/
+0
2023-07-04
riscv: Discard vector state on syscalls
Björn Töpel
2
-0
/
+36
2023-07-04
riscv: move memblock_allow_resize() after linear mapping is ready
Woody Zhang
1
-1
/
+3
2023-07-04
riscv: Enable ARCH_SUSPEND_POSSIBLE for s2idle
Song Shuai
1
-0
/
+3
2023-07-04
riscv: vdso: include vdso/vsyscall.h for vdso_data
Ben Dooks
1
-0
/
+1
2023-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
19
-61
/
+3098
2023-07-01
riscv: vector: clear V-reg in the first-use trap
Andy Chiu
1
-0
/
+1
2023-07-01
riscv: vector: only enable interrupts in the first-use trap
Andy Chiu
1
-1
/
+7
2023-07-01
Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"
Palmer Dabbelt
3
-15
/
+11
2023-07-01
RISC-V: Fix up some vector state related build failures
Palmer Dabbelt
1
-0
/
+4
2023-07-01
Merge tag 'kvm-riscv-6.5-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
19
-61
/
+3098
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
3
-6
/
+23
2023-06-30
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
52
-166
/
+2317
2023-06-30
Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
11
-2
/
+634
2023-06-29
Merge branch 'expand-stack'
Linus Torvalds
2
-18
/
+14
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-4
/
+0
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2023-06-28
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-06-28
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-72
/
+0
2023-06-26
Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-8
/
+9
2023-06-26
riscv: disable HAVE_LD_DEAD_CODE_DATA_ELIMINATION for LLD
Nick Desaulniers
1
-1
/
+2
2023-06-26
riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
Zhangjin Wu
2
-3
/
+4
2023-06-26
riscv: vmlinux-xip.lds.S: remove .alternative section
Jisheng Zhang
1
-6
/
+0
2023-06-26
riscv: move options to keep entries sorted
Jisheng Zhang
1
-6
/
+6
2023-06-25
riscv/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2
-18
/
+14
2023-06-24
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-0
/
+5
2023-06-23
riscv: hibernate: remove WARN_ON in save_processor_state
Song Shuai
1
-1
/
+0
2023-06-23
Merge patch series "riscv: Add independent irq/softirq stacks support"
Palmer Dabbelt
5
-13
/
+153
2023-06-23
Merge patch series "ISA string parser cleanups"
Palmer Dabbelt
5
-28
/
+121
2023-06-22
riscv: stack: Add config of thread stack size
Guo Ren
2
-11
/
+11
2023-06-22
riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
Guo Ren
2
-2
/
+39
2023-06-22
riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
Guo Ren
5
-2
/
+105
2023-06-22
asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
Tiezhu Yang
1
-14
/
+0
2023-06-22
riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
Donglin Peng
3
-6
/
+23
2023-06-21
RISC-V: always report presence of extensions formerly part of the base ISA
Conor Dooley
3
-0
/
+25
2023-06-21
RISC-V: remove decrement/increment dance in ISA string parser
Conor Dooley
1
-8
/
+6
2023-06-21
RISC-V: rework comments in ISA string parser
Conor Dooley
1
-11
/
+59
2023-06-21
RISC-V: validate riscv,isa at boot, not during ISA string parsing
Conor Dooley
2
-9
/
+11
2023-06-21
RISC-V: split early & late of_node to hartid mapping
Conor Dooley
3
-2
/
+23
[next]