messages from 2018-07-03 14:56:40 to 2018-07-10 14:14:10 UTC [more...]
[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
2018-07-10 14:14 UTC (5+ messages)
[PATCH] KVM: Add coalesced PIO support
2018-07-10 12:54 UTC (2+ messages)
[PATCH 0/3] KVM: x86: expose a few new features into VM
2018-07-10 12:25 UTC (8+ messages)
` [PATCH 1/3] KVM: x86: expose UMWAIT/UMONITOR/TPAUSE CPU "
` [PATCH 2/3] KVM: x86: expose MOVDIRI CPU feature "
` [PATCH 3/3] KVM: x86: expose MOVDIR64B "
[PATCH v2 00/12] KVM/X86: Introduce a new guest mapping interface
2018-07-10 12:06 UTC (3+ messages)
[PATCH v2 0/6] KVM: arm/arm64: vgic: Virtual interrupt grouping support
2018-07-10 10:32 UTC (15+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH v2 2/6] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH v2 3/6] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v2 4/6] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH v2 5/6] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
[PATCH v35 0/5] Virtio-balloon: support free page reporting
2018-07-10 10:16 UTC (7+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks
` [PATCH v35 2/5] virtio-balloon: remove BUG() in init_vqs
` [PATCH v35 3/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v35 4/5] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v35 5/5] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON
[PATCH] target-i386: coalesced PIO support for RTC
2018-07-10 9:55 UTC
[PATCH] KVM: Switch 'requests' to be 64-bit (explicitly)
2018-07-10 9:37 UTC (8+ messages)
[PATCH v5 1/2] KVM: Switch 'requests' to be 64-bit (explicitly)
2018-07-10 9:27 UTC (2+ messages)
` [PATCH v5 2/2] kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
[PATCH v6 00/21] s390: vfio-ap: guest dedicated crypto adapters
2018-07-10 8:49 UTC (39+ messages)
` [PATCH v6 08/21] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v6 09/21] s390: vfio-ap: structure for storing mdev matrix
` [PATCH v6 10/21] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v6 11/21] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v6 13/21] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v6 21/21] s390: doc: detailed specifications for AP virtualization
[RFC PATCH kernel 0/5] powerpc/P9/vfio: Pass through NVIDIA Tesla V100
2018-07-10 4:10 UTC (9+ messages)
[PATCH] vfio: Mark expected switch fall-throughs
2018-07-09 22:53 UTC
[PATCH v4 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
2018-07-09 18:32 UTC (9+ messages)
` [PATCH v4 1/5] KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
` [PATCH v4 2/5] KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
` [PATCH v4 3/5] KVM: x86: hyperv: use get_vcpu_by_vpidx() "
` [PATCH v4 4/5] x86/hyper-v: rename ipi_arg_{ex,non_ex} structures
[PATCH RFC] KVM: x86: mmu: don't re-generate permissions/pkru_mask bitmasks when source is unchanged 1;5004;0c update_permission_bitmask()/update_pkru_bitmask() are rarely called under normal circumstances but nesting changes everything. E.g. for nVMX we call kvm_mmu_reset_context() from nested_vmx_load_cr3() which happens on nested vmexit/vmentry. init_kvm_mmu() in its turn call init_kvm_nested_mmu() or init_kvm_tdp_mmu() (which operate on arch.nested_mmu and arch.mmu respectively) which unconditionally do update_permission_bitmask()/ update_pkru_bitmask()
2018-07-09 16:33 UTC (2+ messages)
` [PATCH RFC] KVM: x86: mmu: don't re-generate permissions/pkru_mask bitmasks when source is unchanged
[PATCH v3 00/20] arm64: Dynamic & 52bit IPA support
2018-07-09 13:37 UTC (38+ messages)
` [PATCH v3 01/20] virtio: mmio-v1: Validate queue PFN
` [PATCH v3 10/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size for VM
` [PATCH v3 17/20] vgic: Add support for 52bit guest physical address
` [kvmtool test PATCH 22/24] kvmtool: arm64: Add support for guest physical address size
` [kvmtool test PATCH 24/24] kvmtool: arm: Add support for creating VM with PA size
[PATCH 0/3] Fix kvm misconceives NVDIMM pages as reserved mmio
2018-07-09 12:36 UTC (11+ messages)
` [PATCH 1/3] kvm: remove redundant reserved page check
` [PATCH 2/3] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH 3/3] kvm: add a function to check if page is from NVDIMM pmem
[patch 0/7] x86/kvmclock: Remove memblock dependency and further cleanups
2018-07-09 11:32 UTC (19+ messages)
` [patch 1/7] x86/kvmclock: Remove memblock dependency
` [patch 2/7] x86/kvmclock: Remove page size requirement from wall_clock
` [patch 3/7] x86/kvmclock: Decrapify kvm_register_clock()
` [patch 4/7] x86/kvmclock: Cleanup the code
` [patch 5/7] x86/kvmclock: Mark variables __initdata and __ro_after_init
` [patch 6/7] x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
` [patch 7/7] x86/kvmclock: Switch kvmclock data to a PER_CPU variable
` [patch 8/7] x86/kvmclock: Avoid TSC recalibration
[PATCH] KVM: arm/arm64: vgic-debug: Show LPI status
2018-07-09 11:20 UTC
[PATCH] KVM: arm/arm64: Fix vgic init race
2018-07-09 10:51 UTC (3+ messages)
[PATCH V2 0/5] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
2018-07-09 9:02 UTC (5+ messages)
` [PATCH V2 1/5] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
` [PATCH V2 2/5] KVM: Add tlb remote flush callback in kvm_x86_ops
` [PATCH V2 3/5] KVM/VMX: Add identical ept table pointer check
` [PATCH V2 4/5] KVM/x86: Add tlb_remote_flush callback support for vmx
[PATCH v2 4.9.y] x86/fpu: Remove use_eager_fpu()
2018-07-09 8:16 UTC
[PATCH] sample: vfio-mdev: avoid deadlock in mdev_access()
2018-07-06 20:50 UTC
[GIT PULL] VFIO fixes for v4.18-rc4
2018-07-06 16:48 UTC
[PATCH 0/2] x86/kvm: Enable MCE injection in the guest v2
2018-07-06 16:34 UTC (2+ messages)
[PATCH v2] KVM: Expose the split lock detection feature to guest VM
2018-07-06 8:13 UTC (8+ messages)
[PULL 0/1] vfio-ccw for 4.18-rc
2018-07-06 6:35 UTC (2+ messages)
` [PULL 1/1] MAINTAINERS: Remove myself as maintainer
[PATCH 1/1] MAINTAINERS: Remove myself as maintainer
2018-07-06 6:25 UTC (2+ messages)
[PATCH] sample/vfio-mdev: Change return type to vm_fault_t
2018-07-05 19:44 UTC (2+ messages)
[PATCH net-next 0/8] Packed virtqueue for vhost
2018-07-05 11:30 UTC (10+ messages)
` [PATCH net-next 6/8] virtio: introduce packed ring defines
` [PATCH net-next 8/8] vhost: event suppression for packed ring
[PATCH v3 0/2] kvm: limited x86 CPU power management
2018-07-05 5:52 UTC (8+ messages)
` [PATCH v3 1/2] kvm: support -dedicated cpu-pm=on|off
general protection fault in vmx_vcpu_run
2018-07-05 5:32 UTC (7+ messages)
[PATCH] kvmclock: remove redundant variable 'size'
2018-07-04 21:43 UTC (2+ messages)
[PATCH v12 00/13] Intel SGX1 support
2018-07-04 17:27 UTC (4+ messages)
` [PATCH v12 04/13] x86/cpufeatures: add Intel-defined SGX leaf CPUID_12_EAX
[PATCH] checkpatch: handle token pasting better
2018-07-04 16:11 UTC
[PATCH v2 net-next 0/4] vhost_net: Avoid vq kicks during busyloop
2018-07-04 12:31 UTC (10+ messages)
` [PATCH v2 net-next 3/4] vhost_net: Avoid rx queue wake-ups during busypoll
` [PATCH v2 net-next 4/4] vhost_net: Avoid rx vring kicks during busyloop
[PATCH v2 0/5] Add virtio-iommu driver
2018-07-04 11:45 UTC (10+ messages)
` [PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu
[PATCH 0/4] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
2018-07-04 6:24 UTC (5+ messages)
` [PATCH 3/4] KVM/VMX: Add identical ept table pointer check
[PATCH kernel v3 0/6] powerpc/powernv/iommu: Optimize memory use
2018-07-04 6:13 UTC (7+ messages)
` [PATCH kernel v3 1/6] powerpc/powernv: Remove useless wrapper
` [PATCH kernel v3 2/6] powerpc/powernv: Move TCE manupulation code to its own file
` [PATCH kernel v3 3/6] KVM: PPC: Make iommu_table::it_userspace big endian
` [PATCH kernel v3 4/6] powerpc/powernv: Add indirect levels to it_userspace
` [PATCH kernel v3 5/6] powerpc/powernv: Rework TCE level allocation
` [PATCH kernel v3 6/6] powerpc/powernv/ioda: Allocate indirect TCE levels on demand
[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
2018-07-04 3:28 UTC (3+ messages)
[PATCH] x86/efi: Access EFI MMIO data as unencrypted when SEV is active
2018-07-03 22:40 UTC (7+ messages)
[PATCH v3] mm: do not drop unused pages when userfaultd is running
2018-07-03 17:18 UTC
[PATCH 00/12] migration: improve multithreads for compression and decompression
2018-07-03 15:55 UTC (7+ messages)
` [PATCH 09/12] ring: introduce lockless ring buffer
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;
as well as URLs for NNTP newsgroup(s).