messages from 2023-04-07 06:31:21 to 2023-04-10 17:11:29 UTC [more...]
[PATCH 0/2] KVM: VMX: Clean up of vmx_set_cr4()
2023-04-10 17:11 UTC (4+ messages)
` [PATCH 1/2] KVM: VMX: Use kvm_read_cr4() to get cr4 value
` [PATCH 2/2] KVM: VMX: Move the comment of CR4.MCE handling right above the code
[PATCH kvm RESEND] KVM: i8259: Fix poll command
2023-04-10 16:32 UTC (2+ messages)
[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
2023-04-10 15:48 UTC (5+ messages)
` [PATCH v4 04/20] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
[PATCH] kvm: x86: Update KVM_GET_CPUID2 to return valid entry count
2023-04-10 15:47 UTC (2+ messages)
[GIT PULL] KVM changes for Linux 6.3-rc7
2023-04-10 15:39 UTC
[PATCH v2 0/4] x86: Add test cases for LAM
2023-04-10 15:33 UTC (6+ messages)
` [PATCH v2 2/4] x86: Add test case for LAM_SUP
[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-04-10 15:23 UTC (33+ messages)
` [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
[PATCH] vhost_vdpa: fix unmap process in no-batch mode
2023-04-10 15:01 UTC
[PATCH v10 0/5] Add zoned storage emulation to virtio-blk driver
2023-04-10 13:13 UTC (7+ messages)
` [PATCH v10 1/5] include: update virtio_blk headers to v6.3-rc1
` [PATCH v10 2/5] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v10 3/5] block: add accounting for zone append operation
` [PATCH v10 4/5] virtio-blk: add some trace events for zoned emulation
` [PATCH v10 5/5] docs/zoned-storage:add zoned emulation use case
[PATCH] docs: kvm: fix register ID for SPSR_FIQ
2023-04-10 12:19 UTC
[PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-04-10 11:34 UTC (15+ messages)
` [PATCH v4 05/12] KVM: x86/pmu: Error when user sets the GLOBAL_STATUS reserved bits
` [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v4 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-04-10 10:50 UTC (11+ messages)
` [PATCH V5 01/10] KVM: x86/pmu: Expose reprogram_counters() in pmu.h
` [PATCH V5 02/10] KVM: x86/pmu: Return #GP if user sets the GLOBAL_STATUS reserved bits
` [PATCH V5 03/10] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH V5 04/10] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
` [PATCH V5 06/10] KVM: x86/pmu: Forget PERFCTR_CORE if the min "
` [PATCH V5 07/10] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
` [PATCH V5 08/10] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag
` [PATCH V5 09/10] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH V5 10/10] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
[GIT PULL] virtio: last minute fixes
2023-04-10 9:59 UTC
[PATCH v8 00/33] x86: enable FRED for x86-64
2023-04-10 8:14 UTC (34+ messages)
` [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v8 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v8 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v8 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v8 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v8 06/33] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v8 07/33] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v8 08/33] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v8 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v8 10/33] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v8 11/33] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v8 12/33] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v8 13/33] x86/fred: header file for event types
` [PATCH v8 14/33] x86/fred: header file with FRED definitions
` [PATCH v8 15/33] x86/fred: reserve space for the FRED stack frame
` [PATCH v8 16/33] x86/fred: add a page fault entry stub for FRED
` [PATCH v8 17/33] x86/fred: add a debug "
` [PATCH v8 18/33] x86/fred: add a NMI "
` [PATCH v8 19/33] x86/fred: add a machine check "
` [PATCH v8 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v8 21/33] x86/fred: FRED initialization code
` [PATCH v8 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v8 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v8 24/33] x86/fred: disallow the swapgs instruction "
` [PATCH v8 25/33] x86/fred: no ESPFIX needed "
` [PATCH v8 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v8 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v8 28/33] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v8 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v8 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v8 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered
` [PATCH v8 32/33] x86/fred: disable FRED by default in its early stage
` [PATCH v8 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames
[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
2023-04-10 3:35 UTC (7+ messages)
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v7 4/5] KVM: x86: Untag address when LAM applicable
[PATCH v5 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part
2023-04-10 1:36 UTC (2+ messages)
[PATCH v7 00/12] Implement Eager Page Splitting for ARM
2023-04-09 9:36 UTC (15+ messages)
` [PATCH v7 01/12] KVM: arm64: Rename free_removed to free_unlinked
` [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
` [PATCH v7 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v7 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v7 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v7 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v7 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v7 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v7 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v7 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v7 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v7 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH] KVM: x86/emulator: Use tabs instead of spaces for indentation
2023-04-09 6:38 UTC
[PATCH v2 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change
2023-04-08 16:04 UTC (6+ messages)
` [PATCH v2 1/5] KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
` [PATCH v2 2/5] KVM: arm64: nvhe: Synchronise with page table walker on TLBI
` [PATCH v2 3/5] KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
` [PATCH v2 4/5] KVM: arm64: vhe: Synchronise with page table walker on MMU update
` [PATCH v2 5/5] KVM: arm64: vhe: Drop extra isb() on guest exit
[PATCH][next] KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCALL_EXIT_SMC"
2023-04-08 14:43 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: Reserve SMC64 arch range per SMCCC filter documentation
2023-04-08 14:37 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: Prevent userspace from handling SMC64 arch range
` [PATCH 2/2] KVM: arm64: Test that SMC64 arch calls are reserved
Słowa kluczowe do wypozycjonowania
2023-04-07 7:35 UTC
[PATCH v2 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
2023-04-08 9:04 UTC (4+ messages)
` [PATCH v2 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v2 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded
[PATCH 00/10] accel/kvm: Spring cleaning
2023-04-08 4:29 UTC (19+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers
` [PATCH 02/10] accel/kvm: Declare kvm_direct_msi_allowed in stubs
` [PATCH 03/10] hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers
` [PATCH 04/10] hw/intc/arm_gic: Rename 'first_cpu' argument
` [PATCH 05/10] hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header
` [PATCH 06/10] target/arm: Reduce QMP header pressure by not including 'kvm_arm.h'
` [PATCH 07/10] target/arm: Restrict KVM-specific fields from ArchCPU
` [RFC PATCH 09/10] target/riscv: "
[PATCH v2 0/4] KVM: selftests: add powerpc support
2023-04-08 4:00 UTC (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v2 2/4] KVM: selftests: Add aligned guest physical page allocator
` [PATCH v2 3/4] KVM: PPC: selftests: add support for powerpc
` [PATCH v2 4/4] KVM: PPC: selftests: add selftests sanity tests
[PATCH 0/2] accel/stubs: Build HAX/KVM/XEN stubs once
2023-04-08 0:20 UTC (5+ messages)
` [PATCH 1/2] accel/stubs: Remove kvm_flush_coalesced_mmio_buffer() stub
` [PATCH 2/2] accel/stubs: Build HAX/KVM/XEN stubs once
[PATCH v4 0/6] KVM: selftests: Add "instructions required" testcase
2023-04-07 23:32 UTC (7+ messages)
` [PATCH v4 1/6] KVM: selftests: Add a common helper for the PMU event filter guest code
` [PATCH v4 2/6] KVM: selftests: Add helpers for PMC asserts in PMU event filter test
` [PATCH v4 3/6] KVM: selftests: Print detailed info in PMU event filter asserts
` [PATCH v4 4/6] KVM: selftests: Use error codes to signal errors in PMU event filter test
` [PATCH v4 5/6] KVM: selftests: Copy full counter values from guest "
` [PATCH v4 6/6] KVM: selftests: Test the PMU event "Instructions retired"
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-04-07 23:30 UTC (2+ messages)
[PATCH 00/14] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
2023-04-07 23:14 UTC (24+ messages)
` [PATCH 01/14] accel: Document generic accelerator headers
` [PATCH 02/14] accel: Remove unused hThread variable on TCG/WHPX
` [PATCH 03/14] accel: Fix a leak on Windows HAX
` [PATCH 05/14] accel: Rename 'hax_vcpu' as 'accel' in CPUState
` [PATCH 07/14] accel: Rename struct hax_vcpu_state -> struct AccelvCPUState
` [PATCH 08/14] accel: Move HAX hThread to accelerator context
` [PATCH 10/14] accel: Rename NVMM struct qemu_vcpu -> struct AccelvCPUState
` [PATCH 11/14] accel: Inline NVMM get_qemu_vcpu()
` [PATCH 12/14] accel: Rename WHPX struct whpx_vcpu -> struct AccelvCPUState
` [PATCH 13/14] accel: Inline WHPX get_whpx_vcpu()
` [PATCH 14/14] accel: Rename HVF struct hvf_vcpu_state -> struct AccelvCPUState
[PATCH v2] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
2023-04-07 21:30 UTC (4+ messages)
[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
2023-04-07 21:30 UTC (11+ messages)
` [PATCH v3 2/5] KVM: selftests: Add a common helper to the guest
` [PATCH v3 3/5] KVM: selftests: Add helpers for PMC asserts
` [PATCH v3 4/5] KVM: selftests: Fixup test asserts
` [PATCH v3 5/5] KVM: selftests: Test the PMU event "Instructions retired"
[PATCH 0/2] KVM: x86: More cleanups for Hyper-V range flushing
2023-04-07 20:20 UTC (2+ messages)
[RFC PATCH 0/5] Add TDX intra host migration support
2023-04-07 20:19 UTC (6+ messages)
` [RFC PATCH 1/5] KVM: Split tdp_mmu_pages to private and shared lists
` [RFC PATCH 2/5] KVM: SEV: Refactor common code out of sev_vm_move_enc_context_from
` [RFC PATCH 3/5] KVM: TDX: Add base implementation for tdx_vm_move_enc_context_from
` [RFC PATCH 4/5] KVM: TDX: Implement moving private pages between 2 TDs
` [RFC PATCH 5/5] KVM: TDX: Add core logic for TDX intra-host migration
The necessity of injecting a hardware exception reported in VMX IDT vectoring information
2023-04-07 20:16 UTC (7+ messages)
[Bug 217304] New: KVM does not handle NMI blocking correctly in nested virtualization
2023-04-07 20:14 UTC (2+ messages)
` [Bug 217304] "
[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-04-07 16:48 UTC (4+ messages)
[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-04-07 16:44 UTC (4+ messages)
` [PATCH V2 4/8] vfio/pci: Use xarray for interrupt context storage
[PATCH V2] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
2023-04-07 15:37 UTC (2+ messages)
[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-04-07 14:56 UTC (5+ messages)
` [PATCH 5/5] "
[PATCH] RISC-V: KVM: Allow Zbb extension for Guest/VM
2023-04-07 11:52 UTC (2+ messages)
[PATCH v5 0/1] RISC-V KVM ONE_REG interface for SBI
2023-04-07 11:52 UTC (3+ messages)
` [PATCH v5 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
[PATCH 0/2] KVM: arm64: Synchronise speculative page table walks on translation regime change
2023-04-07 11:37 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: nvhe: Synchronise with page table walker on MMU update
[PATCH v9 00/25] Add vfio_device cdev for iommufd support
2023-04-07 10:23 UTC (16+ messages)
` [PATCH v9 06/25] kvm/vfio: Accept vfio device file from userspace
` [PATCH v9 10/25] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v9 25/25] docs: vfio: Add vfio device cdev description
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