Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2016-02-10 16:07:09 to 2016-02-12 18:34:00 UTC [more...]

[PATCH 00/33] Compile-time stack metadata validation
 2016-02-12 18:34 UTC  (7+ messages)

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-12 18:30 UTC  (24+ messages)
` [PART1 RFC 1/9] KVM: x86: Misc LAPIC changes to exposes helper functions
` [PART1 RFC 2/9] svm: Introduce new AVIC VMCB registers
` [PART1 RFC 3/9] svm: clean up V_TPR, V_IRQ, V_INTR_PRIO, and V_INTR_MASKING
` [PART1 RFC 4/9] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC 6/9] svm: Add interrupt injection via AVIC
` [PART1 RFC 7/9] svm: Do not expose x2APIC when enable AVIC
` [PART1 RFC 8/9] svm: Do not intercept CR8 "
` [PART1 RFC 9/9] svm: Manage vcpu load/unload "

[PATCH] vfio: fix link failures when CONFIG_PCI_MSI is disabled
 2016-02-12 18:17 UTC  (2+ messages)

[PATCH] kvm: do not SetPageDirty from kvm_set_pfn_dirty for file mappings
 2016-02-12 18:12 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 00/14] ppc64: initial drop
 2016-02-12 18:07 UTC  (31+ messages)
` [kvm-unit-tests PATCH v2 01/14] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH v2 02/14] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH v2 06/14] powerpc/ppc64: add boot rom source
` [kvm-unit-tests PATCH v2 08/14] powerpc/ppc64: add HV putchar
` [kvm-unit-tests PATCH v2 09/14] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v2 13/14] powerpc/ppc64: add RTAS support
` [kvm-unit-tests PATCH v2 14/14] powerpc/ppc64: HACK: make a fake debug-exit

[Bug 64601] New: Whole system crashes when sharing network card in virtual PC only on kernel 3.11
 2016-02-12 17:52 UTC  (2+ messages)
` [Bug 64601] "

KVH call for agenda for 2016-02-16
 2016-02-12 17:28 UTC  (3+ messages)

[GIT PULL 00/18] KVM: s390: Fixes and features for kvm/next (4.6)
 2016-02-12 16:18 UTC  (25+ messages)
` [GIT PULL 01/18] KVM: s390: allow sync of fp registers via vregs
` [GIT PULL 02/18] KVM: s390: sync of fp registers via kvm_run
` [GIT PULL 03/18] KVM: s390: PSW forwarding / rewinding / ilc rework
` [GIT PULL 04/18] KVM: s390: migration / injection of prog irq ilc
` [GIT PULL 05/18] KVM: s390: gaccess: introduce access modes
` [GIT PULL 06/18] KVM: s390: gaccess: implement instruction fetching mode
` [GIT PULL 07/18] KVM: s390: read the correct opcode on SIE faults
` [GIT PULL 08/18] KVM: s390: clean up prog irq injection on prog irq icpts
` [GIT PULL 09/18] KVM: s390: irq delivery should not rely on icptcode
` [GIT PULL 10/18] KVM: s390: provide prog irq ilc on SIE faults
` [GIT PULL 11/18] KVM: s390: instruction-fetching exceptions "
` [GIT PULL 12/18] KVM: s390: remove old fragment of vector registers
` [GIT PULL 13/18] KVM: s390: add documentation of KVM_S390_VM_TOD
` [GIT PULL 14/18] KVM: s390: add documentation of KVM_S390_VM_CRYPTO
` [GIT PULL 15/18] KVM: s390: usage hint for adapter mappings
` [GIT PULL 16/18] KVM: s390: do not take mmap_sem on dirty log query
` [GIT PULL 17/18] KVM: s390: do not block CPU on dirty logging
` [GIT PULL 18/18] KVM: s390: bail out early on fatal signal in "

KVM: x86: Add lowest-priority support for vt-d posted-interrupts
 2016-02-12 14:32 UTC  (5+ messages)
` [PATCH] KVM: x86: fix *NULL on invalid low-prio irq

[PATCH v3 0/5] KVM: Hyper-V VMBus hypercalls
 2016-02-12 13:16 UTC  (9+ messages)
` [PATCH v3 1/5] kvm/x86: Rename Hyper-V long spin wait hypercall
` [PATCH v3 2/5] drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
` [PATCH v3 3/5] kvm/x86: Pass return code of kvm_emulate_hypercall
` [PATCH v3 4/5] kvm/x86: Reject Hyper-V hypercall continuation
` [PATCH v3 5/5] kvm/x86: Hyper-V VMBus hypercall userspace exit

[RFC v3 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-12  8:13 UTC  (16+ messages)
` [RFC v3 01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v3 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
  ` [RFC v3 03/15] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
  ` [RFC v3 04/15] iommu: add alloc/free_reserved_iova_domain
  ` [RFC v3 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
  ` [RFC v3 10/15] vfio: allow the user to register reserved iova range for MSI mapping
  ` [RFC v3 11/15] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
  ` [RFC v3 14/15] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
  ` [RFC v3 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed
` [RFC v3 06/15] iommu/arm-smmu: add a reserved binding RB tree
` [RFC v3 07/15] iommu: iommu_get/put_single_reserved
` [RFC v3 08/15] iommu/arm-smmu: implement iommu_get/put_single_reserved
` [RFC v3 09/15] iommu/arm-smmu: relinquish reserved resources on domain deletion
` [RFC v3 12/15] msi: export msi_get_domain_info
` [RFC v3 13/15] vfio/type1: also check IRQ remapping capability at msi domain

[PATCH kernel v2 0/6] KVM: PPC: Add in-kernel multitce handling
 2016-02-12  5:52 UTC  (11+ messages)
` [PATCH kernel v2 1/6] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel v2 5/6] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel v2 6/6] KVM: PPC: Add support for multiple-TCE hcalls

[PULL] KVM/ARM fixes for 4.5-rc4
 2016-02-11 21:47 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Fix reference to uninitialised VGIC
` [PATCH 2/2] arm64: KVM: Configure TCR_EL2.PS at runtime

[PATCH v4 00/23] arm64: Virtualization Host Extension support
 2016-02-11 19:10 UTC  (26+ messages)
` [PATCH v4 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v4 02/23] arm64: KVM: Switch to "
` [PATCH v4 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v4 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v4 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v4 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v4 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v4 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v4 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v4 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v4 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v4 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v4 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v4 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v4 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v4 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v4 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v4 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v4 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v4 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v4 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v4 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v4 23/23] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-02-11 15:33 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure
` [PATCH v2 2/6] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v2 3/6] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v2 4/6] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v2 5/6] irqchip/gic-v3: "
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables

[PATCH 0/4] kvmclock: improve accuracy
 2016-02-11 15:23 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: rename argument to kvm_set_tsc_khz
` [PATCH 2/4] KVM: x86: rewrite handling of scaled TSC for kvmclock

[PATCH] arm64: KVM: Configure TCR_EL2.PS at runtime
 2016-02-11 14:41 UTC  (5+ messages)

[RFC v2 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-11 14:34 UTC  (16+ messages)
` [RFC v2 01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v2 06/15] iommu/arm-smmu: add a reserved binding RB tree
` [RFC v2 07/15] iommu: iommu_get/put_single_reserved
  ` [RFC v2 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
  ` [RFC v2 03/15] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
  ` [RFC v2 04/15] iommu: add alloc/free_reserved_iova_domain
  ` [RFC v2 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
  ` [RFC v2 08/15] iommu/arm-smmu: implement iommu_get/put_single_reserved
  ` [RFC v2 09/15] iommu/arm-smmu: relinquish reserved resources on domain deletion
  ` [RFC v2 10/15] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v2 11/15] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v2 12/15] msi: export msi_get_domain_info
` [RFC v2 13/15] vfio/type1: also check IRQ remapping capability at msi domain
` [RFC v2 14/15] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v2 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed

[PATCH] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
 2016-02-11 10:49 UTC  (3+ messages)

[PATCH v2 0/5] arm/pci: add PCI bus support
 2016-02-11  8:25 UTC  (6+ messages)
` [PATCH v2 1/5] arm/pci: Probe Open Firmware Device Tree
` [PATCH v2 2/5] arm/pci: Scan PCI root bus for devices
` [PATCH v2 3/5] arm/pci: Allocate and assign memory and io space resources
` [PATCH v2 4/5] arm/pci: Add pci_find_dev() and pci_bar_addr() functions
` [PATCH v2 5/5] arm/pci: pci-testdev PCI device operation test

Business Partnership
 2016-02-11  1:30 UTC 

Business Partnership
 2016-02-11  1:02 UTC 

[PATCH 0/8] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-10 20:40 UTC  (10+ messages)
` [PATCH 7/8] KVM: arm/arm64: Avoid accessing GICH registers
` [PATCH 8/8] KVM: arm64: Avoid accessing ICH registers

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-10 17:32 UTC  (11+ messages)
` [PATCH v2 07/28] ARM: KVM: Add system register accessor macros
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long

[PATCH 1/2] KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
 2016-02-10 17:24 UTC  (9+ messages)
` [PATCH 2/2] KVM: x86: allow BSP to handle INIT IPIs like APs do

[RFC PATCH 0/5] arm/arm64: Making HYP vgic/timer save/restore common
 2016-02-10 16:59 UTC  (3+ messages)

[PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls
 2016-02-10 16:48 UTC  (3+ messages)
` [PATCH v2 5/5] kvm/x86: Hyper-V VMBus hypercall userspace exit

Good day
 2016-02-10 16:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox