messages from 2022-06-17 19:52:17 to 2022-06-21 15:10:07 UTC [more...]
[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
2022-06-21 15:08 UTC (9+ messages)
` [PATCH v2 01/11] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH v2 02/11] KVM: x86: emulator: introduce update_emulation_mode
` [PATCH v2 03/11] KVM: x86: emulator: remove assign_eip_near/far
` [PATCH v2 04/11] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v2 05/11] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v2 06/11] KVM: x86: emulator/smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH v2 07/11] KVM: x86: emulator/smm: add structs for KVM's smram layout
` [PATCH v2 08/11] KVM: x86: emulator/smm: use smram struct for 32 bit smram load/restore
[PATCH 0/3] KVM: selftests: Consolidate ucall code
2022-06-21 14:54 UTC (10+ messages)
` [PATCH 1/3] KVM: selftests: Consolidate common code for popuplating ucall struct
` [PATCH 2/3] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH 3/3] KVM: selftest: Add __weak stubs for ucall_arch_(un)init()
[kvm-unit-tests PATCH v5 0/3] More skey instr. emulation test
2022-06-21 14:36 UTC (4+ messages)
` [kvm-unit-tests PATCH v5 1/3] s390x: Test TEID values in storage key test
` [kvm-unit-tests PATCH v5 2/3] s390x: Test effect of storage keys on some more instructions
` [kvm-unit-tests PATCH v5 3/3] s390x: Test effect of storage keys on diag 308
[kvm-unit-tests PATCH v3 0/3] s390x: Rework TEID decoding and usage
2022-06-21 14:30 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: Fix sclp facility bit numbers
` [kvm-unit-tests PATCH v3 2/3] s390x: lib: SOP facility query function
` [kvm-unit-tests PATCH v3 3/3] s390x: Rework TEID decoding and usage
[PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-06-21 13:24 UTC (8+ messages)
` [PATCH v7 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v7 17/39] KVM: x86: hyper-v: L2 TLB flush
[PATCH v2 0/2] Improve vfio-pci primary GPU assignment behavior
2022-06-21 12:25 UTC (8+ messages)
` [PATCH v2 1/2] drm: Implement DRM aperture helpers under video/
` [PATCH v2 2/2] vfio/pci: Remove console drivers
[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
2022-06-21 12:25 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 03/23] lib: Add support for the XSDT ACPI table
` [kvm-unit-tests PATCH v2 04/23] lib: Extend the definition of the ACPI table FADT
[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
2022-06-21 11:23 UTC (13+ messages)
` [Bug 216026] "
[PATCH V2] virtio: disable notification hardening by default
2022-06-21 9:58 UTC (4+ messages)
[PATCH] KVM: x86/vmx: Suppress posted interrupt notification when CPU is in host
2022-06-21 9:43 UTC (3+ messages)
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-06-21 8:58 UTC (51+ messages)
` [PATCH Part2 v6 01/49] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v6 04/49] x86/sev: set SYSCFG.MFMD
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 08/49] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v6 11/49] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 15/49] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 v6 16/49] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v6 18/49] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v6 19/49] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 v6 20/49] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v6 21/49] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v6 22/49] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 v6 23/49] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 v6 24/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v6 25/49] KVM: SVM: Disallow registering memory range from HugeTLB for SNP guest
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 27/49] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v6 29/49] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH Part2 v6 30/49] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX and SNP
` [PATCH Part2 v6 31/49] KVM: x86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 v6 32/49] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH Part2 v6 33/49] KVM: x86: Update page-fault trace to log full 64-bit error code
` [PATCH Part2 v6 34/49] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 36/49] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v6 38/49] KVM: SVM: Add support to handle "
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH Part2 v6 40/49] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v6 43/49] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 v6 44/49] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH Part2 v6 45/49] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH Part2 v6 46/49] ccp: add support to decrypt the page
` [PATCH Part2 v6 47/49] *fix for stale per-cpu pointer due to cond_resched during ghcb mapping
` [PATCH Part2 v6 48/49] *debug: warn and retry failed rmpupdates
` [PATCH Part2 v6 49/49] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb
[PATCH RFC 0/4] kvm/mm: Allow GUP to respond to non fatal signals
2022-06-21 8:23 UTC (3+ messages)
` [PATCH RFC 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
[PATCH] KVM: Fix a typo
2022-06-21 8:01 UTC
[PATCH] vfio: check vfio_register_iommu_driver() return value
2022-06-21 6:21 UTC
[Patch 0/1] A bug fix to the error handling path in vfio_device_open()
2022-06-21 3:35 UTC (8+ messages)
` [Patch 1/1] vfio: Move "device->open_count--" out of group_rwsem "
[PATCH v9 9/9] KVM: VMX: enable IPI virtualization
2022-06-21 2:23 UTC (4+ messages)
` [External] "
[PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
2022-06-20 23:42 UTC
[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
2022-06-20 16:32 UTC (10+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state
[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
2022-06-20 15:39 UTC (21+ messages)
` [RFT][PATCH v1 1/6] vfio/ap: Pass in physical address of ind to ap_aqic()
` [RFT][PATCH v1 3/6] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [RFT][PATCH v1 5/6] vfio/ccw: Add kmap_local_page() for memcpy
` [RFT][PATCH v1 6/6] vfio: Replace phys_pfn with phys_page for vfio_pin_pages()
[PATCH 0/5] KVM: x86: Quirk "MWAIT never faults" behavior
2022-06-20 15:00 UTC (2+ messages)
[PATCH 0/7] KVM: x86: Attempt to wrangle PEBS/PMU into submission
2022-06-20 14:31 UTC (5+ messages)
` [PATCH 6/7] KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-20 14:16 UTC (9+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "
[PATCH v8 00/12] s390x: CPU Topology
2022-06-20 14:03 UTC (13+ messages)
` [PATCH v8 01/12] Update Linux Headers
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
` [PATCH v8 03/12] s390x/cpu_topology: implementating Store Topology System Information
` [PATCH v8 04/12] s390x/cpu_topology: Adding books to CPU topology
` [PATCH v8 05/12] s390x/cpu_topology: Adding books to STSI
` [PATCH v8 06/12] s390x/cpu_topology: Adding drawers to CPU topology
` [PATCH v8 07/12] s390x/cpu_topology: Adding drawers to STSI
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology
` [PATCH v8 09/12] target/s390x: interception of PTF instruction
` [PATCH v8 10/12] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v8 11/12] s390x/cpu_topology: CPU topology migration
` [PATCH v8 12/12] s390x/cpu_topology: activating CPU topology
[PATCH 0/4] Fix filename reporting in guest asserts
2022-06-20 13:21 UTC (12+ messages)
` [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7
` [PATCH 4/4] KVM: selftests: Fix filename reporting in guest asserts
[PATCH 5.10 75/84] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak
2022-06-20 12:51 UTC
[PATCH v10 0/3] s390x: KVM: CPU Topology
2022-06-20 12:54 UTC (4+ messages)
` [PATCH v10 1/3] KVM: s390: ipte lock for SCA access should be contained in KVM
` [PATCH v10 2/3] KVM: s390: guest support for topology function
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report
'WARNING in handle_exception_nmi' bug at arch/x86/kvm/vmx/vmx.c:4959
2022-06-20 11:42 UTC (3+ messages)
` "
[Question] debugging VM cpu hotplug (#GP -> #DF) which results in reset
2022-06-20 11:06 UTC (5+ messages)
[PATCH v2 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-20 10:11 UTC (8+ messages)
` [PATCH v2 5/5] vfio/iommu_type1: Simplify group attachment
[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
2022-06-20 9:56 UTC (7+ messages)
` [PATCH v11 15/19] KVM: s390: pv: asynchronous "
` [PATCH v11 16/19] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v11 18/19] KVM: s390: pv: avoid export before import if possible
[PATCH vfio 0/2] Migration few enhancements
2022-06-20 3:49 UTC (10+ messages)
` [PATCH vfio 2/2] vfio: Split migration ops from main device ops
[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
2022-06-20 2:03 UTC (4+ messages)
` [kvm-unit-tests PATCH v4 2/8] x86: nSVM: Move all nNPT test cases from svm_tests.c to a separate file
simplify the mdev interface v2
2022-06-19 7:42 UTC (7+ messages)
` [PATCH 03/13] vfio/mdev: simplify mdev_type handling
` [PATCH 04/13] vfio/mdev: remove mdev_{create,remove}_sysfs_files
[PATCH 00/19] Refresh queued CET virtualization series
2022-06-18 6:43 UTC (11+ messages)
` [PATCH 03/19] x86/cpufeatures: Enable CET CR4 bit for shadow stack
[PATCH v2 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-06-17 23:19 UTC (6+ messages)
` [PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v2 2/2] vfio: Replace the iommu notifier with a device list
[linux-next:master] BUILD REGRESSION 07dc787be2316e243a16a33d0a9b734cd9365bd3
2022-06-17 22:36 UTC
[PATCH] KVM: SEV: Init target VMCBs in sev_migrate_from
2022-06-17 22:19 UTC (2+ messages)
[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
2022-06-17 21:35 UTC (4+ messages)
` [PATCH 1/2] Documentation/x86: Add the AMX enabling example
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