public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-16 01:13:12 to 2018-05-21 04:09:34 UTC [more...]

[PATCH v3 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-05-21  4:09 UTC  (18+ messages)
` [PATCH v3 01/29] powerpc: export symbol msr_check_and_set()
` [PATCH v3 02/29] powerpc: add TEXASR related macros
` [PATCH v3 03/29] powerpc: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH v3 04/29] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH v3 05/29] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH v3 06/29] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH v3 07/29] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH v3 08/29] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt
` [PATCH v3 09/29] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH v3 10/29] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH v3 11/29] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH v3 12/29] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH v3 13/29] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH v3 14/29] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH v3 15/29] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH v3 16/29] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH v3 17/29] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs

[PATCH] arm64: KVM: reduce guest fpsimd trap
 2018-05-21  2:56 UTC  (3+ messages)

KASAN: use-after-free Read in vhost_chr_write_iter
 2018-05-21  2:38 UTC  (3+ messages)

[RFC V4 PATCH 0/8] Packed ring layout for vhost
 2018-05-21  2:33 UTC  (11+ messages)
` [RFC V4 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
` [RFC V4 PATCH 2/8] vhost: hide used ring layout from device
` [RFC V4 PATCH 3/8] vhost: do not use vring_used_elem
` [RFC V4 PATCH 4/8] vhost_net: do not explicitly manipulate vhost_used_elem
` [RFC V4 PATCH 5/8] vhost: vhost_put_user() can accept metadata type
` [RFC V4 PATCH 6/8] virtio: introduce packed ring defines
` [RFC V4 PATCH 7/8] vhost: packed ring support
` [RFC V4 PATCH 8/8] vhost: event suppression for packed ring

[PATCH v6 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-05-20 21:28 UTC  (3+ messages)

[PATCH v7 00/13] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-05-20 21:22 UTC  (14+ messages)
` [PATCH v7 01/13] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v7 02/13] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v7 03/13] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v7 04/13] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v7 05/13] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v7 06/13] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v7 07/13] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v7 08/13] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
` [PATCH v7 09/13] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v7 10/13] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v7 11/13] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v7 12/13] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v7 13/13] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-19 17:25 UTC  (25+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
` [PATCH v2 03/40] iommu/sva: Manage process address spaces
` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
` [PATCH v2 07/40] iommu: Add a page fault handler
` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH v4 0/8] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-05-19 12:17 UTC  (20+ messages)
` [PATCH v4 1/8] x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
` [PATCH v4 2/8] x86/hyperv: fix typo in 'HV_GENERIC_SET_SPARCE_4K' definition
` [PATCH v4 3/8] KVM: x86: hyperv: use defines when parsing hypercall parameters
` [PATCH v4 4/8] KVM: x86: hyperv: do rep check for each hypercall separately
` [PATCH v4 5/8] KVM: introduce kvm_make_vcpus_request_mask() API
` [PATCH v4 6/8] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation
` [PATCH v4 7/8] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation
` [PATCH v4 8/8] KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability

[PATCH] KVM: X86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
 2018-05-19  6:01 UTC 

[PATCH] idr: fix invalid ptr dereference on item delete
 2018-05-18 20:29 UTC  (2+ messages)

[PATCH v4 0/2] vfio/mdev: Device namespace protection
 2018-05-18 19:38 UTC  (6+ messages)
` [PATCH v4 1/2] vfio/mdev: Check globally for duplicate devices
` [PATCH v4 2/2] vfio/mdev: Re-order sysfs attribute creation

[PATCH v3] vfio/mdev: Check globally for duplicate devices
 2018-05-18 19:03 UTC  (12+ messages)

[PATCH] kvm: rename HINTS_DEDICATED to KVM_HINTS_REALTIME
 2018-05-18 17:54 UTC  (12+ messages)

[PATCH v2 00/10] KVM: PPC: reimplement mmio emulation with analyse_instr()
 2018-05-18 12:30 UTC  (9+ messages)
` [PATCH v2 05/10] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
` [PATCH v2 07/10] KVM: PPC: reimplement LOAD_FP/STORE_FP "

[PATCH v7 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-05-18 11:31 UTC  (3+ messages)

[PATCH v2] vfio: platform: Fix using devices in PM Domains
 2018-05-18 10:55 UTC 

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-05-18  8:55 UTC  (37+ messages)
` [PATCH v5 01/13] KVM: s390: Interface to test whether APXA installed
` [PATCH v5 02/13] KVM: s390: refactor crypto initialization
` [PATCH v5 04/13] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v5 05/13] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v5 06/13] KVM: s390: interfaces to manage guest's AP matrix
` [PATCH v5 10/13] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v5 11/13] KVM: s390: implement mediated device open callback

[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-05-17 18:18 UTC  (19+ messages)

[GIT PULL] KVM fixes for Linux 4.17-rc6
 2018-05-17 17:21 UTC 

[RFC][PATCH] KVM: APPLES can improve the performance of applications and virtualized systems by up to 49%
 2018-05-17 16:52 UTC  (3+ messages)
` [Xen-devel] "

general protection fault in gfn_to_rmap
 2018-05-17 16:42 UTC  (3+ messages)

[libvirt] KVM Forum 2018: Call For Participation
 2018-05-17 10:52 UTC 

[PATCH 0/4] KVM/arm64: Cache maintenance relaxations
 2018-05-17 10:35 UTC  (5+ messages)
` [PATCH 1/4] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 2/4] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 3/4] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
` [PATCH 4/4] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present

[PATCH v2 1/1] s390: vfio-ccw: push down unsupported IDA check
 2018-05-17  9:42 UTC  (3+ messages)

[PATCH v2] vfio/mdev: Check globally for duplicate devices
 2018-05-17  3:30 UTC  (3+ messages)

[PATCH v9 0/7] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-05-16 20:54 UTC  (7+ messages)
` [PATCH v9 3/7] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D

[PATCH 1/1] vfio: ccw: fix error return in vfio_ccw_sch_event
 2018-05-16 16:17 UTC  (3+ messages)

[PATCH RFC 0/2] vfio-ccw: exploit halt/clear subchannel support
 2018-05-16 15:52 UTC  (6+ messages)
` [PATCH RFC 1/2] vfio-ccw: forward halt/clear to device if supported

[PATCH] vfio/mdev: Check globally for duplicate devices
 2018-05-16 14:38 UTC  (4+ messages)

[PATCH RFC 0/2] vfio-ccw: support for {halt,clear} subchannel
 2018-05-16 13:32 UTC  (5+ messages)
` [PATCH RFC 2/2] vfio-ccw: support for halt/clear subchannel

[PATCH 0/2] Use sbitmap instead of percpu_ida
 2018-05-16 12:47 UTC  (5+ messages)
` [PATCH 1/2] Convert target drivers to use sbitmap
  ` [RFC PATCH] iscsit_wait_for_tag() can be static

[PATCH] arm64: KVM: reduce guest fpsimd trap
 2018-05-16 12:46 UTC  (4+ messages)

[PATCH v8 00/12] Intel Processor Trace virtualization enabling
 2018-05-16  9:42 UTC  (4+ messages)
` [PATCH v8 01/12] perf/x86/intel/pt: Move Intel-PT MSRs bit definitions to a public header

[PATCH] kvm: Delete the slot only when KVM_MEM_READONLY flag is changed
 2018-05-16  9:18 UTC 

[PATCH v2 11/30] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
 2018-05-16  2:13 UTC  (7+ messages)
` [PATCH v2 18/30] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v2 29/30] KVM: PPC: add KVM_SET_ONE_REG/KVM_GET_ONE_REG to async ioctl

[PATCH 0/3] KVM: VMX: Allow to disable ioport intercept per-VM by userspace
 2018-05-16  1:13 UTC  (6+ messages)
` [PATCH 2/3] KVM: X86: Allow userspace to disable ioport intercept


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