index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoongArch: Use accessors to page table entries instead of direct dereference
Huacai Chen
2024-08-07
1
-4
/
+4
*
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-1
/
+1
|
\
|
*
KVM: Introduce vcpu->wants_to_run
David Matlack
2024-06-18
1
-1
/
+1
*
|
LoongArch: KVM: Add PV steal time support in host side
Bibo Mao
2024-07-09
3
-4
/
+160
*
|
LoongArch: KVM: always make pte young in page map's fast path
Jia Qingtong
2024-07-09
1
-4
/
+2
*
|
LoongArch: KVM: Mark page accessed and dirty with page ref added
Bibo Mao
2024-07-09
1
-10
/
+13
*
|
LoongArch: KVM: Add dirty bitmap initially all set support
Bibo Mao
2024-07-09
1
-0
/
+7
*
|
LoongArch: KVM: Add memory barrier before update pmd entry
Bibo Mao
2024-07-09
1
-0
/
+2
*
|
LoongArch: KVM: Discard dirty page tracking on readonly memslot
Bibo Mao
2024-07-09
1
-3
/
+12
*
|
LoongArch: KVM: Select huge page only if secondary mmu supports it
Bibo Mao
2024-07-09
1
-3
/
+13
*
|
LoongArch: KVM: Delay secondary mmu tlb flush until guest entry
Bibo Mao
2024-07-09
4
-5
/
+22
*
|
LoongArch: KVM: Sync pending interrupt when getting ESTAT from user mode
Bibo Mao
2024-07-09
1
-0
/
+11
*
|
LoongArch: KVM: Remove an unneeded semicolon
Yang Li
2024-06-21
1
-1
/
+1
|
/
*
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2024-05-18
1
-1
/
+1
|
\
|
*
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-09
1
-1
/
+1
*
|
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
4
-24
/
+263
|
\
\
|
*
|
LoongArch: KVM: Add mmio trace events support
Bibo Mao
2024-05-06
2
-6
/
+22
|
*
|
LoongArch: KVM: Add software breakpoint support
Bibo Mao
2024-05-06
3
-3
/
+27
|
*
|
LoongArch: KVM: Add PV IPI support on host side
Bibo Mao
2024-05-06
2
-2
/
+68
|
*
|
LoongArch: KVM: Add vcpu mapping from physical cpuid
Bibo Mao
2024-05-06
2
-0
/
+101
|
*
|
LoongArch: KVM: Add cpucfg area for kvm hypervisor
Bibo Mao
2024-05-06
1
-17
/
+38
|
*
|
LoongArch: KVM: Add hypercall instruction emulation
Bibo Mao
2024-05-06
1
-0
/
+11
|
|
/
*
/
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
1
-32
/
+0
|
/
*
Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2024-03-22
1
-1
/
+8
|
\
|
*
LoongArch: Add ORC stack unwinder support
Tiezhu Yang
2024-03-11
1
-1
/
+8
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
4
-47
/
+37
|
\
\
|
*
\
Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2024-03-11
3
-83
/
+72
|
|
\
\
|
|
*
|
LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
Bibo Mao
2024-03-06
1
-6
/
+0
|
|
*
|
LoongArch: KVM: Do not restart SW timer when it is expired
Bibo Mao
2024-03-06
1
-19
/
+1
|
|
*
|
LoongArch: KVM: Start SW timer only when vcpu is blocking
Bibo Mao
2024-03-06
1
-14
/
+9
|
|
*
|
LoongArch: KVM: Set reserved bits as zero in CPUCFG
Bibo Mao
2024-03-06
1
-7
/
+26
|
|
|
/
|
*
|
Merge branch 'kvm-kconfig'
Paolo Bonzini
2024-02-08
1
-1
/
+0
|
|
\
\
|
|
*
|
treewide: remove CONFIG_HAVE_KVM
Paolo Bonzini
2024-02-08
1
-1
/
+0
|
*
|
|
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
Paolo Bonzini
2024-02-08
1
-0
/
+1
|
|
/
/
*
|
|
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mm/treewide: drop pXd_large()
Peter Xu
2024-03-06
1
-1
/
+1
|
|
/
*
|
LoongArch: KVM: Streamline kvm_check_cpucfg() and improve comments
WANG Xuerui
2024-02-23
1
-22
/
+20
*
|
LoongArch: KVM: Rename _kvm_get_cpucfg() to _kvm_get_cpucfg_mask()
WANG Xuerui
2024-02-23
1
-3
/
+3
*
|
LoongArch: KVM: Fix input validation of _kvm_get_cpucfg() & kvm_check_cpucfg()
WANG Xuerui
2024-02-23
1
-17
/
+18
|
/
*
LoongArch: KVM: Fix build due to API changes
Huacai Chen
2024-01-26
1
-2
/
+2
*
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
2024-01-08
1
-1
/
+1
*
Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2024-01-02
7
-142
/
+506
|
\
|
*
LoongArch: KVM: Add LASX (256bit SIMD) support
Tianrui Zhao
2023-12-19
4
-2
/
+84
|
*
LoongArch: KVM: Add LSX (128bit SIMD) support
Tianrui Zhao
2023-12-19
4
-6
/
+255
|
*
LoongArch: KVM: Fix timer emulation with oneshot mode
Bibo Mao
2023-12-19
1
-13
/
+55
|
*
LoongArch: KVM: Remove kvm_acquire_timer() before entering guest
Bibo Mao
2023-12-19
2
-45
/
+6
|
*
LoongArch: KVM: Allow to access HW timer CSR registers always
Bibo Mao
2023-12-19
2
-22
/
+6
|
*
LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
Bibo Mao
2023-12-19
3
-15
/
+19
|
*
LoongArch: KVM: Optimization for memslot hugepage checking
Bibo Mao
2023-12-19
1
-41
/
+83
*
|
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
1
-1
/
+0
[next]