messages from 2023-11-20 17:25:58 to 2023-11-22 19:32:48 UTC [more...]
[PATCH vfio 0/2] vfio/mlx5: locking updates
2023-11-22 19:32 UTC (3+ messages)
` [PATCH vfio 1/2] vfio/mlx5: Change reset_lock to mutex_lock
` [PATCH vfio 2/2] vfio/mlx5: Destroy the state_mutex on release
[PATCH v4 vfio 0/2] vfio/pds: Fixes for locking bugs
2023-11-22 19:25 UTC (3+ messages)
` [PATCH v4 vfio 1/2] vfio/pds: Fix mutex lock->magic != lock warning
` [PATCH v4 vfio 2/2] vfio/pds: Fix possible sleep while in atomic context
[RFC PATCH v3 0/3] send credit update during setting SO_RCVLOWAT
2023-11-22 18:05 UTC (4+ messages)
` [RFC PATCH v3 1/3] vsock: update SO_RCVLOWAT setting callback
` [RFC PATCH v3 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [RFC PATCH v3 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test
[PATCH v3 0/3] Add arch_timer_edge_cases selftest
2023-11-22 17:43 UTC (3+ messages)
` [PATCH v3 1/3] KVM: arm64: selftests: Standardize GIC base addresses
[PATCH v8 00/15] KVM: xen: update shared_info and vcpu_info handling
2023-11-22 15:52 UTC (35+ messages)
` [PATCH v8 01/15] KVM: pfncache: Add a map helper function
` [PATCH v8 02/15] KVM: pfncache: remove unnecessary exports
` [PATCH v8 03/15] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v8 04/15] KVM: pfncache: add a mark-dirty helper
` [PATCH v8 05/15] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v8 06/15] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v8 07/15] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v8 08/15] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v8 09/15] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v8 10/15] KVM: xen: allow vcpu_info "
` [PATCH v8 11/15] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v8 12/15] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v8 13/15] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v8 14/15] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v8 15/15] KVM: xen: allow vcpu_info content to be 'safely' copied
[PATCH v2 0/4] eventfd: simplify signal helpers
2023-11-22 15:19 UTC (11+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void
[PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
2023-11-22 15:08 UTC (2+ messages)
[PATCH] KVM: x86: fix kvm_has_noapic_vcpu updates when fail to create vcpu
2023-11-22 14:57 UTC (4+ messages)
[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
2023-11-22 13:25 UTC (10+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check
2023-11-22 13:09 UTC (16+ messages)
` [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments
` [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function
` [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated
` [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 09/10] add clang-format configuration file
[PATCH v9 00/15] KVM: xen: update shared_info and vcpu_info handling
2023-11-22 13:04 UTC (19+ messages)
` [PATCH v9 01/15] KVM: pfncache: Add a map helper function
` [PATCH v9 02/15] KVM: pfncache: remove unnecessary exports
` [PATCH v9 03/15] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v9 04/15] KVM: pfncache: add a mark-dirty helper
` [PATCH v9 05/15] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v9 06/15] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v9 07/15] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v9 08/15] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v9 09/15] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v9 10/15] KVM: xen: allow vcpu_info "
` [PATCH v9 11/15] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v9 12/15] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v9 13/15] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v9 14/15] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v9 15/15] KVM: xen: allow vcpu_info content to be 'safely' copied
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2023-11-22 11:39 UTC (12+ messages)
` [PATCH v11 01/43] arm64: cpufeatures: Restrict NV support to FEAT_NV2
[kvm-unit-tests GIT PULL 00/26] s390x: multiline unittests.cfg, sclp enhancements, topology fixes and improvements, sie without MSO/MSL, 2G guest alignment, bug fixes
2023-11-22 11:06 UTC (3+ messages)
` [kvm-unit-tests GIT PULL 07/26] s390x: sie: ensure guests are aligned to 2GB
linux-next: manual merge of the kvm tree with the vfs-brauner tree
2023-11-22 10:20 UTC (3+ messages)
EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
2023-11-22 10:00 UTC (7+ messages)
` "
[Bug 218177] New: qemu got sigabrt when using vpp in guest and dpdk for qemu
2023-11-22 9:32 UTC (2+ messages)
` [Bug 218177] "
[PATCH net v1] vsock/test: fix SEQPACKET message bounds test
2023-11-22 9:16 UTC (2+ messages)
[PATCH v6 00/16] KVM TDX: TDP MMU: large page support
2023-11-22 9:05 UTC (22+ messages)
` [PATCH v6 07/16] KVM: MMU: Introduce level info in PFERR code
` [PATCH v6 08/16] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs
` [PATCH v6 09/16] KVM: TDX: Pass desired page level in err code for page fault handler
` [PATCH v6 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf
` [PATCH v6 12/16] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [PATCH v6 13/16] KVM: x86/tdp_mmu: Try to merge pages into a large page
` [PATCH v6 14/16] KVM: x86/tdp_mmu: TDX: Implement "
` [PATCH v6 15/16] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot
[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
2023-11-22 8:13 UTC (5+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
[PATCH] selftests/kvm: Fix issues with $(SPLIT_TESTS)
2023-11-22 8:01 UTC (2+ messages)
[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
2023-11-22 7:32 UTC
[PATCH] powerpc: Add PVN support for HeXin C2000 processor
2023-11-22 7:25 UTC (3+ messages)
[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
2023-11-22 5:36 UTC (15+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
[RFC 0/7] Add SIOV virtual device support
2023-11-22 3:59 UTC (3+ messages)
linux-next: build failure after merge of the kvm tree
2023-11-22 2:14 UTC
[PATCH V1] vfio: add attach_group_by_node to control behavior of attaching group to domain
2023-11-22 1:02 UTC (3+ messages)
[PATCH] selftests/kvm: fix compilation on non-x86_64 platforms
2023-11-21 23:02 UTC (3+ messages)
[PATCH 03/14] tools headers UAPI: Update tools's copy of kvm.h header
2023-11-21 22:56 UTC (2+ messages)
` [PATCH 05/14] tools headers UAPI: Update tools's copy of vhost.h header
[PATCH v2] s390/vfio-ap: fix sysfs status attribute for AP queue devices
2023-11-21 22:02 UTC (5+ messages)
[PATCH v17 000/116] KVM TDX basic feature support
2023-11-21 19:15 UTC (4+ messages)
` [PATCH v17 020/116] KVM: TDX: create/destroy VM structure
[kvm-unit-tests PATCH v1] s390x/Makefile: simplify Secure Execution boot image generation
2023-11-21 17:23 UTC
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-21 17:00 UTC (5+ messages)
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
[PATCH] selftests/kvm: fix -Wformat warning
2023-11-21 16:56 UTC
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-21 16:21 UTC (5+ messages)
` [PATCH v10 10/50] x86/fault: Report RMP page faults for kernel addresses
` [PATCH v10 11/50] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
[PATCH kvmtool v2 0/1] virtio: Cancel and join threads when exiting devices
2023-11-21 15:39 UTC (2+ messages)
[kvmtool PATCH v3 0/6] RISC-V AIA irqchip and Svnapot support
2023-11-21 15:39 UTC (2+ messages)
[PATCH 00/34] biops: add atomig find_bit() operations
2023-11-21 13:35 UTC (4+ messages)
` [PATCH 13/34] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
[PATCH 0/12] Get Xen PV shim running in qemu
2023-11-21 12:25 UTC (7+ messages)
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support
2023-11-21 12:17 UTC (9+ messages)
` [PATCH v1 1/2] LoongArch: KVM: Add lsx support
` [PATCH v1 2/2] LoongArch: KVM: Add lasx support
[PATCH 0/9] Test the consistency of AMD PMU counters and their features
2023-11-21 11:54 UTC (10+ messages)
` [PATCH 1/9] KVM: selftests: Add forced emulation check to fix #UD
` [PATCH 2/9] KVM: selftests: Test gp counters overflow interrupt handling
` [PATCH 3/9] KVM: selftests: Test fixed "
` [PATCH 4/9] KVM: selftests: Add x86 feature and properties for AMD PMU in processor.h
` [PATCH 5/9] KVM: selftests: Test AMD PMU performance counters basic functions
` [PATCH 6/9] KVM: selftests: Test consistency of AMD PMU counters num
` [PATCH 7/9] KVM: selftests: Test consistency of PMU MSRs with AMD PMU version
` [PATCH 8/9] KVM: selftests: Test AMD Guest PerfCtrExtCore
` [PATCH 9/9] KVM: selftests: Test AMD Guest PerfMonV2
[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
2023-11-21 11:48 UTC (5+ messages)
[kvm-unit-tests PATCH v2 0/2] arm: pmu-overflow-interrupt: Fix failures on Amberwing
2023-11-21 11:45 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: pmu: Declare pmu_stats as volatile
[kvm-unit-tests 1/1] arm64: microbench: Move the read of the count register and the ISB operation out of the while loop
2023-11-21 11:45 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/1] arm64: microbench: Improve measurement accuracy of tests
[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
2023-11-21 5:24 UTC (14+ messages)
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v6 3/6] iommu: Add iommu_copy_struct_from_user_array helper
[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
2023-11-21 3:20 UTC (8+ messages)
` [PATCH 1/9] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID
[PATCH iwl-next v4 00/12] Add E800 live migration driver
2023-11-21 2:51 UTC (13+ messages)
` [PATCH iwl-next v4 01/12] ice: Add function to get RX queue context
` [PATCH iwl-next v4 02/12] ice: Add function to get and set TX "
` [PATCH iwl-next v4 03/12] ice: Introduce VF state ICE_VF_STATE_REPLAYING_VC for migration
` [PATCH iwl-next v4 04/12] ice: Add fundamental migration init and exit function
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF
` [PATCH iwl-next v4 06/12] ice: Add device state save/load function for migration
` [PATCH iwl-next v4 07/12] ice: Fix VSI id in virtual channel message "
` [PATCH iwl-next v4 08/12] ice: Save and load RX Queue head
` [PATCH iwl-next v4 09/12] ice: Save and load TX "
` [PATCH iwl-next v4 10/12] ice: Add device suspend function for migration
` [PATCH iwl-next v4 11/12] ice: Save and load mmio registers
` [PATCH iwl-next v4 12/12] vfio/ice: Implement vfio_pci driver for E800 devices
[PATCH] LoongArch: KVM: Fix oneshot timer emulation
2023-11-21 2:34 UTC
[PATCH 1/5] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
2023-11-20 22:47 UTC (3+ messages)
RFC: A KVM-specific alternative to UserfaultFD
2023-11-20 18:32 UTC (11+ messages)
[PATCH v1 00/23] Enable FRED with KVM VMX
2023-11-20 17:42 UTC (4+ messages)
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls
[PATCH] vfio/pci: Separate INTx-enabled vfio_pci_device from unenabled to make the code logic clearer
2023-11-20 17:38 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