kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-19 09:46:15 to 2020-02-20 13:35:01 UTC [more...]

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-20 13:34 UTC  (21+ messages)
` [PATCH v2 02/42] KVM: s390/interrupt: do not pin adapter interrupt pages
` [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

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

[PATCH v3 00/20] global exec/memory/dma APIs cleanup
 2020-02-20 13:23 UTC  (25+ 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
` [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 "

[PATCH v3 00/37] KVM: s390: Add support for protected VMs
 2020-02-20 13:05 UTC  (42+ 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

[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 V4 0/5] vDPA support
 2020-02-20  6:11 UTC  (6+ 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

[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

[PATCH 00/12] SEV Live Migration Patchset
 2020-02-20  5:28 UTC  (8+ 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] vfio/type1: Reduce vfio_iommu.lock contention
 2020-02-20  4:38 UTC  (5+ messages)

[PATCH v2] KVM: x86: enable dirty log gradually in small chunks
 2020-02-20  4:28 UTC 

[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
 2020-02-20  3:55 UTC  (22+ 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)

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-20  2:38 UTC  (17+ messages)

[PATCH] mm/hugetlb: avoid get wrong ptep caused by race
 2020-02-20  2:32 UTC  (13+ messages)

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-20  1:38 UTC  (6+ messages)
` [RFC PATCH 05/11] EDAC: Remove Calxeda drivers

[PATCH] kvm: x86: Print "disabled by bios" only once per host
 2020-02-19 21:52 UTC  (11+ messages)

[PATCH v6 00/22] KVM: Dynamically size memslot arrays
 2020-02-19 19:10 UTC  (6+ messages)
` [PATCH v6 01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v6 21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush

[PATCH v2 0/7] vfio/pci: SR-IOV support
 2020-02-19 18:54 UTC  (8+ messages)
` [PATCH v2 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [PATCH v2 2/7] vfio/pci: Implement match ops
` [PATCH v2 3/7] vfio/pci: Introduce VF token
` [PATCH v2 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH v2 5/7] vfio/pci: Add sriov_configure support
` [PATCH v2 6/7] vfio/pci: Remove dev_fmt definition
` [PATCH v2 7/7] vfio/pci: Cleanup .probe() exit paths

[PATCH 0/1] Paravirtualized control register pinning test
 2020-02-19 18:04 UTC  (2+ messages)
` [PATCH 1/1] x86: Add "

RFC: Split EPT huge pages in advance of dirty logging
 2020-02-19 17:19 UTC  (4+ messages)

[PATCH v2] KVM: VMX: Add 'else' to split mutually exclusive case
 2020-02-19 16:19 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: Minor emulator cleanup
 2020-02-19 15:16 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: x86: Move #PF retry tracking variables into emulation context

[PATCH] KVM: x86: enable dirty log gradually in small chunks
 2020-02-19 15:08 UTC  (4+ messages)

[PATCH v17 0/9] mm / virtio: Provide support for free page reporting
 2020-02-19 15:06 UTC  (14+ messages)
` [PATCH v17 3/9] mm: Add function __putback_isolated_page
` [PATCH v17 4/9] mm: Introduce Reported pages
` [PATCH v17 7/9] mm/page_reporting: Rotate reported pages to the tail of the list
` [PATCH v17 8/9] mm/page_reporting: Add budget limit on how many pages can be reported per pass

[PATCH V2 3/5] vDPA: introduce vDPA bus
 2020-02-19 12:53 UTC  (11+ messages)

[PATCH] KVM: x86: fix mmu_set_spte coding style warning
 2020-02-19 12:50 UTC 

[PATCH 0/5] Random debug/PMU fixes for 5.6
 2020-02-19 11:14 UTC  (6+ messages)
` [PATCH 3/5] kvm: arm64: Limit PMU version to ARMv8.1

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-19 11:10 UTC  (8+ messages)

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19 11:02 UTC  (5+ messages)
` [PATCH 0/2] example changes
  ` [PATCH 2/2] merge vm/cpu create

[PATCH v2 09/42] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
 2020-02-19 11:01 UTC  (4+ messages)
` [PATCH v2.1] "

[PATCH 23/62] x86/idt: Move IDT to data segment
 2020-02-19 10:47 UTC  (5+ messages)

[PATCH RFC] target/i386: filter out VMX_PIN_BASED_POSTED_INTR when enabling SynIC
 2020-02-19  9:54 UTC  (5+ messages)


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).