index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
Merge patch series "dt-bindings: Add a cpu-capacity property for RISC-V"
Palmer Dabbelt
2
-2
/
+2
2023-02-14
riscv: Fix Zbb alternative IDs
Samuel Holland
1
-5
/
+0
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
1
-5
/
+0
2023-02-07
RISC-V: KVM: Support firmware events
Atish Patra
1
-0
/
+17
2023-02-07
RISC-V: KVM: Implement trap & emulate for hpmcounters
Atish Patra
1
-0
/
+16
2023-02-07
RISC-V: KVM: Add skeleton support for perf
Atish Patra
2
-0
/
+78
2023-02-07
RISC-V: KVM: Modify SBI extension handler to return SBI error code
Atish Patra
1
-2
/
+8
2023-02-07
RISC-V: KVM: Define a probe function for SBI extension data structures
Atish Patra
1
-0
/
+3
2023-02-07
RISC-V: Improve SBI PMU extension related definitions
Atish Patra
1
-2
/
+5
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
3
-20
/
+13
2023-02-04
efi: Discover BTI support in runtime services regions
Ard Biesheuvel
1
-1
/
+1
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-1
/
+0
2023-02-02
riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-5
/
+27
2023-02-01
riscv: mm: Implement pmdp_collapse_flush for THP
Mayuresh Chitale
1
-0
/
+4
2023-02-01
Merge patch series "riscv: improve boot time isa extensions handling"
Palmer Dabbelt
8
-69
/
+100
2023-01-31
riscv: remove riscv_isa_ext_keys[] array and related usage
Jisheng Zhang
1
-32
/
+0
2023-01-31
riscv: cpu_relax: switch to riscv_has_extension_likely()
Jisheng Zhang
1
-1
/
+1
2023-01-31
riscv: alternative: patch alternatives in the vDSO
Jisheng Zhang
1
-0
/
+4
2023-01-31
riscv: switch to relative alternative entries
Jisheng Zhang
2
-16
/
+21
2023-01-31
riscv: module: move find_section to module.h
Jisheng Zhang
1
-0
/
+16
2023-01-31
riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
Jisheng Zhang
1
-1
/
+2
2023-01-31
riscv: introduce riscv_has_extension_[un]likely()
Jisheng Zhang
1
-0
/
+37
2023-01-31
riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
Jisheng Zhang
1
-6
/
+3
2023-01-31
riscv: hwcap: make ISA extension ids can be used in asm
Jisheng Zhang
1
-24
/
+21
2023-01-31
Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"
Palmer Dabbelt
2
-19
/
+12
2023-01-31
riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
Samuel Holland
2
-18
/
+10
2023-01-31
Merge patch series "Zbb string optimizations"
Palmer Dabbelt
3
-1
/
+13
2023-01-31
RISC-V: add zbb support to string functions
Heiko Stuebner
2
-1
/
+3
2023-01-31
RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
1
-0
/
+10
2023-01-24
RISC-V: Fix do_notify_resume / do_work_pending prototype
Heiko Stuebner
1
-1
/
+1
2023-01-24
riscv: fix jal offsets in patched alternatives
Jisheng Zhang
1
-0
/
+27
2023-01-24
riscv: pgtable: Fixup comment for KERN_VIRT_SIZE
Guo Ren
1
-1
/
+1
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
1
-1
/
+1
2023-01-19
Merge patch series "Putting some basic order on isa extension lists"
Palmer Dabbelt
1
-5
/
+7
2023-01-19
RISC-V: fix compile error from deduplicated __ALTERNATIVE_CFG_2
Heiko Stuebner
1
-1
/
+1
2023-01-19
riscv: Implement semihost.h for earlycon semihost driver
Bin Meng
1
-0
/
+26
2023-01-17
RISC-V: resort all extensions in consistent orders
Conor Dooley
1
-5
/
+7
2023-01-05
riscv: uaccess: fix type of 0 variable on error in get_user()
Ben Dooks
1
-1
/
+1
2022-12-29
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
1
-3
/
+3
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
1
-1
/
+0
2022-12-29
RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
1
-0
/
+3
2022-12-29
RISC-V: add helpers for handling immediates in U-type and I-type pairs
Heiko Stuebner
1
-0
/
+48
2022-12-29
RISC-V: add rd reg parsing to insn.h header
Heiko Stuebner
1
-0
/
+5
2022-12-29
RISC-V: add U-type imm parsing to insn.h header
Heiko Stuebner
1
-0
/
+13
2022-12-29
RISC-V: rename parse_asm.h to insn.h
Heiko Stuebner
1
-0
/
+0
2022-12-29
RISC-V: Move riscv_insn_is_* macros into a common header
Heiko Stuebner
1
-7
/
+35
2022-12-29
RISC-V: add auipc elements to parse_asm header
Heiko Stuebner
1
-0
/
+3
2022-12-29
RISC-V: add ebreak instructions to definitions
Heiko Stuebner
1
-0
/
+6
2022-12-29
RISC-V: detach funct-values from their offset
Heiko Stuebner
1
-40
/
+58
2022-12-29
RISC-V: add prefix to all constants/macros in parse_asm.h
Heiko Stuebner
1
-94
/
+94
[prev]
[next]