messages from 2020-02-19 20:53:01 to 2020-02-20 23:40:18 UTC [more...]
[PATCH 00/12] SEV Live Migration Patchset
2020-02-20 23:40 UTC (14+ messages)
` [PATCH 08/12] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH 10/12] mm: x86: Invoke hypercall when page encryption status is changed
[RFC PATCH 0/3] KVM: x86: honor guest memory type
2020-02-20 23:02 UTC (19+ messages)
strange segfaults in guest using usb stick wlan on the host
2020-02-20 22:50 UTC (2+ messages)
[PATCH v17 0/9] mm / virtio: Provide support for free page reporting
2020-02-20 22:35 UTC (5+ messages)
` [PATCH v17 4/9] mm: Introduce Reported pages
[RFC PATCH v3 0/9] Introduce vendor ops in vfio-pci
2020-02-20 21:00 UTC (5+ messages)
` [RFC PATCH v3 1/9] vfio/pci: export vfio_pci_device public and add vfio_pci_device_private
` [RFC PATCH v3 6/9] vfio/pci: export vfio_pci_setup_barmap
[PATCH 00/10] KVM: x86: Clean up VMX's TLB flushing code
2020-02-20 20:43 UTC (11+ messages)
` [PATCH 01/10] KVM: VMX: Use vpid_sync_context() directly when possible
` [PATCH 02/10] KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
` [PATCH 03/10] KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
` [PATCH 04/10] KVM: VMX: Fold vpid_sync_vcpu_{single,global}() into vpid_sync_context()
` [PATCH 05/10] KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address
` [PATCH 06/10] KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
` [PATCH 07/10] KVM: VMX: Clean up vmx_flush_tlb_gva()
` [PATCH 08/10] KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
` [PATCH 09/10] KVM: VMX: Drop @invalidate_gpa from __vmx_flush_tlb()
` [PATCH 10/10] KVM: VMX: Fold __vmx_flush_tlb() into vmx_flush_tlb()
[PATCH v3 00/20] global exec/memory/dma APIs cleanup
2020-02-20 20:36 UTC (30+ messages)
` [PATCH v3 01/20] scripts/git.orderfile: Display Cocci scripts before code modifications
` [PATCH v3 02/20] hw: Remove unnecessary cast when calling dma_memory_read()
` [PATCH v3 03/20] exec: Let qemu_ram_*() functions take a const pointer argument
` [Xen-devel] "
` [PATCH v3 04/20] exec: Rename ram_ptr variable
` [PATCH v3 05/20] exec: Let flatview API take void pointer arguments
` [PATCH v3 06/20] exec: Let the address_space API use "
` [PATCH v3 07/20] hw/net: Avoid casting non-const pointer, use address_space_write()
` [PATCH v3 08/20] Remove unnecessary cast when using the address_space API
` [PATCH v3 09/20] exec: Let the cpu_[physical]_memory API use void pointer arguments
` [PATCH v3 10/20] Remove unnecessary cast when using the cpu_[physical]_memory API
` [PATCH v3 11/20] hw/ide/internal: Remove unused DMARestartFunc typedef
` [PATCH v3 12/20] hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
` [PATCH v3 13/20] hw/virtio: Let virtqueue_map_iovec() "
` [PATCH v3 14/20] hw/virtio: Let vhost_memory_map() "
` [PATCH v3 15/20] exec: Let address_space_unmap() "
` [PATCH v3 16/20] Let address_space_rw() calls pass "
` [PATCH v3 17/20] Avoid address_space_rw() with a constant is_write argument
` [PATCH v3 18/20] exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
` [PATCH v3 19/20] Let cpu_[physical]_memory() calls pass "
` [Xen-devel] "
[PATCH v2 0/3] KVM: x86: Minor emulator cleanup
2020-02-20 20:11 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
[PATCH v3 00/37] KVM: s390: Add support for protected VMs
2020-02-20 19:44 UTC (44+ messages)
` [PATCH v3 01/37] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v3 02/37] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v3 03/37] s390/protvirt: introduce host side setup
` [PATCH v3 04/37] s390/protvirt: add ultravisor initialization
` [PATCH v3 05/37] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v3 06/37] s390/mm: add (non)secure page access exceptions handlers
` [PATCH v3 07/37] KVM: s390: protvirt: Add UV debug trace
` [PATCH v3 08/37] KVM: s390: add new variants of UV CALL
` [PATCH v3 09/37] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
` [PATCH v3 10/37] KVM: s390: protvirt: Add KVM api documentation
` [PATCH v3 11/37] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH v3 12/37] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH v3 13/37] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v3 14/37] KVM: s390: protvirt: Instruction emulation
` [PATCH v3 15/37] KVM: s390: protvirt: Implement interrupt injection
` [PATCH v3 16/37] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v3 17/37] KVM: s390: protvirt: Handle spec exception loops
` [PATCH v3 18/37] KVM: s390: protvirt: Add new gprs location handling
` [PATCH v3 19/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH v3 20/37] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH v3 21/37] KVM: s390/mm: handle guest unpin events
` [PATCH v3 22/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH v3 23/37] KVM: s390: protvirt: STSI handling
` [PATCH v3 24/37] KVM: s390: protvirt: disallow one_reg
` [PATCH v3 25/37] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v3 26/37] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH v3 27/37] KVM: s390: protvirt: Add program exception injection
` [PATCH v3 28/37] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v3 29/37] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v3 30/37] KVM: s390: protvirt: Support cmd 5 operation state
` [PATCH v3 31/37] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH v3 32/37] KVM: s390: protvirt: do not inject interrupts after start
` [PATCH v3 33/37] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH v3 34/37] DOCUMENTATION: Protected virtual machine introduction and IPL
` [PATCH v3 35/37] s390: protvirt: Add sysfs firmware interface for Ultravisor information
` [PATCH v3 36/37] KVM: s390: rstify new ioctls in api.rst
` [PATCH v3 37/37] KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
[PATCH v2] KVM: x86: enable dirty log gradually in small chunks
2020-02-20 19:42 UTC (5+ messages)
[PATCH] KVM: x86: enable -Werror
2020-02-20 19:39 UTC (3+ messages)
[RFC PATCH] security,anon_inodes,kvm: enable security support for anon inodes
2020-02-20 18:50 UTC (4+ messages)
[RFC PATCH] KVM: Add module for platform IRQ forwarding
2020-02-20 18:47 UTC
RFC: Split EPT huge pages in advance of dirty logging
2020-02-20 18:17 UTC (8+ messages)
[PATCH RFC 0/2] KVM: nVMX: fix apicv disablement for L1
2020-02-20 17:33 UTC (4+ messages)
` [PATCH RFC 1/2] KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled
` [PATCH RFC 2/2] KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
[PATCH] KVM: apic: avoid calculating pending eoi from an uninitialized val
2020-02-20 17:20 UTC (3+ messages)
[RFC PATCH 00/11] Removing Calxeda platform support
2020-02-20 17:07 UTC (8+ messages)
` [RFC PATCH 02/11] ata: Remove Calxeda AHCI driver
` [RFC PATCH 04/11] cpufreq: Remove Calxeda driver
[PATCH 00/13] KVM: selftests: Various fixes and cleanups
2020-02-20 16:46 UTC (9+ 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 13/13] KVM: selftests: Introduce num-pages conversion utilities
[PATCH V4 0/5] vDPA support
2020-02-20 15:19 UTC (9+ messages)
` [PATCH V4 1/5] vhost: factor out IOTLB
` [PATCH V4 2/5] vringh: IOTLB support
` [PATCH V4 3/5] vDPA: introduce vDPA bus
` [PATCH V4 4/5] virtio: introduce a vDPA based transport
` [PATCH V4 5/5] vdpasim: vDPA device simulator
[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
2020-02-20 14:38 UTC (12+ messages)
[PATCH 0/5] Random debug/PMU fixes for 5.6
2020-02-20 14:12 UTC (3+ messages)
` [PATCH 2/5] KVM: arm64: Refactor filtering of ID registers
[PATCH v2 00/42] KVM: s390: Add support for protected VMs
2020-02-20 13:34 UTC (11+ messages)
` [PATCH v2 02/42] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v2 31/42] KVM: s390: protvirt: Report CPU state to Ultravisor
[kvm-unit-tests PATCH v5 00/10] s390x: Testing the Channel Subsystem I/O
2020-02-20 12:00 UTC (11+ messages)
` [kvm-unit-tests PATCH v5 01/10] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v5 02/10] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v5 03/10] s390x: cr0: adding AFP-register control bit
` [kvm-unit-tests PATCH v5 04/10] s390x: interrupt registration
` [kvm-unit-tests PATCH v5 05/10] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v5 06/10] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v5 07/10] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v5 08/10] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v5 09/10] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests PATCH v5 10/10] s390x: css: ping pong
[PATCH] KVM: Suppress warning in __kvm_gfn_to_hva_cache_init
2020-02-20 11:22 UTC (3+ messages)
[PATCH][resend] KVM: fix error handling in svm_cpu_init
2020-02-20 8:31 UTC (2+ messages)
` 答复: "
[PATCH][resend] KVM: fix error handling in svm_cpu_init
2020-02-20 8:40 UTC
[PATCH][resend] KVM: fix error handling in svm_cpu_init
2020-02-20 7:39 UTC
[PATCH V3 0/5] vDPA support
2020-02-20 5:41 UTC (14+ messages)
` [PATCH V3 1/5] vhost: factor out IOTLB
` [PATCH V3 2/5] vringh: IOTLB support
` [PATCH V3 3/5] vDPA: introduce vDPA bus
` [PATCH V3 4/5] virtio: introduce a vDPA based transport
` [PATCH V3 5/5] vdpasim: vDPA device simulator
[RFC PATCH 0/3] vfio/type1: Reduce vfio_iommu.lock contention
2020-02-20 4:38 UTC (5+ messages)
[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
2020-02-20 3:55 UTC (20+ messages)
` [PATCH v4 04/20] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v4 05/20] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v4 06/20] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v4 07/20] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v4 08/20] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v4 09/20] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v4 16/20] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
[PATCH] vhost: introduce vDPA based backend
2020-02-20 2:42 UTC (5+ messages)
[PATCH] mm/hugetlb: avoid get wrong ptep caused by race
2020-02-20 2:32 UTC (9+ messages)
[PATCH] kvm: x86: Print "disabled by bios" only once per host
2020-02-19 21:52 UTC (9+ 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;
as well as URLs for NNTP newsgroup(s).