This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 948752d2e010 Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.o [...] new dd4a799bcc13 KVM: riscv: selftests: Fix compile error new 29b5bbf7e97f Merge tag 'kvm-riscv-fixes-6.11-1' of https://github.com/k [...] new 0005ca2076ad KVM: x86: Eliminate log spam from limited APIC timer periods new c2adcf051be0 KVM: Documentation: Fix title underline too short warning new 5932ca411e53 KVM: x86: disallow pre-fault for SNP VMs before initialization new d0d87226f535 KVM: guest_memfd: return folio from __kvm_gmem_get_pfn() new d04c77d23122 KVM: guest_memfd: delay folio_mark_uptodate() until after [...] new 7fbdda31b0a1 KVM: guest_memfd: do not go through struct page new 564429a6bd8d KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_* new 78c4293372fe KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn new b85524314a3d KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the [...] new 6dd761d92f66 KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on [...] new 7239ed74677a KVM: remove kvm_arch_gmem_prepare_needed() new de80252414f3 KVM: guest_memfd: move check for already-populated page to [...] new e300614f10bd KVM: cleanup and add shortcuts to kvm_range_has_memory_att [...] new 4b5f67120a88 KVM: extend kvm_range_has_memory_attributes() to check sub [...] new e4ee54479273 KVM: guest_memfd: let kvm_gmem_populate() operate only on [...] new 66a644c09fbe KVM: guest_memfd: abstract how prepared folios are recorded new aca0ec970d76 KVM: x86/mmu: fix determination of max NPT mapping level f [...] new 1773014a9759 Merge branch 'kvm-fixes' into HEAD new 725d410facf9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 31634d7597d8 ceph: force sending a cap update msg back to MDS for revoke op new 1c4246294c98 Merge tag 'ceph-for-6.11-rc2' of https://github.com/ceph/c [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/virt/kvm/api.rst | 8 +- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/Kconfig | 4 +- arch/x86/kvm/lapic.c | 2 +- arch/x86/kvm/mmu/mmu.c | 7 +- arch/x86/kvm/svm/sev.c | 17 +- arch/x86/kvm/svm/svm.c | 1 + arch/x86/kvm/x86.c | 12 +- fs/ceph/caps.c | 35 ++-- fs/ceph/super.h | 7 +- include/linux/kvm_host.h | 9 +- tools/testing/selftests/kvm/riscv/get-reg-list.c | 8 +- virt/kvm/Kconfig | 4 +- virt/kvm/guest_memfd.c | 227 ++++++++++++++--------- virt/kvm/kvm_main.c | 49 +++-- 15 files changed, 230 insertions(+), 161 deletions(-)