kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 14:58:25 to 2020-02-17 10:41:31 UTC [more...]

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-17 10:41 UTC  (49+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v2 02/42] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v2 03/42] s390/protvirt: introduce host side setup
` [PATCH v2 04/42] s390/protvirt: add ultravisor initialization
` [PATCH v2 05/42] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v2 06/42] s390/mm: add (non)secure page access exceptions handlers
` [PATCH v2 07/42] KVM: s390: protvirt: Add UV debug trace
` [PATCH v2 08/42] KVM: s390: add new variants of UV CALL
` [PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
` [PATCH v2 10/42] KVM: s390: protvirt: Add KVM api documentation
` [PATCH v2 11/42] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH v2 12/42] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH v2 13/42] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v2 14/42] KVM: s390: protvirt: Instruction emulation
` [PATCH v2 15/42] KVM: s390: protvirt: Add interruption injection controls
` [PATCH v2 16/42] KVM: s390: protvirt: Implement interruption injection
` [PATCH v2 17/42] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v2 18/42] KVM: s390: protvirt: Handle spec exception loops
` [PATCH v2 19/42] KVM: s390: protvirt: Add new gprs location handling
` [PATCH v2 20/42] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH v2 21/42] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH v2 22/42] KVM: s390/mm: handle guest unpin events
` [PATCH v2 23/42] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH v2 24/42] KVM: s390: protvirt: STSI handling
` [PATCH v2 25/42] KVM: s390: protvirt: disallow one_reg
` [PATCH v2 26/42] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v2 27/42] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH v2 28/42] KVM: s390: protvirt: Add program exception injection
` [PATCH v2 29/42] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [PATCH v2 30/42] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v2 31/42] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v2 32/42] KVM: s390: protvirt: Support cmd 5 operation state
` [PATCH v2 33/42] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH v2 34/42] KVM: s390: protvirt: do not inject interrupts after start
` [PATCH v2 35/42] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH v2 36/42] DOCUMENTATION: Protected virtual machine introduction and IPL
` [PATCH v2 37/42] s390/uv: Fix handling of length extensions (already in s390 tree)
` [PATCH v2 38/42] s390: protvirt: Add sysfs firmware interface for Ultravisor information
` [PATCH v2 39/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: error cases
` [PATCH v2 40/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: source indication
` [PATCH v2 41/42] potential fixup for "s390/mm: provide memory management functions for protected KVM guests"
` [PATCH v2 42/42] KVM: s390: rstify new ioctls in api.rst

[PATCH v3 1/2] KVM: X86: Less kvmclock sync induced vmexits after VM boots
 2020-02-17 10:40 UTC  (2+ messages)

[PATCH v3 2/2] KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
 2020-02-17 10:37 UTC 

[PATCH] KVM: VMX: Add 'else' to split mutually exclusive case
 2020-02-17  9:41 UTC 

[PATCH] KVM: VMX: Add 'else' to split mutually exclusive case
 2020-02-17  9:34 UTC  (2+ messages)

[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
 2020-02-17  9:18 UTC  (19+ messages)
` [PATCH v4 01/20] irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors
` [PATCH v4 02/20] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v4 03/20] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v4 04/20] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v4 10/20] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v4 11/20] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v4 12/20] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v4 13/20] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v4 14/20] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v4 15/20] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v4 16/20] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v4 17/20] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v4 18/20] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v4 19/20] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH v4 20/20] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH] KVM: x86: Fix print format and coding style
 2020-02-17  9:07 UTC 

[Bug 206559] New: dkms nvidia module install failed
 2020-02-17  9:00 UTC  (2+ messages)
` [Bug 206559] "

[PATCH] KVM: x86: Fix print format and coding style
 2020-02-17  8:57 UTC  (2+ messages)

[PATCH] KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
 2020-02-17  8:57 UTC  (3+ messages)

[PATCH V2 0/5] vDPA support
 2020-02-17  6:08 UTC  (19+ messages)
` [PATCH V2 3/5] vDPA: introduce vDPA bus

[RFC PATCH 1/2] KVM: CPUID: Enable supervisor XSAVE states in CPUID enumeration and XSS
 2020-02-17  4:26 UTC  (2+ messages)

Investment opportunity
 2020-02-17  2:17 UTC 

[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
 2020-02-17  2:28 UTC  (2+ messages)

[PATCH RESEND v23 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-17  1:58 UTC  (12+ messages)
` [PATCH RESEND v23 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
` [PATCH RESEND v23 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH RESEND v23 03/10] docs: APEI GHES generation and CPER record description
` [PATCH RESEND v23 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH RESEND v23 05/10] ACPI: Build Hardware Error Source Table
` [PATCH RESEND v23 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH RESEND v23 07/10] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH RESEND v23 08/10] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH RESEND v23 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH RESEND v23 10/10] MAINTAINERS: Add ACPI/HEST/GHES entries

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-17  0:14 UTC  (2+ messages)

[GIT PULL v2] KVM changes for Linux 5.6-rc2
 2020-02-16 21:10 UTC  (2+ messages)

[PATCH 0/5] Random debug/PMU fixes for 5.6
 2020-02-16 18:53 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 2/5] KVM: arm64: Refactor filtering of ID registers
` [PATCH 3/5] kvm: arm64: Limit PMU version to ARMv8.1
` [PATCH 4/5] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH 5/5] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH v1] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
 2020-02-16 10:24 UTC  (11+ messages)
` [PATCH v23 0/9] Add ARMv8 RAS virtualization support in QEMU
` [PATCH v23 1/9] hw/arm/virt: Introduce a RAS machine option
` [PATCH v23 2/9] docs: APEI GHES generation and CPER record description
` [PATCH v23 3/9] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v23 4/9] ACPI: Build Hardware Error Source Table
` [PATCH v23 5/9] ACPI: Record the Generic Error Status Block address
` [PATCH v23 6/9] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v23 7/9] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v23 8/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v23 9/9] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH 00/13] KVM: selftests: Various fixes and cleanups
 2020-02-15 19:11 UTC  (21+ messages)
` [PATCH 01/13] HACK: Ensure __NR_userfaultfd is defined
` [PATCH 02/13] fixup! KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
` [PATCH 03/13] fixup! KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH 04/13] fixup! KVM: selftests: Add memory size parameter to the "
` [PATCH 05/13] fixup! KVM: selftests: Time guest demand paging
` [PATCH 06/13] KVM: selftests: Remove unnecessary defines
` [PATCH 07/13] KVM: selftests: aarch64: Remove unnecessary ifdefs
` [PATCH 08/13] KVM: selftests: aarch64: Use stream when given
` [PATCH 09/13] KVM: selftests: Rework debug message printing
` [PATCH 10/13] KVM: selftests: Convert some printf's to pr_info's
` [PATCH 11/13] KVM: selftests: Rename vm_guest_mode_params
` [PATCH 12/13] KVM: selftests: Introduce vm_guest_mode_params
` [PATCH 13/13] KVM: selftests: Introduce num-pages conversion utilities

kernel panic: stack is corrupted in vhost_net_ioctl
 2020-02-15 15:33 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Filtering PMU events
 2020-02-15 13:00 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Add PMU event filtering infrastructure
` [PATCH 2/2] KVM: arm64: Document PMU filtering API

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-15 12:45 UTC  (9+ messages)
` [PATCH 08/62] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 41/62] x86/sev-es: Handle MSR events

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-02-15  8:50 UTC  (21+ messages)
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext
` [RFC v3 14/25] intel_iommu: add virtual command capability support
` [RFC v3 16/25] intel_iommu: add PASID cache management infrastructure

[PATCH kvm-unit-tests v3] arm64: timer: Speed up gic-timer-state check
 2020-02-15  7:01 UTC  (3+ messages)

Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual Machine as an Active Directory Domain Controller (AD DC)
 2020-02-15  6:38 UTC 

[PATCH] KVM: Add the check and free to avoid unknown errors
 2020-02-15  5:33 UTC  (2+ messages)

[PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-14 23:40 UTC  (8+ messages)
` [PATCH 3/7] vfio/pci: Introduce VF token

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-14 22:03 UTC  (9+ messages)

[PATCH v2] KVM: X86: Grab KVM's srcu lock when accessing hv assist page
 2020-02-14 21:33 UTC  (3+ messages)

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-14 21:22 UTC  (15+ messages)
` [PATCH 05/35] s390/mm: provide memory management functions for protected KVM guests
` [PATCH 06/35] s390/mm: add (non)secure page access exceptions handlers
` [PATCH 07/35] KVM: s390: add new variants of UV CALL
` [PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
` [PATCH 11/35] KVM: s390/mm: Make pages accessible before destroying the guest

[PATCH] KVM: Add the check and free to avoid unknown errors
 2020-02-14 21:02 UTC 

[PATCH 00/12] SEV Live Migration Patchset
 2020-02-14 20:36 UTC  (9+ messages)
` [PATCH 10/12] mm: x86: Invoke hypercall when page encryption status is changed

[PATCH 0/3] SELinux support for anonymous inodes and UFFD
 2020-02-14 20:24 UTC  (7+ messages)
  ` [PATCH 2/3] Teach SELinux about anonymous inodes

[PATCH] kvm/emulate: fix a -Werror=cast-function-type
 2020-02-14 19:54 UTC  (7+ messages)

[PATCH AUTOSEL 5.5 122/542] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
 2020-02-14 15:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 287/542] vfio/spapr/nvlink2: Skip unpinning pages on error exit

[PATCH] kvm: x86: Print "disabled by bios" only once per host
 2020-02-14 17:43 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 106/459] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
 2020-02-14 15:58 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 249/459] vfio/spapr/nvlink2: Skip unpinning pages on error exit

[PATCH AUTOSEL 4.19 051/252] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
 2020-02-14 16:08 UTC 

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-14 17:09 UTC  (4+ messages)
` [PATCH 26/61] KVM: x86: Introduce cpuid_entry_{get,has}() accessors

[PATCH AUTOSEL 4.14 043/186] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
 2020-02-14 16:14 UTC 

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-02-14 16:35 UTC  (7+ messages)
` [RFC PATCH v2 2/9] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and CRW region


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).