kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 16:34:59 to 2019-12-12 17:57:27 UTC [more...]

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-12 17:57 UTC  (15+ messages)
` [PATCH v4 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH v4 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
 2019-12-12 17:48 UTC  (5+ messages)

[PATCH v2 00/13] KVM: x86: Extend Spectre-v1 mitigation
 2019-12-12 17:47 UTC  (19+ messages)
` [PATCH v2 01/13] KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
` [PATCH v2 02/13] KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() "
` [PATCH v2 03/13] KVM: x86: Refactor picdev_write() to prevent "
` [PATCH v2 04/13] KVM: x86: Protect ioapic_read_indirect() from "
` [PATCH v2 05/13] KVM: x86: Protect ioapic_write_indirect() "
` [PATCH v2 06/13] KVM: x86: Protect kvm_lapic_reg_write() "
` [PATCH v2 07/13] KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() "
` [PATCH v2 08/13] KVM: x86: Protect MSR-based index computations in pmu.h "
` [PATCH v2 09/13] KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c
` [PATCH v2 10/13] KVM: x86: Protect memory accesses "
` [PATCH v2 11/13] KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF attacks
` [PATCH v2 12/13] KVM: x86: Protect DR-based index computations from "
` [PATCH v2 13/13] KVM: x86: Protect pmu_intel.c "

[PATCH v4 0/2] kvm: Use huge pages for DAX-backed files
 2019-12-12 17:45 UTC  (14+ messages)
` [PATCH v4 1/2] mm: make dev_pagemap_mapping_shift() externally visible
` [PATCH v4 2/2] kvm: Use huge pages for DAX-backed files

[kvm-unit-tests PATCH v4 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-12 17:33 UTC  (32+ messages)
` [kvm-unit-tests PATCH v4 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v4 2/9] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v4 3/9] s390x: interrupt registration
` [kvm-unit-tests PATCH v4 4/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v4 5/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v4 6/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v4 7/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v4 8/9] s390x: css: ssch/tsch with sense and interrupt

[GIT PULL] KVM/arm updates for 5.5-rc2
 2019-12-12 17:28 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
` [PATCH 2/8] KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
` [PATCH 3/8] KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
` [PATCH 4/8] KVM: arm64: Sanely ratelimit sysreg messages
` [PATCH 5/8] KVM: arm64: Don't log IMP DEF sysreg traps
` [PATCH 6/8] KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_region
` [PATCH 7/8] KVM: arm64: Ensure 'params' is initialised when looking up sys register
` [PATCH 8/8] KVM: arm/arm64: Properly handle faulting of device mappings

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-12 17:18 UTC  (6+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2019-12-12 17:11 UTC  (14+ messages)
` [PATCH RFC v4 01/13] ACPI: NUMA: export pxm_to_node
` [PATCH RFC v4 02/13] virtio-mem: Paravirtualized memory hotplug
` [PATCH RFC v4 03/13] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH RFC v4 04/13] mm: Export alloc_contig_range() / free_contig_range()
` [PATCH RFC v4 05/13] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH RFC v4 06/13] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH RFC v4 07/13] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH RFC v4 09/13] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH RFC v4 10/13] virtio-mem: Better retry handling
` [PATCH RFC v4 11/13] mm/vmscan: Move count_vm_event(DROP_SLAB) into drop_slab()
` [PATCH RFC v4 12/13] mm/vmscan: Export drop_slab() and drop_slab_node()
` [PATCH RFC v4 13/13] virtio-mem: Drop slab objects when unplug continues to fail

[PATCH v8 0/7] Introduce support for guest CET feature
 2019-12-12 16:03 UTC  (12+ messages)
` [PATCH v8 4/7] KVM: VMX: Load CET states on vmentry/vmexit
` [PATCH v8 7/7] KVM: X86: Add user-space access interface for CET MSRs

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-12 15:40 UTC  (10+ messages)
` [PATCH 1/3] KVM: arm/arm64: Properly handle faulting of device mappings
` [PATCH 2/3] KVM: arm/arm64: Re-check VMA on detecting a poisoned page
` [PATCH 3/3] KVM: arm/arm64: Drop spurious message when faulting on a non-existent mapping

[PATCH v2] kvm: Refactor handling of VM debugfs files
 2019-12-12 15:16 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/2] s390x: smp: Improve setup of additional cpus
 2019-12-12 14:16 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: smp: Use full PSW to bringup new cpu

[PATCH v4] kvm: Refactor handling of VM debugfs files
 2019-12-12 14:12 UTC 

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-12 10:38 UTC  (13+ messages)
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[PATCH v10 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-12 10:17 UTC  (27+ messages)
` [PATCH v10 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v10 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v10 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v10 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v10 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v10 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v10 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v10 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v10 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v10 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v10 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v10 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v10 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v10 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v10 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v10 16/25] net/xdp: "
` [PATCH v10 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v10 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v10 19/25] vfio, mm: "
` [PATCH v10 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v10 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v10 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v10 23/25] mm/gup: track FOLL_PIN pages
` [PATCH v10 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v10 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v3] kvm: Refactor handling of VM debugfs files
 2019-12-12 10:13 UTC 

[PATCH 3/3] kvm/arm: Standardize kvm exit reason field
 2019-12-12  9:23 UTC  (2+ messages)

[PATCH v2 0/4] Fix various comment errors
 2019-12-12  9:20 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: VMX: Fix some typos and out-dated function names in comments
` [PATCH v2 2/4] KVM: x86: Fix some comment typos and grammar mistakes
` [PATCH v2 3/4] KVM: Fix some writing mistakes and wrong function name in comments
` [PATCH v2 4/4] KVM: hyperv: Fix some typos in vcpu unimpl info

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-12  5:53 UTC  (7+ messages)
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-12  5:47 UTC  (24+ messages)
` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region

[PATCH 0/6] Fix various comment errors
 2019-12-12  2:59 UTC  (2+ messages)

[PATCH] tools/kvm_stat: Fix kvm_exit filter name
 2019-12-12  2:49 UTC  (5+ messages)

[PATCH 2/3] kvm/powerpc: Standardize kvm exit reason field
 2019-12-12  2:45 UTC 

[PATCH 1/3] kvm/mips: Standardize kvm exit reason field
 2019-12-12  2:45 UTC 

[PATCH 0/3] Standardize kvm exit reason field
 2019-12-12  2:45 UTC 

[PATCH 6/6] KVM: Fix some writing mistakes
 2019-12-12  2:02 UTC 

[PATCH] KVM: nVMX: Use SET_MSR_OR_WARN() to simplify failure logging
 2019-12-12  0:43 UTC  (3+ messages)

[PATCH kvm-unit-tests] Update AMD instructions to conform to LLVM assembler
 2019-12-12  0:40 UTC  (2+ messages)

[PATCH v2 0/3] KVM: MMU: fix nested guest live migration with PML
 2019-12-12  0:33 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: x86: assign two bits to track SPTE kinds

How to expose caching policy to a para-virtualized guest?
 2019-12-12  0:31 UTC  (4+ messages)

[PATCH v2] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-11 23:16 UTC  (7+ messages)

[PATCH net-next v2 0/6] vsock: add local transport support
 2019-12-11 23:01 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: X86_FEATURE bit() cleanup
 2019-12-11 19:18 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Add build-time assertion on usage of bit()
` [PATCH 2/2] KVM: x86: Refactor and rename bit() to feature_bit() macro

[PATCH] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-11 16:36 UTC  (2+ messages)

[PATCH] kvm: Refactor handling of VM debugfs files
 2019-12-11 16:33 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;
as well as URLs for NNTP newsgroup(s).