messages from 2020-06-19 02:06:14 to 2020-06-22 15:03:22 UTC [more...]
[PATCH v8 0/2] Use DIAG318 to set Control Program Name & Version Codes
2020-06-22 15:03 UTC (15+ messages)
` [PATCH v8 1/2] s390/setup: diag 318: refactor struct
` [PATCH v8 2/2] s390/kvm: diagnose 0x318 sync and reset
[kvm-unit-tests PATCH] x86: fix build with GCC10
2020-06-22 15:03 UTC (2+ messages)
[PATCH] KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
2020-06-22 14:59 UTC
[PATCH v3] KVM: LAPIC: Recalculate apic map in batch
2020-06-22 14:37 UTC (6+ messages)
[PATCH v3 0/9] Generalize memory encryption models
2020-06-22 14:27 UTC (29+ messages)
` [PATCH v3 1/9] host trust limitation: Introduce new host trust limitation interface
` [PATCH v3 2/9] host trust limitation: Handle memory encryption via interface
` [PATCH v3 3/9] host trust limitation: Move side effect out of machine_set_memory_encryption()
` [PATCH v3 4/9] host trust limitation: Rework the "memory-encryption" property
` [PATCH v3 5/9] host trust limitation: Decouple kvm_memcrypt_*() helpers from KVM
` [PATCH v3 6/9] host trust limitation: Add Error ** to HostTrustLimitation::kvm_init
` [PATCH v3 7/9] spapr: Add PEF based host trust limitation
` [PATCH v3 8/9] spapr: PEF: block migration
` [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
2020-06-22 14:03 UTC (2+ messages)
CFP: KVM Forum 2020
2020-06-22 13:59 UTC (4+ messages)
` CFP: KVM Forum 2020 virtual experience
[PATCH v2 00/11] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
2020-06-22 13:57 UTC (20+ messages)
` [PATCH v2 01/11] KVM: x86: Add helper functions for illegal GPA checking and page fault injection
` [PATCH v2 02/11] KVM: x86: mmu: Move translate_gpa() to mmu.c
` [PATCH v2 03/11] KVM: x86: mmu: Add guest physical address check in translate_gpa()
` [PATCH v2 04/11] KVM: x86: rename update_bp_intercept to update_exception_bitmap
` [PATCH v2 05/11] KVM: x86: update exception bitmap on CPUID changes
` [PATCH v2 06/11] KVM: VMX: introduce vmx_need_pf_intercept
` [PATCH v2 07/11] KVM: VMX: Add guest physical address check in EPT violation and misconfig
` [PATCH v2 08/11] KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
` [PATCH v2 09/11] KVM: SVM: introduce svm_need_pf_intercept
` [PATCH v2 10/11] KVM: SVM: Add guest physical address check in NPF/PF interception
` [PATCH v2 11/11] KVM: x86: SVM: VMX: Make GUEST_MAXPHYADDR < HOST_MAXPHYADDR support configurable
[PATCH v2] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE
2020-06-22 13:41 UTC
[PATCH] arm64: kvm: Annotate hyp NMI-related functions as __always_inline
2020-06-22 13:41 UTC (3+ messages)
linux-next build error (9)
2020-06-22 13:12 UTC (4+ messages)
[PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
2020-06-22 12:51 UTC (12+ messages)
` [PATCH v2 14/15] vfio: Document dual stage control
[PATCH] Revert "KVM: LAPIC: Recalculate apic map in batch"
2020-06-22 12:08 UTC
[PATCH 0/4] arm64/x86: KVM: Introduce KVM_CAP_STEAL_TIME
2020-06-22 11:04 UTC (13+ messages)
` [PATCH 1/4] KVM: Documentation minor fixups
` [PATCH 2/4] arm64/x86: KVM: Introduce steal time cap
` [PATCH 3/4] tools headers kvm: Sync linux/kvm.h with the kernel sources
` [PATCH 4/4] KVM: selftests: Use KVM_CAP_STEAL_TIME
selftests: kvm: Test results on x86_64
2020-06-22 10:59 UTC (2+ messages)
[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
2020-06-22 10:57 UTC (12+ messages)
` [kvm-unit-tests PATCH v9 06/12] s390x: clock and delays caluculations
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 09/12] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v9 12/12] s390x: css: ssch/tsch with sense and interrupt
[PATCH RFC v8 00/11] vhost: ring format independence
2020-06-22 10:44 UTC (10+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
[PATCH v2 0/5] KVM/arm64: Enable PtrAuth on non-VHE KVM
2020-06-22 10:43 UTC (12+ messages)
` [PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH v2 2/5] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH v2 3/5] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH v2 4/5] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH v2 5/5] KVM: arm64: Simplify PtrAuth alternative patching
[RFC v9 00/11] vhost: ring format independence
2020-06-22 10:01 UTC (14+ messages)
` [RFC v9 01/11] vhost: option to fetch descriptors through an independent struct
` [RFC v9 02/11] vhost: use batched get_vq_desc version
` [RFC v9 03/11] vhost/net: pass net specific struct pointer
` [RFC v9 04/11] vhost: reorder functions
` [RFC v9 05/11] vhost: format-independent API for used buffers
` [RFC v9 06/11] vhost/net: convert to new API: heads->bufs
` [RFC v9 07/11] vhost/net: avoid iov length math
` [RFC v9 08/11] vhost/test: convert to the buf API
` [RFC v9 09/11] vhost/scsi: switch to buf APIs
` [RFC v9 10/11] vhost/vsock: switch to the buf API
` [RFC v9 11/11] vhost: drop head based APIs
[RFC PATCH v13 0/9] Enable ptp_kvm for arm64
2020-06-22 9:51 UTC (13+ messages)
` [RFC PATCH v13 1/9] arm64: Probe for the presence of KVM hypervisor services during boot
` [RFC PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v13 3/9] smccc: Export smccc conduit get helper
` [RFC PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [RFC PATCH v13 5/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v13 6/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp
` [RFC PATCH v13 8/9] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v13 9/9] arm64: Add kvm capability check extension for ptp_kvm
[PATCH] vfio/type1: Add conditional rescheduling after iommu map failed
2020-06-22 7:02 UTC
KASAN: null-ptr-deref Write in kvm_vcpu_halt
2020-06-22 5:27 UTC
[RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION
2020-06-22 3:34 UTC (13+ messages)
[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
2020-06-22 2:28 UTC (13+ messages)
[PATCH v13 0/9] Enable ptp_kvm for arm64
2020-06-22 1:29 UTC (12+ messages)
` [PATCH v13 1/9] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v13 3/9] smccc: Export smccc conduit get helper
` [PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v13 5/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v13 6/9] clocksource: Add clocksource id for arm arch counter
` [PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v13 8/9] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v13 9/9] arm64: Add kvm capability check extension for ptp_kvm
KVM/RCU related warning on latest mainline kernel
2020-06-21 9:33 UTC
[PATCH] Add MODULE_DESCRIPTION to kvm kernel module
2020-06-21 2:17 UTC
[PATCH 0/4] Paravirtualized Control Register pinning
2020-06-20 5:13 UTC (3+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs
[PATCH 0/3] Pin the hrtimer used for VMX-preemption timer emulation
2020-06-19 22:52 UTC (3+ messages)
[Bug 208091] New: vcpu1, guest rIP offset ignored wrmsr or rdmsr
2020-06-19 22:24 UTC (2+ messages)
` [Bug 208091] "
[RFC PATCH] KVM: Add module for IRQ forwarding
2020-06-19 20:00 UTC (5+ messages)
` [PATCH] vfio: PoC patch for printing IRQs used by i2c devices
[PATCH RESEND] Enable full width counting for KVM: x86/pmu
2020-06-19 19:46 UTC (5+ messages)
` [kvm-unit-tests PATCH] x86: pmu: Test full-width counter writes support
[kvm-unit-tests PATCH] x86: pmu: fix failures on 32-bit due to wrong masks
2020-06-19 19:39 UTC
[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
2020-06-19 16:25 UTC (4+ messages)
` [PATCH 1/2] kvm: Add support for KVM_CAP_HAS_SMALLER_MAXPHYADDR
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it
[PATCH v2] vfio: Cleanup allowed driver naming
2020-06-19 15:00 UTC
[kvm-unit-test PATCH 0/2] access: Enable testing guest MAXPHYADDR < host MAXPHYADDR
2020-06-19 15:42 UTC (3+ messages)
` [kvm-unit-test PATCH 1/2] Revert "access: disable phys-bits=36 for now"
` [kvm-unit-test PATCH 2/2] unittests.cfg: Increase timeout for access test
[PATCH] vfio: Cleanup allowed driver naming
2020-06-19 13:16 UTC (3+ messages)
[PATCH] vfio/type1: Fix migration info capability ID
2020-06-19 12:59 UTC (2+ messages)
[PATCH RFC] Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"
2020-06-19 12:13 UTC (4+ messages)
[RFC PATCH] KVM: x86: Fix APIC page invalidation race
2020-06-19 12:12 UTC (5+ messages)
[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
2020-06-19 12:02 UTC (5+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "
[PATCH v2] target/arm: Check supported KVM features globally (not per vCPU)
2020-06-19 12:02 UTC (6+ messages)
[RFC PATCH v3 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
2020-06-19 11:40 UTC (4+ messages)
` [RFC PATCH v3 3/3] vfio-ccw: Check workqueue before doing START
[PATCH v7 34/36] samples: vfio-mdev/mbochs: fix common struct sg_table related issues
2020-06-19 10:36 UTC
[PATCH v1 00/11] PEBS virtualization enabling via DS
2020-06-19 9:30 UTC (9+ messages)
` [PATCH v1 01/11] perf/x86/core: Support KVM to assign a dedicated counter for guest PEBS
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