public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-19 15:35:13 to 2018-01-23 21:26:23 UTC [more...]

[PATCH v1] s390x/mm: simplify gmap_protect_rmap()
 2018-01-23 21:26 UTC 

[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
 2018-01-23 21:15 UTC  (22+ messages)
` [RFC/PATCH v2 01/22] s390/mm: make gmap_protect_range more modular
` [RFC/PATCH v2 02/22] s390/mm: Abstract gmap notify bit setting
` [RFC/PATCH v2 03/22] s390/mm: add gmap PMD invalidation notification
` [RFC/PATCH v2 11/22] s390/mm: Remove superfluous parameter

[RFC 00/10] Speculation Control feature support
 2018-01-23 20:58 UTC  (56+ messages)
` [RFC 01/10] x86/speculation: Add basic support for IBPB
` [RFC 02/10] x86/kvm: Add IBPB support
` [RFC 03/10] x86/speculation: Use Indirect Branch Prediction Barrier in context switch
` [RFC 04/10] x86/mm: Only flush indirect branches when switching into non dumpable process
` [RFC 05/10] x86/speculation: Add basic IBRS support infrastructure
` [RFC 06/10] x86/speculation: Add inlines to control Indirect Branch Speculation
` [RFC 07/10] x86: Simplify spectre_v2 command line parsing
` [RFC 08/10] x86/idle: Control Indirect Branch Speculation in idle
` [RFC 09/10] x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation
` [RFC 10/10] x86/enter: Use IBRS on syscall and interrupts

[RFC][PATCH 0/5] s390: improve speculative execution handling v2
 2018-01-23 20:32 UTC  (14+ messages)
` [PATCH 1/5] prctl: add PR_ISOLATE_BP process control
` [PATCH 2/5] s390/alternative: use a copy of the facility bit mask
` [PATCH 3/5] s390: add options to change branch prediction behaviour for the kernel
` [PATCH 4/5] s390: define ISOLATE_BP to run tasks with modified branch prediction
` [PATCH 5/5] s390: scrub registers on kernel entry and KVM exit

[PATCH v3 0/2] Support micro operation measurement on arm64
 2018-01-23 19:54 UTC  (10+ messages)
` [PATCH v3 2/2] arm64: add micro test

[PATCH v1 0/4] KVM: s390: refactor cpuflag handling
 2018-01-23 17:52 UTC  (9+ messages)
` [PATCH v1 1/4] KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
` [PATCH v1 2/4] KVM: s390: reuse kvm_s390_set_cpuflags()
` [PATCH v1 3/4] KVM: s390: introduce and use kvm_s390_clear_cpuflags()
` [PATCH v1 4/4] KVM: s390: introduce and use kvm_s390_test_cpuflags()

Shared value between host and guests
 2018-01-23 17:21 UTC  (2+ messages)

[PATCH] KVM: s390: add proper locking for CMMA migration bitmap
 2018-01-23 16:43 UTC  (2+ messages)

Networking Problems with Debian Stretch + KVM + old Linux Guest
 2018-01-23 16:07 UTC  (6+ messages)

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-01-23 16:04 UTC  (7+ messages)
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs

[RFC v2 0/5] vfio/type1: Add support for valid iova list management
 2018-01-23 15:26 UTC  (19+ messages)
` [RFC v2 1/5] vfio/type1: Introduce iova list and add iommu aperture validity check
` [RFC v2 2/5] vfio/type1: Check reserve region conflict and update iova list
` [RFC v2 3/5] vfio/type1: check dma map request is within a valid iova range
` [RFC v2 4/5] vfio/type1: Add IOVA range capability support

[PATCH v3 3/7] x86/hyper-v: reenlightenment notifications support
 2018-01-23 14:07 UTC  (10+ messages)

unixbench context switch perfomance & cpu topology
 2018-01-23 13:49 UTC  (8+ messages)

[PATCH RFC 0/2] KVM: s390: vsie: protect from VCPUS modifying the SCB
 2018-01-23 12:29 UTC  (7+ 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

[RFC 09/10] x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation
 2018-01-23 11:13 UTC 

[PATCH 00/26] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-01-23  9:44 UTC  (29+ messages)
` [PATCH 02/26] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH 04/26] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH 07/26] KVM: PPC: Book3S PR: add TEXASR related macros
` [PATCH 10/26] KVM: PPC: Book3S PR: set MSR HV bit accordingly for PPC970 and others
` [PATCH 13/26] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH 16/26] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton "
` [PATCH 17/26] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH 18/26] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH 19/26] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH 20/26] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
` [PATCH 21/26] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH 22/26] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH 23/26] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest

possible deadlock in vhost_chr_write_iter
 2018-01-22 19:58 UTC 

[PATCH v8 0/7] Support RAS virtualization in KVM
 2018-01-22 19:36 UTC  (18+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

[Bug 198547] New: Nested kvm fails on amd
 2018-01-22 19:02 UTC  (2+ messages)
` [Bug 198547] "

[PATCH v9 0/9] Handle forwarded level-triggered interrupts
 2018-01-22 17:58 UTC  (4+ messages)
` [PATCH v9 7/9] KVM: arm/arm64: Provide a get_input_level for the arch timer

Unable to pass SATA controller to VM with intel_iommu=igfx_off
 2018-01-22 16:38 UTC  (9+ messages)

Darlehen
 2018-01-21 17:05 UTC 

[PATCH v2 0/2] KVM: s390: fix storage attributes migration
 2018-01-22 14:26 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: s390x: some utility functions for migration
` [PATCH v2 2/2] KVM: s390: Fix storage attributes migration with memory slots

[PATCH v22 0/3] Virtio-balloon: support free page reporting
 2018-01-22 11:25 UTC  (11+ messages)
` [PATCH v22 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
        ` [virtio-dev] "

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

[PATCH v3] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
 2018-01-22  4:29 UTC 

[PATCH 4/6] KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
 2018-01-22  3:34 UTC  (2+ messages)
` [4/6] "

Networking Problems with Debian Stretch + KVM + old Linux Guest
 2018-01-21 12:39 UTC  (2+ messages)

Issues with running solaris VM over kvm
 2018-01-21  7:54 UTC 

[RFC 02/10] x86/kvm: Add IBPB support
 2018-01-20 20:36 UTC  (2+ messages)

[PATCH] kvm: x86: Use X86_CR4_PAE instead of X86_CR4_PAE_BIT while validating sregs
 2018-01-20 18:11 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 4.15(-rc9)
 2018-01-20 17:56 UTC 

[GIT PULL] Please pull my kvm-ppc-cve-4.15-2 tag
 2018-01-20 17:49 UTC  (2+ messages)

Dear Good Friend
 2018-01-20 11:10 UTC 

[PATCH resend] kvm: embed vcpu id to dentry of vcpu anon inode
 2018-01-19 19:21 UTC  (2+ messages)

kernel BUG at arch/x86/kvm/mmu.c:LINE!
 2018-01-19 18:57 UTC  (5+ messages)
` [PATCH] KVM: prevent overlap between user and private memslots

[RFC PATCH v2 0/5] Add virtio-iommu driver
 2018-01-19 17:22 UTC  (5+ messages)
` [RFC PATCH v2 2/5] iommu/virtio-iommu: Add probe request

[PATCH] vfio: platform: Make printed error messages more consistent
 2018-01-19 15:41 UTC  (2+ messages)


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