index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-03
LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCU
Huacai Chen
2
-11
/
+26
2024-12-02
LoongArch: KVM: Protect kvm_check_requests() with SRCU
Huacai Chen
1
-1
/
+3
2024-11-14
Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
10
-27
/
+2217
2024-11-13
LoongArch: KVM: Add irqfd support
Xianglai Li
5
-1
/
+142
2024-11-13
LoongArch: KVM: Add PCHPIC user mode read and write functions
Xianglai Li
1
-2
/
+119
2024-11-13
LoongArch: KVM: Add PCHPIC read and write functions
Xianglai Li
1
-2
/
+289
2024-11-13
LoongArch: KVM: Add PCHPIC device support
Xianglai Li
3
-0
/
+95
2024-11-13
LoongArch: KVM: Add EIOINTC user mode read and write functions
Xianglai Li
1
-2
/
+161
2024-11-13
LoongArch: KVM: Add EIOINTC read and write functions
Xianglai Li
1
-3
/
+739
2024-11-13
LoongArch: KVM: Add EIOINTC device support
Xianglai Li
3
-0
/
+139
2024-11-13
LoongArch: KVM: Add IPI user mode read and write function
Xianglai Li
1
-2
/
+90
2024-11-13
LoongArch: KVM: Add IPI read and write function
Xianglai Li
1
-2
/
+277
2024-11-13
LoongArch: KVM: Add IPI device support
Xianglai Li
4
-2
/
+121
2024-11-13
LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
Xianglai Li
1
-24
/
+58
2024-11-08
Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-4
/
+5
2024-10-25
KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
Sean Christopherson
1
-8
/
+6
2024-10-25
KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
Sean Christopherson
1
-1
/
+1
2024-10-25
KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path
Sean Christopherson
1
-18
/
+2
2024-10-25
KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
Sean Christopherson
1
-7
/
+9
2024-10-23
LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
Huacai Chen
2
-4
/
+5
2024-09-17
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
1
-2
/
+2
2024-09-12
LoongArch: KVM: Enable paravirt feature control from VMM
Bibo Mao
3
-26
/
+68
2024-09-12
LoongArch: KVM: Add PMU support for guest
Song Gao
3
-1
/
+176
2024-09-11
LoongArch: KVM: Add vm migration support for LBT registers
Bibo Mao
1
-0
/
+56
2024-09-11
LoongArch: KVM: Add Binary Translation extension support
Bibo Mao
2
-1
/
+69
2024-09-11
LoongArch: KVM: Add VM feature detection function
Bibo Mao
2
-1
/
+57
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
1
-2
/
+2
2024-08-26
LoongArch: KVM: Invalidate guest steal time address on vCPU reset
Bibo Mao
2
-8
/
+1
2024-08-26
LoongArch: Add ifdefs to fix LSX and LASX related warnings
Tiezhu Yang
1
-0
/
+4
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
[next]