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