kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-08 12:49:22 to 2016-04-13 11:46:52 UTC [more...]

[PATCH] x86/extable: Add a comment about early exception handlers
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 9/9] x86/msr: Set the return value to zero when native_rdmsr_safe fails
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] x86/msr: Set the return value to zero when native_rdmsr_safe() fails

[PATCH v5 8/9] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 7/9] x86/paravirt: Add paravirt_{read,write}_msr
 2016-04-13 11:45 UTC  (2+ messages)
` [tip:x86/asm] x86/paravirt: Add paravirt_{read,write}_msr()

[PATCH v5 6/9] x86/msr: Carry on after a non-"safe" MSR access fails
 2016-04-13 11:45 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 5/9] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks

[PATCH v5 4/9] x86/traps: Enable all exception handler callbacks early
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 3/9] x86/head: Move early exception panic code into early_fixup_exception
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] x86/head: Move early exception panic code into early_fixup_exception()

[PATCH v5 2/9] x86/head: Move the early NMI fixup into C
 2016-04-13 11:43 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 1/9] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception
 2016-04-13 11:43 UTC  (2+ messages)
` [tip:x86/asm] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()

[PATCH 10/10] x86/cpufeature: Remove cpu_has_xsaves
 2016-04-13 11:40 UTC  (2+ messages)
` [tip:x86/asm] x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage

[PATCH] perf/x86/intel/pt: Don't die on VMXON
 2016-04-13 10:53 UTC  (8+ messages)

[PATCH v5 0/9] arm64: Add support for KVM with ACPI
 2016-04-13 10:11 UTC  (15+ messages)
` [PATCH v5 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v5 4/9] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v5 6/9] irqchip/gic-v3: Parse and export virtual GIC information

[PATCH v6 00/10] arm64: Add support for KVM with ACPI
 2016-04-13 10:01 UTC  (18+ messages)
` [PATCH v6 01/10] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v6 02/10] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v6 03/10] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v6 04/10] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v6 05/10] irqchip/gic-v3: Prefix all pr_* messages by "GICv3: "
` [PATCH v6 06/10] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v6 07/10] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v6 08/10] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v6 09/10] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v6 10/10] 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-04-13  9:47 UTC  (6+ messages)
` [PATCH 1/2] "

我的相册在
 2016-04-13  6:45 UTC 

[question kvm-unit-tests] FAIL about apic testcase
 2016-04-13  1:50 UTC  (4+ messages)

[PART1 RFC v4 00/11] KVM: x86: Introduce SVM AVIC support
 2016-04-12 22:29 UTC  (22+ messages)
` [PART1 RFC v4 01/11] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 RFC v4 02/11] KVM: x86: Introducing kvm_x86_ops VM init/uninit hooks
` [PART1 RFC v4 06/11] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC v4 07/11] svm: Add interrupt injection via AVIC
` [PART1 RFC v4 08/11] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC v4 09/11] svm: Do not expose x2APIC when enable AVIC
` [PART1 RFC v4 10/11] svm: Do not intercept CR8 "
` [PART1 RFC v4 11/11] svm: Manage vcpu load/unload "

[kvm-unit-tests PATCH] powerpc: Add SPRs migration test
 2016-04-12 21:32 UTC  (8+ messages)

[PATCH 4.2.y-ckt 39/70] compiler-gcc: disable -ftracer for __noclone functions
 2016-04-12 20:52 UTC 

[GIT PULL] KVM changes for 4.6-rc4
 2016-04-12 18:34 UTC  (2+ messages)

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-12 17:26 UTC  (47+ messages)
` [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 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 16/45] KVM: arm/arm64: vgic-new: Add PENDING registers handlers
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [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 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[RFC v5 0/5] Add virtio transport for AF_VSOCK
 2016-04-12 16:37 UTC  (7+ messages)

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-12 13:11 UTC  (38+ messages)
` [PATCH 07/17] kvm-arm: arm32: Introduce stage2 page table helpers
` [PATCH 08/17] kvm-arm: arm: Introduce hyp page table empty checks
` [PATCH 09/17] kvm-arm: arm64: Introduce stage2 page table helpers
` [PATCH 10/17] kvm-arm: arm64: Introduce hyp page table empty checks
` [PATCH 11/17] kvm-arm: Use explicit stage2 helper routines
` [PATCH 12/17] kvm-arm: Add explicit hyp page table modifiers
` [PATCH 13/17] kvm-arm: Add stage2 "
` [PATCH 14/17] kvm-arm: Cleanup kvm_* wrappers
` [PATCH 15/17] kvm: arm64: Get rid of fake page table levels
` [PATCH 16/17] kvm-arm: Cleanup stage2 pgd handling
` [PATCH 17/17] arm64: kvm: Add support for 16K pages

[PATCH] kvmtool: delegate exit/reboot responsibility to vcpu0
 2016-04-12 10:03 UTC  (2+ messages)

KVM call for agenda for 2016-04-26
 2016-04-12  9:59 UTC 

KVM call for agenda for 2016-04-12
 2016-04-12  9:58 UTC  (2+ messages)

[4.2.y-ckt stable] Patch "compiler-gcc: disable -ftracer for __noclone functions" has been added to the 4.2.y-ckt tree
 2016-04-11 22:34 UTC 

IVSHMEM device performance
 2016-04-11 16:07 UTC  (5+ messages)
      ` [Qemu-devel] "

[PATCH 0/5] Add support for ppc64le in kvmtool
 2016-04-11 15:37 UTC  (3+ messages)
` [PATCH 4/5] Fix a race during exit processing

[kvm-unit-tests PATCH] fix machine type handling for ppc64le
 2016-04-11 14:50 UTC  (6+ messages)
` [PATCH 1/2] scripts: Handle ppc64le machine name in mkstandalone
` [PATCH 2/2] powerpc: Improve "kvm unavailable" message

[PATCH RFC 00/15] PCI bus support
 2016-04-11 12:21 UTC  (24+ messages)
` [PATCH RFC 01/15] Update ioremap() prototype to conform to the Linux one
` [PATCH RFC 02/15] x86: Add basic ioremap() implementation
` [PATCH RFC 03/15] x86/vmexit: Make use of ioremap()
` [PATCH RFC 04/15] pci: Fix indentation in generic PCI files
` [PATCH RFC 05/15] pci/x86: Rename pci_config_read() to pci_config_readl()
` [PATCH RFC 06/15] pci/x86: Add remaining PCI configuration space accessors
` [PATCH RFC 07/15] pci: Add pci_probe() and pci_shutdown()
` [PATCH RFC 08/15] pci: Rework pci_bar_addr()
` [PATCH RFC 09/15] pci: Add pci_bar_set()
` [PATCH RFC 10/15] pci: Add pci_print() and pci_type_desc()
` [PATCH RFC 11/15] pci/x86: Adopt PCI framework changes
` [PATCH RFC 12/15] Factor out generic architecture code
` [PATCH RFC 13/15] pci/arm: Add generic ECAM host support
` [PATCH RFC 14/15] pci: Add pci-testdev PCI bus test device
` [PATCH RFC 15/15] pci/arm: Add pci-testdev PCI device operation test

[PATCH] KVM: arm/arm64: Handle forward time correction gracefully
 2016-04-11 12:09 UTC  (2+ messages)

[PATCH v2] kvm-pr: manage single-step mode
 2016-04-11  9:45 UTC  (3+ messages)

kvmtool: vulnerabilities in 9p virtio
 2016-04-11  9:37 UTC  (3+ messages)

Backport a Security Fix for CVE-2015-7513 to v4.1
 2016-04-11  5:58 UTC 

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-04-11  3:36 UTC  (5+ messages)
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

LOAN
 2016-04-08 22:03 UTC 

Does __KERNEL_DS serve a purpose?
 2016-04-08 22:32 UTC  (6+ messages)
  ` [Xen-devel] "

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

[RFC PATCH] KVM: arm/arm64: rework kvm_handle_mmio_return
 2016-04-08 17:08 UTC  (4+ messages)

[PATCH v6 0/5] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 3/3: vfio changes
 2016-04-08 16:57 UTC  (8+ messages)
` [PATCH v6 2/5] vfio: allow the user to register reserved iova range for MSI mapping

[PATCH] kvm: x86: do not leak guest xcr0 into host interrupt handlers
 2016-04-08 16:54 UTC  (9+ messages)

kvm-clock again
 2016-04-08 15:00 UTC  (5+ messages)

[PULL 0/4] KVM/ARM Fixes for v4.6-rc4
 2016-04-08 14:58 UTC  (2+ messages)

[PATCH v6 0/7] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 1/3: iommu changes
 2016-04-08 13:31 UTC  (5+ messages)

[PART2 RFC v1 0/9] iommu/AMD: Introduce IOMMU AVIC support
 2016-04-08 12:49 UTC  (10+ messages)
` [PART2 RFC v1 1/9] iommu/amd: Detect and enable guest vAPIC support
` [PART2 RFC v1 2/9] iommu/amd: Add data structure for "
` [PART2 RFC v1 3/9] iommu/amd: Detect and initialize guest vAPIC log
` [PART2 RFC v1 4/9] iommu/amd: Adding GALOG interrupt handler
` [PART2 RFC v1 5/9] iommu/amd: Introduce amd_iommu_update_ga()
` [PART2 RFC v1 6/9] iommu/amd: Implements irq_set_vcpu_affinity hook to setup GA mode for pass-through devices
` [PART2 RFC v1 7/9] svm: Introduce AMD IOMMU avic_ga_log_notifier
` [PART2 RFC v1 8/9] svm: Implements update_pi_irte hook to setup posted interrupt
` [PART2 RFC v1 9/9] svm: Update AMD IOMMU IRTE with vcpu scheduling information when enable AVIC


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