public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-16 12:39:19 to 2018-01-17 17:31:36 UTC [more...]

KVM "fake DAX" flushing interface - discussion
 2018-01-17 17:31 UTC  (10+ messages)

[PATCH] kvm: Map PFN-type memory regions as writable (if possible)
 2018-01-17 17:26 UTC 

[PATCH v22 0/3] Virtio-balloon: support free page reporting
 2018-01-17 16:44 UTC  (9+ messages)
` [PATCH v22 1/3] mm: support reporting free page blocks
` [PATCH v22 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v22 3/3] virtio-balloon: don't report free pages when page poisoning is enabled

[PATCH 00/12] KVM: s390: exitless interrupt support for KVM
 2018-01-17 15:19 UTC  (22+ messages)
` [PATCH 01/12] KVM: s390: reverse bit ordering of irqs in pending mask
` [PATCH 02/12] KVM: s390: define GISA format-0 data structure
` [PATCH 03/12] s390/bitops: add test_and_clear_bit_inv()
` [PATCH 04/12] KVM: s390: implement GISA IPM related primitives
` [PATCH 05/12] s390/css: expose the AIV facility
` [PATCH 06/12] KVM: s390: exploit GISA and AIV for emulated interrupts
` [PATCH 07/12] KVM: s390: abstract adapter interruption word generation from ISC
` [PATCH 08/12] KVM: s390: add GISA interrupts to FLIC ioctl interface
` [PATCH 09/12] KVM: s390: make kvm_s390_get_io_int() aware of GISA
` [PATCH 10/12] KVM: s390: activate GISA for emulated interrupts
` [PATCH 11/12] s390/sclp: expose the GISA format facility
` [PATCH 12/12] KVM: s390: introduce the format-1 GISA

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-01-17 15:11 UTC  (9+ messages)
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 10/41] KVM: arm64: Move debug dirty flag calculation out of world switch

[PATCH 0/6] s390: improve speculative execution handling
 2018-01-17 14:52 UTC  (31+ messages)
` [PATCH 1/6] s390/alternative: use a copy of the facility bit mask
` [PATCH 2/6] s390: implement nospec_[load|ptr]
` [PATCH 3/6] s390: add options to change branch prediction behaviour for the kernel
` [PATCH 4/6] s390: add system call to run tasks with modified branch prediction
` [PATCH 5/6] KVM: s390: wire up seb feature
  ` [PATCH v2] KVM: s390: wire up bpb feature
` [PATCH 6/6] s390: scrub registers on kernel entry and KVM exit

[PATCH] KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds
 2018-01-17 14:27 UTC  (4+ messages)

[PATCH v1 0/2] KVM: s390: fix storage attributes migration
 2018-01-17 13:01 UTC  (9+ messages)
` [PATCH v1 1/2] KVM: s390x: some utility functions for migration
` [PATCH v1 2/2] KVM: s390: Fix storage attributes migration with memory slots

[PATCH] arm64: mm: Add additional parameter to uaccess_ttbr0_disable
 2018-01-17 12:57 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with Linus' tree
 2018-01-17 12:53 UTC  (8+ messages)

[PATCH kvm-unit-tests v2 00/12] arm/arm64: mmu fixes and feature
 2018-01-17 12:15 UTC  (15+ messages)
` [PATCH kvm-unit-tests v2 01/12] arm/arm64: cleanup alloc.h includes
` [PATCH kvm-unit-tests v2 02/12] arm/arm64: add pgtable to thread_info
` [PATCH kvm-unit-tests v2 03/12] arm/arm64: fix virt_to_phys
` [PATCH kvm-unit-tests v2 04/12] arm/arm64: flush page table cache when installing entries
` [PATCH kvm-unit-tests v2 05/12] arm/arm64: setup: don't allow gaps in phys range
` [PATCH kvm-unit-tests v2 06/12] phys_alloc: ensure we account all allocations
` [PATCH kvm-unit-tests v2 07/12] page_alloc: allow initialization before setup_vm call
` [PATCH kvm-unit-tests v2 08/12] bitops: add fls
` [PATCH kvm-unit-tests v2 09/12] page_alloc: add yet another memalign
` [PATCH kvm-unit-tests v2 10/12] lib/auxinfo: add flags field
` [PATCH kvm-unit-tests v2 11/12] arm/arm64: allow setup_vm to be skipped
` [PATCH kvm-unit-tests v2 12/12] arm/arm64: sieve should start with the mmu off

[PATCH 0/6] KVM: PPC: Book3S HV: Changes for POWER9 v2.2 support
 2018-01-17 11:14 UTC  (8+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
` [PATCH 2/6] KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
` [PATCH 3/6] KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
` [PATCH 4/6] KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
` [PATCH 5/6] powerpc: Add a CPU feature bit for TM bug workarounds on POWER9 v2.2
` [PATCH 6/6] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9

[PATCH kvm-unit-tests 00/11] arm/arm64: mmu fixes and feature
 2018-01-17 10:41 UTC  (16+ messages)
` [PATCH kvm-unit-tests 01/11] arm/arm64: cleanup alloc.h includes
` [PATCH kvm-unit-tests 02/11] arm/arm64: add pgtable to thread_info
` [PATCH kvm-unit-tests 03/11] arm/arm64: fix virt_to_phys
` [PATCH kvm-unit-tests 04/11] arm/arm64: flush page table cache when installing entries
` [PATCH kvm-unit-tests 05/11] arm/arm64: setup: don't allow gaps in phys range
` [PATCH kvm-unit-tests 06/11] phys_alloc: ensure we account all allocations
` [PATCH kvm-unit-tests 07/11] page_alloc: allow initialization before setup_vm call
` [PATCH kvm-unit-tests 08/11] page_alloc: add yet another memalign
` [PATCH kvm-unit-tests 09/11] lib/auxinfo: add flags field
` [PATCH kvm-unit-tests 10/11] arm/arm64: allow setup_vm to be skipped
` [PATCH kvm-unit-tests 11/11] arm/arm64: sieve should start with the mmu off

[PATCH RESEND v1 1/2] i386: Add Intel Processor Trace feature support
 2018-01-17 10:32 UTC  (10+ messages)

[PATCH] kvm: use insert sort in kvm_io_bus_register_dev function
 2018-01-17  9:11 UTC  (4+ messages)

[PATCH] x86/kvm: Make parse_no_xxx __init for kvm
 2018-01-17  3:46 UTC 

[RFC PATCH v2 0/5] Add virtio-iommu driver
 2018-01-16 23:26 UTC  (11+ messages)
` [RFC PATCH v2 1/5] iommu: "
` [RFC PATCH v2 2/5] iommu/virtio-iommu: Add probe request
` [RFC PATCH v2 3/5] iommu/virtio-iommu: Add event queue

[PATCH] vfio: mdev: make a couple of functions and structure vfio_mdev_driver static
 2018-01-16 18:36 UTC  (2+ messages)

[PATCH v3 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
 2018-01-16 18:33 UTC  (11+ messages)
` [PATCH v3 1/7] x86/hyper-v: check for required priviliges in hyperv_init()
` [PATCH v3 2/7] x86/hyper-v: add a function to read both TSC and TSC page value simulateneously
` [PATCH v3 3/7] x86/hyper-v: reenlightenment notifications support
` [PATCH v3 4/7] x86/hyper-v: redirect reenlightment notifications on CPU offlining
` [PATCH v3 5/7] x86/irq: Count Hyper-V reenlightenment interrupts
` [PATCH v3 6/7] x86/kvm: pass stable clocksource to guests when running nested on Hyper-V
` [PATCH v3 7/7] x86/kvm: support Hyper-V reenlightenment

[PULL v2 07/34] virtio: postpone the execution of event_notifier_cleanup function
 2018-01-16 17:49 UTC 

[PATCH 0/3] KVM: VMX: per-VCPU MSR bitmaps
 2018-01-16 17:38 UTC  (6+ messages)
` [PATCH 1/3] KVM: VMX: introduce alloc_loaded_vmcs
` [PATCH 2/3] KVM: VMX: use same MSR bitmaps for 32-/64-bit modes
` [PATCH 3/3] KVM: VMX: make MSR bitmaps per-VCPU

[RFC 0/6] Enlightened VMCS support for KVM on Hyper-V
 2018-01-16 17:16 UTC  (11+ messages)

[PATCH RFC 0/2] KVM: s390: vsie: protect from VCPUS modifying the SCB
 2018-01-16 17:15 UTC  (3+ messages)
` [PATCH RFC 1/2] KVM: s390 vsie: use READ_ONCE to access some SCB fields
` [PATCH RFC 2/2] KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page

[PULL v2 0/3] KVM/ARM Fixes for v4.15 - Round 3
 2018-01-16 17:02 UTC  (4+ messages)
` [PULL v2 1/3] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
` [PULL v2 2/3] KVM: arm64: Fix GICv4 init when called from vgic_its_create
` [PULL v2 3/3] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls

[PATCH v2] vfio-ccw: update documentation
 2018-01-16 17:01 UTC  (2+ messages)

[PATCH 0/1] vfio-ccw: start updating vfio-ccw.txt
 2018-01-16 16:28 UTC  (5+ messages)
` [PATCH 1/1] vfio-ccw: update documentation

[GIT PULL v2] KVM: s390: Fixes and features for 4.16
 2018-01-16 16:14 UTC  (2+ messages)

kvm/next rebased
 2018-01-16 16:13 UTC 

[RFC PATCH 0/3] vfio: ccw: basic channel path event handling
 2018-01-16 15:57 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH] x86: cpufeature: move processor tracing out of scattered features
 2018-01-16 15:42 UTC 

[GIT PULL 0/6] KVM: s390: Fixes and features for 4.16
 2018-01-16 15:35 UTC  (11+ messages)
` [GIT PULL 1/6] s390x/mm: cleanup gmap_pte_op_walk()
` [GIT PULL 2/6] KVM: s390: use created_vcpus in more places
` [GIT PULL 3/6] KVM: s390: add debug tracing for cpu features of CPU model
` [GIT PULL 4/6] KVM: s390: drop use of spin lock in __floating_irq_kick
` [GIT PULL 5/6] kvm_config: add CONFIG_S390_GUEST
` [GIT PULL 6/6] KVM: s390: cleanup struct kvm_s390_float_interrupt

[PATCH V6 1/2] xxHash: create arch dependent 32/64-bit xxhash()
 2018-01-16 15:09 UTC  (3+ messages)
` [PATCH V6 2/2] ksm: replace jhash2 with faster hash

linux-next: manual merge of the kvm tree with Linus' and the tip trees
 2018-01-16 15:08 UTC  (7+ messages)

[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
 2018-01-16 13:11 UTC  (5+ messages)
` [RFC/PATCH v2 11/22] s390/mm: Remove superfluous parameter

[PATCH v2 0/8] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
 2018-01-16 12:59 UTC  (4+ messages)
` [PATCH 9/8] KVM: x86: limit MSR_IA32_SPEC_CTRL access based on CPUID availability


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