messages from 2023-03-21 03:57:30 to 2023-03-22 01:09:13 UTC [more...]
[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
2023-03-22 1:09 UTC (5+ messages)
` [PATCH v6 2/7] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode
[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
2023-03-21 23:59 UTC (12+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support
[PATCH] KVM: x86: Allow restore of some sregs with protected state
2023-03-21 23:46 UTC (4+ messages)
[GIT PULL] VFIO fixes for v6.3-rc4
2023-03-21 22:50 UTC (2+ messages)
[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
2023-03-21 22:47 UTC (16+ messages)
[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
2023-03-21 22:00 UTC (14+ messages)
` [PATCH v4 01/13] KVM: x86/mmu: Add a helper function to check if an SPTE needs atomic write
` [PATCH v4 02/13] KVM: x86/mmu: Use kvm_ad_enabled() to determine if TDP MMU SPTEs need wrprot
` [PATCH v4 03/13] KVM: x86/mmu: Consolidate Dirty vs. Writable clearing logic in TDP MMU
` [PATCH v4 04/13] KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
` [PATCH v4 05/13] KVM: x86/mmu: Drop access tracking checks when clearing TDP MMU dirty bits
` [PATCH v4 06/13] KVM: x86/mmu: Bypass __handle_changed_spte() "
` [PATCH v4 07/13] KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
` [PATCH v4 08/13] KVM: x86/mmu: Clear only A-bit (if enabled) when aging TDP MMU SPTEs
` [PATCH v4 09/13] KVM: x86/mmu: Drop unnecessary dirty log checks "
` [PATCH v4 10/13] KVM: x86/mmu: Bypass __handle_changed_spte() "
` [PATCH v4 11/13] KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
` [PATCH v4 12/13] KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
` [PATCH v4 13/13] KVM: x86/mmu: Merge all handle_changed_pte*() functions
[PATCH v2 0/4] Reenable VFIO support on POWER systems
2023-03-21 21:43 UTC (7+ messages)
[Patch v3 0/7] Optimize clear dirty log
2023-03-21 21:38 UTC (7+ messages)
[syzbot] [kernel?] general protection fault in vhost_task_start
2023-03-21 21:36 UTC (5+ messages)
[PATCH v2 2/2] KVM: selftests: Print summary stats of memory latency distribution
2023-03-21 21:21 UTC (3+ messages)
[PATCH v15 00/12] Parallel CPU bringup for x86_64
2023-03-21 21:02 UTC (15+ messages)
` [PATCH v15 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v15 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v15 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v15 09/12] x86/smpboot: Support parallel startup of secondary CPUs
[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
2023-03-21 21:01 UTC (18+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
` [WIP Patch v2 09/14] KVM: Introduce KVM_CAP_MEMORY_FAULT_NOWAIT without implementation
[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall
2023-03-21 20:15 UTC (3+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v2 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd
[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
2023-03-21 20:05 UTC (13+ messages)
[PATCH v16 0/8] Parallel CPU bringup for x86_64
2023-03-21 19:40 UTC (9+ messages)
` [PATCH v16 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v16 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v16 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v16 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v16 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v16 7/8] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES
[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-03-21 19:14 UTC (18+ messages)
` [PATCH v3 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v3 02/17] iommufd: Add iommufd_group
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v3 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v3 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v3 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v3 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v3 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v3 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v3 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v3 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v3 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v3 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v3 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v3 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v3 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v3 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
2023-03-21 19:10 UTC (2+ messages)
[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
2023-03-21 19:09 UTC (2+ messages)
[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
2023-03-21 19:08 UTC (2+ messages)
[PATCH 00/21] KVM: x86/MMU: Formalize the Shadow MMU
2023-03-21 18:43 UTC (4+ messages)
` [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c
[PATCH v4 00/30] EFI and ACPI support for arm64
2023-03-21 18:41 UTC (10+ messages)
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 12/30] arm64: Add support for setting up the PSCI conduit through ACPI
` [PATCH v4 28/30] arm64: Add support for efi in Makefile
` [PATCH v4 30/30] arm64: Add an efi/run script
[PATCH v2 1/2] KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
2023-03-21 17:52 UTC (3+ messages)
` [PATCH v2 2/2] KVM: nVMX: Add helpers to setup VMX control msr configs
[PATCH 00/11] KVM: arm64: Userspace SMCCC call filtering
2023-03-21 17:36 UTC (12+ messages)
` [PATCH 01/11] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH 02/11] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH 03/11] KVM: arm64: Add vm fd device attribute accessors
` [PATCH 04/11] KVM: arm64: Rename SMC/HVC call handler to reflect reality
[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
2023-03-21 17:16 UTC (4+ messages)
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC
[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
2023-03-21 16:54 UTC (17+ messages)
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[PATCH v5 00/34] x86: enable FRED for x86-64
2023-03-21 16:38 UTC (14+ messages)
` [PATCH v5 20/34] x86/fred: add a machine check entry stub for FRED
` [PATCH v5 22/34] x86/fred: FRED initialization code
[PATCH v3] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-21 16:21 UTC (7+ messages)
[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
2023-03-21 16:03 UTC (8+ messages)
` [PATCH v5 2/5] [Trivial]KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()
[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-03-21 15:57 UTC (5+ messages)
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
[PATCH v3 0/8] vdpa_sim: add support for user VA
2023-03-21 15:48 UTC (9+ messages)
` [PATCH v3 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v3 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v3 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v3 4/8] vringh: support VA with iotlb
` [PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
` [PATCH v3 6/8] vdpa_sim: use kthread worker
` [PATCH v3 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v3 8/8] vdpa_sim: add support for user VA
[kvm-unit-tests PATCH v3 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
2023-03-21 15:41 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/2] Clean up the arm/run script
2023-03-21 15:41 UTC (2+ messages)
[kvm-unit-tests PATCH v10 0/7] MTTCG sanity tests for ARM
2023-03-21 15:26 UTC (11+ messages)
` [kvm-unit-tests PATCH v10 1/7] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v10 2/7] add .gitpublish metadata
` [kvm-unit-tests PATCH v10 4/7] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v10 5/7] arm/locking-tests: add comprehensive locking test
[RFC PATCH v4] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 15:03 UTC
[PATCH v2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-21 13:10 UTC (10+ messages)
[PATCH v4 00/29] Add KVM LoongArch support
2023-03-21 12:30 UTC (24+ messages)
` [PATCH v4 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v4 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v4 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v4 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v4 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v4 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v4 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v4 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v4 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v4 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v4 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v4 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v4 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v4 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v4 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v4 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v4 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v4 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v4 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v4 29/29] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
2023-03-21 12:02 UTC (3+ messages)
` [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality
[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
2023-03-21 12:02 UTC (2+ messages)
[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-21 11:27 UTC
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-03-21 11:21 UTC (5+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
[RFC PATCH v3] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 10:36 UTC (3+ messages)
[RFC PATCH v1 0/3] fix header length on skb merging
2023-03-21 8:31 UTC (5+ messages)
` [RFC PATCH v1 1/3] virtio/vsock: "
[RFC PATCH v2] virtio/vsock: allocate multiple skbuffs on tx
2023-03-21 8:28 UTC (4+ messages)
[PATCH v10 00/16] TDX host kernel support
2023-03-21 8:05 UTC (4+ messages)
` [PATCH v10 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
[PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES
2023-03-21 6:56 UTC (5+ messages)
` [PATCH kernel v4] "
[PATCH v2 0/5] Add Intel VT-d nested translation
2023-03-21 6:31 UTC (6+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d
[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
2023-03-21 6:14 UTC (2+ messages)
[PATCH v4 03/12] x86/mtrr: support setting MTRR state for software defined MTRRs
2023-03-21 6:01 UTC (4+ messages)
[PATCH net-next v1] virtio/vsock: check transport before skb allocation
2023-03-21 4:46 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).