messages from 2023-02-13 02:31:10 to 2023-02-13 23:21:57 UTC [more...]
[PATCH v3 00/15] Add vfio_device cdev for iommufd support
2023-02-13 23:21 UTC (18+ messages)
` [PATCH v3 01/15] vfio: Allocate per device file structure
` [PATCH v3 02/15] vfio: Refine vfio file kAPIs
` [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v3 04/15] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace
` [PATCH v3 06/15] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v3 07/15] vfio: Block device access via device fd until device is opened
` [PATCH v3 08/15] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v3 09/15] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v3 10/15] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v3 11/15] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v3 12/15] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v3 13/15] vfio: Add cdev for vfio_device
` [PATCH v3 14/15] vfio: Add ioctls for device cdev using iommufd
` [PATCH v3 15/15] vfio: Compile group optionally
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-02-13 22:54 UTC (4+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
[PATCH v9 00/18] TDX host kernel support
2023-02-13 22:43 UTC (28+ messages)
` [PATCH v9 01/18] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v9 02/18] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v9 03/18] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v9 04/18] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v9 05/18] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v9 06/18] x86/virt/tdx: Do TDX module global initialization
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization
` [PATCH v9 08/18] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v9 09/18] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v9 10/18] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v9 11/18] x86/virt/tdx: Fill out "
` [PATCH v9 12/18] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v9 13/18] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v9 14/18] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v9 15/18] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v9 16/18] x86/virt/tdx: Initialize all TDMRs
` [PATCH v9 17/18] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
` [PATCH v9 18/18] Documentation/x86: Add documentation for TDX host support
[PATCH v8 0/9] Parallel CPU bringup for x86_64
2023-02-13 22:30 UTC (12+ messages)
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [External] "
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup
` [External] "
[PATCH 00/18] KVM: arm64: Prefix patches for NV support
2023-02-13 22:26 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Make @tdp_mmu_allowed static
2023-02-13 21:28 UTC
Issue with "KVM: SEV: Add support for SEV intra host migration"
2023-02-13 20:07 UTC
"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
2023-02-13 19:56 UTC (11+ messages)
[PATCH 0/4] Add extra checkings to amx_test
2023-02-13 18:57 UTC (4+ messages)
` [PATCH 1/4] KVM: selftests: x86: Fix an error in comment of amx_test
[RFC] Support for Arm CCA VMs on Linux
2023-02-13 18:08 UTC (20+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
` [RFC PATCH 05/28] arm64: RME: Define the user ABI
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
` [RFC PATCH 09/28] arm64: RME: RTT handling
` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
[PATCH 00/13] Extend the vPMU selftest
2023-02-13 18:02 UTC (14+ messages)
` [PATCH 01/13] selftests: KVM: aarch64: Rename vpmu_counter_access.c to vpmu_test.c
` [PATCH 02/13] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [PATCH 03/13] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [PATCH 04/13] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [PATCH 05/13] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [PATCH 06/13] selftests: KVM: aarch64: Add KVM PMU event filter test
` [PATCH 07/13] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [PATCH 08/13] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [PATCH 09/13] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [PATCH 10/13] selftests: KVM: aarch64: Test chained events for PMU
` [PATCH 11/13] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [PATCH 12/13] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [PATCH 13/13] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs
[PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
2023-02-13 17:08 UTC (8+ messages)
` [PATCH 1/5] KVM: x86: Shrink struct kvm_pmu
` [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception
` [PATCH 3/5] KVM: Shrink struct kvm_mmu_memory_cache
` [PATCH 4/5] KVM: x86: Shrink struct kvm_vcpu_arch
` [PATCH 5/5] KVM: Shrink struct kvm_vcpu
[PATCH] x86/kvm: Don't use PVspinlock when mwait is advertised
2023-02-13 16:13 UTC (2+ messages)
[PATCH 0/6] iommufd: Add iommu capability reporting
2023-02-13 14:51 UTC (8+ messages)
` [PATCH 1/6] iommu: Add new iommu op to get iommu hardware information
` [PATCH 2/6] iommu/vt-d: Implement hw_info for iommu capability query
[PATCH v2 00/11] SVM: vNMI (with my fixes)
2023-02-13 14:50 UTC (8+ messages)
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
[PATCH v2 00/10] Add IO page table replacement support
2023-02-13 14:49 UTC (16+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 08/10] iommufd/device: Use iommu_group_replace_domain()
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-02-13 14:23 UTC (22+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PULL 00/22] Migration 20230213 patches
2023-02-13 14:17 UTC (24+ messages)
` [PULL 01/22] migration: Remove spurious files
` [PULL 02/22] multifd: cleanup the function multifd_channel_connect
` [PULL 03/22] multifd: Remove some redundant code
` [PULL 04/22] linux-headers: Update to v6.1
` [PULL 05/22] util/userfaultfd: Support /dev/userfaultfd
` [PULL 06/22] migration: Simplify ram_find_and_save_block()
` [PULL 07/22] migration: Make find_dirty_block() return a single parameter
` [PULL 08/22] migration: Split ram_bytes_total_common() in two functions
` [PULL 09/22] migration: Calculate ram size once
` [PULL 10/22] migration: Make ram_save_target_page() a pointer
` [PULL 11/22] migration: I messed state_pending_exact/estimate
` [PULL 12/22] AVX512 support for xbzrle_encode_buffer
` [PULL 13/22] Update bench-code for addressing CI problem
` [PULL 14/22] migration: Rework multi-channel checks on URI
` [PULL 15/22] migration: Cleanup postcopy_preempt_setup()
` [PULL 16/22] migration: Add a semaphore to count PONGs
` [PULL 17/22] migration: Postpone postcopy preempt channel to be after main
` [PULL 18/22] migration/multifd: Change multifd_load_cleanup() signature and usage
` [PULL 19/22] migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()
` [PULL 20/22] migration/multifd: Join all multifd threads in order to avoid leaks
` [PULL 21/22] migration/multifd: Move load_cleanup inside incoming_state_destroy
` [PULL 22/22] ram: Document migration ram flags
[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
2023-02-13 13:25 UTC (10+ messages)
` [PATCH v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits
` [PATCH v4 7/9] KVM: x86: When guest set CR3, handle LAM bits semantics
` [PATCH v4 8/9] KVM: x86: emulation: Apply LAM when emulating data access
[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
2023-02-13 13:10 UTC (3+ messages)
` [RFC PATCH kernel 1/2] perf/x86/amd: Add amd_prevent_hostibs_window() to set per-cpu ibs_flags
[PATCH v3 0/1] KVM: s390: pv: fix external interruption loop not always detected
2023-02-13 13:02 UTC (6+ messages)
` [PATCH v3 1/1] "
[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-02-13 12:22 UTC (2+ messages)
[PATCH v2 0/3] KVM: VMX: Stub out enable_evmcs static key
2023-02-13 11:54 UTC (3+ messages)
` [PATCH v2 3/3] KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper
[PATCH v4 00/30] EFI and ACPI support for arm64
2023-02-13 10:17 UTC (31+ messages)
` [PATCH v4 01/30] lib: Move acpi header and implementation to lib
` [PATCH v4 02/30] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [PATCH v4 03/30] arm/Makefile.common: Compile lib/acpi.c if CONFIG_EFI=y
` [PATCH v4 04/30] lib: Apply Lindent to acpi.{c,h}
` [PATCH v4 05/30] lib: Fix style for acpi.{c,h}
` [PATCH v4 06/30] lib/acpi: Convert table names to Linux style
` [PATCH v4 07/30] x86: Avoid references to fields of ACPI tables
` [PATCH v4 08/30] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [PATCH v4 09/30] lib/acpi: Add support for the XSDT table
` [PATCH v4 10/30] lib/acpi: Extend the definition of the FADT table
` [PATCH v4 11/30] devicetree: Check that fdt is not NULL in dt_available()
` [PATCH v4 12/30] arm64: Add support for setting up the PSCI conduit through ACPI
` [PATCH v4 13/30] arm64: Add support for discovering the UART "
` [PATCH v4 14/30] arm64: Add support for timer initialization "
` [PATCH v4 15/30] arm64: Add support for cpu "
` [PATCH v4 16/30] arm64: Add support for gic "
` [PATCH v4 17/30] lib/printf: Support for precision modifier in printf
` [PATCH v4 18/30] lib/printf: Add support for printing wide strings
` [PATCH v4 19/30] lib/efi: Add support for getting the cmdline
` [PATCH v4 20/30] arm/arm64: Rename etext to _etext
` [PATCH v4 21/30] lib: Avoid ms_abi for calls related to EFI on arm64
` [PATCH v4 22/30] arm64: Add a new type of memory type flag MR_F_RESERVED
` [PATCH v4 23/30] arm64: Add a setup sequence for systems that boot through EFI
` [PATCH v4 24/30] arm64: Copy code from GNU-EFI
` [PATCH v4 25/30] arm64: Change GNU-EFI imported code to use defined types
` [PATCH v4 26/30] arm64: Use code from the gnu-efi when booting with EFI
` [PATCH v4 27/30] lib: Avoid external dependency in libelf
` [PATCH v4 28/30] arm64: Add support for efi in Makefile
` [PATCH v4 29/30] lib: arm: Print test exit status
` [PATCH v4 30/30] arm64: Add an efi/run script
[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
2023-02-13 9:17 UTC (5+ messages)
` [RFC PATCH 1/1] "
[syzbot] INFO: trying to register non-static key in __timer_delete_sync
2023-02-13 8:57 UTC (3+ messages)
[v2] KVM: s390: pv: fix external interruption loop not always detected
2023-02-13 8:36 UTC (3+ messages)
[PATCH] vhost: Add uAPI for Vhost SCMI backend
2023-02-13 8:03 UTC (2+ messages)
[PULL 00/22] Migration 20230213 patches
2023-02-13 2:29 UTC (11+ messages)
` [PULL 13/22] Update bench-code for addressing CI problem
` [PULL 14/22] migration: Rework multi-channel checks on URI
` [PULL 15/22] migration: Cleanup postcopy_preempt_setup()
` [PULL 16/22] migration: Add a semaphore to count PONGs
` [PULL 17/22] migration: Postpone postcopy preempt channel to be after main
` [PULL 18/22] migration/multifd: Change multifd_load_cleanup() signature and usage
` [PULL 19/22] migration/multifd: Remove unnecessary assignment on multifd_load_cleanup()
` [PULL 20/22] migration/multifd: Join all multifd threads in order to avoid leaks
` [PULL 21/22] migration/multifd: Move load_cleanup inside incoming_state_destroy
` [PULL 22/22] ram: Document migration ram flags
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).