messages from 2018-07-26 23:09:34 to 2018-08-06 23:47:26 UTC [more...]
[PATCH v2] target-i386: coalesced PIO support for RTC
2018-08-06 23:47 UTC (2+ messages)
linux-next: Signed-off-by missing for commit in the kvm tree
2018-08-06 21:55 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 (5+ messages)
[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-08-06 17:05 UTC (45+ 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
` [RFC PATCH 4/7] crypto: add hisilicon Queue Manager driver
` [RFC PATCH 5/7] crypto: Add Hisilicon Zip driver
` [RFC PATCH 6/7] crypto: add spimdev support to Hisilicon QM
` [RFC PATCH 7/7] vfio/spimdev: add user sample for spimdev
[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)
[RESEND] Spectre-v2 (IBPB/IBRS) and SSBD fixes for 4.4.y
2018-08-03 23:20 UTC (8+ 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)
[PATCH v2 0/4] Balloon inhibit enhancements, vfio restriction
2018-08-03 20:12 UTC (13+ 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
[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 (6+ messages)
` [PATCH v5 3/6] KVM: X86: Fallback to original apic hooks when bad happens
` [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)
linux-next: manual merge of the kvms390 tree with the kvm-arm tree
2018-08-02 13:18 UTC (3+ messages)
[PATCH] KVM: Compile hv_remote_flush_tlb() and check_ept_pointer() when CONFIG_HYPERV is enabled
2018-08-02 12:58 UTC (2+ messages)
[Resend PATCH] KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()
2018-08-02 12:58 UTC (2+ messages)
[PATCH] KVM: x86: Skip pae_root shadow allocation if tdp enabled
2018-08-02 12:57 UTC (2+ messages)
[PATCH 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
2018-08-02 10:27 UTC (11+ messages)
` [PATCH 1/9] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH 2/9] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH 3/9] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH 4/9] x86/kvm/mmu: introduce guest_mmu
` [PATCH 5/9] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
` [PATCH 6/9] x86/kvm/mmu: make space for source data caching in struct kvm_mmu
` [PATCH 7/9] x86/kvm/nVMX: introduce scache for kvm_init_shadow_ept_mmu
` [PATCH 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
` [PATCH 9/9] x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()
[RFC PATCH] vfio/pci: map prefetchble bars as writecombine
2018-08-01 19:38 UTC (11+ messages)
[RFC PATCH kernel 0/5] powerpc/P9/vfio: Pass through NVIDIA Tesla V100
2018-08-01 16:16 UTC (17+ messages)
KASAN: use-after-free Read in vhost_transport_send_pkt
2018-08-01 8:30 UTC (3+ messages)
[PATCH rebase/RFC 0/4] x86/kvm/nVMX: optimize MMU switch between L1 and L2
2018-07-31 16:52 UTC (7+ messages)
` [PATCH 1/4] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH 2/4] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH 3/4] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH 4/4] x86/kvm/mmu: introduce guest_mmu
[PULL] vhost: last-minute fixes
2018-07-31 12:21 UTC
[PATCH v2 00/17] Add support for Hygon Dhyana Family 18h processor
2018-07-31 10:46 UTC (10+ messages)
` [PATCH v2 01/17] x86/cpu: create Dhyana init file and register new cpu_dev to system
` [PATCH v2 16/17] driver/edac: enable Hygon support to AMD64 EDAC driver
[PATCH] KVM: X86: Disable KVM_FEATURE_STEAL_TIME when both delayacct_on added to cmdline and CONFIG_SCHEDSTATS is set
2018-07-31 9:08 UTC
[PATCH 06/11] sched/irq: add irq utilization tracking
2018-07-31 8:21 UTC (4+ messages)
[PATCH v6 00/10] kvm: x86: migration of nested virtualization state
2018-07-31 7:40 UTC (15+ messages)
` [PATCH 01/10] KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
` [PATCH 02/10] kvm: selftests: create a GDT and TSS
` [PATCH 03/10] kvm: selftests: actually use all of lib/vmx.c
` [PATCH 04/10] kvm: selftests: ensure vcpu file is released
` [PATCH 05/10] kvm: selftests: add basic test for state save and restore
` [PATCH 06/10] KVM: x86: do not load vmcs12 pages while still in SMM
` [PATCH 07/10] kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
` [PATCH 08/10] kvm: selftests: add test for nested state save/restore
` [PATCH 09/10] KVM: nVMX: include shadow vmcs12 in nested state
` [PATCH 10/10] KVM: selftests: add tests for shadow VMCS save/restore
[PATCH 2/2] x86/kvmclock: Mark kvm_get_preset_lpj() as __init
2018-07-30 17:38 UTC (3+ messages)
` [tip:x86/timers] "
[RFC PATCH 0/3] Balloon inhibit enhancements
2018-07-30 17:35 UTC (13+ messages)
[PATCH 1/2] KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9
2018-07-30 3:37 UTC (2+ messages)
[libvirt] [RFC PATCH 0/2] Add new mdev type for aggregated resources
2018-07-30 2:11 UTC (15+ messages)
` [libvirt] [PATCH v2 0/4] New mdev type handling "
` [libvirt] [PATCH v2 4/4] Documentation/vfio-mediated-device.txt: update for aggregation attribute
[PATCH v14 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 22:58 UTC (10+ messages)
` [PATCH v14 8/9] KVM: x86: virtualize cpuid faulting
[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
2018-07-27 17:18 UTC (3+ messages)
` [PATCH v16 01/10] x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
[PATCH] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
2018-07-27 16:48 UTC
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