messages from 2015-05-07 16:53:31 to 2015-05-14 17:31:10 UTC [more...]
[PATCH 00/23] userfaultfd v4
2015-05-14 17:31 UTC (13+ 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 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 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
[RFC PATCH 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
2015-05-14 16:04 UTC (27+ 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
[PATCH 0/5] VFIO platform reset
2015-05-14 15:42 UTC (19+ 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
[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
[RFC PATCH 00/13] KVM: x86: SMM support
2015-05-13 6:58 UTC (10+ messages)
` [PATCH 01/13] KVM: MMU: fix for CR4.SMEP=1, CR0.WP=0?
` [PATCH 09/13] KVM: x86: save/load state on SMM switch
[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 (8+ messages)
` [PATCH 2/9] KVM: MMU: introduce slot_handle_level() and its helper
` [PATCH 8/9] KVM: MMU: fix MTRR update
[PREVIEW: GIT PULL 0/9] KVM: s390: Fixes and features for 4.2 (kvm/next)
2015-05-11 12:07 UTC (12+ messages)
` [GIT PULL 1/9] KVM: s390: fix external call injection without sigp interpretation
` [GIT PULL 2/9] KVM: s390: optimize round trip time in request handling
` [GIT PULL 3/9] KVM: s390: make EDAT1 depend on host support
` [GIT PULL 4/9] KVM: s390: Enable guest EDAT2 support
` [GIT PULL 5/9] KVM: s390: make exit_sie_sync more robust
` [GIT PULL 6/9] KVM: s390: provide functions for blocking all CPUs
` [GIT PULL 7/9] KVM: s390: optimize interrupt handling round trip time
` [GIT PULL 8/9] KVM: s390: factor out and optimize floating irq VCPU kick
` [GIT PULL 9/9] KVM: s390: drop handling of interception code 12
[added to the 3.18 stable tree] MIPS: KVM: Handle MSA Disabled exceptions from guest
2015-05-11 11:17 UTC
[PATCH 1/2] ARM: kvm: fix a bad BSYM() usage
2015-05-11 10:27 UTC (13+ messages)
Networking: Questions about KVM-Host to KVM-Guest interal traffic Handling
2015-05-11 9:56 UTC (4+ messages)
[PATCH] Rename RECLAIM_SWAP to RECLAIM_UNMAP
2015-05-11 2:12 UTC
[PATCH 0/2] KVM: x86: Fix REP-string effect on RCX/RSI/RDI
2015-05-10 15:28 UTC (2+ messages)
[PATCH] KVM: x86: Mask DR7 correctly on task-switch while debugging
2015-05-10 15:27 UTC (3+ messages)
` [PATCH v2] KVM: x86: Fix DR7 mask "
[PATCH] KVM: PPC: Book3S HV: Fix list traversal in error case
2015-05-10 15:05 UTC (3+ messages)
[PATCH v3 00/12] KVM Guest Debug support for arm64
2015-05-08 17:25 UTC (27+ messages)
` [PATCH v3 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v3 02/12] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v3 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v3 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v3 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v3 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v3 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v3 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v3 09/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v3 10/12] KVM: arm64: trap nested debug register access
` [PATCH v3 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v3 12/12] KVM: arm64: add trace points for guest_debug debug
[PATCH RFC] MIPS: KVM: role back pc in case of EMULATE_FAIL
2015-05-08 15:39 UTC (3+ messages)
[PATCH] MIPS: KVM: fix unused variable build warning
2015-05-08 15:38 UTC
vmfork in KVM
2015-05-08 15:07 UTC (3+ messages)
[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
2015-05-08 14:16 UTC (2+ messages)
[PATCH 00/12] KVM: x86: SMM support
2015-05-08 11:20 UTC (13+ messages)
` [PATCH 01/12] KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
` [PATCH 02/12] KVM: x86: introduce num_emulated_msrs
` [PATCH 03/12] KVM: remove unnecessary arg from mark_page_dirty_in_slot, export it
` [PATCH 04/12] KVM: x86: pass host_initiated to functions that read MSRs
` [PATCH 05/12] KVM: x86: pass the whole hflags field to emulator and back
` [PATCH 06/12] KVM: x86: API changes for SMM support
` [PATCH 07/12] KVM: x86: stubs "
` [PATCH 08/12] KVM: x86: save/load state on SMM switch
` [PATCH 09/12] KVM: x86: add vcpu-specific functions to read/write/translate GFNs
` [PATCH 10/12] KVM: x86: add SMM to the MMU role
` [PATCH 11/12] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag
` [PATCH 12/12] KVM: x86: advertise KVM_CAP_X86_SMM
[PATCH] KVM: PPC: Book3S HV: Replace kvmppc_find_vcpu() with kvm_get_vcpu()
2015-05-08 9:01 UTC (4+ messages)
[GIT PULL] VFIO fixes for v4.1-rc2
2015-05-07 22:37 UTC (7+ messages)
` [PATCH] signals: Generate warning when flush_signals() is called from non-kthread context
[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
2015-05-07 17:01 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox