messages from 2018-08-02 13:30:15 to 2018-08-09 09:23:28 UTC [more...]
[PATCH V3 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
2018-08-09 10:53 UTC (10+ messages)
` [PATCH V3 1/4] kvm: remove redundant reserved page check
` [PATCH V3 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V3 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V3 4/4] kvm: add a check if pfn is from NVDIMM pmem
[PATCH v3 0/4] Balloon inhibit enhancements, vfio restriction
2018-08-09 9:20 UTC (17+ messages)
` [PATCH v3 1/4] balloon: Allow multiple inhibit users
` [PATCH v3 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu
` [PATCH v3 3/4] vfio: Inhibit ballooning based on group attachment to a container
` [PATCH v3 4/4] vfio/ccw/pci: Allow devices to opt-in for ballooning
[PATCH v8 00/22] vfio-ap: guest dedicated crypto adapters
2018-08-09 9:17 UTC (37+ messages)
` [PATCH v8 01/22] s390/zcrypt: Add ZAPQ inline function
` [PATCH v8 02/22] s390/zcrypt: Review inline assembler constraints
` [PATCH v8 03/22] s390/zcrypt: Show load of cards and queues in sysfs
` [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h
` [PATCH v8 05/22] KVM: s390: vsie: simulate VCPU SIE entry/exit
` [PATCH v8 06/22] KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
` [PATCH v8 07/22] KVM: s390: refactor crypto initialization
` [PATCH v8 08/22] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v8 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v8 10/22] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v8 11/22] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v8 12/22] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v8 13/22] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v8 14/22] KVM: s390: interfaces to clear CRYCB masks
` [PATCH v8 15/22] s390: vfio-ap: implement mediated device open callback
` [PATCH v8 16/22] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v8 17/22] s390: vfio-ap: zeroize the AP queues
` [PATCH v8 18/22] s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
` [PATCH v8 19/22] KVM: s390: Clear Crypto Control Block when using vSIE
` [PATCH v8 20/22] KVM: s390: Handling of Cypto control block in VSIE
` [PATCH v8 21/22] KVM: s390: CPU model support for AP virtualization
` [PATCH v8 22/22] s390: doc: detailed specifications "
[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-08-09 8:31 UTC (36+ messages)
` [RFC PATCH 1/7] vfio/spimdev: Add documents for WarpDrive framework
` [RFC PATCH 2/7] iommu: Add share domain interface in iommu for spimdev
` [RFC PATCH 3/7] vfio: add spimdev support
[PATCH 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support
2018-08-09 7:41 UTC (9+ messages)
` [PATCH 1/4] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH 2/4] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH 3/4] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH 4/4] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
[RFC PATCH kernel 0/5] powerpc/P9/vfio: Pass through NVIDIA Tesla V100
2018-08-09 4:21 UTC (19+ messages)
[PATCH v3 00/10] migration: compression optimization
2018-08-09 3:34 UTC (30+ messages)
` [PATCH v3 01/10] migration: do not wait for free thread
` [PATCH v3 02/10] migration: fix counting normal page for compression
` [PATCH v3 03/10] migration: introduce save_zero_page_to_file
` [PATCH v3 04/10] migration: drop the return value of do_compress_ram_page
` [PATCH v3 05/10] migration: move handle of zero page to the thread
` [PATCH v3 06/10] migration: hold the lock only if it is really needed
` [PATCH v3 07/10] migration: do not flush_compressed_data at the end of each iteration
` [PATCH v3 08/10] migration: handle the error condition properly
` [PATCH v3 09/10] migration: fix calculating xbzrle_counters.cache_miss_rate
` [PATCH v3 10/10] migration: show the statistics of compression
[PATCH net] vhost: reset metadata cache when initializing new IOTLB
2018-08-08 16:45 UTC (2+ messages)
[PATCH v4 00/12] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
2018-08-08 15:55 UTC (13+ messages)
` [PATCH v4 01/12] KVM: hyperv: define VP assist page helpers
` [PATCH v4 02/12] KVM: VMX: refactor evmcs_sanitize_exec_ctrls()
` [PATCH v4 03/12] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
` [PATCH v4 04/12] KVM: nVMX: add enlightened VMCS state
` [PATCH v4 05/12] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
` [PATCH v4 06/12] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case
` [PATCH v4 07/12] x86/kvm/hyperv: don't clear VP assist pages on init
` [PATCH v4 08/12] x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit
` [PATCH v4 09/12] x86/kvm/nVMX: allow bare VMXON state migration
` [PATCH v4 10/12] x86/kvm/nVMX: nested state migration for Enlightened VMCS
` [PATCH v4 11/12] KVM: selftests: compile against local uapi headers
` [PATCH v4 12/12] KVM: selftests: add Enlightened VMCS test
[PATCH V2 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
2018-08-08 9:22 UTC (6+ messages)
` [PATCH V2 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V2 3/4] mm: add a function to differentiate the pages is from DAX device memory
[libvirt] [PATCH 0/3] sample: vfio mdev display devices
2018-08-08 7:43 UTC (11+ messages)
` [libvirt] Expose vfio device display/migration to libvirt and above, was "
linux-next: manual merge of the kvm tree with the tip tree
2018-08-08 3:54 UTC
[PATCH v2 0/4] Balloon inhibit enhancements, vfio restriction
2018-08-08 3:22 UTC (19+ messages)
` [PATCH v2 1/4] balloon: Allow nested inhibits
` [PATCH v2 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu
` [PATCH v2 3/4] vfio: Inhibit ballooning based on group attachment to a container
` [PATCH v2 4/4] vfio/ccw/pci: Allow devices to opt-in for ballooning
KASAN: use-after-free Read in iotlb_access_ok
2018-08-08 2:52 UTC (2+ messages)
[RESEND] Spectre-v2 (IBPB/IBRS) and SSBD fixes for 4.4.y
2018-08-07 19:19 UTC (12+ messages)
[PATCH] vfio: Mark expected switch fall-throughs
2018-08-07 17:13 UTC (2+ messages)
[PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
2018-08-07 14:20 UTC (5+ messages)
linux-next: Signed-off-by missing for commit in the kvm tree
2018-08-07 13:09 UTC (3+ messages)
` semantic conflict between tip and kvm (was Re: linux-next: Signed-off-by missing for commit in the kvm tree)
[PATCH v2] target-i386: coalesced PIO support for RTC
2018-08-06 23:47 UTC (2+ messages)
[PATCH net-next V2] vhost: switch to use new message format
2018-08-06 17:41 UTC (2+ messages)
[PATCH] KVM: try __get_user_pages_fast even if not in atomic context
2018-08-06 17:39 UTC (4+ messages)
[PATCH 0/3] KVM: x86: expose a few new features into VM
2018-08-06 16:58 UTC (3+ messages)
linux-next: manual merge of the kvm tree with Linus' tree
2018-08-06 15:55 UTC (2+ messages)
` Rebasing kvm/next (was Re: linux-next: manual merge of the kvm tree with Linus' tree)
linux-next: manual merge of the kvm tree with the tip tree
2018-08-06 6:27 UTC (2+ messages)
[PATCH net-next] vhost: switch to use new message format
2018-08-06 3:15 UTC (5+ messages)
[GIT PULL] Final KVM changes for 4.18
2018-08-03 20:24 UTC
[PATCH] proc: added ept_ad flag to /proc/cpuinfo
2018-08-03 20:17 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/4] arm: add GICv2 MMIO tests
2018-08-03 13:13 UTC (10+ messages)
` [kvm-unit-tests PATCH v2 1/4] mark exit() and abort() as non-returning functions
` [Qemu-devel] "
` [kvm-unit-tests PATCH v2 2/4] arm/arm64: GIC: basic GICv2 MMIO tests
` [kvm-unit-tests PATCH v2 3/4] arm/arm64: GICv2: add GICD_IPRIORITYR testing
` [kvm-unit-tests PATCH v2 4/4] arm/arm64: GICv2: add GICD_ITARGETSR testing
` [Qemu-devel] "
[PATCH v5 0/6] KVM: X86: Implement Exit-less IPIs support
2018-08-03 4:09 UTC (4+ messages)
` [PATCH v5 4/6] KVM: X86: Implement PV IPIs send hypercall
[PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
2018-08-02 17:25 UTC (5+ messages)
[PATCH] x86/kvm/lapic: always disable MMIO interface in x2APIC mode
2018-08-02 15:08 UTC
[PATCH RFC] x86/kvm/lapic: always disable MMIO interface in x2APIC mode
2018-08-02 13:34 UTC (7+ 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