messages from 2016-08-12 06:37:05 to 2016-08-17 12:07:55 UTC [more...]
[kvm-unit-tests PATCH v7 00/13] PCI bus support
2016-08-17 12:07 UTC (8+ messages)
` [kvm-unit-tests PATCH v7 01/13] pci: Fix coding style in generic PCI files
` [kvm-unit-tests PATCH v7 02/13] pci: x86: Rename pci_config_read() to pci_config_readl()
` [kvm-unit-tests PATCH v7 03/13] pci: Add 'extern' to public function declarations
` [kvm-unit-tests PATCH v7 04/13] pci: x86: Add remaining PCI configuration space accessors
` [kvm-unit-tests PATCH v7 05/13] pci: Factor out pci_bar_get()
` [kvm-unit-tests PATCH v7 06/13] pci: Rework pci_bar_addr()
` [kvm-unit-tests PATCH v7 07/13] pci: Add pci_bar_set_addr()
[PATCH] arm64: Document workaround for Cortex-A72 erratum #853709
2016-08-17 10:21 UTC (3+ messages)
` [PATCH] KVM: arm/arm64: timer: Workaround misconfigured timer interrupt
[RFC v6-based v1 0/5] refine mdev framework
2016-08-17 10:09 UTC (8+ messages)
` [RFC v6-based v1 1/5] mdev: create separate device for parent_device
` [RFC v6-based v1 2/5] mdev: drop management information and utilize driver-core instead
` [RFC v6-based v1 3/5] mdev: remove uuid from parent_ops
` [RFC v6-based v1 4/5] vfio_mpci: remove PCI-specific logic
` [RFC v6-based v1 5/5] rename 'vfio_mpci' to 'vfio_mdev' since it is now BUS-agnostic
[PATCH] KVM: arm64: ITS: avoid re-mapping LPIs
2016-08-17 8:59 UTC (5+ messages)
[kvm-unit-tests PATCH V4 1/5] scripts/runtime: Add ability to mark test as don't run by default
2016-08-17 8:31 UTC (8+ messages)
` [kvm-unit-tests PATCH V4 2/5] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V4 3/5] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V4 4/5] lib/powerpc: Implement generic delay function for use in unit tests
` [kvm-unit-tests PATCH V4 5/5] powerpc/tm: Add a test for H_CEDE while tm suspended
[PATCH] kvm: nVMX: fix nested tsc scaling
2016-08-17 8:28 UTC (2+ messages)
[kvm-unit-tests PATCH V3 1/5] scripts/runtime: Add ability to mark test as don't run by default
2016-08-17 6:07 UTC (18+ messages)
` [kvm-unit-tests PATCH V3 2/5] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V3 3/5] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V3 4/5] lib/powerpc: Implement generic sleep function for use in unit tests
` [kvm-unit-tests PATCH V3 5/5] powerpc/tm: Add a test for H_CEDE while tm suspended
[PATCH v2 0/2] Rework vgic_attr_regs_access
2016-08-17 5:46 UTC (5+ messages)
` [PATCH v2 1/2] KVM: arm/arm64: Factor out vgic_attr_regs_access functionality
` [PATCH v2 2/2] KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2
[PATCH v3] sched/cputime: Resync steal time when guest & host lose sync
2016-08-17 2:15 UTC (2+ messages)
[PATCH v2] sched/cputime: Resync steal time when guest & host lose sync
2016-08-17 2:05 UTC (3+ messages)
Nested VMX security review
2016-08-16 23:28 UTC (6+ messages)
[PATCH v6 0/4] Add Mediated device support
2016-08-16 21:17 UTC (43+ messages)
` [PATCH v6 1/4] vfio: Mediated device Core driver
` [Qemu-devel] "
` [PATCH v6 2/4] vfio: VFIO driver for mediated PCI device
[PATCH 1/1] x86/apic: Introduce paravirq irq_domain
2016-08-16 20:00 UTC (9+ messages)
[PATCH 0/2] Rework vgic_attr_regs_access
2016-08-16 17:35 UTC (6+ messages)
` [PATCH 1/2] KVM: arm/arm64: Factor out vgic_attr_regs_access functionality
` [PATCH 2/2] KVM: arm/arm64: Rename vgic_attr_regs_access to vgic_attr_regs_access_v2
[RFH] NULL pointer dereference oops occurs when running kvm VM
2016-08-16 16:49 UTC (4+ messages)
[PART2 PATCH v5 00/12] iommu/AMD: Introduce IOMMU AVIC support
2016-08-16 16:33 UTC (12+ messages)
` [PART2 PATCH v5 06/12] iommu/amd: Adding GALOG interrupt handler
` [PART2 PATCH v5 10/12] svm: Introduces AVIC per-VM ID
` [PART2 PATCH v5 11/12] svm: Introduce AMD IOMMU avic_ga_log_notifier
` [PART2 PATCH v5 12/12] svm: Implements update_pi_irte hook to setup posted interrupt
[kvm-unit-tests PATCH v5 00/12] PCI bus support
2016-08-16 15:47 UTC (9+ messages)
` [kvm-unit-tests PATCH v5 12/12] arm/arm64: pci: Add pci-testdev PCI device operation test
` [kvm-unit-tests PATCH v6 "
[PULL] vhost: fixes for 4.8
2016-08-16 14:37 UTC
[RFC PATCH 0/7] Add support for monitoring guest TLB operations
2016-08-16 10:45 UTC (8+ messages)
` [RFC PATCH 1/7] perf/trace: Add notification for perf trace events
` [RFC PATCH 2/7] KVM: Track the pid of the VM process
` [RFC PATCH 3/7] KVM: arm/arm64: Register perf trace event notifier
` [RFC PATCH 4/7] arm64: tlbflush.h: add __tlbi() macro
` [RFC PATCH 5/7] arm64/kvm: hyp: tlb: use __tlbi() helper
` [RFC PATCH 6/7] arm64: KVM: Handle trappable TLB instructions
` [RFC PATCH 7/7] arm64: KVM: Enable selective trapping of "
[kvm-unit-tests PATCH V2 1/4] scripts/runtime: Add ability to mark test as don't run by default
2016-08-16 5:10 UTC (21+ messages)
` [kvm-unit-tests PATCH V2 3/4] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V2 4/4] powerpc/tm: Add a test for H_CEDE while tm suspended
[PATCH 0/2] KVM: nVMX: msr bitmaps fixes
2016-08-16 2:53 UTC (11+ messages)
` [PATCH 1/2] KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC
` [PATCH 2/2] KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write
[PATCH v3] sched/deadline: Fix the intention to re-evalute tick dependency for offline cpu
2016-08-16 2:04 UTC (2+ messages)
《销售冠军2天强化之旅》报名信息
2016-08-15 19:36 UTC
[PATCH v3] KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomic
2016-08-15 21:15 UTC
kvm_pv_unhalt and kernel_irqchip=off
2016-08-15 18:32 UTC (9+ messages)
` GET_SUPPORTED_CPUID and irqchip (was Re: kvm_pv_unhalt and kernel_irqchip=off)
kvm vmx shadow paging question
2016-08-15 14:12 UTC (3+ messages)
Windows guests crash when using IOMMU and more than one windows 10 VM on software raid (zfs or mdadm/lvm)
2016-08-15 9:29 UTC
KVM Guest Windows 10 Anniversary Update
2016-08-14 2:42 UTC (2+ messages)
[PATCH 3.16 062/305] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
2016-08-13 17:42 UTC (2+ messages)
` [PATCH 3.16 061/305] MIPS: KVM: Fix timer IRQ race when freezing timer
[GIT PULL] KVM fixes for 4.8-rc2
2016-08-13 14:11 UTC
KVM: VMX: Cached PDPTEs should be saved/restored for PAE guests
2016-08-13 12:26 UTC (2+ messages)
KVM: nVMX: RFC: Eliminate vmcs02?
2016-08-13 6:24 UTC (2+ messages)
[GIT PULL] VFIO fixes for v4.8-rc2
2016-08-12 21:41 UTC
Floating point instructions (e.g. cvtsi2sd) incorrect result
2016-08-12 18:52 UTC (4+ messages)
[Bug 150851] New: general protection fault: 0000 [#1] SMP; native_read_pmc+0x7/0x40
2016-08-12 17:24 UTC (2+ messages)
` [Bug 150851] "
[PATCH v2 0/8] nvdimm: hotplug support
2016-08-12 15:13 UTC (11+ messages)
` [PATCH v2 1/8] acpi nvdimm: fix wrong buffer size returned by DSM method
` [PATCH v2 2/8] nvdimm acpi: prebuild nvdimm devices for available slots
` [PATCH v2 3/8] nvdimm acpi: introduce _FIT
` [PATCH v2 4/8] nvdimm acpi: implement Read FIT function
` [PATCH v2 5/8] pc-dimm: introduce prepare_unplug() callback
` [PATCH v2 6/8] pc: memhp: do not export nvdimm's memory via _CRS
` [PATCH v2 7/8] pc: acpi: memhp: nvdimm hotplug support
` [PATCH v2 8/8] nvdimm docs: add nvdimm Read FIT function
[GIT PULL 0/2] KVM: s390: Fixes for 4.8 (via kvm/master)
2016-08-12 12:38 UTC (4+ messages)
` [GIT PULL 1/2] KVM: s390: set the prefix initially properly
` [GIT PULL 2/2] KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed
[PATCH 0/4] MIPS: KVM: Fix MMU/TLB management issues
2016-08-12 12:37 UTC (2+ messages)
[PATCH v2 0/2] KVM: Synchronize KVM devices list access and create ops
2016-08-12 12:36 UTC (2+ messages)
[kvm-unit-tests PATCH 1/4] scripts/runtime: Add ability to mark test as don't run by default
2016-08-12 9:25 UTC (4+ messages)
[PATCH v2] sched/deadline: Fix the intention to re-evalute tick dependency for offline cpu
2016-08-12 8:57 UTC (3+ messages)
[PATCH] vfio: Enable VFIO device for powerpc
2016-08-12 6:46 UTC (6+ 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).