messages from 2023-10-27 17:02:17 to 2023-10-31 00:20:08 UTC [more...]
[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 v13 00/35] KVM: guest_memfd() and per-page attributes
2023-10-31 0:18 UTC (64+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [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 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [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 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [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
` [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access
[PATCH v3 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
2023-10-30 23:39 UTC (2+ messages)
` [PATCH v3 2/2] KVM: VMX: Cleanup VMX misc "
[PATCH V2 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-30 23:31 UTC (21+ messages)
` [PATCH V2 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V2 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V2 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V2 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V2 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V2 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V2 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V2 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
2023-10-30 23:17 UTC (7+ messages)
` [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
2023-10-30 21:52 UTC (5+ messages)
[PATCH v5 00/14] Add Secure TSC support for SNP guests
2023-10-30 21:00 UTC (28+ messages)
` [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library
` [PATCH v5 02/14] virt: sev-guest: Move mutex to SNP guest device structure
` [PATCH v5 03/14] virt: sev-guest: Replace dev_dbg with pr_debug
` [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 06/14] x86/sev: Cache the secrets page address
` [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 10/14] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v5 11/14] x86/sev: Prevent RDTSC/RDTSCP interception "
` [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 v5 14/14] x86/sev: Enable Secure TSC for SNP guests
[PATCH v18 0/2] add debugfs to migration driver
2023-10-30 18:18 UTC (6+ messages)
` [PATCH v18 1/2] vfio/migration: Add debugfs to live "
` [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)
[PATCH] KVM: x86: replace do_div with div64_ul
2023-10-30 16:12 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] KVM: x86/xen: improve accuracy of Xen timers
2023-10-30 15:50 UTC
About patch bdedff263132 - KVM: x86: Route pending NMIs
2023-10-30 15:10 UTC
[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 v7 00/11] KVM: xen: update shared_info and vcpu_info handling
2023-10-30 12:00 UTC (3+ messages)
[PATCH] KVM: selftests: add -MP to CFLAGS
2023-10-30 10:22 UTC (5+ messages)
[GIT PULL 0/2] KVM: s390: Changes for 6.7
2023-10-30 9:08 UTC (3+ messages)
` [GIT PULL 1/2] KVM: s390: add stat counter for shadow gmap events
` [GIT PULL 2/2] KVM: s390: add tracepoint in gmap notifier
[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
2023-10-30 7:30 UTC (3+ messages)
[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
2023-10-30 5:56 UTC (3+ messages)
` [Bug 217558] "
[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
2023-10-30 3:57 UTC (4+ messages)
[PATCH] KVM: x86: cleanup unused variables
2023-10-29 18:41 UTC (3+ messages)
[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
2023-10-29 16:13 UTC (8+ messages)
` [PATCH V1 vfio 9/9] vfio/virtio: "
[PATCH] KVM: x86/xen: improve accuracy of Xen timers
2023-10-29 10:37 UTC
[PATCH] Add class property to configure KVM device node to use
2023-10-28 12:07 UTC (3+ messages)
This list is being migrated to the new vger infra (no action required)
2023-10-27 23:22 UTC (2+ messages)
[PATCH v3 vfio 0/3] pds/vfio: Fixes for locking bugs
2023-10-27 22:36 UTC (4+ messages)
` [PATCH v3 vfio 1/3] pds/vfio: Fix spinlock bad magic BUG
` [PATCH v3 vfio 2/3] pds/vfio: Fix mutex lock->magic != lock warning
` [PATCH v3 vfio 3/3] pds/vfio: Fix possible sleep while in atomic context
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-10-27 21:50 UTC (3+ messages)
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
[PATCH 0/6] KVM: x86/pmu: Clean up emulated PMC event handling
2023-10-27 20:55 UTC (3+ messages)
` [PATCH 6/6] KVM: x86/pmu: Track emulated counter events instead of previous counter
[GIT PULL] KVM: x86 pull requests for 6.7
2023-10-27 20:49 UTC (8+ 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: PMU change "
` [GIT PULL] KVM: x86: SVM changes "
` [GIT PULL] KVM: x86: Xen "
[PATCH v2 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
2023-10-27 17:59 UTC (3+ messages)
[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
2023-10-27 17:26 UTC (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR
` [PATCH 2/3] KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU
` [PATCH 3/3] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
[PATCH v2 0/3] a couple of corrections to the IRQ enablement function
2023-10-27 17:06 UTC (4+ messages)
` [PATCH v2 2/3] s390/vfio-ap: set status response code to 06 on gisc registration failure
[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
2023-10-27 17:00 UTC (5+ messages)
` [RFC PATCH V3 23/26] vfio/pci: Support emulated interrupts
` [RFC PATCH V3 24/26] vfio/pci: Add core IMS support
` [RFC PATCH V3 25/26] vfio/pci: Add accessor for IMS index
` [RFC PATCH V3 26/26] vfio/pci: Support IMS cookie modification
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