messages from 2016-01-25 16:38:21 to 2016-01-28 01:51:35 UTC [more...]
[PATCH v4 0/4] VT-d posted-interrupts follow ups
2016-01-28 1:51 UTC (8+ messages)
` [PATCH v4 1/4] KVM: Recover IRTE to remapped mode if the interrupt is not single-destination
` [PATCH v4 2/4] KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
` [PATCH v4 3/4] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
[PATCH kernel 0/4] KVM: PPC: Add in-kernel acceleration for 64bit DMA
2016-01-27 23:53 UTC (8+ messages)
` [PATCH kernel 3/4] KVM: PPC: Add @offset to kvmppc_spapr_tce_table
` [PATCH kernel 4/4] KVM: PPC: Add support for 64bit TCE windows
[PULL] virtio: fixes, tests
2016-01-27 22:57 UTC (4+ messages)
VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
2016-01-27 21:58 UTC (49+ messages)
KVM SVM(AMD) nested - disabled by default?
2016-01-27 19:08 UTC (8+ messages)
[kvm-unit-tests PATCH v2 0/6] reduce exit status ambiguity and more
2016-01-27 18:38 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 1/6] x86: clean up exit use, use abort
` [kvm-unit-tests PATCH v2 2/6] run scripts need consistent exit status
` [kvm-unit-tests PATCH v2 3/6] arch-run: reduce return code ambiguity
` [kvm-unit-tests PATCH v2 4/6] cleanup unittests.cfg headers
` [kvm-unit-tests PATCH v2 5/6] runtime: enable some unittest config overriding
` [kvm-unit-tests PATCH v2 6/6] run scripts: add timeout support
[LSF/MM TOPIC] VM containers
2016-01-27 18:36 UTC (7+ messages)
No traffic when eth0 is no more active on bonding
2016-01-27 16:30 UTC
[PATCH v3 1/4] KVM: Recover IRTE to remapped mode if the interrupt is not single-destination
2016-01-27 15:05 UTC (15+ messages)
[kvm-unit-tests PATCH 0/6] reduce exit status ambiguity and more
2016-01-27 13:50 UTC (13+ messages)
` [kvm-unit-tests PATCH 1/6] x86: clean up exit use, use abort
` [kvm-unit-tests PATCH 2/6] run scripts need consistent exit status
` [kvm-unit-tests PATCH 3/6] arch-run: reduce return code ambiguity
` [kvm-unit-tests PATCH 4/6] cleanup unittests.cfg headers
` [kvm-unit-tests PATCH 5/6] runtime: enable some unittest config overriding
` [kvm-unit-tests PATCH 6/6] run scripts: add timeout support
Call for mentors and project ideas for Google Summer of Code 2016
2016-01-27 11:06 UTC (4+ messages)
` [libvirt] "
[PATCH 0/2] vhost: cross-endian code cleanup
2016-01-27 10:25 UTC (2+ messages)
[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
2016-01-27 8:52 UTC (19+ messages)
` [PATCH 01/10] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [PATCH 02/10] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [PATCH 03/10] vfio_iommu_type1: add reserved binding RB tree management
` [PATCH 04/10] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [PATCH 05/10] vfio/type1: attach a reserved iova domain to vfio_domain
` [PATCH 06/10] vfio: introduce vfio_group_alloc_map_/unmap_free_reserved_iova
` [PATCH 07/10] vfio: pci: cache the vfio_group in vfio_pci_device
` [PATCH 08/10] vfio: introduce vfio_group_require_msi_mapping
` [PATCH 09/10] vfio-pci: create an iommu mapping for msi address
` [PATCH 10/10] vfio: allow the user to register reserved iova range for MSI mapping
[ANNOUNCE][RFC] KVMGT - the implementation of Intel GVT-g(full GPU virtualization) for KVM
2016-01-27 6:32 UTC (3+ messages)
` [ANNOUNCE] 2015-Q4 release of KVMGT (Was Re: KVMGT - the implementation of ...)
[PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour
2016-01-27 5:02 UTC (6+ messages)
` [PATCH v3 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled
[PATCH v10 00/21] KVM: ARM64: Add guest PMU support
2016-01-27 3:51 UTC (22+ messages)
` [PATCH v10 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v10 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v10 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v10 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v10 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v10 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v10 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v10 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v10 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v10 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v10 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v10 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v10 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v10 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v10 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v10 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v10 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v10 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v10 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v10 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v10 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3
regression 4.4: deadlock in with cgroup percpu_rwsem
2016-01-26 16:41 UTC (14+ messages)
[GIT PULL] KVM changes for 4.5-rc2
2016-01-26 15:43 UTC
[GIT PULL 0/3] Fixes for kvm/master (targeting 4.5)
2016-01-26 15:30 UTC (5+ messages)
` [GIT PULL 1/3] KVM: s390: fix guest fprs memory leak
` [GIT PULL 2/3] KVM: s390: Enable the KVM-VFIO device
` [GIT PULL 3/3] KVM: s390: fix memory overwrites when vx is disabled
[PATCH v2 00/21] arm64: Virtualization Host Extension support
2016-01-26 14:34 UTC (11+ messages)
` [PATCH v2 20/21] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist
[kvm-unit-tests PATCH 0/6] run_tests fixes and new functionality prep
2016-01-26 12:38 UTC (13+ messages)
` [kvm-unit-tests PATCH 2/6] mkstandalone: fix generation for arm
` [kvm-unit-tests PATCH 5/6] runtime: move getopts to run_tests.sh
` [kvm-unit-tests PATCH 6/6] runtime: make the MAX_SMP loop a function
trace in arch/x86/kernel/apic/apic.c:1309 setup_local_APIC
2016-01-26 11:50 UTC (8+ messages)
[PATCH v9 00/21] KVM: ARM64: Add guest PMU support
2016-01-26 3:40 UTC (9+ messages)
` [PATCH v9 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v9 21/21] KVM: ARM64: Add a new vcpu device control group "
Delivery notification..(View the attachment for confirmation of your delivery address)
2016-01-26 3:03 UTC
[PATCH v3 0/4] VT-d posted-interrupts follow ups
2016-01-26 1:10 UTC (17+ messages)
` [PATCH v3 1/4] KVM: Recover IRTE to remapped mode if the interrupt is not single-destination
` [PATCH v3 2/4] KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
[PATCH 00/27] ARM: KVM: Rewrite the world switch in C (mostly)
2016-01-25 16:38 UTC (26+ messages)
` [PATCH 02/27] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH 03/27] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH 05/27] ARM: KVM: Move GP registers into the "
` [PATCH 06/27] ARM: KVM: Add a HYP-specific header file
` [PATCH 07/27] ARM: KVM: Add system register accessor macros
` [PATCH 08/27] ARM: KVM: Add TLB invalidation code
` [PATCH 09/27] ARM: KVM: Add CP15 save/restore code
` [PATCH 10/27] ARM: KVM: Add timer save/restore
` [PATCH 11/27] ARM: KVM: Add vgic v2 save/restore
` [PATCH 12/27] ARM: KVM: Add VFP save/restore
` [PATCH 13/27] ARM: KVM: Add banked registers save/restore
` [PATCH 14/27] ARM: KVM: Add guest entry code
` [PATCH 15/27] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH 16/27] ARM: KVM: Add the new world switch implementation
` [PATCH 17/27] ARM: KVM: Add populating of fault data structure
` [PATCH 18/27] ARM: KVM: Add HYP mode entry code
` [PATCH 19/27] ARM: KVM: Add panic handling code
` [PATCH 20/27] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH 21/27] ARM: KVM: Remove the old world switch
` [PATCH 22/27] ARM: KVM: Remove __weak attributes
` [PATCH 23/27] ARM: KVM: Turn CP15 defines to an enum
` [PATCH 24/27] ARM: KVM: Cleanup asm-offsets.c
` [PATCH 25/27] ARM: KVM: Remove unused hyp_pc field
` [PATCH 26/27] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH 27/27] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end
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).