index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
riscv: entry: Convert to generic entry
Guo Ren
7
-15
/
+48
2023-03-21
riscv: mm: Fix incorrect ASID argument when flushing TLB
Dylan Jhong
1
-0
/
+2
2023-03-15
Merge patch series "RISC-V: Apply Zicboz to clear_page"
Palmer Dabbelt
6
-5
/
+19
2023-03-14
RISC-V: Use Zicboz in clear_page when available
Andrew Jones
2
-1
/
+9
2023-03-14
RISC-V: cpufeatures: Put the upper 16 bits of patch ID to work
Andrew Jones
1
-0
/
+4
2023-03-14
RISC-V: Add Zicboz detection and block size parsing
Andrew Jones
2
-1
/
+3
2023-03-14
RISC-V: alternatives: Support patching multiple insns in assembly
Andrew Jones
1
-3
/
+3
2023-03-14
Merge patch series "riscv: alternative/cpufeature related cleanups"
Palmer Dabbelt
2
-45
/
+38
2023-03-14
riscv: alternatives: Rename errata_id to patch_id
Andrew Jones
2
-38
/
+38
2023-03-14
riscv: alternatives: Remove unnecessary define and unused struct
Andrew Jones
1
-7
/
+0
2023-03-09
Merge patch series "riscv, mm: detect svnapot cpu support at runtime"
Palmer Dabbelt
6
-8
/
+166
2023-03-09
Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...
Palmer Dabbelt
2
-20
/
+0
2023-03-09
Revert "riscv: mm: notify remote harts about mmu cache updates"
Sergey Matyukevich
2
-20
/
+0
2023-03-09
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2
-1
/
+3
2023-03-07
riscv: mm: support Svnapot in huge vmap
Qinglin Pan
1
-1
/
+60
2023-03-07
riscv: mm: support Svnapot in hugetlb page
Qinglin Pan
1
-1
/
+33
2023-03-07
riscv: mm: modify pte format for Svnapot
Qinglin Pan
4
-10
/
+77
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-8
/
+130
2023-02-25
Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-320
/
+604
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+26
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-10
/
+26
2023-02-23
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-02-22
RISC-V: add a spin_shadow_stack declaration
Conor Dooley
1
-0
/
+1
2023-02-21
riscv: Add header include guards to insn.h
Liao Chang
1
-0
/
+4
2023-02-21
riscv: hwcap: Don't alphabetize ISA extension IDs
Andrew Jones
1
-20
/
+18
2023-02-21
riscv: jump_label: Fixup unaligned arch_static_branch function
Andy Chiu
1
-0
/
+2
2023-02-21
RISC-V: Only provide the single-letter extensions in HWCAP
Palmer Dabbelt
2
-12
/
+6
2023-02-21
riscv: mm: fix regression due to update_mmu_cache change
Sergey Matyukevich
1
-1
/
+1
2023-02-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-02-17
riscv: Extend patch_text for multiple instructions
Pu Lehui
1
-1
/
+1
2023-02-15
RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes
Heiko Stuebner
1
-0
/
+10
2023-02-15
Merge patch series "riscv: Optimize function trace"
Palmer Dabbelt
1
-12
/
+38
2023-02-15
riscv: ftrace: Reduce the detour code size to half
Guo Ren
1
-12
/
+38
2023-02-15
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
7
-24
/
+140
2023-02-14
Merge patch series "Remove toolchain dependencies for Zicbom"
Palmer Dabbelt
2
-1
/
+60
2023-02-14
RISC-V: replace cbom instructions with an insn-def
Conor Dooley
2
-1
/
+14
2023-02-14
RISC-V: insn-def: Add I-type insn-def
Andrew Jones
1
-0
/
+46
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
[prev]
[next]