index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
virt
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
Documentation: Fix index.rst after psci.rst renaming
Marc Zyngier
1
-1
/
+1
2022-05-04
KVM: arm64: Implement PSCI SYSTEM_SUSPEND
Oliver Upton
1
-0
/
+39
2022-05-04
KVM: arm64: Add support for userspace to suspend a vCPU
Oliver Upton
1
-2
/
+35
2022-05-03
Docs: KVM: Add doc for the bitmap firmware registers
Raghavendra Rao Ananta
2
-17
/
+96
2022-05-03
Docs: KVM: Rename psci.rst to hypercalls.rst
Raghavendra Rao Ananta
1
-0
/
+0
2022-04-29
KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
Alexandru Elisei
1
-0
/
+2
2022-04-29
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
1
-0
/
+4
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
1
-12
/
+15
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
1
-7
/
+17
2022-04-13
KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
Peter Gonda
1
-1
/
+11
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
1
-14
/
+135
2022-04-11
Documentation: KVM: Add SPDX-License-Identifier tag
Like Xu
4
-1
/
+7
2022-04-05
Documentation: kvm: Add missing line break in api.rst
Bagas Sanjaya
1
-0
/
+1
2022-04-02
KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.
David Woodhouse
1
-4
/
+7
2022-04-02
KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
David Woodhouse
1
-10
/
+119
2022-04-02
KVM: x86: Allow userspace to opt out of hypercall patching
Oliver Upton
1
-0
/
+9
2022-04-02
KVM: MIPS: remove reference to trap&emulate virtualization
Paolo Bonzini
1
-6
/
+0
2022-04-02
KVM: x86: document limitations of MSR filtering
Paolo Bonzini
1
-0
/
+5
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
1
-0
/
+4
2022-04-02
KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
Sean Christopherson
1
-0
/
+10
2022-03-29
Documentation: KVM: add API issues section
Paolo Bonzini
1
-0
/
+46
2022-03-29
Documentation: KVM: add virtual CPU errata documentation
Paolo Bonzini
2
-0
/
+40
2022-03-29
Documentation: KVM: add separate directories for architecture-specific docume...
Paolo Bonzini
15
-19
/
+37
2022-03-29
Documentation: kvm: include new locks
Paolo Bonzini
1
-0
/
+15
2022-03-29
Documentation: kvm: fixes for locking.rst
Paolo Bonzini
1
-9
/
+19
2022-03-21
KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
Oliver Upton
1
-0
/
+50
2022-03-18
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2
-46
/
+82
2022-03-09
Merge branch kvm-arm64/misc-5.18 into kvmarm-master/next
Marc Zyngier
2
-45
/
+44
2022-03-09
Documentation: KVM: Update documentation to indicate KVM is arm64-only
Oliver Upton
2
-45
/
+44
2022-03-04
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
1
-1
/
+1
2022-03-01
KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentation
Sean Christopherson
1
-4
/
+3
2022-02-25
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next
Marc Zyngier
1
-0
/
+5
2022-02-25
KVM: x86: Provide per VM capability for disabling PMU virtualization
David Dunn
1
-0
/
+22
2022-02-24
Merge branch 'kvm-ppc-cap-210' into kvm-next-5.18
Paolo Bonzini
1
-0
/
+14
2022-02-22
Merge branch 'kvm-ppc-cap-210' into kvm-master
Paolo Bonzini
1
-0
/
+14
2022-02-22
KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3
Nicholas Piggin
1
-0
/
+14
2022-02-22
KVM: s390: Clarify key argument for MEM_OP in api docs
Janis Schoetterl-Glausch
1
-1
/
+1
2022-02-21
KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
Will Deacon
1
-0
/
+5
2022-02-17
KVM: x86: Add KVM_CAP_ENABLE_CAP to x86
Aaron Lewis
1
-1
/
+1
2022-02-14
KVM: s390: Update api documentation for memop ioctl
Janis Schoetterl-Glausch
1
-22
/
+90
2022-02-08
KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
Alexandru Elisei
1
-1
/
+5
2022-02-08
KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
Alexandru Elisei
1
-0
/
+28
2022-02-08
KVM: arm64: Do not change the PMU event filter after a VCPU has run
Marc Zyngier
1
-1
/
+1
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+3
2022-01-28
KVM: x86: add system attribute to retrieve full set of supported xsave states
Paolo Bonzini
1
-1
/
+3
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+3
2022-01-20
docs: kvm: fix WARNINGs from api.rst
Wei Wang
1
-3
/
+3
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-9
/
+84
2022-01-14
kvm: x86: Add support for getting/setting expanded xstate buffer
Guang Zeng
1
-2
/
+40
2022-01-07
kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
Jing Liu
1
-0
/
+4
[prev]
[next]