index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-06-13
1
-0
/
+5
|
\
|
*
riscv/purgatory: remove PGO flags
Ricardo Ribalda
2023-06-12
1
-0
/
+5
*
|
Merge tag 'riscv-for-linus-6.4-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-09
4
-46
/
+39
|
\
\
|
*
|
riscv: fix kprobe __user string arg print fault issue
Ruan Jinjie
2023-06-08
1
-0
/
+1
|
*
|
riscv: Check the virtual alignment before choosing a map size
Alexandre Ghiti
2023-06-07
1
-6
/
+7
|
*
|
riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGD
Alexandre Ghiti
2023-06-07
2
-38
/
+30
|
*
|
riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
Hsieh-Tseng Shen
2023-06-07
2
-3
/
+2
*
|
|
Merge tag 'riscv-for-linus-6.4-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-02
7
-3
/
+52
|
\
|
|
|
|
/
|
/
|
|
*
riscv: Implement missing huge_ptep_get
Alexandre Ghiti
2023-06-02
2
-0
/
+27
|
*
riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
Alexandre Ghiti
2023-06-02
1
-1
/
+5
|
*
riscv: perf: Fix callchain parse error with kernel tracepoint events
Ism Hong
2023-06-01
1
-0
/
+7
|
*
riscv: Fix relocatable kernels with early alternatives using -fno-pie
Alexandre Ghiti
2023-05-31
2
-0
/
+8
|
*
RISC-V: mark hibernation as nonportable
Conor Dooley
2023-05-29
1
-1
/
+4
|
*
riscv: Fix unused variable warning when BUILTIN_DTB is set
Alexandre Ghiti
2023-05-24
1
-1
/
+1
*
|
Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-18
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
rethook, fprobe: do not trace rethook related functions
Ze Gao
2023-05-18
1
-0
/
+2
*
|
riscv: Fix orphan section warnings caused by kernel/pi
Alexandre Ghiti
2023-05-10
2
-6
/
+3
|
/
*
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
2
-3
/
+3
|
\
|
*
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2023-04-29
2
-3
/
+3
*
|
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
19
-66
/
+674
|
\
\
|
*
|
RISC-V: include cpufeature.h in cpufeature.c
Conor Dooley
2023-05-02
1
-0
/
+1
|
*
|
riscv: Move .rela.dyn to the init sections
Alexandre Ghiti
2023-05-02
1
-6
/
+6
|
*
|
riscv: compat_syscall_table: Fixup compile warning
Guo Ren
2023-05-02
1
-0
/
+1
|
*
|
RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP rename
Conor Dooley
2023-04-30
1
-1
/
+1
|
*
|
RISC-V: fix sifive and thead section mismatches in errata
Randy Dunlap
2023-04-29
2
-8
/
+6
|
*
|
RISC-V: Align SBI probe implementation with spec
Andrew Jones
2023-04-29
4
-12
/
+11
|
*
|
riscv: mm: remove redundant parameter of create_fdt_early_page_table
Song Shuai
2023-04-29
1
-4
/
+2
|
*
|
Merge patch series "RISC-V Hibernation Support"
Palmer Dabbelt
2023-04-29
10
-34
/
+634
|
|
\
\
|
|
*
|
RISC-V: Add arch functions to support hibernation/suspend-to-disk
Sia Jee Heng
2023-04-29
7
-1
/
+556
|
|
*
|
RISC-V: mm: Enable huge page support to kernel_page_present() function
Sia Jee Heng
2023-04-29
1
-0
/
+8
|
|
*
|
RISC-V: Factor out common code of __cpu_resume_enter()
Sia Jee Heng
2023-04-29
2
-31
/
+65
|
|
*
|
RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function
Sia Jee Heng
2023-04-29
2
-2
/
+5
|
|
|
/
|
*
|
riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selection
Nathan Chancellor
2023-04-29
1
-1
/
+12
*
|
|
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-05-05
19
-91
/
+1129
|
\
\
\
|
*
|
|
RISC-V: KVM: Virtualize per-HART AIA CSRs
Anup Patel
2023-04-21
3
-35
/
+382
|
*
|
|
RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_mask
Anup Patel
2023-04-21
2
-22
/
+38
|
*
|
|
RISC-V: KVM: Add ONE_REG interface for AIA CSRs
Anup Patel
2023-04-21
2
-0
/
+16
|
*
|
|
RISC-V: KVM: Implement subtype for CSR ONE_REG interface
Anup Patel
2023-04-21
2
-22
/
+69
|
*
|
|
RISC-V: KVM: Initial skeletal support for AIA
Anup Patel
2023-04-21
9
-6
/
+255
|
*
|
|
RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
Anup Patel
2023-04-21
3
-10
/
+9
|
*
|
|
RISC-V: Detect AIA CSRs from ISA string
Anup Patel
2023-04-21
3
-0
/
+6
|
*
|
|
RISC-V: Add AIA related CSR defines
Anup Patel
2023-04-21
1
-1
/
+94
|
*
|
|
RISC-V: KVM: Allow Zbb extension for Guest/VM
Anup Patel
2023-04-21
2
-0
/
+3
|
*
|
|
RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Anup Patel
2023-04-21
5
-19
/
+274
|
*
|
|
RISC-V: KVM: Alphabetize selects
Andrew Jones
2023-04-21
1
-5
/
+5
|
*
|
|
KVM: RISC-V: Retry fault if vma_lookup() results become invalid
David Matlack
2023-04-21
1
-9
/
+16
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
1
-2
/
+1
|
\
\
\
\
|
*
\
\
\
Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-04-26
7
-57
/
+74
|
|
\
\
\
\
|
*
|
|
|
|
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
2023-03-16
1
-2
/
+1
*
|
|
|
|
|
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-04-29
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
[next]