public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-17 15:44:17 to 2017-02-22 00:30:52 UTC [more...]

[PATCH V10 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-22  0:30 UTC  (8+ messages)
` [PATCH V10 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V10 07/10] efi: print unrecognized CPER section

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

[PATCH 0/4] arch subsystem refcounter conversions
 2017-02-21 20:45 UTC  (16+ messages)
` [PATCH 1/4] s390: convert debug_info.ref_count from atomic_t to refcount_t
` [PATCH 2/4] x86: convert threshold_bank.cpus "
` [PATCH 3/4] sparc: convert mdesc_handle.refcnt "
` [PATCH 4/4] kvm: convert kvm.users_count "

[PATCH v2 0/7] KVM TSS cleanups and speedups
 2017-02-21 19:14 UTC  (8+ messages)
` [PATCH v2 1/7] x86/asm: Define the kernel TSS limit in a macro
` [PATCH v2 2/7] x86/kvm/vmx: Don't fetch the TSS base from the GDT
` [PATCH v2 3/7] x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels
` [PATCH v2 4/7] x86/kvm/vmx: Simplify segment_base()
` [PATCH v2 5/7] x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss
` [PATCH v2 6/7] x86/kvm/vmx: Defer TR reload after VM exit
` [PATCH v2 7/7] selftests/x86: Add a basic selftest for ioperm

[PATCH/RFC 0/2] KVM: s390: enable kvm_vpcu_kick/wake_up
 2017-02-21 19:08 UTC  (15+ messages)
` [PATCH/RFC 1/2] s390/smp: export smp_send_reschedule
  ` [PATCH] KVM: add kvm_arch_cpu_kick

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-21 17:53 UTC  (34+ messages)
` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 26/28] x86: Allow kexec to be used "

requiring virtual NMI for Intel processors?
 2017-02-21 16:26 UTC  (5+ messages)

[PATCH RFC v3 00/15] basic vfio-ccw infrastructure
 2017-02-21 15:47 UTC  (10+ messages)
` [PATCH RFC v3 04/15] vfio: ccw: basic implementation for vfio_ccw driver
` [PATCH RFC v3 15/15] vfio: ccw: introduce support for ccw0

[RFC PATCH 0/3] VFIO: Report IOMMU fault event to userspace
 2017-02-21 15:21 UTC  (20+ messages)
` [RFC PATCH 1/3] VFIO: Add new cmd to receive eventfd from userspace to notify IOMMU fault event
` [RFC PATCH 2/3] VFIO: Add IOMMU fault notifier callback
` [RFC PATCH 3/3] VFIO: Add new cmd for user space to get IOMMU fault info

[PATCH] KVM: VMX: use correct vmcs_read/write for guest segment selector/base
 2017-02-21 14:23 UTC  (3+ messages)

[PATCH v5 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-21 11:49 UTC  (5+ messages)
` [PATCH v5 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
` [PATCH v5 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64

[PATCH v2 0/5] Support userspace irqchip with arch timers
 2017-02-21 11:41 UTC  (4+ messages)
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI

[PATCH v3 1/4] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-21 10:28 UTC  (11+ messages)
` [PATCH v3 4/4] KVM: VMX: Simplify segment_base

RFC: Getting rid of LTR in VMX
 2017-02-20 22:23 UTC  (8+ messages)

[PATCH 0/6] KVM TSS cleanups and speedups
 2017-02-20 17:52 UTC  (10+ messages)
` [PATCH 1/6] x86/asm: Define the kernel TSS limit in a macro
` [PATCH 2/6] x86/kvm/vmx: Don't fetch the TSS base from the GDT
` [PATCH 3/6] x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels
` [PATCH 4/6] x86/kvm/vmx: Simplify segment_base()
` [PATCH 5/6] x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss
` [PATCH 6/6] x86/kvm/vmx: Defer TR reload after VM exit

Outreachy open source internship applications now open!
 2017-02-20 17:17 UTC 

[PATCH 00/20] arm/arm64: KVM: Rework the hyp-stub API
 2017-02-20 16:54 UTC  (25+ messages)
` [PATCH 01/20] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH 02/20] arm64: KVM: "
` [PATCH 03/20] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH 04/20] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH 06/20] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH 08/20] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH 09/20] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH 10/20] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH 11/20] ARM: Expose the VA/IDMAP offset
` [PATCH 12/20] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH 13/20] ARM: KVM: "
` [PATCH 14/20] ARM: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH 15/20] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH 16/20] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH 17/20] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH 18/20] arm/arm64: KVM: Simplify __cpu_reset_hyp_mode
` [PATCH 19/20] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH 20/20] arm/arm64: Add hyp-stub API documentation

[PATCH 00/17] tools/kvm_stat: Misc Patches
 2017-02-20 15:42 UTC  (18+ messages)
` [PATCH 01/17] tools/kvm_stat: hide cursor
` [PATCH 02/17] tools/kvm_stat: catch curses exceptions only
` [PATCH 03/17] tools/kvm_stat: handle SIGINT in log and batch modes
` [PATCH 04/17] tools/kvm_stat: fix misc glitches
` [PATCH 05/17] tools/kvm_stat: fix trace setup glitch on field updates in TracepointProvider
` [PATCH 06/17] tools/kvm_stat: full PEP8 compliance
` [PATCH 07/17] tools/kvm_stat: reduce perceived idle time on filter updates
` [PATCH 08/17] tools/kvm_stat: document list of interactive commands
` [PATCH 09/17] tools/kvm_stat: display guest name when using pid filter
` [PATCH 10/17] tools/kvm_stat: remove pid filter on empty input
` [PATCH 11/17] tools/kvm_stat: print error messages on faulty pid filter input
` [PATCH 12/17] tools/kvm_stat: display regex when set to non-default
` [PATCH 13/17] tools/kvm_stat: remove regex filter on empty input
` [PATCH 14/17] tools/kvm_stat: add option '--guest'
` [PATCH 15/17] tools/kvm_stat: add interactive command 'c'
` [PATCH 16/17] tools/kvm_stat: add interactive command 'r'
` [PATCH 17/17] tools/kvm_stat: add '%Total' column

[Help] Windows2012 as Guest 64+cores on KVM Halts
 2017-02-20 13:18 UTC  (14+ messages)
      ` [Qemu-devel] "

[PATCH] KVM: PPC: Turn "KVM guest htab" message into a debug message
 2017-02-20 10:27 UTC  (2+ messages)

[Bug 177791] New: screen flickering with intel_iommu=on
 2017-02-20  8:26 UTC  (3+ messages)
` [Bug 177791] "

kvm bug in __rmap_clear_dirty during live migration
 2017-02-20  4:38 UTC  (5+ messages)
      ` [Qemu-devel] "

[GIT PULL] Please pull my kvm-ppc-next branch
 2017-02-19 23:25 UTC 

[PATCH] KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now
 2017-02-18  2:36 UTC  (2+ messages)

[PATCH] KVM: Documentation: document MCE ioctls
 2017-02-17 22:08 UTC 

[PATCH v4 1/4] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-17 20:52 UTC  (4+ messages)

[PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls
 2017-02-17 17:22 UTC  (4+ messages)

[PATCH] KVM: x86: remove code for lazy FPU handling
 2017-02-17 17:21 UTC  (4+ messages)


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