public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-27 21:15:40 to 2017-02-02 10:31:08 UTC [more...]

[RFC v3 00/10] Provide the EL1 physical timer to the VM
 2017-02-02 10:31 UTC  (20+ messages)
` [RFC v3 01/10] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC v3 02/10] KVM: arm/arm64: Move cntvoff to each timer context
` [RFC v3 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC v3 04/10] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC v3 05/10] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC v3 06/10] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC v3 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration
` [RFC v3 08/10] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC v3 09/10] KVM: arm64: Add the EL1 physical timer access handler
` [RFC v3 10/10] KVM: arm/arm64: Emulate the EL1 phys timer registers

[PATCH] vfio: Fix build break when SPAPR_TCE_IOMMU=n
 2017-02-02  9:50 UTC  (2+ messages)

[PATCH v2 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-02  7:12 UTC  (6+ messages)
` [PATCH v2 3/3] x86: Make the GDT remapping read-only on 64 bit

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-02  3:15 UTC  (15+ messages)
` [PATCH V8 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V8 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V8 03/10] efi: parse ARM processor error
` [PATCH V8 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V8 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V8 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V8 07/10] efi: print unrecognized CPER section
` [PATCH V8 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V8 09/10] trace, ras: add ARM processor error trace event
` [PATCH V8 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] KVM: x86: do not save guest-unsupported XSAVE state
 2017-02-02  0:13 UTC  (2+ messages)

[Bug 193791] New: invept causes #SS (patch attached)
 2017-02-01 19:14 UTC  (2+ messages)
` [Bug 193791] "

[PATCH v4 1/4] arm64: Define Falkor v1 CPU
 2017-02-01 18:38 UTC  (25+ messages)
` [PATCH v4 2/4] arm64: Work around Falkor erratum 1003
` [PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code

KVM call for 2016-02-14
 2017-02-01 17:53 UTC  (2+ messages)

[PATCH v8 00/16] kvmtool: arm: ITS emulation and GSI routing support
 2017-02-01 17:13 UTC  (5+ messages)
` [PATCH v8 01/16] FDT: introduce global phandle allocation

[PATCH kernel] vfio/spapr: Fix missing mutex unlock when creating a window
 2017-02-01 17:06 UTC  (3+ messages)

[PATCH] KVM: MIPS: Allow multiple VCPUs to be created
 2017-02-01 15:32 UTC 

[PATCH] vhost: fix initialization for vq->is_le
 2017-02-01 14:29 UTC  (6+ messages)

[PATCH 0/5] KVM: MIPS/T&E: Miscellaneous improvements
 2017-02-01 14:19 UTC  (6+ messages)
` [PATCH 1/5] KVM: MIPS/T&E: Move CP0 register access into T&E
` [PATCH 2/5] KVM: MIPS/T&E: Implement CP0_EBase register
` [PATCH 3/5] KVM: MIPS/T&E: Default to reset vector
` [PATCH 4/5] KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers
` [PATCH 5/5] KVM: MIPS/T&E: Expose read-only CP0_IntCtl register

[PATCH kvmtool] virtio: Describe virtio coherency in DT
 2017-02-01 12:28 UTC 

[GIT PULL 00/12] KVM: s390: Fixes and features for 4.11 (via kvm/next)
 2017-02-01 11:38 UTC  (13+ messages)
` [GIT PULL 01/12] KVM: s390: do not expose random data via facility bitmap
` [GIT PULL 02/12] KVM: s390: gaccess: add ESOP2 handling
` [GIT PULL 03/12] KVM: s390: instruction-execution-protection support
` [GIT PULL 04/12] KVM: s390: get rid of bogus cc initialization
` [GIT PULL 05/12] KVM: s390: Get rid of ar_t
` [GIT PULL 06/12] KVM: s390: Introduce Vector Enhancements facility 1 to the guest
` [GIT PULL 07/12] KVM: s390: Introduce BCD Vector Instructions "
` [GIT PULL 08/12] KVM: s390: guestdbg: filter i-fetch events on icpts
` [GIT PULL 09/12] KVM: s390: prepare to read random guest instructions
` [GIT PULL 10/12] KVM: s390: guestdbg: filter PER i-fetch on EXECUTE properly
` [GIT PULL 11/12] KVM: s390: Fix RRBE return code not being CC
` [GIT PULL 12/12] KVM: s390: Add debug logging to basic cpu model interface

[PATCH] KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irq
 2017-02-01 10:53 UTC  (3+ messages)

[RFC v2 00/10] Provide the EL1 physical timer to the VM
 2017-02-01 10:17 UTC  (44+ messages)
` [RFC v2 01/10] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC v2 02/10] KVM: arm/arm64: Move cntvoff to each timer context
` [RFC v2 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC v2 05/10] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC v2 06/10] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC v2 10/10] KVM: arm/arm64: Emulate the EL1 phys timer register access

[GIT PULL] Please pull my kvm-ppc-next branch
 2017-02-01  9:24 UTC 

[PATCHv2 00/11] KVM implementation of PAPR HPT resizing extension
 2017-02-01  5:07 UTC  (4+ messages)

[PATCH v2 00/01] KVM: x86: never specify a sample period for virtualized in_tx_cp counters
 2017-02-01  4:06 UTC  (2+ messages)
` [PATCH v2 01/01] "

Email-Shutdown Notification
 2017-01-31 22:33 UTC 

[PATCH v4 0/9] Add support for monitoring guest TLB operations
 2017-01-31 17:16 UTC  (10+ messages)
` [PATCH v4 1/9] arm64/kvm: hyp: tlb: use __tlbi() helper
` [PATCH v4 2/9] KVM: Add event to trace tlb invalidations
` [PATCH v4 3/9] arm: KVM: Handle trappable TLB instructions
` [PATCH v4 4/9] arm64: "
` [PATCH v4 5/9] kvm: Add host pmu to support VM introspection
` [PATCH v4 6/9] KVM: arm/arm64: Add support for tracking guest TLB operations
` [PATCH v4 7/9] arm64: KVM: Enable support for the host pmu
` [PATCH v4 8/9] arm: KVM: Enable support for "
` [PATCH v4 9/9] arm/arm64: KVM: Initialise the "

Did you get my message this time?
 2017-01-31 15:06 UTC 

KVM call for 2017-01-31
 2017-01-31 12:02 UTC  (2+ messages)

[PATCH] KVM: x86: never specify a sample period for virtualized in_tx_cp counters
 2017-01-31  7:34 UTC  (2+ messages)

[PATCH] vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null
 2017-01-31  3:35 UTC  (3+ messages)

[PATCH v2 00/20] Support for radix guest and host on POWER9
 2017-01-30 21:16 UTC  (24+ messages)
` [PATCH v2 01/20] powerpc/64: Don't try to use radix MMU under a hypervisor
` [PATCH v2 02/20] powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
` [PATCH v2 03/20] powerpc/64: Enable use of radix MMU under hypervisor on POWER9
` [PATCH v2 04/20] powerpc/64: More definitions for POWER9
` [PATCH v2 05/20] powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
` [PATCH v2 06/20] powerpc/64: Make type of partition table flush depend on partition type
` [PATCH v2 07/20] powerpc/64: Allow for relocation-on interrupts from guest to host
` [PATCH v2 08/20] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
` [PATCH v2 09/20] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
` [PATCH v2 10/20] KVM: PPC: Book3S HV: Use ASDR "
` [PATCH v2 11/20] KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
` [PATCH v2 12/20] KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle "
` [PATCH v2 13/20] KVM: PPC: Book3S HV: Page table construction and page faults for "
` [PATCH v2 14/20] KVM: PPC: Book3S HV: MMU notifier callbacks "
` [PATCH v2 15/20] KVM: PPC: Book3S HV: Implement dirty page logging "
` [PATCH v2 16/20] KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
` [PATCH v2 17/20] KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
` [PATCH v2 18/20] KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
` [PATCH v2 19/20] KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
` [PATCH v2 20/20] KVM: PPC: Book3S HV: Enable radix guest support

Long interrupt latency in guest
 2017-01-30 18:03 UTC  (2+ messages)

[kvm:queue 8/8] drivers/ptp/ptp_kvm.c:88:35: error: incompatible type for argument 1 of 'timespec_to_ktime'
 2017-01-30 16:53 UTC  (2+ messages)

[RFC 00/13] vITS save/restore
 2017-01-30 16:15 UTC  (6+ messages)
` [RFC 01/13] KVM: arm/arm64: Add vITS save/restore API documentation

[GIT PULL] iommu: KVM PCIe/MSI passthrough on ARM/ARM64 for 4.11
 2017-01-30 14:59 UTC  (2+ messages)

[BUG/RFC] vhost: net: big endian viring access despite virtio 1
 2017-01-30 11:25 UTC  (6+ messages)

[PATCH v5 0/2] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-01-30 10:13 UTC  (6+ messages)
` [PATCH v5 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks
 2017-01-28 13:55 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/4] pci: Rework pci_bar_is_valid()
` [kvm-unit-tests PATCH v2 2/4] pci: Split and rename pci_bar_is_valid() to pci_bar_exists()
` [kvm-unit-tests PATCH v2 3/4] pci: Ensure BAR validity for public functions
` [kvm-unit-tests PATCH v2 4/4] pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0

INFO
 2017-01-28  9:29 UTC 

[PATCH v2 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-28  8:46 UTC  (2+ messages)

kvm: use-after-free in irq_bypass_register_consumer
 2017-01-27 21:26 UTC 

[kvm:queue 8/8] drivers/ptp/ptp_kvm.c:229:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2017-01-27 21:01 UTC 


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