messages from 2016-03-01 10:56:30 to 2016-03-02 23:08:17 UTC [more...]
[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
2016-03-02 23:08 UTC (9+ messages)
` [PATCH v2 07/17] arm64: KVM: vgic-v2: Avoid accessing GICH registers
` [PATCH v2 08/17] arm64: KVM: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v2 09/17] arm64: KVM: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v2 10/17] arm64: KVM: vgic-v2: Do not save an LR known to be empty
[PATCH 0/3] kvmtool: fix vhost-net support
2016-03-02 22:20 UTC (8+ messages)
` [PATCH 1/3] irq: move IRQ routing into irq.c
` [PATCH 2/3] MSI-X: update GSI routing after changed MSI-X configuration
` [PATCH 3/3] virtio: fix endianness check for vhost support
[PATCH v3 00/16] KVM: x86: change PIT discard policy and untangle related code
2016-03-02 21:56 UTC (17+ messages)
` [PATCH v3 01/16] KVM: x86: change PIT discard tick policy
` [PATCH v3 02/16] KVM: x86: simplify atomics in kvm_pit_ack_irq
` [PATCH v3 03/16] KVM: x86: add kvm_pit_reset_reinject
` [PATCH v3 04/16] KVM: x86: use atomic_t instead of pit.inject_lock
` [PATCH v3 05/16] KVM: x86: tone down WARN_ON pit.state_lock
` [PATCH v3 06/16] KVM: x86: pass struct kvm_pit instead of kvm in PIT
` [PATCH v3 07/16] KVM: x86: remove unnecessary uses of PIT state lock
` [PATCH v3 08/16] KVM: x86: remove notifiers from PIT discard policy
` [PATCH v3 09/16] KVM: x86: refactor kvm_create_pit
` [PATCH v3 10/16] KVM: x86: refactor kvm_free_pit
` [PATCH v3 11/16] KVM: x86: remove pit and kvm from kvm_kpit_state
` [PATCH v3 12/16] KVM: x86: remove pointless dereference of PIT
` [PATCH v3 13/16] KVM: x86: don't assume layout of kvm_kpit_state
` [PATCH v3 14/16] KVM: x86: move PIT timer function initialization
` [PATCH v3 15/16] KVM: x86: turn kvm_kpit_state.reinject into atomic_t
` [PATCH v3 16/16] KVM: document KVM_REINJECT_CONTROL ioctl
[kvm-unit-tests 0/5] Split large EPT mappings properly
2016-03-02 18:13 UTC (29+ messages)
` [kvm-unit-tests 1/5] x86: vmx.h: trivial whitespace fixes
` [kvm-unit-tests 2/5] x86: vmx: Named constant: EPT_ADDR_MASK
` [kvm-unit-tests 3/5] x86: vmx: Named constant: EPT_LEVEL_SHIFT
` [kvm-unit-tests 4/5] x86: vmx: split large EPTEs in install_ept_entry
` [kvm-unit-tests 5/5] x86: vmx: don't explicitly split identity EPT map
` [kvm-unit-tests v2 0/6] Split large EPT mappings properly
` [kvm-unit-tests v2 1/6] x86: vmx.h: trivial whitespace fixes
` [kvm-unit-tests v2 2/6] lib: generic bitops.h
` [kvm-unit-tests v2 3/6] x86: vmx: Named constant: EPT_ADDR_MASK
` [kvm-unit-tests v2 4/6] x86: vmx: Named constant: EPT_LEVEL_SHIFT
` [kvm-unit-tests v2 5/6] x86: vmx: split large EPTEs in install_ept_entry
` [kvm-unit-tests v2 6/6] x86: vmx: don't explicitly split identity EPT map
` [kvm-unit-tests v3 0/6] Split large EPT mappings properly
` [kvm-unit-tests v3 1/6] x86: vmx.h: trivial whitespace fixes
` [kvm-unit-tests v3 2/6] lib: generic bitops.h
` [kvm-unit-tests v3 3/6] x86: vmx: Named constant: EPT_ADDR_MASK
` [kvm-unit-tests v3 4/6] x86: vmx: Named constant: EPT_LEVEL_SHIFT
` [kvm-unit-tests v3 5/6] x86: vmx: split large EPTEs in install_ept_entry
` [kvm-unit-tests v3 6/6] x86: vmx: don't explicitly split identity EPT map
[kvm-unit-tests PATCH v2 0/4] add fmt warnings to printf, and fix bad uses
2016-03-02 18:07 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: *printf: warn on format/arg mismatch
` [kvm-unit-tests PATCH v2 2/4] lib/alloc: fix format warnings, add/use PRIx64
` [kvm-unit-tests PATCH v2 3/4] arm64: fix printf format warnings
` [kvm-unit-tests PATCH v2 4/4] x86: "
[kvm-unit-tests PATCH v4 0/6] reduce exit status ambiguity and more
2016-03-02 17:33 UTC (7+ messages)
` [kvm-unit-tests PATCH v4 1/6] x86: clean up exit use, use abort
` [kvm-unit-tests PATCH v4 2/6] run scripts need consistent exit status
` [kvm-unit-tests PATCH v4 3/6] arch-run: reduce return code ambiguity
` [kvm-unit-tests PATCH v4 4/6] cleanup unittests.cfg headers
` [kvm-unit-tests PATCH v4 5/6] runtime: enable some unittest config overriding
` [kvm-unit-tests PATCH v4 6/6] run scripts: add timeout support
[kvm-unit-tests PATCH v3 0/6] reduce exit status ambiguity and more
2016-03-02 17:13 UTC (9+ messages)
` [kvm-unit-tests PATCH v3 3/6] arch-run: reduce return code ambiguity
[PATCH v5 0/5] NVDIMM ACPI: introduce the framework of QEMU emulated DSM
2016-03-02 16:10 UTC (8+ messages)
` [PATCH v5 1/5] nvdimm acpi: initialize the resource used by NVDIMM ACPI
` [PATCH v5 2/5] nvdimm acpi: introduce patched dsm memory
` [PATCH v5 3/5] nvdimm acpi: let qemu handle _DSM method
` [PATCH v5 4/5] nvdimm acpi: emulate dsm method
` [PATCH v5 5/5] nvdimm acpi: add _CRS
[kvm-unit-tests 0/5] Debugging aids
2016-03-02 15:04 UTC (11+ messages)
` [kvm-unit-tests 1/5] lib: print failing assert cond
` [kvm-unit-tests 2/5] lib: backtrace printing
` [kvm-unit-tests 3/5] x86: lib: debug dump on unhandled exceptions
` [kvm-unit-tests 4/5] lib: dump stack on abort()
` [kvm-unit-tests 5/5] scripts: pretty print stack traces
[kvm-unit-tests PATCH] x86: setjmp: including stdio is a no-no
2016-03-02 14:50 UTC (4+ messages)
[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
2016-03-02 12:48 UTC (4+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation
[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
2016-03-02 12:30 UTC (20+ messages)
` [RFC v5 01/17] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved
` [RFC v5 02/17] iommu/arm-smmu: advertise DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v5 03/17] iommu: introduce a reserved iova cookie
` [RFC v5 04/17] dma-reserved-iommu: alloc/free_reserved_iova_domain
` [RFC v5 05/17] dma-reserved-iommu: reserved binding rb-tree and helpers
` [RFC v5 07/17] dma-reserved-iommu: iommu_unmap_reserved
` [RFC v5 08/17] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v5 09/17] irqchip/gic-v3-its: ITS advertises MSI_FLAG_IRQ_REMAPPING
` [RFC v5 10/17] msi: export msi_get_domain_info
` [RFC v5 11/17] msi: msi_compose wrapper
` [RFC v5 12/17] msi: IOMMU map the doorbell address when needed
` [RFC v5 13/17] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [RFC v5 14/17] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v5 15/17] vfio/type1: also check IRQ remapping capability at msi domain
` [RFC v5 16/17] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v5 17/17] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO
我的主页在
2016-03-02 9:53 UTC
[PATCH v3] powerpc: Add tests for sPAPR h-calls
2016-03-02 11:37 UTC (6+ messages)
[PATCH] kvm: x86: Update tsc multiplier on change
2016-03-02 9:38 UTC (3+ messages)
[PULL] KVM/ARM updates for 4.5-rc7
2016-03-02 9:35 UTC (3+ messages)
` [PATCH] arm/arm64: KVM: Fix ioctl error handling
[PATCH for-4,5] mips/kvm: fix ioctl error handling
2016-03-02 9:35 UTC (2+ messages)
[RFC PATCH] kvm: Make KVM DF intercept configurable
2016-03-02 9:22 UTC (7+ messages)
[PATCH v4 0/9] NVDIMM ACPI: introduce the framework of QEMU emulated
2016-03-02 9:05 UTC (22+ messages)
` [PATCH 4/9] nvdimm acpi: initialize the resource used by NVDIMM ACPI
` [PATCH 5/9] acpi: add build_append_named_dword, returning an offset in buffer
` [PATCH 6/9] nvdimm acpi: introduce patched dsm memory
` [PATCH 7/9] nvdimm acpi: let qemu handle _DSM method
` [PATCH 8/9] nvdimm acpi: emulate dsm method
` [PATCH 9/9] nvdimm acpi: add _CRS
[RFC PATCH v2 1/3] vGPU Core driver
2016-03-02 8:38 UTC (3+ messages)
` [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU
[PATCH 0/4] kvmtool: add PRE_INIT support for ARM/ARM64
2016-03-02 3:00 UTC (5+ messages)
` [PATCH 3/4] pre_init: add support for i386 also
` [PATCH 4/4] pre_init: add ARM implementations
[PATCH 0/3] KVM: Fix lost IRQ acks for RTC
2016-03-02 0:28 UTC (4+ messages)
[PATCH 3.14 035/130] MIPS: KVM: Uninit VCPU in vcpu_create error path
2016-03-01 23:51 UTC (3+ messages)
` [PATCH 3.14 033/130] MIPS: KVM: Fix ASID restoration logic
` [PATCH 3.14 034/130] MIPS: KVM: Fix CACHE immediate offset sign extension
[PATCH 3.10 16/80] MIPS: KVM: Fix ASID restoration logic
2016-03-01 23:45 UTC (3+ messages)
` [PATCH 3.10 17/80] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 3.10 18/80] MIPS: KVM: Uninit VCPU in vcpu_create error path
CISCO AND AVAYA IP Phones
2016-03-01 20:10 UTC
Квартира-гостиница в Москве
2016-03-01 21:36 UTC
[kvm-unit-tests PATCH v4 0/2] powerpc: add little-endian support
2016-03-01 21:08 UTC (2+ messages)
[RFC PATCH v3 0/9] vfio: capability chains, sparse mmap, device specific regions, IGD support
2016-03-01 20:21 UTC (4+ messages)
[PATCH] KVM: Replace the number of page entries per page with PT64_ENT_PER_PAGE macro
2016-03-01 15:22 UTC (3+ messages)
[PATCH] Qemu/KVM: Remove x2apic feature from CPU model when kernel_irqchip is off
2016-03-01 14:47 UTC (5+ messages)
KVM call for agenda for 2016-03-01
2016-03-01 13:56 UTC (4+ messages)
` [Qemu-devel] "
[kvm-unit-tests PATCH v2] powerpc: Add tests for sPAPR h-calls
2016-03-01 13:23 UTC (6+ messages)
[PATCH 0/2] virtio/s390 patches
2016-03-01 13:01 UTC (4+ messages)
` [PATCH 1/2] virtio/s390: use dev_to_virtio
` [PATCH 2/2] virtio/s390: size of SET_IND payload
[kvm-unit-tests PATCH 0/4] add fmt warnings to printf, and fix bad uses
2016-03-01 12:22 UTC (14+ messages)
` [kvm-unit-tests PATCH 1/4] lib: *printf: warn on format/arg mismatch
` [kvm-unit-tests PATCH 2/4] lib/alloc: fix format warnings, add/use PRIx64
` [kvm-unit-tests PATCH 4/4] x86: fix printf format warnings
Kernel: BUG: soft lockup - CPU#0 stuck for 22s! on many machines at the same time
2016-03-01 10:58 UTC
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