kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-12 07:36:26 to 2019-12-13 20:39:14 UTC [more...]

[PATCH 00/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
 2019-12-13 16:17 UTC  (11+ messages)
` [PATCH 01/12] hw/i386/pc: Convert DPRINTF() to trace events
` [PATCH 02/12] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h
` [PATCH 03/12] hw/i386/pc: Remove obsolete pc_pci_device_init() declaration
` [PATCH 04/12] hw/i386/pc: Remove obsolete cpu_set_smm_t typedef
` [PATCH 05/12] hw/i386/ich9: Remove unused include
` [PATCH 06/12] hw/i386/ich9: Move unnecessary "pci_bridge.h" include
` [PATCH 07/12] hw/ide/piix: Remove superfluous DEVICE() cast
` [PATCH 08/12] hw/ide/piix: Use ARRAY_SIZE() instead of magic numbers
` [PATCH 09/12] hw/intc/ioapic: Make ioapic_print_redtbl() static
` [PATCH 10/12] hw/i386/pc: Rename allocate_cpu_irq from 'pc' to 'x86_machine'

[kvm-unit-tests PATCH v4 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-13 15:53 UTC  (40+ 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
` [kvm-unit-tests PATCH v4 9/9] s390x: css: ping pong

[PULL] virtio: cleanups and fixes
 2019-12-13 14:35 UTC 

[PATCH v5] kvm: Refactor handling of VM debugfs files
 2019-12-13 14:35 UTC  (3+ messages)

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

[PATCH v4] kvm: Refactor handling of VM debugfs files
 2019-12-13 12:07 UTC  (2+ messages)

[PATCH] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
 2019-12-13 12:02 UTC  (3+ messages)

[PATCH v3 0/6] Use 1st-level for IOVA translation
 2019-12-13 11:42 UTC  (5+ messages)
` [PATCH v3 4/6] iommu/vt-d: Setup pasid entries for iova over first level
` [PATCH v3 5/6] iommu/vt-d: Flush PASID-based iotlb "

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-13 11:14 UTC  (14+ 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 v15 0/7] mm / virtio: Provide support for free page reporting
 2019-12-13 11:08 UTC  (9+ messages)
` [PATCH v15 5/7] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v15 6/7] virtio-balloon: Add support for providing free page reports to host

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

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2019-12-13  9:47 UTC  (17+ 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

[kvm-unit-tests PATCH] x86: Fix max VMCS field encoding index check
 2019-12-13  9:13 UTC  (3+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Remove ioapic from the x86 tests
 2019-12-13  7:30 UTC  (5+ messages)

[PATCH v8 0/7] Introduce support for guest CET feature
 2019-12-13  0:44 UTC  (3+ messages)

[PATCH 1/1] drivers/vhost : Removes unnecessary 'else' in vhost_copy_from_user
 2019-12-12 21:15 UTC 

[PATCH v4 0/2] kvm: Use huge pages for DAX-backed files
 2019-12-12 20:08 UTC  (16+ messages)
` [PATCH v4 2/2] "

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-12 19:01 UTC  (7+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-12 18:39 UTC  (9+ messages)

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-12 18:32 UTC  (21+ 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 18:19 UTC  (6+ messages)

[PATCH v2 00/13] KVM: x86: Extend Spectre-v1 mitigation
 2019-12-12 17:47 UTC  (7+ messages)
` [PATCH v2 02/13] KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks

[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 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 RFC 00/15] KVM: Dirty ring interface
 2019-12-12 10:38 UTC  (9+ 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 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


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).