messages from 2023-09-15 19:00:45 to 2023-09-18 15:22:55 UTC [more...]
[PATCH v10 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-09-18 14:49 UTC (5+ messages)
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-09-18 15:18 UTC (32+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large
[PATCH v2 00/12] KVM: xen: update shared_info and vcpu_info handling
2023-09-18 12:59 UTC (21+ messages)
` [PATCH v2 01/12] KVM: pfncache: add a map helper function
` [PATCH v2 02/12] KVM: pfncache: add a mark-dirty helper
` [PATCH v2 03/12] KVM: pfncache: add a helper to get the gpa
` [PATCH v2 04/12] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v2 05/12] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v2 06/12] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v2 07/12] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH v2 08/12] KVM: xen: automatically use the vcpu_info embedded in shared_info
` [PATCH v2 09/12] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v2 10/12] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v2 11/12] KVM: selftests / xen: don't explicitly set the vcpu_info address
` [PATCH v2 12/12] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
[kvmtool PATCH v2 0/6] RISC-V AIA irqchip and Svnapot support
2023-09-18 12:57 UTC (7+ messages)
` [kvmtool PATCH v2 1/6] Sync-up header with Linux-6.5 for KVM RISC-V
` [kvmtool PATCH v2 2/6] riscv: Add Svnapot extension support
` [kvmtool PATCH v2 3/6] riscv: Make irqchip support pluggable
` [kvmtool PATCH v2 4/6] riscv: Add IRQFD support for in-kernel AIA irqchip
` [kvmtool PATCH v2 5/6] riscv: Use AIA in-kernel irqchip whenever KVM RISC-V supports
` [kvmtool PATCH v2 6/6] riscv: Fix guest/init linkage for multilib toolchain
[PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
2023-09-18 12:56 UTC (2+ messages)
[PATCH] vfio/pds: Use proper PF device access helper
2023-09-18 12:40 UTC (4+ messages)
[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
2023-09-18 12:36 UTC (2+ messages)
[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
2023-09-18 12:33 UTC (24+ messages)
` [PATCH v3 04/16] kvm: Return number of free memslots
` [PATCH v3 05/16] vhost: "
` [PATCH v3 06/16] memory-device: Support memory devices with multiple memslots
` [PATCH v3 07/16] stubs: Rename qmp_memory_device.c to memory_device.c
` [PATCH v3 08/16] memory-device: Track required and actually used memslots in DeviceMemoryState
` [PATCH v3 09/16] memory-device,vhost: Support memory devices that dynamically consume memslots
` [PATCH v3 10/16] kvm: Add stub for kvm_get_max_memslots()
` [PATCH v3 11/16] vhost: Add vhost_get_max_memslots()
` [PATCH v3 12/16] memory-device,vhost: Support automatic decision on the number of memslots
` [PATCH v3 13/16] memory: Clarify mapping requirements for RamDiscardManager
` [PATCH v3 14/16] virtio-mem: Expose device memory via multiple memslots if enabled
[kvmtool PATCH 0/6] RISC-V AIA irqchip and Svnapot support
2023-09-18 11:56 UTC (4+ messages)
[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
2023-09-18 11:16 UTC (2+ messages)
[PATCH v13 00/22] TDX host kernel support
2023-09-18 12:08 UTC (15+ messages)
` [PATCH v13 17/22] x86/kexec: Flush cache of TDX private memory
` [PATCH v13 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v13 19/22] x86/virt/tdx: Improve readibility of module initialization error handling
` [PATCH v13 20/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
[RFC] KVM: x86: Allow userspace exit on HLT and MWAIT, else yield on MWAIT
2023-09-18 11:59 UTC (4+ messages)
[PATCH] vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
2023-09-18 11:55 UTC
Słowa kluczowe do wypozycjonowania
2023-09-18 11:15 UTC
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2023-09-18 11:19 UTC (5+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "
[PATCH 0/3] Fixes for virtio PCI interrupt handling
2023-09-18 11:05 UTC (2+ messages)
[kvmtool] pci: Deregister KVM_PCI_CFG_AREA on pci__exit
2023-09-18 11:05 UTC (2+ messages)
[PATCH kvmtool 0/3] Change what --nodefaults does and a revert
2023-09-18 11:05 UTC (2+ messages)
[PATCH 0/3] Use arch_make_folio_accessible() everywhere
2023-09-18 11:01 UTC (4+ messages)
[PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
2023-09-18 10:40 UTC (3+ messages)
` [PATCH kvmtool v3 08/17] Add helpers to pause the VM from vCPU thread
[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
2023-09-18 9:55 UTC (14+ messages)
` [RFC PATCH v2 2/8] KVM: arm64: Add KVM_PGTABLE_WALK_HW_DBM for HW DBM support
` [RFC PATCH v2 3/8] KVM: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH v2 4/8] KVM: arm64: Set DBM for previously writeable pages
[PATCH 7/8] KVM: xen: prepare for using 'default' vcpu_info
2023-09-18 9:25 UTC (2+ messages)
[RFC v2 0/4] Support reconnection in vduse
2023-09-18 8:48 UTC (7+ messages)
` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
` [RFC v2 2/4] vduse: Add file operation for mmap
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO
[PATCH v21 00/29] Add KVM LoongArch support
2023-09-18 8:39 UTC (32+ messages)
` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files
A new manufacturer of pillows, mattresses and duvets
2023-09-18 8:16 UTC
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-18 7:51 UTC (12+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
[PATCH v6 00/25] Enable CET Virtualization
2023-09-18 7:16 UTC (6+ messages)
` [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
[PATCH iwl-next v3 00/13] Add E800 live migration driver
2023-09-18 6:25 UTC (14+ messages)
` [PATCH iwl-next v3 01/13] ice: Fix missing legacy 32byte RXDID in the supported bitmap
` [PATCH iwl-next v3 02/13] ice: Add function to get RX queue context
` [PATCH iwl-next v3 03/13] ice: Add function to get and set TX "
` [PATCH iwl-next v3 04/13] ice: Introduce VF state ICE_VF_STATE_REPLAYING_VC for migration
` [PATCH iwl-next v3 05/13] ice: Add fundamental migration init and exit function
` [PATCH iwl-next v3 06/13] ice: Log virtual channel messages in PF
` [PATCH iwl-next v3 07/13] ice: Add device state save/restore function for migration
` [PATCH iwl-next v3 08/13] ice: Fix VSI id in virtual channel message "
` [PATCH iwl-next v3 09/13] ice: Save and restore RX Queue head
` [PATCH iwl-next v3 10/13] ice: Save and restore TX "
` [PATCH iwl-next v3 11/13] ice: Add device suspend function for migration
` [PATCH iwl-next v3 12/13] ice: Save and restore mmio registers
` [PATCH iwl-next v3 13/13] vfio/ice: Implement vfio_pci driver for E800 devices
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-17 15:15 UTC (36+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
[PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-16 13:09 UTC (5+ messages)
` [PATCH net-next v9 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v9 2/4] vsock/virtio: support to send "
` [PATCH net-next v9 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v9 4/4] vsock/virtio: MSG_ZEROCOPY flag support
[PATCH] x86/sev: Make early_set_memory_decrypted() calls page aligned
2023-09-16 9:19 UTC (4+ messages)
[PATCH 0/3] KVM: x86/mmu: Drop async zapping of TDP MMU roots
2023-09-16 0:39 UTC (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Open code walking TDP MMU roots for mmu_notifier's zap SPTEs
` [PATCH 2/3] KVM: x86/mmu: Take "shared" instead of "as_id" TDP MMU's yield-safe iterator
` [PATCH 3/3] KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-09-15 21:54 UTC (16+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
[PATCH v15 0/2] add debugfs to migration driver
2023-09-15 21:00 UTC (5+ messages)
` [PATCH v15 1/2] vfio/migration: Add debugfs to live "
` [PATCH v15 2/2] Documentation: add debugfs description for vfio
[PATCH v2 0/3] SEV-ES TSC_AUX virtualization fix and optimization
2023-09-15 20:57 UTC (5+ messages)
` [PATCH v2 1/3] KVM: SVM: Fix TSC_AUX virtualization setup
` [PATCH v2 2/3] KVM: SVM: Fix TSC_AUX virtualization intercept update logic
` [PATCH v2 3/3] KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX
[PATCH 0/2] SEV-ES TSC_AUX virtualization fix and optimization
2023-09-15 20:54 UTC (7+ messages)
` [PATCH 1/2] KVM: SVM: Fix TSC_AUX virtualization setup
[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
2023-09-15 20:04 UTC (3+ messages)
` [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
2023-09-15 19:48 UTC (7+ messages)
` [PATCH 1/5] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH 2/5] accel: Introduce accel_cpu_unrealize() stub
` [PATCH 3/5] accel: Declare AccelClass::[un]realize_cpu() handlers
` [PATCH 4/5] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH 5/5] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
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