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.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-02-15
RISC-V: replace cbom instructions with an insn-def
Conor Dooley
2
-1
/
+14
2023-02-15
RISC-V: insn-def: Add I-type insn-def
Andrew Jones
1
-0
/
+46
2023-02-15
Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"
Palmer Dabbelt
5
-6
/
+7
2023-02-15
riscv: Fix Zbb alternative IDs
Samuel Holland
4
-8
/
+3
2023-02-15
riscv: Fix early alternative patching
Samuel Holland
1
-3
/
+1
2023-02-15
RISC-V: re-order Kconfig selects alphanumerically
Conor Dooley
1
-24
/
+24
2023-02-13
clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
Lad Prabhakar
2
-10
/
+0
2023-02-13
RISC-V: time: initialize hrtimer based broadcast clock event device
Conor Dooley
1
-0
/
+3
2023-02-10
Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-5
/
+34
2023-02-10
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
1
-5
/
+0
2023-02-09
riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
Guo Ren
1
-1
/
+3
2023-02-09
riscv: kprobe: Fixup misaligned load text
Guo Ren
1
-3
/
+5
2023-02-07
RISC-V: KVM: Increment firmware pmu events
Atish Patra
2
-0
/
+11
2023-02-07
RISC-V: KVM: Support firmware events
Atish Patra
2
-33
/
+125
2023-02-07
RISC-V: KVM: Implement perf support without sampling
Atish Patra
1
-4
/
+356
2023-02-07
RISC-V: KVM: Implement trap & emulate for hpmcounters
Atish Patra
3
-2
/
+77
2023-02-07
RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
Atish Patra
1
-1
/
+2
2023-02-07
RISC-V: KVM: Make PMU functionality depend on Sscofpmf
Atish Patra
1
-0
/
+8
2023-02-07
RISC-V: KVM: Add SBI PMU extension support
Atish Patra
3
-1
/
+98
2023-02-07
RISC-V: KVM: Add skeleton support for perf
Atish Patra
5
-0
/
+227
2023-02-07
RISC-V: KVM: Modify SBI extension handler to return SBI error code
Atish Patra
6
-97
/
+81
2023-02-07
RISC-V: KVM: Return correct code for hsm stop function
Atish Patra
1
-1
/
+1
2023-02-07
RISC-V: KVM: Define a probe function for SBI extension data structures
Atish Patra
2
-2
/
+9
2023-02-07
RISC-V: Improve SBI PMU extension related definitions
Atish Patra
1
-2
/
+5
2023-02-07
RISC-V: KVM: Redirect illegal instruction traps to guest
Andy Chiu
1
-0
/
+6
2023-02-07
RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()
Anup Patel
1
-0
/
+3
2023-02-07
KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
Alexandre Ghiti
1
-4
/
+4
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
8
-24
/
+39
2023-02-04
efi: Discover BTI support in runtime services regions
Ard Biesheuvel
2
-2
/
+3
2023-02-03
Merge tag 'riscv-for-linus-6.2-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-19
/
+33
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-03
riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-5
/
+27
2023-02-03
riscv: stacktrace: Fix missing the first frame
Liu Shixin
1
-1
/
+2
2023-02-02
riscv: mm: Implement pmdp_collapse_flush for THP
Mayuresh Chitale
2
-0
/
+24
2023-02-02
riscv: disable generation of unwind tables
Andreas Schwab
1
-0
/
+3
2023-02-02
riscv: kprobe: Fixup kernel panic when probing an illegal position
Guo Ren
1
-0
/
+18
2023-02-02
Merge patch series "riscv: improve boot time isa extensions handling"
Palmer Dabbelt
17
-178
/
+179
2023-02-01
riscv: remove riscv_isa_ext_keys[] array and related usage
Jisheng Zhang
2
-41
/
+0
2023-02-01
riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
Andrew Jones
1
-2
/
+1
2023-02-01
riscv: cpu_relax: switch to riscv_has_extension_likely()
Jisheng Zhang
1
-1
/
+1
2023-02-01
riscv: alternative: patch alternatives in the vDSO
Jisheng Zhang
4
-5
/
+40
2023-02-01
riscv: switch to relative alternative entries
Jisheng Zhang
5
-23
/
+36
2023-02-01
riscv: module: Add ADD16 and SUB16 rela types
Andrew Jones
1
-0
/
+16
2023-02-01
riscv: module: move find_section to module.h
Jisheng Zhang
2
-15
/
+16
2023-02-01
riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
Jisheng Zhang
1
-1
/
+2
2023-02-01
riscv: introduce riscv_has_extension_[un]likely()
Jisheng Zhang
1
-0
/
+37
2023-02-01
riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
Jisheng Zhang
2
-62
/
+11
2023-02-01
riscv: hwcap: make ISA extension ids can be used in asm
Jisheng Zhang
1
-24
/
+21
2023-02-01
riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
Jisheng Zhang
1
-0
/
+3
2023-02-01
riscv: move riscv_noncoherent_supported() out of ZICBOM probe
Jisheng Zhang
2
-1
/
+3
[prev]
[next]