kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-29 11:16:05 to 2019-01-31 20:24:32 UTC [more...]

[PATCH v6 00/14] KVM/X86: Introduce a new guest mapping interface
 2019-01-31 20:24 UTC  (3+ messages)
` [PATCH v6 01/14] X86/nVMX: handle_vmon: Read 4 bytes from guest memory
` [PATCH v6 02/14] X86/nVMX: Update the PML table without mapping and unmapping the page

[PATCH v6 00/27] x86: PIE support and option to extend KASLR randomization
 2019-01-31 19:59 UTC  (3+ messages)
` [PATCH v6 19/27] kvm: Adapt assembly for PIE support

[PATCH v4 0/9] mmu notifier provide context informations
 2019-01-31 19:55 UTC  (8+ messages)
` [PATCH v4 8/9] gpu/drm/i915: optimize out the case when a range is updated to read only

[PATCH kvmtool 0/6] Various convenience fixes
 2019-01-31 18:46 UTC  (14+ messages)
` [PATCH kvmtool 2/6] arm: fdt: add stdout-path to /chosen node
` [PATCH kvmtool 3/6] Makefile: support -s switch
` [PATCH kvmtool 4/6] Makefile: Remove echoing of kvmtools version file
` [PATCH kvmtool 6/6] arm: Auto-detect guest GIC type

[RFC PATCH 0/4] Restore change_pte optimization to its former glory
 2019-01-31 18:37 UTC  (5+ messages)
` [RFC PATCH 1/4] uprobes: use set_pte_at() not set_pte_at_notify()
` [RFC PATCH 2/4] mm/mmu_notifier: use unsigned for event field in range struct
` [RFC PATCH 3/4] mm/mmu_notifier: set MMU_NOTIFIER_USE_CHANGE_PTE flag where appropriate
` [RFC PATCH 4/4] kvm/mmu_notifier: re-enable the change_pte() optimization

[PATCH v7 00/15] KVM: s390: make use of the GIB
 2019-01-31 17:47 UTC  (22+ messages)
` [PATCH v7 01/15] KVM: s390: drop obsolete else path
` [PATCH v7 02/15] KVM: s390: make bitmap declaration consistent
` [PATCH v7 03/15] KVM: s390: move bitmap idle_mask into arch struct top level
` [PATCH v7 04/15] KVM: s390: coding style kvm_s390_gisa_init/clear()
` [PATCH v7 05/15] KVM: s390: use pending_irqs_no_gisa() where appropriate
` [PATCH v7 06/15] KVM: s390: remove kvm_s390_ from gisa static inline functions
` [PATCH v7 07/15] KVM: s390: introduce struct kvm_s390_gisa_interrupt
` [PATCH v7 08/15] s390/cio: add function chsc_sgib()
` [PATCH v7 09/15] KVM: s390: add the GIB and its related life-cyle functions
` [PATCH v7 10/15] KVM: s390: add kvm reference to struct sie_page2
` [PATCH v7 11/15] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v7 12/15] KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
` [PATCH v7 13/15] KVM: s390: add gib_alert_irq_handler()
` [PATCH v7 14/15] KVM: s390: start using the GIB
` [PATCH v7 15/15] KVM: s390: fix possible null pointer dereference in pending_irqs()
` [PATCH v7 15/15] KVM: s390: test for non NULL gisa origin "

[PATCH v2 for-4.14-stable] x86,kvm: remove extra kvm_{get,put}_guest_fpu
 2019-01-31 17:14 UTC  (4+ messages)

[PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems
 2019-01-31 17:06 UTC  (28+ messages)
` [PATCH 1/5] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself
` [PATCH 3/5] KVM: arm/arm64: Require VCPU threads to turn them self off
` [PATCH 4/5] KVM: arm/arm64: Implement PSCI ON_PENDING when turning on VCPUs
` [PATCH 5/5] arm/arm64: KVM: Don't panic on failure to properly reset system registers

[PATCH] kvm: x86: Return LA57 feature based on hardware capability
 2019-01-31 16:09 UTC 

[PATCH] KVM: MMU: record maximum physical address width in kvm_mmu_extended_role
 2019-01-31 16:09 UTC 

[PATCH kvmtool] arm: Allow command line for firmware
 2019-01-31 13:48 UTC  (5+ messages)

[PATCH v5 00/13] KVM/X86: Introduce a new guest mapping interface
 2019-01-31 13:10 UTC  (9+ messages)
` [PATCH v5 04/13] KVM: Introduce a new guest mapping API

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-01-31 13:01 UTC  (9+ messages)
` [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid
` [PATCH 09/14] KVM: arm64: Reuse sys_reg() macro when searching the trap table
` [PATCH 10/14] KVM: arm/arm64: consolidate arch timer trap handlers

[PATCH v3 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-01-31 12:34 UTC  (13+ messages)
` [PATCH v3 1/6] vfio-ccw: make it safe to access channel programs
` [PATCH v3 2/6] vfio-ccw: rework ssch state handling
` [PATCH v3 3/6] vfio-ccw: protect the I/O region
` [PATCH v3 4/6] vfio-ccw: add capabilities chain
` [PATCH v3 5/6] s390/cio: export hsch to modules
` [PATCH v3 6/6] vfio-ccw: add handling for async channel instructions

[PATCH v2 0/3] KVM: Unify mmu_memory_cache functionality across architectures
 2019-01-31  9:52 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v2 2/4] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v2 3/4] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v2 4/4] KVM: mips: "

[PATCH V3] KVM: x86: Sync the pending Posted-Interrupts
 2019-01-31  9:25 UTC  (2+ messages)

[PATCH v6] x86: load FPU registers on return to userland
 2019-01-31  9:16 UTC  (16+ messages)
` [PATCH 15/22] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 16/22] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 17/22] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 20/22] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 22/22] x86/fpu: Defer FPU state load until return to userspace

[PATCH] kvm: vmx: Fix typos in vmentry/vmexit control setting
 2019-01-31  3:26 UTC 

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-01-31  3:01 UTC  (33+ messages)
` [PATCH 05/19] KVM: PPC: Book3S HV: add a new KVM device for the "
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state
  ` [PATCH 18/19] KVM: PPC: Book3S HV: add passthrough support

[PATCH net] vhost: fix OOB in get_rx_bufs()
 2019-01-30 22:31 UTC  (7+ messages)

[RFC PATCH 0/5] iommu: APIs for paravirtual PASID allocation
 2019-01-30 19:05 UTC  (3+ messages)
` [RFC PATCH 1/5] iommu: Add APIs for IOMMU PASID management

[PATCH kvmtool v2 0/6] arm: Add support for firmware booting
 2019-01-30 18:19 UTC  (4+ messages)

[PATCH v2 0/2] KVM: x86: expose direct stores instructions into VM
 2019-01-30 17:16 UTC  (4+ messages)

[PATCH 0/3] Inject a PMI for KVM Guest when ToPA buffer is filled
 2019-01-30 17:02 UTC  (3+ messages)
` [PATCH 2/3] perf/x86/intel/pt: Inject PMI for KVM guest

[PATCH v6 00/13] KVM: s390: make use of the GIB
 2019-01-30 16:41 UTC  (21+ messages)
` [PATCH v6 03/13] KVM: s390: move bitmap idle_mask into arch struct top level
` [PATCH v6 07/13] KVM: s390: introduce struct kvm_s390_gisa_interrupt
` [PATCH v6 10/13] KVM: s390: add kvm reference to struct sie_page2
` [PATCH v6 11/13] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v6 12/13] KVM: s390: add gib_alert_irq_handler()
` [PATCH v6 13/13] KVM: s390: start using the GIB

[PATCH] svm: Fix improper check when deactivate AVIC
 2019-01-30 16:22 UTC  (2+ messages)

[PATCH] kvm: Use struct_size() in kmalloc()
 2019-01-30 16:12 UTC  (4+ messages)

[PATCH] svm: Fix AVIC DFR and LDR handling
 2019-01-30 16:10 UTC  (2+ messages)

[PATCH] x86/kvmclock: set offset for kvm unstable clock
 2019-01-30 16:06 UTC  (3+ messages)

[PATCH v2 0/7] This patch-set is to enable Guest CET support
 2019-01-30 15:16 UTC  (12+ messages)
` [PATCH v2 1/7] KVM:VMX: Define CET VMCS fields and bits
` [PATCH v2 6/7] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest

[PATCH v2 0/5] vfio-ccw: support hsch/csch (kernel part)
 2019-01-30 14:32 UTC  (21+ messages)
` [PATCH v2 2/5] vfio-ccw: concurrent I/O handling

general protection fault in __dentry_path
 2019-01-30 13:49 UTC 

[PATCH v2] cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
 2019-01-30 13:13 UTC 

[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-01-30 12:07 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state

[PATCH kvm-unit-tests] scripts: Speedup MAX_SMP check
 2019-01-30 11:54 UTC  (4+ messages)

[PATCH v2] KVM: x86: Sync the pending Posted-Interrupts
 2019-01-30 11:18 UTC  (7+ messages)

[PATCH] kvm: arm64: Relax the restriction on using stage2 PUD huge mapping
 2019-01-30 10:39 UTC  (3+ messages)

[RFC v3 00/21] SMMUv3 Nested Stage Setup
 2019-01-30  8:48 UTC  (8+ messages)
` [RFC v3 02/21] iommu: Introduce cache_invalidate API

INFO: task hung in vhost_init_device_iotlb
 2019-01-30  8:12 UTC  (3+ messages)

[PATCH] vfio: platform: reset: fix up include directives to remove ccflags-y
 2019-01-30  2:52 UTC 

[PATCH] KVM: x86: Sync the pending Posted-Interrupts
 2019-01-30  0:37 UTC  (6+ messages)

[PATCH] cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
 2019-01-29 21:13 UTC  (3+ messages)

[PATCH 0/3] KVM: Unify mmu_memory_cache functionality across architectures
 2019-01-29 14:25 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Move mmu_memory_cache functions to common code

[kvm-unit-tests PATCH 0/7] arm/arm64: Add support for running under kvmtool
 2019-01-29 13:40 UTC  (11+ messages)
` [kvm-unit-tests PATCH 2/7] lib: arm: Remove warning about uart0_base mismatch

[PATCH 4.19 071/103] KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned
 2019-01-29 11:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).