messages from 2022-04-20 22:35:42 to 2022-04-22 10:20:10 UTC [more...]
[PATCH 0/4] KVM: fix KVM_EXIT_SYSTEM_EVENT mess
2022-04-22 10:19 UTC (11+ messages)
` [PATCH 1/4] KVM: x86: always initialize system_event.ndata
` [PATCH 2/4] KVM: ARM: replace system_event.flags with ndata and data[0]
` [PATCH 3/4] KVM: RISC-V: "
` [PATCH 4/4] KVM: tell userspace that system_event.ndata is valid
[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
2022-04-22 10:12 UTC (5+ messages)
` [PATCH kvmtool 2/5] virtio: Sanitize config accesses
[PATCH] x86/kvm: handle the failure of __pv_cpu_mask allocation
2022-04-22 9:47 UTC
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
2022-04-22 9:43 UTC (9+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of "
[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
2022-04-22 8:01 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read
[PATCH v10 00/16] Introduce Architectural LBR for vPMU
2022-04-22 7:55 UTC (17+ messages)
` [PATCH v10 01/16] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v10 02/16] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v10 03/16] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v10 04/16] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v10 05/16] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v10 06/16] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v10 07/16] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v10 08/16] KVM: x86/pmu: Refactor code to support "
` [PATCH v10 09/16] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v10 10/16] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v10 11/16] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v10 12/16] KVM: nVMX: Add necessary Arch LBR settings for nested VM
` [PATCH v10 13/16] KVM: x86/vmx: Clear Arch LBREn bit before inject #DB to guest
` [PATCH v10 14/16] KVM: x86/vmx: Flip Arch LBREn bit on guest state change
` [PATCH v10 15/16] KVM: x86: Add Arch LBR data MSR access interface
` [PATCH v10 16/16] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID
[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
2022-04-22 7:02 UTC (12+ messages)
` [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
2022-04-22 6:22 UTC (17+ messages)
` [PATCH v2 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH v2 2/7] vfio/ccw: Remove mdev from struct channel_program
` [PATCH v2 3/7] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH v2 4/7] vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH v2 5/7] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
` [PATCH v2 6/7] vfio: Remove dead code
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()
[PATCH v2 0/8] Remove vfio_group from the struct file facing VFIO API
2022-04-22 0:32 UTC (27+ messages)
` [PATCH v2 1/8] kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions
` [PATCH v2 3/8] vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
` [PATCH v2 4/8] vfio: Remove vfio_external_group_match_file()
` [PATCH v2 5/8] vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()
` [PATCH v2 6/8] vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()
` [PATCH v2 7/8] kvm/vfio: Remove vfio_group from kvm
` [PATCH v2 8/8] vfio/pci: Use the struct file as the handle not the vfio_group
linux-next: Fixes tags need some work in the kvm-fixes tree
2022-04-21 21:56 UTC (2+ messages)
[PATCH] KVM: Fix build error on s390 due to kvm_flush_shadow_all() being hidden
2022-04-21 19:43 UTC (2+ messages)
[PATCH 0/2] kvm: selftests: cleanup PTE definitions
2022-04-21 19:38 UTC (4+ messages)
` [PATCH 1/2] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
` [PATCH 2/2] kvm: selftests: introduce and use more page size-related constants
[PATCH v6 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-21 19:31 UTC (19+ messages)
` [PATCH v6 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v6 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v6 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v6 05/10] KVM: selftests: Read binary stat data "
` [PATCH v6 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v6 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v6 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v6 09/10] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v6 10/10] KVM: selftests: Test disabling NX hugepages on "
[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
2022-04-21 19:09 UTC (5+ messages)
` [PATCH v2 5/9] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
2022-04-21 18:52 UTC (25+ messages)
` [RFC PATCH 02/17] KVM: arm64: Only read the pte once per visit
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
` [RFC PATCH 10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
` [RFC PATCH 16/17] KVM: arm64: Enable parallel stage 2 MMU faults
[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
2022-04-21 18:26 UTC
linux-next: build failure after merge of the kvm tree
2022-04-21 18:06 UTC (3+ messages)
[PATCH] KVM: x86: add HC_VMM_CUSTOM hypercall
2022-04-21 18:02 UTC (3+ messages)
[PATCH v3] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
2022-04-21 17:23 UTC
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-21 16:33 UTC (4+ messages)
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
[PATCH 0/4] bitmap: fix conversion from/to fix-sized arrays
2022-04-21 16:31 UTC (8+ messages)
` [PATCH 2/4] lib: add bitmap_{from,to}_arr64
` [PATCH 3/4] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
` [PATCH 4/4] drm/amd/pm: use bitmap_{from,to}_arr32 "
[PATCH v2] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
2022-04-21 16:09 UTC (3+ messages)
[GIT PULL] KVM/riscv fixes for 5.18, take #2
2022-04-21 15:59 UTC (2+ messages)
[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
2022-04-21 15:56 UTC (5+ messages)
[PATCH] KVM: arm64: Inject exception on out-of-IPA-range translation fault
2022-04-21 15:39 UTC
[PATCH v2 2/8] kvm/vfio: Store the struct file in the kvm_vfio_group
2022-04-21 14:46 UTC (2+ messages)
[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
2022-04-21 14:46 UTC (9+ messages)
[PATCH 01/12] kexec: Allow architecture code to opt-out at runtime
2022-04-21 13:20 UTC (2+ messages)
[kvm-unit-tests PATCH v3 00/11] s390x: Cleanup and maintenance 4
2022-04-21 12:39 UTC (16+ messages)
` [kvm-unit-tests PATCH v3 01/11] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests PATCH v3 02/11] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH v3 03/11] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH v3 04/11] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests PATCH v3 05/11] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests PATCH v3 06/11] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests PATCH v3 07/11] s390x: css: "
` [kvm-unit-tests PATCH v3 08/11] s390x: iep: "
` [kvm-unit-tests PATCH v3 09/11] s390x: mvpg: "
` [kvm-unit-tests PATCH v3 10/11] s390x: uv-host: Fix pgm tests
` [kvm-unit-tests PATCH v3 11/11] s390x: Restore registers in diag308_load_reset() error path
[PATCH v2] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
2022-04-21 12:31 UTC (7+ messages)
[kvm-unit-tests PATCH v4 0/5] s390x: Attestation tests
2022-04-21 11:33 UTC (8+ messages)
` [kvm-unit-tests PATCH v4 1/5] s390x: uv-host: Add invalid command attestation check
` [kvm-unit-tests PATCH v4 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v4 3/5] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH v4 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v4 5/5] s390x: uv-guest: Add attestation tests
[PATCH v3 0/9] Parallel CPU bringup for x86_64
2022-04-21 10:00 UTC (8+ messages)
[PATCH] KVM: VMX: Read BNDCFGS if not from_vmentry
2022-04-21 9:13 UTC
[kvm-unit-tests PATCH v2 0/3] Misc maintenance fixes 2022-04
2022-04-21 9:04 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU
` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib include for mmu.h
` [kvm-unit-tests PATCH v2 3/3] s390x: smp: make stop stopped cpu look the same as the running case
[kvm-unit-tests PATCH v3] s390x: Test effect of storage keys on some instructions
2022-04-21 9:04 UTC
[PATCH v3 0/3] Enable notify VM exit
2022-04-21 7:40 UTC (4+ messages)
` [PATCH v3 1/3] linux-header: update linux header
` [PATCH v3 2/3] i386: kvm: Save&restore triple fault event
` [PATCH v3 3/3] i386: Add notify VM exit support
[PATCH v6 0/3] Introduce Notify VM exit
2022-04-21 7:29 UTC (4+ messages)
` [PATCH v6 1/3] KVM: X86: Save&restore the triple fault request
` [PATCH v6 2/3] KVM: selftests: Add a test to get/set triple fault event
` [PATCH v6 3/3] KVM: VMX: Enable Notify VM exit
[PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report
2022-04-21 6:41 UTC (3+ messages)
[RFC PATCH v2 00/10] RFCv2: nested AVIC
2022-04-21 5:26 UTC (12+ messages)
` [RFC PATCH v2 01/10] KVM: x86: mmu: allow to enable write tracking externally
` [RFC PATCH v2 02/10] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [RFC PATCH v2 03/10] KVM: x86: mmu: add gfn_in_memslot helper
` [RFC PATCH v2 04/10] KVM: x86: mmu: tweak fast path for emulation of access to nested NPT pages
` [RFC PATCH v2 05/10] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [RFC PATCH v2 06/10] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [RFC PATCH v2 07/10] KVM: x86: SVM: move avic state to separate struct
` [RFC PATCH v2 08/10] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page
` [RFC PATCH v2 09/10] KVM: nSVM: implement support for nested AVIC
` [RFC PATCH v2 10/10] KVM: SVM: allow to avoid not needed updates to is_running
[PATCH 0/2] KVM: X86/MMU: Fix problem for shadowing 5-level NPT for 4-level NPT L1 guest
2022-04-21 0:23 UTC (4+ messages)
` [PATCH 2/2] KVM: X86/MMU: Introduce role.passthrough "
[PATCH v3 00/21] TDX host kernel support
2022-04-20 22:39 UTC (15+ messages)
` [PATCH v3 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
` [PATCH v3 07/21] x86/virt/tdx: Do TDX module global initialization
` [PATCH v3 10/21] x86/virt/tdx: Add placeholder to coveret all system RAM as TDX memory
` [PATCH v3 11/21] x86/virt/tdx: Choose to use "
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