kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-01 02:26:35 to 2023-08-01 17:58:29 UTC [more...]

[PATCH for-8.1] Misc Xen-on-KVM fixes
 2023-08-01 17:57 UTC  (4+ messages)
` [PATCH for-8.1 1/3] hw/xen: fix off-by-one in xen_evtchn_set_gsi()
` [PATCH for-8.1 2/3] i386/xen: consistent locking around Xen singleshot timers
` [PATCH for-8.1 3/3] hw/xen: prevent guest from binding loopback event channel to itself

[PATCH RESEND v9 00/36] x86: enable FRED for x86-64
 2023-08-01 17:41 UTC  (31+ messages)
` [PATCH RESEND v9 01/36] Documentation/x86/64: Add documentation for FRED
` [PATCH RESEND v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH RESEND v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH RESEND v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH RESEND v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map
` [PATCH RESEND v9 06/36] x86/objtool: Teach objtool about ERETU and ERETS
` [PATCH RESEND v9 07/36] x86/cpu: Add X86_CR4_FRED macro
` [PATCH RESEND v9 08/36] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH RESEND v9 09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs
` [PATCH RESEND v9 10/36] x86/fred: Add a new header file for FRED definitions
` [PATCH RESEND v9 11/36] x86/fred: Reserve space for the FRED stack frame
` [PATCH RESEND v9 12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH RESEND v9 13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled
` [PATCH RESEND v9 14/36] x86/fred: Disallow the swapgs instruction "
` [PATCH RESEND v9 15/36] x86/fred: No ESPFIX needed "
` [PATCH RESEND v9 16/36] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH RESEND v9 17/36] x86/fred: Define a common function type fred_handler
` [PATCH RESEND v9 18/36] x86/fred: Add a page fault entry stub for FRED
` [PATCH RESEND v9 19/36] x86/fred: Add a debug "
` [PATCH RESEND v9 20/36] x86/fred: Add a NMI "
` [PATCH RESEND v9 21/36] x86/fred: Add a machine check "
` [PATCH RESEND v9 22/36] x86/fred: Add a double fault "
` [PATCH RESEND v9 23/36] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH RESEND v9 24/36] x86/idtentry: Incorporate definitions/declarations of the FRED external interrupt handler type
` [PATCH RESEND v9 25/36] x86/traps: Add a system interrupt handler table for system interrupt dispatch
` [PATCH RESEND v9 26/36] x86/traps: Add sysvec_install() to install a system interrupt handler

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-01 17:21 UTC  (17+ messages)
` [RFC PATCH 03/19] RAMBlock: Support KVM gmemory
` [RFC PATCH 04/19] memory: Introduce memory_region_can_be_private()
` [RFC PATCH 05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem

[PATCH v2 0/8] smaps / mm/gup: fix gup_can_follow_protnone fallout
 2023-08-01 17:09 UTC  (15+ messages)
` [PATCH v2 1/8] mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
` [PATCH v2 2/8] smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
` [PATCH v2 3/8] kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()
` [PATCH v2 4/8] mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULT
` [PATCH v2 5/8] pgtable: improve pte_protnone() comment
` [PATCH v2 6/8] mm/huge_memory: remove stale NUMA hinting comment from follow_trans_huge_pmd()
` [PATCH v2 7/8] selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything got merged
` [PATCH v2 8/8] selftest/mm: ksm_functional_tests: Add PROT_NONE test

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-08-01 17:03 UTC  (11+ messages)
` [RFC PATCH v2 3/6] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH v2 4/6] KVM: SVM: Save shadow stack host state on VMRUN

[PATCH v2 00/47] fbdev: Use I/O helpers
 2023-08-01 16:54 UTC  (50+ messages)
` [PATCH v2 01/47] media/vivid: Use fbdev "
` [PATCH v2 02/47] fbdev/acornfb: "
` [PATCH v2 03/47] fbdev/asiliantfb: "
` [PATCH v2 04/47] fbdev/atmel_lcdfb: "
` [PATCH v2 05/47] fbdev/aty128fb: "
` [PATCH v2 06/47] fbdev/carminefb: "
` [PATCH v2 07/47] fbdev/chipsfb: "
` [PATCH v2 08/47] fbdev/da8xx-fb: "
` [PATCH v2 09/47] fbdev/efifb: "
` [PATCH v2 10/47] fbdev/fm2fb: "
` [PATCH v2 11/47] fbdev/fsl-diu-fb: "
` [PATCH v2 12/47] fbdev/g364fb: "
` [PATCH v2 13/47] fbdev/geode/gx1fb: "
` [PATCH v2 14/47] fbdev/geode/gxfb: "
` [PATCH v2 15/47] fbdev/geode/lxfb: "
` [PATCH v2 16/47] fbdev/goldfishfb: "
` [PATCH v2 17/47] fbdev/grvga: "
` [PATCH v2 18/47] fbdev/gxt4500: "
` [PATCH v2 19/47] fbdev/i740fb: "
` [PATCH v2 20/47] fbdev/imxfb: "
` [PATCH v2 21/47] fbdev/kyro: "
` [PATCH v2 22/47] fbdev/macfb: "
` [PATCH v2 23/47] fbdev/maxinefb: "
` [PATCH v2 24/47] fbdev/mb862xxfb: "
` [PATCH v2 25/47] fbdev/mmpfb: "
` [PATCH v2 26/47] fbdev/mx3fb: "
` [PATCH v2 27/47] fbdev/ocfb: "
` [PATCH v2 28/47] fbdev/offb: "
` [PATCH v2 29/47] fbdev/omapfb: "
` [PATCH v2 30/47] fbdev/platinumfb: "
` [PATCH v2 31/47] fbdev/pmag-aa-fb: "
` [PATCH v2 32/47] fbdev/pmag-ba-fb: "
` [PATCH v2 33/47] fbdev/pmagb-b-fb: "
` [PATCH v2 34/47] fbdev/pxa168fb: "
` [PATCH v2 35/47] fbdev/pxafb: "
` [PATCH v2 36/47] fbdev/q40fb: "
` [PATCH v2 37/47] fbdev/s3cfb: "
` [PATCH v2 38/47] fbdev/sh7760fb: "
` [PATCH v2 39/47] fbdev/simplefb: "
` [PATCH v2 40/47] fbdev/sstfb: "
` [PATCH v2 41/47] fbdev/sunxvr1000: "
` [PATCH v2 42/47] fbdev/sunxvr2500: "
` [PATCH v2 43/47] fbdev/uvesafb: "
` [PATCH v2 44/47] fbdev/valkyriefb: "
` [PATCH v2 45/47] fbdev/vesafb: "
` [PATCH v2 46/47] fbdev/xilinxfb: "
` [PATCH v2 47/47] vfio-dev/mdpy-fb: "

[PATCH] vfio/type1: fix cap_migration information leak
 2023-08-01 16:31 UTC  (2+ messages)

VFIO_IOMMU_GET_INFO capability struct alignment
 2023-08-01 16:17 UTC  (2+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-08-01 16:06 UTC  (7+ messages)
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-01 16:04 UTC  (16+ messages)
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
        ` [PATCH RFC net-next v5 13/14] virtio/vsock: implement datagram supporty

[PATCH v13 vfio 0/7] pds-vfio-pci driver
 2023-08-01 15:44 UTC  (4+ messages)
` [PATCH v13 vfio 3/7] vfio/pds: register with the pds_core PF

[PATCH v7 00/10] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-01 15:20 UTC  (11+ messages)
` [PATCH v7 01/10] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v7 02/10] KVM: arm64: Document KVM_ARM_GET_FEATURE_ID_WRITABLE_MASKS
` [PATCH v7 03/10] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v7 04/10] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v7 05/10] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v7 06/10] KVM: arm64: Bump up the default KVM sanitised debug version to v8p8
` [PATCH v7 07/10] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v7 08/10] KVM: arm64: Refactor helper Macros for idreg desc
` [PATCH v7 09/10] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v7 10/10] KVM: arm64: selftests: Test for setting ID register from usersapce

[RFC PATCH v1 0/2] vsock: handle writes to shutdowned socket
 2023-08-01 14:17 UTC  (3+ messages)
` [RFC PATCH v1 1/2] vsock: send SIGPIPE on write "
` [RFC PATCH v1 2/2] test/vsock: shutdowned socket test

[PATCH net-next v5 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-08-01 14:06 UTC  (9+ messages)
` [PATCH net-next v5 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v5 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH v3 00/12] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage
 2023-08-01 14:06 UTC  (9+ messages)
` [PATCH v3 04/12] KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
` [PATCH v3 06/12] KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
` [PATCH v3 09/12] KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
` [PATCH v3 10/12] KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub

[PATCH v2 0/2] KVM: s390: add counters for vsie performance
 2023-08-01 13:34 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: s390: add stat counter for shadow gmap events

[PATCH v6 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-08-01 13:07 UTC 

[PATCH 0/2] sync_regs() TOCTOU issues
 2023-08-01 12:37 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Fix KVM_CAP_SYNC_REGS's "

[PATCH] KVM: irqbypass: Convert producers/consumers single linked list to XArray
 2023-08-01 11:56 UTC 

[PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-08-01 11:42 UTC  (26+ messages)
` [PATCH v4 01/29] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
` [PATCH v4 03/29] drm/i915/gvt: Verify hugepages are contiguous in physical address space
` [PATCH v4 04/29] drm/i915/gvt: Don't try to unpin an empty page range
` [PATCH v4 05/29] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
` [PATCH v4 08/29] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH v4 09/29] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
` [PATCH v4 10/29] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
` [PATCH v4 11/29] drm/i915/gvt: Protect gfn hash table with vgpu_lock
` [PATCH v4 15/29] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
` [PATCH v4 17/29] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot
` [PATCH v4 19/29] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region()
` [PATCH v4 29/29] drm/i915/gvt: Drop final dependencies on KVM internal details

[Bug] AMD nested: commit broke VMware
 2023-08-01 10:04 UTC  (8+ messages)

[PATCH 6.4 209/239] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+
 2023-08-01  9:21 UTC 

[PATCH 6.1 200/228] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+
 2023-08-01  9:20 UTC 

[PATCH v4.1 0/3] KVM: selftests: Guest printf extra prep patches
 2023-08-01  9:22 UTC  (5+ messages)
` [PATCH v4.1 1/3] KVM: selftests: Add arch ucall.h and inline simple arch hooks
` [PATCH v4.1 2/3] KVM: selftests: Add #define of expected KVM exit reason for ucall

[PATCH RESEND v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts
 2023-08-01  8:35 UTC  (10+ messages)
` [PATCH RESEND v9 28/36] x86/idtentry: Incorporate declaration/definition of the FRED exception handler type
` [PATCH RESEND v9 29/36] x86/fred: FRED entry/exit and dispatch code
` [PATCH RESEND v9 30/36] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH RESEND v9 31/36] x86/traps: Export external_interrupt() for handling IRQ in IRQ induced VM exits
` [PATCH RESEND v9 32/36] x86/fred: Export fred_entrypoint_kernel() for handling NMI in NMI "
` [PATCH RESEND v9 33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling
` [PATCH RESEND v9 34/36] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH RESEND v9 35/36] x86/fred: FRED initialization code
` [PATCH RESEND v9 36/36] x86/fred: Disable FRED by default in its early stage

[PATCH 00/47] fbdev: Use I/O helpers
 2023-08-01  8:59 UTC  (3+ messages)

[PATCH] KVM: eventfd: fix NULL deref irqbypass producer
 2023-08-01  8:54 UTC 

[PATCH 0/2] iommu: Make pasid array per device
 2023-08-01  8:40 UTC  (6+ messages)
` [PATCH 1/2] iommu: Consolidate pasid dma ownership check
` [PATCH 2/2] iommu: Move pasid array from group to device

[GIT PULL] KVM/arm64 fixes for 6.5, part #2
 2023-08-01  8:15 UTC 

[kvm-unit-tests PATCH v5 0/6] s390x: Add support for running guests without MSO/MSL
 2023-08-01  6:51 UTC  (8+ messages)
` [kvm-unit-tests PATCH v5 6/6] s390x: add a test for SIE "

[PATCH v2] Documentation: KVM: Add vPMU implementaion and gap document
 2023-08-01  3:58 UTC 

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-08-01  3:58 UTC  (7+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information

[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-08-01  3:45 UTC 

[PATCH] drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handler
 2023-08-01  3:12 UTC  (2+ messages)

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-08-01  2:40 UTC  (11+ messages)
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data

[PATCH -next] vfio/pci: Remove an unnecessary ternary operator
 2023-08-01  2:31 UTC 

[PATCH v3] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-08-01  2:26 UTC  (3+ messages)


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