messages from 2016-03-22 13:03:54 to 2016-03-27 06:35:18 UTC [more...]
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-04-26 22:59 UTC (5+ messages)
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption
Re:¸´£ºProces denture tools
2016-03-27 6:06 UTC
Booting Nested KVM
2016-03-26 17:26 UTC (4+ messages)
[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
2016-03-26 2:14 UTC (13+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 02/12] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v4 03/12] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v4 04/12] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v4 05/12] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 07/12] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v4 08/12] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v4 09/12] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v4 10/12] KVM: arm64: implement ITS command queue command handlers
` [PATCH v4 11/12] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v4 12/12] KVM: arm64: enable ITS emulation as a virtual MSI controller
[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
2016-03-26 2:11 UTC (48+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [RFC PATCH 02/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [RFC PATCH 03/45] KVM: arm/arm64: arch_timer: rework VGIC <-> timer interface
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 07/45] KVM: arm/arm64: vgic-new: Add vgic GICv2 change_affinity
` [RFC PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [RFC PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [RFC PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [RFC PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [RFC PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [RFC PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [RFC PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [RFC PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [RFC PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [RFC PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 emulation framework
` [RFC PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [RFC PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor TYPER handler
` [RFC PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [RFC PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [RFC PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [RFC PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [RFC PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [RFC PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [RFC PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [RFC PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [RFC PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [RFC PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [RFC PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [RFC PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [RFC PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [RFC PATCH 43/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build
[Bug 115081] New: arch/x86/kvm/vmx.c:8719: Error: symbol `vmx_return' is already defined
2016-03-25 17:19 UTC (10+ messages)
` [Bug 115081] "
[PATCH 1/4] KVM: MMU: fix permission_fault()
2016-03-25 14:22 UTC (13+ messages)
` [PATCH 2/4] KVM: MMU: simplify the logic of __mmu_unsync_walk()
` [PATCH 3/4] KVM: MMU: reduce the size of mmu_page_path
` [PATCH 4/4] KVM: MMU: skip obsolete sp in for_each_gfn_*()
[RFC PATCH V2 0/2] basic device IOTLB support
2016-03-25 2:34 UTC (3+ messages)
` [RFC PATCH V2 1/2] vhost: convert pre sorted vhost memory array to interval tree
` [RFC PATCH V2 2/2] vhost: device IOTLB API
[RFC] host and guest kernel trace merging
2016-03-25 2:22 UTC (9+ messages)
` [Qemu-devel] "
[RFC Design Doc]Speed up live migration by skipping free pages
2016-03-25 1:59 UTC (44+ messages)
` [Qemu-devel] "
[PATCH] vfio/pci: Add test for BAR restore
2016-03-24 19:06 UTC
[PATCH] vfio/pci: Hide broken INTx support from user
2016-03-24 19:05 UTC
[PATCH v4 0/9] arm64: Add support for KVM with ACPI
2016-03-24 17:53 UTC (10+ messages)
` [PATCH v4 1/9] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v4 2/9] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v4 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v4 4/9] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v4 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v4 6/9] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v4 7/9] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v4 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v4 9/9] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter
[PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features
2016-03-24 13:07 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH v3] KVM: x86: Inject pending interrupt even if pending nmi exist
2016-03-24 11:14 UTC (2+ messages)
[PATCH v2] KVM: x86: Inject pending interrupt even if pending nmi exist
2016-03-24 11:09 UTC (12+ messages)
[PATCH] KVM: x86: optimize steal time calculation
2016-03-24 11:08 UTC (2+ messages)
VirtIO-GPU 3D OpenGL Hardware Acceleration for VMs
2016-03-24 7:41 UTC (2+ messages)
[Bug 60850] New: BUG: Bad page state in process libvirtd pfn:76000
2016-03-24 1:59 UTC (2+ messages)
` [Bug 60850] "
CISCO IP PHONES AND CPU's
2016-03-23 19:12 UTC
CISCO IP PHONES AND CPU's
2016-03-23 18:45 UTC
[PATCH 00/15] NVDIMM: introduce nvdimm label support
2016-03-23 16:48 UTC (17+ messages)
` [PATCH 04/15] nvdimm: support nvdimm label
` [PATCH 10/15] nvdimm acpi: abstract the operations for root device and nvdimm devices
` [PATCH 12/15] nvdimm acpi: support Get Namespace Label Size function
[RFC PATCH 0/4] cgroup aware workqueues
2016-03-23 11:13 UTC (7+ messages)
` vhost threading model (was: Re: [RFC PATCH 0/4] cgroup aware workqueues)
` vhost threading model
[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
2016-03-23 3:03 UTC (9+ messages)
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE
[PATCH] KVM: page_track: fix access to NULL slot
2016-03-23 2:21 UTC (2+ messages)
[PATCH] KVM: x86: Inject pending interrupt even if pending nmi exist
2016-03-23 1:30 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/5] Check emulation
2016-03-23 0:14 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 5/5] powerpc: Check lswx in little-endian mode
[PATCH kvm-unit-tests v7 0/5] Debugging aids
2016-03-22 23:35 UTC (6+ messages)
` [PATCH kvm-unit-tests v7 1/5] lib: backtrace printing
` [PATCH kvm-unit-tests v7 2/5] x86: lib: debug dump on unhandled exceptions
` [PATCH kvm-unit-tests v7 3/5] lib: dump stack on failed assert()
` [PATCH kvm-unit-tests v7 4/5] scripts: pretty print stack traces
` [PATCH kvm-unit-tests v7 5/5] scripts: automatically pretty print stacks
[GIT PULL] Second round of KVM changes for 4.6
2016-03-22 22:30 UTC
[PATCH V6 0/9] KVM, pkeys: add memory protection-key support
2016-03-22 15:40 UTC (3+ messages)
` [PATCH V6 8/9] KVM, pkeys: expose CPUID/CR4 to guest
[PATCH] kvm-pr: manage single-step mode
2016-03-22 14:53 UTC
[PATCH] kvm: Fix build error caused by redefinition
2016-03-22 13:28 UTC (3+ 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