messages from 2019-03-07 07:21:03 to 2019-03-12 20:53:37 UTC [more...]
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
2019-03-12 20:53 UTC (56+ messages)
` [RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
[PATCH 0/3] userfaultfd: allow to forbid unprivileged users
2019-03-12 19:59 UTC (13+ messages)
` [PATCH 1/3] userfaultfd/sysctl: introduce unprivileged_userfaultfd
` [PATCH 2/3] kvm/mm: introduce MMF_USERFAULTFD_ALLOW flag
` [PATCH 3/3] userfaultfd: apply unprivileged_userfaultfd check
[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
2019-03-12 19:58 UTC (39+ messages)
` [RFC][Patch v9 1/6] KVM: Guest free page hinting support
` [RFC][Patch v9 2/6] KVM: Enables the kernel to isolate guest free pages
` [RFC][Patch v9 3/6] KVM: Enables the kernel to report isolated pages
[PATCH v2 1/2] Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
2019-03-12 18:45 UTC
[PATCH v2 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
2019-03-12 18:25 UTC (20+ messages)
` [PATCH v2 01/16] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v2 02/16] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v2 03/16] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v2 04/16] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v2 06/16] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
2019-03-12 17:14 UTC (5+ messages)
[PATCH v4 0/6] vfio-ccw: support hsch/csch (kernel part)
2019-03-12 14:31 UTC (6+ messages)
` [PATCH v4 2/6] vfio-ccw: rework ssch state handling
[PATCH v3 0/8] This patch-set is to enable Guest CET support
2019-03-12 14:30 UTC (29+ messages)
` [PATCH v3 3/8] KVM:CPUID: Add CPUID support for Guest CET
` [PATCH v3 6/8] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v3 7/8] KVM:X86: Add XSS bit 11 and 12 support for CET xsaves/xrstors
` [PATCH v3 8/8] KVM:X86: Add user-space read/write interface for CET MSRs
[PATCH] kvm: arm: Enforce PTE mappings at stage2 when needed
2019-03-12 9:52 UTC
[PATCH 0/5] QEMU VFIO live migration
2019-03-12 2:57 UTC (12+ messages)
[PATCH v4 00/17] x86/split_lock: Enable #AC exception for split locked accesses
2019-03-11 16:58 UTC (12+ messages)
` [PATCH v4 16/17] kvm: x86: Add support IA32_CORE_CAPABILITY MSR
` [PATCH v4 17/17] kvm: vmx: Emulate TEST_CTL MSR
[PULL 1/1] vfio: ccw: only free cp on final interrupt
2019-03-11 16:26 UTC
[PATCH v7] x86: load FPU registers on return to userland
2019-03-11 14:30 UTC (10+ messages)
` [PATCH 12/22] x86/fpu: Only write PKRU if it is different from current
` [PATCH 14/22] x86/fpu: Eager switch PKRU state
[PATCH] virt: kvm: Kconfig: pedantic formatting
2019-03-11 13:40 UTC
[PATCH] svm: Fix AVIC incomplete IPI emulation
2019-03-11 11:38 UTC (3+ messages)
[PATCH] vfio: ccw: only free cp on final interrupt
2019-03-11 10:35 UTC (2+ messages)
[PATCH v4 0/7] vfio: ap: AP Queue Interrupt Control
2019-03-11 8:31 UTC (4+ messages)
` [PATCH v4 6/7] s390: ap: Cleanup on removing the AP device
[PULL] virtio,vhost: cleanups and fixes
2019-03-10 22:30 UTC (2+ messages)
[PATCH] vhost: silence an unused-variable warning
2019-03-09 23:19 UTC (3+ messages)
[RHEL 7.5] [Intel XV710] SRIOV VF MAC address Change Failure [Spoofchk off,Trusted on]
2019-03-09 7:11 UTC
[RFC net-next v1 0/3] Support mlx5 mediated devices in host
2019-03-09 3:55 UTC (6+ messages)
` [RFC net-next v1 1/3] vfio/mdev: Inherit dma masks of parent device
` [RFC net-next v1 2/3] net/mlx5: Add mdev sub device life cycle command support
` [RFC net-next v1 3/3] net/mlx5: Add mdev driver to bind to mdev devices
[PATCH v2] vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
2019-03-08 23:16 UTC (4+ messages)
[PATCH v6] x86: load FPU registers on return to userland
2019-03-08 18:12 UTC (11+ messages)
` [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
[PATCH v7 0/9] vfio/mdev: IOMMU aware mediated device
2019-03-08 18:03 UTC (5+ messages)
` [PATCH v7 9/9] vfio/type1: Handle different mdev isolation type
kernel BUG at arch/x86/kvm/x86.c:LINE! (3)
2019-03-08 17:59 UTC
[PATCH v2 0/7] This patch-set is to enable Guest CET support
2019-03-08 16:34 UTC (9+ messages)
` [PATCH v2 1/7] KVM:VMX: Define CET VMCS fields and bits
[PATCH] kvm/x86/vmx: Make the emulation of MSR_IA32_ARCH_CAPABILITIES only for vmx
2019-03-08 1:53 UTC (3+ messages)
[PATCH] x86/kvm/mmu: make mmu->prev_roots cache work for NPT case
2019-03-07 19:02 UTC (7+ messages)
` [PATCH v2 RFC] "
[RFC][QEMU Patch] KVM: Enable QEMU to free the pages hinted by the guest
2019-03-07 12:23 UTC (3+ messages)
[PATCH v4 00/22] SMMUv3 Nested Stage Setup
2019-03-07 11:42 UTC (5+ messages)
` [PATCH v4 03/22] iommu: introduce device fault report API
[PATCH kvmtool 00/16] Support PCI BAR configuration
2019-03-07 8:36 UTC (17+ messages)
` [PATCH kvmtool 01/16] Makefile: Only compile vesa for archs that need it
` [PATCH kvmtool 02/16] brlock: Always pass argument to br_read_lock/unlock
` [PATCH kvmtool 03/16] brlock: fix build with KVM_BRLOCK_DEBUG
` [PATCH kvmtool 04/16] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 05/16] ioport: pci: Move port allocations to PCI devices
` [PATCH kvmtool 06/16] pci: Fix ioport allocation size
` [PATCH kvmtool 07/16] arm/pci: Fix PCI IO region
` [PATCH kvmtool 08/16] arm/pci: Do not use first PCI IO space bytes for devices
` [PATCH kvmtool 09/16] brlock: Use rwlock instead of pause
` [PATCH kvmtool 10/16] ref_cnt: Add simple ref counting API
` [PATCH kvmtool 11/16] mmio: Allow mmio callbacks to be called without locking
` [PATCH kvmtool 12/16] ioport: Allow ioport "
` [PATCH kvmtool 13/16] vfio: Add support for BAR configuration
` [PATCH kvmtool 14/16] virtio/pci: Make memory and IO BARs independent
` [PATCH kvmtool 15/16] virtio/pci: update virtio mapping when PCI BARs are reconfigured
` [PATCH kvmtool 16/16] arm/fdt: Remove PCI probe only property
[multiprocess RFC PATCH 04/37] multi-process: Add stub functions to facilate build of multi-process
2019-03-07 7:21 UTC
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