public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-11 12:50:43 to 2015-05-18 10:15:48 UTC [more...]

[PATCH] KVM: mips: use id_to_memslot correctly
 2015-05-18 10:15 UTC  (2+ messages)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-18  8:31 UTC  (11+ messages)
` [PATCH 09/13] KVM: x86: save/load state on SMM switch
` [PATCH 12/13] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-05-18  8:11 UTC  (8+ messages)

[RFC PATCH 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-05-18  2:11 UTC  (37+ messages)
` [RFC PATCH 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [RFC PATCH 3/4] KVM: x86: Add EOI exit bitmap inference
` [RFC PATCH 4/4] KVM: x86: Add support for local interrupt requests from userspace

Payment
 2015-05-16 12:17 UTC 

[PATCH 00/10] KVM: arm: debug infrastructure support
 2015-05-16  4:45 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm: plug guest debug exploit
` [PATCH 02/10] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH 03/10] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH 04/10] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH 05/10] KVM: arm: check ordering of all system register tables
` [PATCH 06/10] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH 07/10] KVM: arm: add trap handlers for 64-bit "
` [PATCH 08/10] KVM: arm: implement dirty bit mechanism for "
` [PATCH 09/10] KVM: arm: implement lazy world switch "
` [PATCH 10/10] KVM: arm: enable trapping of all "

[PATCH 00/23] userfaultfd v4
 2015-05-15 18:22 UTC  (27+ messages)
` [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt
` [PATCH 02/23] userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key
  ` [PATCH 03/23] userfaultfd: uAPI
  ` [PATCH 16/23] userfaultfd: allocate the userfaultfd_ctx cacheline aligned
` [PATCH 04/23] userfaultfd: linux/userfaultfd_k.h
` [PATCH 05/23] userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
` [PATCH 06/23] userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
` [PATCH 07/23] userfaultfd: call handle_userfault() for userfaultfd_missing() faults
` [PATCH 08/23] userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
` [PATCH 09/23] userfaultfd: prevent khugepaged to merge if userfaultfd is armed
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization
` [PATCH 11/23] userfaultfd: Rename uffd_api.bits into .features
` [PATCH 12/23] userfaultfd: Rename uffd_api.bits into .features fixup
` [PATCH 13/23] userfaultfd: change the read API to return a uffd_msg
` [PATCH 14/23] userfaultfd: wake pending userfaults
` [PATCH 15/23] userfaultfd: optimize read() and poll() to be O(1)
` [PATCH 17/23] userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and read
` [PATCH 18/23] userfaultfd: buildsystem activation
` [PATCH 19/23] userfaultfd: activate syscall
` [PATCH 20/23] userfaultfd: UFFDIO_COPY|UFFDIO_ZEROPAGE uAPI
` [PATCH 21/23] userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE preparation
` [PATCH 22/23] userfaultfd: avoid mmap_sem read recursion in mcopy_atomic
` [PATCH 23/23] userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGE

[PATCH v4 00/12] KVM Guest Debug support for arm64
 2015-05-15 17:46 UTC  (27+ messages)
` [PATCH v4 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v4 02/12] KVM: define common KVM_GUESTDBG_USE_SW/HW_BP bits
` [PATCH v4 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v4 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v4 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v4 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v4 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v4 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v4 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v4 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v4 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v4 12/12] KVM: arm64: add trace points for guest_debug debug

[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
 2015-05-15 15:24 UTC  (11+ messages)

[PATCH 0/5] VFIO platform reset
 2015-05-15 13:35 UTC  (20+ messages)
` [PATCH 1/5] VFIO: platform: add reset_list and register/unregister functions
` [PATCH 2/5] VFIO: platform: add get_device callback
` [PATCH 3/5] VFIO: platform: add reset callback
` [PATCH 4/5] VFIO: platform: populate reset function according to compat
` [PATCH 5/5] VFIO: platform: VFIO platform Calxeda xgmac reset module

[RFC PATCH v2 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-05-15  2:52 UTC  (4+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [RFC PATCH v2 3/4] KVM: x86: Add EOI exit bitmap inference
` [RFC PATCH v2 4/4] KVM: x86: Add support for local interrupt requests from userspace

[PATCH v3 00/10] KVM: MTRR fixes and some cleanups
 2015-05-14  8:43 UTC  (17+ messages)
` [PATCH v3 01/10] KVM: MMU: fix decoding cache type from MTRR
` [PATCH v3 02/10] KVM: MMU: introduce for_each_rmap_spte()
` [PATCH v3 03/10] KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
` [PATCH v3 04/10] KVM: MMU: introduce for_each_slot_rmap_range
` [PATCH v3 05/10] KVM: MMU: introduce slot_handle_level_range() and its helpers
` [PATCH v3 06/10] KVM: MMU: use slot_handle_level and its helper to clean up the code
` [PATCH v3 07/10] KVM: MMU: introduce kvm_zap_rmapp
` [PATCH v3 08/10] KVM: MMU: introduce kvm_zap_gfn_range
` [PATCH v3 09/10] KVM: MMU: fix MTRR update
` [PATCH v3 10/10] KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed

[PATCH] vfio-pci: PCI_DEV_FLAGS_ASSIGNED flag not set when PCI device is assigned
 2015-05-13 18:39 UTC  (4+ messages)

kvm: odd time values since "kvmclock: set scheduler clock stable"
 2015-05-13 17:16 UTC  (4+ messages)

[PATCH] kvm: fix crash in kvm_vcpu_reload_apic_access_page
 2015-05-13 13:58 UTC 

[PATCH 1/2] x86: Split APIC tests into IOAPIC/APIC tests
 2015-05-13  8:07 UTC  (3+ messages)
` [PATCH 2/2] x86: extend IOAPIC tests

[PATCH] KVM: x86: fix initial PAT value
 2015-05-13  6:07 UTC  (3+ messages)

[PATCH v2] KVM: x86: add module parameter to disable periodic kvmclock sync
 2015-05-13  1:42 UTC 

KVM call for agenda 2015-05-12
 2015-05-12 11:47 UTC  (2+ messages)

[PATCH v6 0/8] vhost: support for cross endian guests
 2015-05-12 10:52 UTC  (4+ messages)

[PATCH v2 0/9] KVM: MTRR fixes and some cleanups
 2015-05-12  9:38 UTC  (16+ messages)
` [PATCH v2 1/9] KVM: MMU: fix decoding cache type from MTRR
` [PATCH v2 2/9] KVM: MMU: introduce for_each_rmap_spte()
` [PATCH v2 3/9] KVM: MMU: introduce for_each_slot_rmap_range
` [PATCH v2 4/9] KVM: MMU: introduce slot_handle_level_range() and its helpers
` [PATCH v2 5/9] KVM: MMU: use slot_handle_level and its helper to clean up the code
` [PATCH v2 6/9] KVM: MMU: introduce kvm_zap_rmapp
` [PATCH v2 7/9] KVM: MMU: introduce kvm_zap_gfn_range
` [PATCH v2 8/9] KVM: MMU: fix MTRR update
` [PATCH v2 9/9] KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed

[PATCH] check smap and !cr0.wp
 2015-05-12  9:19 UTC  (3+ messages)

[ANNOUNCE] Jailhouse 0.5 released
 2015-05-11 15:21 UTC 

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-05-11 15:16 UTC  (3+ messages)
` [PATCH 2/2] KVM: MMU: document smap_andnot_wp

upgrade question
 2015-05-11 14:58 UTC  (4+ messages)

[PATCH 0/3] KVM: MMU: fix SMAP virtualization
 2015-05-11 13:41 UTC  (4+ messages)
` [PATCH 2/3] "
  ` [PATCH v2 "

[PATCH] kvm: irqchip: Break up high order allocations of kvm_irq_routing_table
 2015-05-11 13:27 UTC  (7+ messages)

[PATCH 0/9] KVM: MTRR fixes and some cleanups
 2015-05-11 13:02 UTC  (7+ messages)
` [PATCH 2/9] KVM: MMU: introduce slot_handle_level() and its helper
` [PATCH 8/9] KVM: MMU: fix MTRR update


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