messages from 2023-03-28 03:33:22 to 2023-03-29 02:36:36 UTC [more...]
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-03-29 2:35 UTC (2+ messages)
[PATCH v8 16/24] iommufd/device: Add iommufd_access_detach() API
2023-03-29 2:24 UTC (4+ messages)
[PATCH v8 00/24] Add vfio_device cdev for iommufd support
2023-03-29 2:23 UTC (8+ messages)
` [PATCH v8 08/24] vfio: Block device access via device fd until device is opened
` [PATCH v8 18/24] vfio: Determine noiommu in vfio_device registration
` [PATCH v8 19/24] vfio: Name noiommu vfio_device with "noiommu-" prefix
[PATCH v3] KVM: VMX: fix lockdep warning on posted intr wakeup
2023-03-29 1:53 UTC (3+ messages)
[PATCH v6 0/7] Linear Address Masking (LAM) KVM Enabling
2023-03-29 2:08 UTC (12+ messages)
` [PATCH v6 2/7] KVM: VMX: Use is_64_bit_mode() to check 64-bit mode
` [PATCH v6 5/7] KVM: x86: Introduce untag_addr() in kvm_x86_ops
[PATCH v13 000/113] KVM TDX basic feature support
2023-03-29 1:13 UTC (9+ messages)
` [PATCH v13 003/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
[Patch v4 00/18] NUMA aware page table allocation
2023-03-29 0:28 UTC (21+ messages)
` [Patch v4 11/18] KVM: x86/mmu: Add documentation of NUMA aware page table capability
` [Patch v4 12/18] KVM: x86/mmu: Allocate NUMA aware page tables on TDP huge page splits
` [Patch v4 13/18] KVM: mmu: Add common initialization logic for struct kvm_mmu_memory_cache{}
` [Patch v4 14/18] KVM: mmu: Initialize kvm_mmu_memory_cache.gfp_zero to __GFP_ZERO by default
` [Patch v4 15/18] KVM: mmu: Add NUMA node support in struct kvm_mmu_memory_cache{}
` [Patch v4 16/18] KVM: x86/mmu: Allocate numa aware page tables during page fault
[PATCH v1 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
2023-03-29 0:21 UTC (3+ messages)
` [PATCH v1 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v1 2/2] KVM: arm64: PMU: Ensure to trap PMU access from EL0 to EL2
[RFC PATCH 0/7] SVM guest shadow stack support
2023-03-29 0:16 UTC (5+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-03-28 23:31 UTC (18+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
[PATCH v1] KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
2023-03-28 22:37 UTC (3+ messages)
[WIP Patch v2 00/14] Avoiding slow get-user-pages via memory fault exit
2023-03-28 22:19 UTC (12+ messages)
` [WIP Patch v2 04/14] KVM: x86: Add KVM_CAP_X86_MEMORY_FAULT_EXIT and associated kvm_run field
[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-03-28 21:53 UTC (9+ messages)
` [PATCH V2 1/8] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
` [PATCH V2 2/8] vfio/pci: Remove negative check on unsigned vector
` [PATCH V2 3/8] vfio/pci: Prepare for dynamic interrupt context storage
` [PATCH V2 4/8] vfio/pci: Use xarray for "
` [PATCH V2 5/8] vfio/pci: Remove interrupt context counter
` [PATCH V2 6/8] vfio/pci: Move to single error path
` [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
` [PATCH V2 8/8] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X
[PATCH v2 1/2] KVM: selftests: Provide generic way to read system counter
2023-03-28 21:51 UTC (6+ messages)
[PATCH v4 0/6] Support writable CPU ID registers from userspace
2023-03-28 20:20 UTC (17+ messages)
` [PATCH v4 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v4 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v4 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v4 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
[PATCH v17 0/8] Parallel CPU bringup for x86_64
2023-03-28 20:07 UTC (10+ messages)
` [PATCH v17 1/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v17 2/8] cpu/hotplug: Reset task stack state in _cpu_up()
` [PATCH v17 3/8] cpu/hotplug: Add CPUHP_BP_PARALLEL_STARTUP state before CPUHP_BRINGUP_CPU
` [PATCH v17 4/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v17 5/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v17 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v17 7/8] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v17 8/8] x86/smpboot: Allow parallel bringup for SEV-ES
[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-03-28 19:22 UTC (19+ messages)
` [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO
[PATCH] KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()
2023-03-28 17:35 UTC (3+ messages)
[PATCH-for-8.0 v2 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators
2023-03-28 17:31 UTC (4+ messages)
` [PATCH-for-8.0 v2 1/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
` [PATCH-for-8.0 v2 2/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include
` [PATCH-for-8.0 v2 3/3] softmmu: Restore use of CPU watchpoint for all accelerators
[PATCH -next v17 00/20] riscv: Add vector ISA support
2023-03-28 17:22 UTC (6+ messages)
` [PATCH -next v17 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v17 11/20] riscv: Add ptrace vector support
[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
2023-03-28 17:01 UTC (7+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v1 3/4] s390x: lib: sie: don't reenter SIE on pgm int
[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-28 16:38 UTC (6+ messages)
[kvm-unit-tests PATCH v2 0/3] s390x: Add PV SIE intercepts and ipl tests
2023-03-28 16:37 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Introduce UV validity function
` [kvm-unit-tests PATCH v2 2/3] s390x: pv: Test sie entry intercepts and validities
` [kvm-unit-tests PATCH v2 3/3] s390x: pv: Add IPL reset tests
[PATCH net v2] virtio/vsock: fix leaks due to missing skb owner
2023-03-28 16:29 UTC
[PATCH-for-8.0 0/3] softmmu: Restore use of CPU watchpoint for non-TCG accelerators
2023-03-28 16:15 UTC (5+ messages)
` [PATCH-for-8.0 1/3] softmmu/watchpoint: Add missing 'qemu/error-report.h' include
` [PATCH-for-8.0 2/3] softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
` [PATCH-for-8.0 3/3] softmmu: Restore use of CPU watchpoint for all accelerators
[PATCH net] virtio/vsock: fix leak due to missing skb owner
2023-03-28 7:58 UTC (3+ messages)
[PATCH v2 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
2023-03-28 15:20 UTC (9+ messages)
` [PATCH v2 1/2] iommu/amd: Don't block updates to GATag if guest mode is on
[kvm-unit-tests PATCH 0/3] x86/msr: Add tests for command MSRs
2023-03-28 15:07 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Add define for MSR_IA32_PRED_CMD's PRED_CMD_IBPB (bit 0)
` [kvm-unit-tests PATCH 2/3] x86/msr: Add testcases for MSR_IA32_PRED_CMD and its IBPB command
` [kvm-unit-tests PATCH 3/3] x86/msr: Add testcases for MSR_IA32_FLUSH_CMD and its L1D_FLUSH command
[PING PATCH v4 00/29] Add KVM LoongArch support
2023-03-28 14:16 UTC (33+ messages)
` [PING PATCH v4 01/29] LoongArch: KVM: Add kvm related header files
` [PING PATCH v4 02/29] LoongArch: KVM: Implement kvm module related interface
` [PING PATCH v4 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PING PATCH v4 04/29] LoongArch: KVM: Implement VM related functions
` [PING PATCH v4 05/29] LoongArch: KVM: Add vcpu related header files
` [PING PATCH v4 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PING PATCH v4 07/29] LoongArch: KVM: Implement vcpu run interface
` [PING PATCH v4 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PING PATCH v4 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PING PATCH v4 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PING PATCH v4 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PING PATCH v4 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PING PATCH v4 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PING PATCH v4 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PING PATCH v4 15/29] LoongArch: KVM: Implement vcpu status description
` [PING PATCH v4 16/29] LoongArch: KVM: Implement update VM id function
` [PING PATCH v4 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PING PATCH v4 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PING PATCH v4 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PING PATCH v4 20/29] LoongArch: KVM: Implement handle csr excption
` [PING PATCH v4 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PING PATCH v4 22/29] LoongArch: KVM: Implement handle idle exception
` [PING PATCH v4 23/29] LoongArch: KVM: Implement handle gspr exception
` [PING PATCH v4 24/29] LoongArch: KVM: Implement handle mmio exception
` [PING PATCH v4 25/29] LoongArch: KVM: Implement handle fpu exception
` [PING PATCH v4 26/29] LoongArch: KVM: Implement kvm exception vector
` [PING PATCH v4 27/29] LoongArch: KVM: Implement vcpu world switch
` [PING PATCH v4 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PING PATCH v4 29/29] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH 00/11] KVM: arm64: Userspace SMCCC call filtering
2023-03-28 14:15 UTC (13+ messages)
` [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 05/11] KVM: arm64: Start handling SMCs from EL1
` [PATCH 06/11] KVM: arm64: Refactor hvc filtering to support different actions
[PATCH -next v16 00/20] riscv: Add vector ISA support
2023-03-28 12:55 UTC (5+ messages)
` [PATCH -next v16 19/20] riscv: detect assembler support for .option arch
[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
2023-03-28 12:44 UTC (7+ messages)
` [kvm-unit-tests PATCH v7 2/2] s390x: topology: Checking Configuration "
[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-03-28 11:38 UTC (8+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
[PATCH net v2 0/3] fix header length on skb merging
2023-03-28 11:33 UTC (4+ messages)
` [PATCH net v2 1/3] virtio/vsock: "
` [PATCH net v2 2/3] virtio/vsock: WARN_ONCE() for invalid state of socket
` [PATCH net v2 3/3] test/vsock: new skbuff appending test
[PATCH v18 00/17] s390x: CPU Topology
2023-03-28 11:29 UTC (4+ messages)
` [PATCH v18 01/17] s390x/cpu topology: add s390 specifics to CPU topology
[RFC PATCH v1 0/2] return errors other than -ENOMEM to socket
2023-03-28 11:20 UTC (9+ messages)
` [RFC PATCH v1 1/2] vsock: "
` [RFC PATCH v1 2/2] vsock/test: update expected return values
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-28 10:41 UTC (7+ messages)
[PATCH net-next v5 0/2] allocate multiple skbuffs on tx
2023-03-28 10:10 UTC (2+ messages)
[PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
2023-03-28 10:04 UTC (5+ messages)
[RFC PATCH v2 0/3] fix header length on skb merging
2023-03-28 9:41 UTC (9+ messages)
` [RFC PATCH v2 1/3] virtio/vsock: "
` [RFC PATCH v2 2/3] virtio/vsock: WARN_ONCE() for invalid state of socket
` [RFC PATCH v2 3/3] test/vsock: new skbuff appending test
[PATCH 0/2] KVM: PPC: support kvm selftests
2023-03-28 9:07 UTC (7+ messages)
[PATCH v4 00/30] EFI and ACPI support for arm64
2023-03-28 9:03 UTC (10+ messages)
` [PATCH v4 30/30] arm64: Add an efi/run script
[PATCH net-next v4 0/3] Add support for sockmap to vsock
2023-03-28 8:20 UTC (3+ messages)
` [PATCH net-next v4 1/3] vsock: support sockmap
[kvm-unit-tests v3 00/13] powerpc: updates, P10, PNV support
2023-03-28 7:32 UTC (7+ messages)
` [kvm-unit-tests v3 03/13] powerpc: Add some checking to exception handler install
[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
2023-03-28 5:23 UTC (3+ messages)
` [PATCH v3 1/6] iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()
[PATCH v6 0/4] Add IO page table replacement support
2023-03-28 5:18 UTC (3+ messages)
` [PATCH v6 2/4] iommufd: Add iommufd_access_replace() API
[PATCH v4 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-03-28 5:15 UTC (3+ messages)
` [PATCH v4 14/17] iommufd/selftest: Test iommufd_device_replace()
[PATCH rcu v3 2/4] kvm: Remove "select SRCU"
2023-03-28 4:56 UTC (2+ messages)
[PATCH 0/3] Some code refactor surround CR4.UMIP virtualization
2023-03-28 4:38 UTC (4+ messages)
` [PATCH 3/3] KVM: VMX: Use the canonical interface to read CR4.UMIP bit
[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2023-03-28 4:30 UTC (3+ messages)
[PATCH 0/3] KVM: x86/emulator: Segment load fixes
2023-03-28 4:28 UTC (4+ messages)
[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
2023-03-28 3:48 UTC (4+ messages)
` [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace
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 read-only IMAP folder(s) and NNTP newsgroup(s).