messages from 2023-03-27 09:41:05 to 2023-03-28 07:58:57 UTC [more...]
[PATCH net] virtio/vsock: fix leak due to missing skb owner
2023-03-28 7:58 UTC (2+ messages)
[kvm-unit-tests v3 00/13] powerpc: updates, P10, PNV support
2023-03-28 7:32 UTC (21+ messages)
` [kvm-unit-tests v3 01/13] MAINTAINERS: Update powerpc list
` [kvm-unit-tests v3 02/13] powerpc: Add local variant of SPR test
` [kvm-unit-tests v3 03/13] powerpc: Add some checking to exception handler install
` [kvm-unit-tests v3 04/13] powerpc: Abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v3 05/13] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests v3 06/13] powerpc: Extract some common helpers and defines to headers
` [kvm-unit-tests v3 07/13] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests v3 08/13] powerpc/spapr_vpa: Add basic VPA tests
` [kvm-unit-tests v3 09/13] powerpc: Expand exception handler vector granularity
` [kvm-unit-tests v3 10/13] powerpc: Add support for more interrupts including HV interrupts
` [kvm-unit-tests v3 11/13] powerpc: Discover runtime load address dynamically
` [kvm-unit-tests v3 12/13] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests v3 13/13] powerpc/sprs: Test hypervisor registers on powernv machine
[kvm-unit-tests PATCH 0/3] x86/msr: Add tests for command MSRs
2023-03-28 7:02 UTC (5+ 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
[PATCH 0/2] KVM: PPC: support kvm selftests
2023-03-28 6:49 UTC (6+ messages)
[PATCH -next v17 00/20] riscv: Add vector ISA support
2023-03-28 6:46 UTC (24+ messages)
` [PATCH -next v17 01/20] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v17 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v17 03/20] riscv: Add new csr defines related to vector extension
` [PATCH -next v17 04/20] riscv: Clear vector regfile on bootup
` [PATCH -next v17 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v17 06/20] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v17 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v17 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v17 09/20] riscv: Add task switch support for vector
` [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
` [PATCH -next v17 12/20] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v17 13/20] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v17 14/20] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v17 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v17 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v17 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v17 18/20] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v17 19/20] riscv: detect assembler support for .option arch
` [PATCH -next v17 20/20] riscv: Enable Vector code to be built
[PATCH v8 00/24] Add vfio_device cdev for iommufd support
2023-03-28 6:37 UTC (26+ messages)
` [PATCH v8 04/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v8 05/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v8 06/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v8 07/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v8 08/24] vfio: Block device access via device fd until device is opened
` [PATCH v8 09/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v8 10/24] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v8 11/24] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v8 12/24] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v8 13/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v8 14/24] vfio: Record devid in vfio_device_file
` [PATCH v8 15/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v8 16/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v8 17/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v8 18/24] vfio: Determine noiommu in vfio_device registration
` [PATCH v8 19/24] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v8 20/24] vfio: Add cdev for vfio_device
` [PATCH v8 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v8 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v8 23/24] vfio: Compile group optionally
` [PATCH v8 24/24] docs: vfio: Add vfio device cdev description
[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
2023-03-28 6:25 UTC (11+ messages)
` [kvm-unit-tests PATCH v7 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v7 2/2] s390x: topology: Checking Configuration Topology Information
[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-03-28 6:19 UTC (7+ messages)
` [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO
[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
2023-03-28 5:23 UTC (5+ 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 (6+ messages)
` [PATCH v6 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v6 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v6 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v6 4/4] vfio: Support IO page table replacement
[PATCH v4 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-03-28 5:15 UTC (20+ messages)
` [PATCH v4 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v4 02/17] iommufd: Add iommufd_group
` [PATCH v4 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v4 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v4 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v4 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v4 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v4 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v4 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v4 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v4 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v4 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v4 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v4 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v4 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v4 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v4 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC
[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 RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-03-28 4:36 UTC (11+ 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 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] KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()
2023-03-28 4:25 UTC (2+ 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
[PATCH v1] KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
2023-03-28 3:47 UTC
[PATCH v13 000/113] KVM TDX basic feature support
2023-03-28 2:39 UTC (7+ messages)
` [PATCH v13 039/113] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v13 057/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
2023-03-28 2:32 UTC (7+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
[PATCH v18 00/17] s390x: CPU Topology
2023-03-27 21:34 UTC (3+ messages)
` [PATCH v18 01/17] s390x/cpu topology: add s390 specifics to CPU topology
[PATCH v3 0/2] KVM: selftests: Calculate memory latency stats
2023-03-27 21:26 UTC (3+ messages)
` [PATCH v3 1/2] KVM: selftests: Provide generic way to read system counter
` [PATCH v3 2/2] KVM: selftests: Print summary stats of memory latency distribution
[PATCH v6 vfio 0/7] pds_vfio driver
2023-03-27 20:05 UTC (8+ messages)
` [PATCH v6 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v6 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v6 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v6 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v6 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v6 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v6 vfio 7/7] vfio/pds: Add Kconfig and documentation
[PATCH v16 0/8] Parallel CPU bringup for x86_64
2023-03-27 19:32 UTC (15+ messages)
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v16 8/8] x86/smpboot: Allow parallel bringup for SEV-ES
[GIT PULL] Non-x86 KVM fixes for Linux 6.3-rc5
2023-03-27 19:30 UTC (2+ messages)
[PATCH net-next v4 0/3] Add support for sockmap to vsock
2023-03-27 19:11 UTC (4+ messages)
` [PATCH net-next v4 1/3] vsock: support sockmap
` [PATCH net-next v4 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v4 3/3] selftests/bpf: add a test case for vsock sockmap
[kvm-unit-tests PATCH] compiler.h: Make __always_inline match glibc definition, preventing redefine error
2023-03-27 18:25 UTC (2+ messages)
[kvm-unit-tests PATCH 0/2] Test for CR0.WP=0/1 r/o write access
2023-03-27 18:19 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: Use existing CR0.WP / CR4.SMEP bit definitions
` [kvm-unit-tests PATCH 2/2] x86/access: CR0.WP toggling write access test
[PATCH v4 0/9] vdpa_sim: add support for user VA
2023-03-27 17:18 UTC (3+ messages)
` [PATCH v4 5/9] vringh: support VA with iotlb
[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
2023-03-27 16:20 UTC (4+ messages)
[PATCH v5 vfio 0/7] pds_vfio driver
2023-03-27 16:19 UTC (6+ messages)
` [PATCH v5 vfio 3/7] vfio/pds: register with the pds_core PF
[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
2023-03-27 16:00 UTC (8+ messages)
` [PATCH 5/6] KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
[Bug 217247] New: BUG: kernel NULL pointer dereference, address: 000000000000000c / speculation_ctrl_update
2023-03-27 15:32 UTC (3+ messages)
` [Bug 217247] "
[PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4
2023-03-27 15:14 UTC (2+ messages)
[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-27 14:58 UTC (4+ messages)
[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver
2023-03-27 14:45 UTC (6+ messages)
` [PATCH v9 1/5] include: update virtio_blk headers to v6.3-rc1
` [PATCH v9 2/5] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v9 3/5] block: add accounting for zone append operation
` [PATCH v9 4/5] virtio-blk: add some trace events for zoned emulation
` [PATCH v9 5/5] docs/zoned-storage:add zoned emulation use case
[PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
2023-03-27 14:30 UTC (2+ messages)
[GIT PULL] KVM/riscv fixes for 6.3, take #1
2023-03-27 14:24 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.3, part #2
2023-03-27 14:22 UTC (6+ messages)
[PATCH] KVM: x86: Suppress pending MMIO write exits if emulator detects exception
2023-03-27 14:13 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Fix RM exception injection bugs
2023-03-27 14:15 UTC (2+ messages)
[PATCH v4 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
2023-03-27 14:13 UTC (2+ messages)
[RESEND PATCH v2] KVM: SVM: Flush Hyper-V TLB when required
2023-03-27 14:10 UTC (2+ messages)
[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-03-27 13:48 UTC (5+ messages)
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit
[PATCH v4 0/6] Support writable CPU ID registers from userspace
2023-03-27 13:34 UTC (13+ 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 v4 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v4 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[GIT PULL] vdpa: bugfix
2023-03-27 13:32 UTC (3+ messages)
[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
2023-03-27 11:59 UTC (4+ messages)
` [kvm-unit-tests v2 06/10] powerpc/sprs: Specify SPRs with data rather than code
[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
2023-03-27 11:57 UTC (13+ 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).