messages from 2023-10-30 10:22:58 to 2023-10-31 23:49:10 UTC [more...]
[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
2023-10-31 23:49 UTC (13+ messages)
` [PATCH v7 01/11] KVM: pfncache: add a map helper function
` [PATCH v7 02/11] KVM: pfncache: add a mark-dirty helper
` [PATCH v7 03/11] KVM: pfncache: add a helper to get the gpa
` [PATCH v7 04/11] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v7 05/11] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
TDISP enablement
2023-10-31 23:40 UTC (2+ messages)
[PATCH] KVM: x86/xen: improve accuracy of Xen timers
2023-10-31 23:13 UTC (10+ messages)
` [PATCH v2] "
[PATCH v2] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
2023-10-31 23:06 UTC (5+ messages)
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-10-31 22:39 UTC (61+ messages)
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
[GIT PULL] KVM/arm64 updates for 6.7
2023-10-31 21:18 UTC (2+ messages)
[kvm-unit-tests Patch v2 0/5] Fix PMU test failures on Sapphire Rapids
2023-10-31 18:47 UTC (7+ messages)
` [kvm-unit-tests Patch v2 1/5] x86: pmu: Remove duplicate code in pmu_init()
` [kvm-unit-tests Patch v2 2/5] x86: pmu: Improve loop() to force to generate llc/branch misses
` [kvm-unit-tests Patch v2 3/5] x86: pmu: Enlarge cnt array length to 64 in check_counters_many()
` [kvm-unit-tests Patch v2 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3
` [kvm-unit-tests Patch v2 5/5] x86: pmu: Add asserts to warn inconsistent fixed events and counters
[Patch 0/2] Enable topdown slots event in vPMU
2023-10-31 18:22 UTC (4+ messages)
` [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
` [Patch 2/2] KVM: x86/pmu: Support PMU fixed counter 3
[PATCH v6 00/25] Enable CET Virtualization
2023-10-31 17:57 UTC (64+ messages)
` [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 03/25] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v6 04/25] x86/fpu/xstate: Introduce kernel dynamic xfeature set
` [PATCH v6 05/25] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 07/25] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures
` [PATCH v6 08/25] x86/fpu/xstate: WARN if normal fpstate contains "
` [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 11/25] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 13/25] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v6 14/25] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v6 15/25] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v6 16/25] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v6 17/25] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v6 20/25] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v6 21/25] KVM: VMX: Set up interception for CET MSRs
` [PATCH v6 22/25] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v6 23/25] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest
[GIT PULL] VFIO updates for v6.7-rc1
2023-10-31 17:54 UTC
[PATCH v3 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
2023-10-31 17:28 UTC (4+ messages)
` [PATCH v3 2/2] KVM: VMX: Cleanup VMX misc "
Different behavior with vfio-pci between 6.4.8->6.5.5
2023-10-31 16:19 UTC (2+ messages)
A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
2023-10-31 15:14 UTC (7+ messages)
[GIT PULL] KVM: x86 pull requests for 6.7
2023-10-31 14:55 UTC (13+ messages)
` [GIT PULL] KVM: x86: APIC changes "
` [GIT PULL] KVM: x86: Documentation updates "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: Xen "
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2023-10-31 14:30 UTC (3+ messages)
[GIT PULL 0/2] KVM: s390: Changes for 6.7
2023-10-31 14:10 UTC (2+ messages)
[GIT PULL] KVM/riscv changes for 6.7
2023-10-31 14:09 UTC (2+ messages)
[GIT PULL] LoongArch KVM changes for v6.7
2023-10-31 14:09 UTC (2+ messages)
[PATCH] KVM: Add missing fput() on error path
2023-10-31 14:04 UTC (3+ messages)
[GIT PULL] Please pull IOMMUFD subsystem changes
2023-10-31 13:14 UTC
About patch bdedff263132 - KVM: x86: Route pending NMIs
2023-10-31 12:15 UTC (2+ messages)
[PATCH V2 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-31 12:11 UTC (24+ messages)
` [PATCH V2 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands
` [PATCH V2 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V2 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[kvm-unit-tests PATCH v2 0/3] s390x: Improve console handling
2023-10-31 10:10 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: hw: rework do_detect_host so we don't need allocation
` [kvm-unit-tests PATCH v2 2/3] lib: s390x: sclp: Add compat handling for HMC ASCII consoles
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: sclp: Add line mode input handling
[PATCH] KVM: x86: replace do_div with div64_ul
2023-10-31 9:35 UTC (3+ messages)
[PATCH] KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting
2023-10-31 7:52 UTC
[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
2023-10-31 7:31 UTC (2+ messages)
[PATCH v3 vfio 0/3] pds/vfio: Fixes for locking bugs
2023-10-31 6:14 UTC (5+ messages)
` [PATCH v3 vfio 1/3] pds/vfio: Fix spinlock bad magic BUG
` [PATCH v3 vfio 3/3] pds/vfio: Fix possible sleep while in atomic context
[PATCH guest_memfd] KVM: selftests: Add a memory region subtest to validate invalid flags
2023-10-31 0:20 UTC
[PATCH 0/2] tools: Makefile fixes for sysreg generation
2023-10-31 0:19 UTC (4+ messages)
` [PATCH 2/2] KVM: selftests: Avoid using forced target for generating arm64 headers
[PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
2023-10-30 23:17 UTC (6+ messages)
` [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
[PATCH v5 00/14] Add Secure TSC support for SNP guests
2023-10-30 21:00 UTC (23+ messages)
` [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library
` [PATCH v5 04/14] virt: sev-guest: Add SNP guest request structure
` [PATCH v5 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct
` [PATCH v5 07/14] x86/sev: Move and reorganize sev guest request api
` [PATCH v5 08/14] x86/mm: Add generic guest initialization hook
` [PATCH v5 09/14] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v5 11/14] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests
` [PATCH v5 12/14] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v5 13/14] x86/tsc: Mark Secure TSC as reliable clocksource
[PATCH v18 0/2] add debugfs to migration driver
2023-10-30 18:18 UTC (3+ messages)
` [PATCH v18 2/2] Documentation: add debugfs description for vfio
[PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
2023-10-30 17:45 UTC (6+ messages)
[PATCH v2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
2023-10-30 17:44 UTC (2+ messages)
[kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension
2023-10-30 16:03 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests PATCH v3 02/10] s390x: topology: Fix report message
` [kvm-unit-tests PATCH v3 03/10] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests PATCH v3 04/10] s390x: topology: Fix parsing loop
` [kvm-unit-tests PATCH v3 05/10] s390x: topology: Make some report messages unique
` [kvm-unit-tests PATCH v3 06/10] s390x: topology: Refine stsi header test
` [kvm-unit-tests PATCH v3 07/10] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests PATCH v3 08/10] s390x: topology: Rewrite topology list test
` [kvm-unit-tests PATCH v3 09/10] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests PATCH v3 10/10] s390x: topology: Add complex topology test
[PATCH v4 0/5] x86/paravirt: Get rid of paravirt patching
2023-10-30 14:25 UTC (2+ messages)
` [PATCH v4 1/5] x86/paravirt: move some functions and defines to alternative
[PATCH v3 0/5] x86/paravirt: Get rid of paravirt patching
2023-10-30 12:39 UTC (4+ messages)
` [PATCH v3 1/5] x86/paravirt: move some functions and defines to alternative
[PATCH] KVM: selftests: add -MP to CFLAGS
2023-10-30 10:22 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox