messages from 2022-06-24 02:57:24 to 2022-06-25 07:37:17 UTC [more...]
[PATCH] KVM: nVMX: clean up posted interrupt descriptor try_cmpxchg
2022-06-25 7:37 UTC (2+ messages)
[PATCH 00/19] Refresh queued CET virtualization series
2022-06-25 6:55 UTC (4+ messages)
` [PATCH 16/19] KVM: x86: Enable CET virtualization for VMX and advertise CET to userspace
[kvm-unit-tests PATCH v3 0/3] Fix up test failures due to recent KVM changes
2022-06-25 6:38 UTC (8+ messages)
` [PATCH v3 1/3] x86: Don't overwrite bits 11 and 12 of MSR_IA32_MISC_ENABLE
` [PATCH v3 2/3] x86: Skip perf related tests when platform cannot support
` [PATCH v3 3/3] x86: Check platform vPMU capabilities before run lbr tests
[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
2022-06-25 1:23 UTC (4+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
[PATCH 0/4] KVM: x86/mmu: pte_list_desc fix and cleanups
2022-06-25 0:16 UTC (6+ messages)
` [PATCH 1/4] KVM: x86/mmu: Track the number entries in a pte_list_desc with a ulong
` [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
` [PATCH 3/4] KVM: x86/mmu: Shrink pte_list_desc size when KVM is using TDP
` [PATCH 4/4] KVM: x86/mmu: Topup pte_list_desc cache iff VM is using rmaps
[RFC] vfio: remove useless judgement
2022-06-25 0:13 UTC (2+ messages)
[PATCH v2 0/4] KVM: x86/mmu: Cleanups for eager page splitting
2022-06-24 23:43 UTC (7+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
` [PATCH v2 2/4] KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
` [PATCH v2 3/4] KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
` [PATCH v2 4/4] KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
[PATCH 0/5] Fix wrong gfn range of tlb flushing with range
2022-06-24 23:06 UTC (8+ messages)
` [PATCH 1/5] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH 2/5] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH 3/5] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH 4/5] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH 5/5] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()
[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
2022-06-24 22:42 UTC (11+ messages)
` [RFT][PATCH v1 5/6] vfio/ccw: Add kmap_local_page() for memcpy
[PATCH 6/6] vfio: do not set FMODE_LSEEK flag
2022-06-24 21:53 UTC (2+ messages)
[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-06-24 21:50 UTC (3+ messages)
[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
2022-06-24 21:32 UTC (14+ messages)
` [PATCH v4 01/13] KVM: selftests: Add a userfaultfd library
` [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function
` [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v4 08/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v4 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v4 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v4 11/13] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v4 12/13] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v4 13/13] KVM: selftests: aarch64: Add mix of "
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-06-24 20:14 UTC (18+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 24/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v6 47/49] *fix for stale per-cpu pointer due to cond_resched during ghcb mapping
[PATCH v5 00/22] TDX host kernel support
2022-06-24 20:13 UTC (22+ messages)
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and ACPI memory hotplug
` [PATCH v5 05/22] x86/virt/tdx: Prevent hot-add driver managed memory
` [PATCH v5 06/22] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 08/22] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory
` [PATCH v5 15/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
[GIT PULL] KVM fixes for Linux 5.19-rc4
2022-06-24 19:37 UTC (2+ messages)
[PATCH 0/3] KVM: x86/mmu: Cleanups for eager page splitting
2022-06-24 18:50 UTC (8+ messages)
` [PATCH 1/3] KVM: x86/mmu: Avoid subtle pointer arithmetic in kvm_mmu_child_role()
` [PATCH 2/3] KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
` [PATCH 3/3] KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity
[PATCH v3 1/2] vfio/type1: Simplify bus_type determination
2022-06-24 18:50 UTC (4+ messages)
` [PATCH v3 2/2] vfio: Use device_iommu_capable()
[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-24 18:46 UTC (12+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v3 3/5] vfio/iommu_type1: Remove the domain->ops comparison
[PATCH v2 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-24 18:46 UTC (8+ messages)
` [PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison
lockdep splat with gpc cache
2022-06-24 17:34 UTC
[PATCH v2 0/8] KVM: x86: vcpu->arch.pio* cleanups
2022-06-24 17:18 UTC (9+ messages)
` [PATCH v2 1/8] KVM: x86: complete fast IN directly with complete_emulator_pio_in()
` [PATCH v2 2/8] KVM: x86: inline kernel_pio into its sole caller
` [PATCH v2 3/8] KVM: x86: drop PIO from unregistered devices
` [PATCH v2 4/8] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out()
` [PATCH v2 5/8] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH v2 6/8] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH v2 7/8] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH v2 8/8] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too
[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
2022-06-24 17:04 UTC (8+ messages)
` [PATCH v6 01/17] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH v6 02/17] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [PATCH v6 15/17] KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
[PATCH v10 0/3] s390x: KVM: CPU Topology
2022-06-24 15:09 UTC (12+ messages)
` [PATCH v10 1/3] KVM: s390: ipte lock for SCA access should be contained in KVM
` [PATCH v10 2/3] KVM: s390: guest support for topology function
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report
[PATCH kvm-unit-tests] x86/msr: Add dedicated macros to handle MSRs that are 64-bit only
2022-06-24 16:05 UTC
[PATCH v2 1/2] vfio/type1: Simplify bus_type determination
2022-06-24 16:04 UTC (11+ messages)
[PATCH] KVM: debugfs: expose pid of vcpu threads
2022-06-24 16:01 UTC (2+ messages)
[PATCH] KVM: selftests: Enhance handling WRMSR ICR register in x2APIC mode
2022-06-24 15:46 UTC (2+ messages)
[PATCH vfio 2/2] vfio: Split migration ops from main device ops
2022-06-24 14:53 UTC (13+ messages)
[kvm-unit-tests PATCH v2 0/3] better smp interrupt checks
2022-06-24 14:45 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v2 2/3] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: better smp interrupt checks
[PATCH 1/2] vfio/type1: Simplify bus_type determination
2022-06-24 14:14 UTC (4+ messages)
[Patch 0/1] A bug fix to the error handling path in vfio_device_open()
2022-06-24 14:05 UTC (3+ messages)
` [Patch 1/1] vfio: Move "device->open_count--" out of group_rwsem "
simplify the mdev interface v2
2022-06-24 13:14 UTC (12+ messages)
` [PATCH 02/13] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 03/13] vfio/mdev: simplify mdev_type handling
` [PATCH 3/13] "
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-24 13:01 UTC (13+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH V3] virtio: disable notification hardening by default
2022-06-24 9:05 UTC (6+ messages)
[PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
2022-06-24 8:55 UTC (2+ messages)
[PATCH] meson.build: Require a recent version of libpng
2022-06-24 8:19 UTC
[PATCH] accel: kvm: Fix memory leak in find_stats_descriptors
2022-06-24 8:19 UTC (2+ messages)
[PATCH v2] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode
2022-06-24 8:05 UTC (5+ messages)
[PATCH V2] KVM: SEV: Init target VMCBs in sev_migrate_from
2022-06-24 8:02 UTC (2+ messages)
[PATCH] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
2022-06-24 7:58 UTC (2+ messages)
[PATCH] vringh: iterate on iotlb_translate to handle large translations
2022-06-24 7:56 UTC
[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
2022-06-24 7:23 UTC (34+ messages)
` [PATCH v10 13/41] virtio_ring: split: extract the logic of vring init
` [PATCH v10 14/41] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v10 15/41] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v10 16/41] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v10 17/41] virtio_ring: packed: introduce vring_free_packed
` [PATCH v10 18/41] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v10 19/41] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v10 20/41] virtio_ring: packed: extract the logic of attach vring
` [PATCH v10 21/41] virtio_ring: packed: extract the logic of vring init
` [PATCH v10 22/41] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v10 23/41] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v10 24/41] virtio_ring: introduce virtqueue_resize()
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v10 26/41] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v10 27/41] virtio: allow to unbreak/break virtqueue individually
` [PATCH v10 28/41] virtio_pci: update struct virtio_pci_common_cfg
` [PATCH v10 29/41] virtio_pci: introduce helper to get/set queue reset
` [PATCH v10 30/41] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v10 31/41] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v10 32/41] virtio: find_vqs() add arg sizes
` [PATCH v10 33/41] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v10 34/41] virtio_mmio: "
` [PATCH v10 35/41] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v10 36/41] virtio_net: set the default max ring size by find_vqs()
` [PATCH v10 37/41] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v10 38/41] virtio_net: split free_unused_bufs()
` [PATCH v10 39/41] virtio_net: support rx queue resize
` [PATCH v10 40/41] virtio_net: support tx "
` [PATCH v10 41/41] virtio_net: support set_ringparam
linux-next: manual merge of the kvm tree with the kvm-fixes tree
2022-06-24 4:09 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