messages from 2024-01-22 23:56:10 to 2024-01-24 21:25:52 UTC [more...]
[PATCH 0/2] minor fix on perf_capabilities in KVM/x86
2024-01-24 21:25 UTC (7+ messages)
` [PATCH 1/2] KVM: x86/pmu: Reset perf_capabilities in vcpu to 0 if PDCM is disabled
` [PATCH 2/2] KVM: x86/pmu: Remove vcpu_get_perf_capabilities()
[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
2024-01-24 20:59 UTC (3+ messages)
` [PATCH v2] "
[PATCH 00/15] KVM: arm64: Improvements to GICv3 LPI injection
2024-01-24 20:49 UTC (16+ messages)
` [PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH 02/15] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH 03/15] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH 04/15] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH 05/15] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH 06/15] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH 07/15] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH 08/15] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH 09/15] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH 10/15] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [PATCH 11/15] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH 12/15] KVM: arm64: vgic-its: Pick cache victim based on usage count
` [PATCH 13/15] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH 14/15] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH 15/15] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads
[PATCH] KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
2024-01-24 20:18 UTC
[ANNOUNCE] PUCK Notes - 2024.01.24 - Memtypes for non-coherent DMA
2024-01-24 19:42 UTC (2+ messages)
[PATCH net-next v1] vsock/test: print type for SOCK_SEQPACKET
2024-01-24 19:32 UTC
[PATCH net-next 2/2] tun: AF_XDP Rx zero-copy support
2024-01-24 19:05 UTC (2+ messages)
[PATCH 0/4] KVM: Async #PF fixes and cleanups
2024-01-24 19:04 UTC (7+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed
` [PATCH 3/4] KVM: Get reference to VM's address space in the async #PF worker
[PATCH] KVM: x86: Check irqchip mode before create PIT
2024-01-24 19:01 UTC (5+ messages)
` "
` "
[PATCH] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h:
2024-01-24 18:22 UTC (2+ messages)
[ANNOUNCE] PUCK Agenda - 2024.01.17 - TDP MMU for IOMMU
2024-01-24 18:01 UTC (4+ messages)
[PATCH 1/2] KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing
2024-01-24 17:28 UTC (3+ messages)
` [PATCH 2/2] KVM: selftests: Fail tests when open() fails with !ENOENT
[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
2024-01-24 17:06 UTC (7+ messages)
[PATCH] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
2024-01-24 17:04 UTC (3+ messages)
[PATCH 23/82] KVM: Refactor intentional wrap-around calculation
2024-01-24 16:25 UTC (6+ messages)
` [PATCH 25/82] KVM: SVM: "
` [PATCH 32/82] vringh: "
` [PATCH 58/82] s390/mm: Refactor intentional wrap-around test
[PATCH 0/2] accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition
2024-01-24 15:54 UTC (3+ messages)
` [PATCH 1/2] accel/kvm: Define KVM_ARCH_HAVE_MCE_INJECTION in each target
` [PATCH 2/2] accel/kvm: Directly check KVM_ARCH_HAVE_MCE_INJECTION value in place
[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data()
2024-01-24 13:03 UTC
[v2 0/4] KVM: irqchip: synchronize srcu only if needed
2024-01-24 12:44 UTC (9+ messages)
` [v2 1/4] KVM: irqchip: add setup empty irq routing function
` [v2 4/4] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP
[PATCH kvm-unit-tests 0/4] x86: hyper-v: Add support for CONFIG_KVM_HYPERV
2024-01-24 12:11 UTC (2+ messages)
[v3 0/3] KVM: irqchip: synchronize srcu only if needed
2024-01-24 11:34 UTC (4+ messages)
` [v3 1/3] KVM: setup empty irq routing when create vm
` [v3 2/3] KVM: x86: don't setup empty irq routing when KVM_CAP_SPLIT_IRQCHIP
` [v3 3/3] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP
[PATCH] powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX
2024-01-24 10:50 UTC
[kvm-unit-tests PATCH 00/24] Introduce RISC-V
2024-01-24 10:21 UTC (33+ messages)
` [kvm-unit-tests PATCH 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH 02/24] riscv: Initial port, hello world
` [kvm-unit-tests PATCH 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH 05/24] riscv: Add DT parsing
` [kvm-unit-tests PATCH 06/24] riscv: Add initial SBI support
` [kvm-unit-tests PATCH 07/24] riscv: Add run script and unittests.cfg
` [kvm-unit-tests PATCH 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH 09/24] riscv: Add exception handling
` [kvm-unit-tests PATCH 10/24] riscv: Add backtrace support
` [kvm-unit-tests PATCH 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH 14/24] riscv: Compile with march
` [kvm-unit-tests PATCH 15/24] riscv: Add SMP support
` [kvm-unit-tests PATCH 16/24] arm/arm64: Share memregions
` [kvm-unit-tests PATCH 17/24] riscv: Populate memregions and switch to page allocator
` [kvm-unit-tests PATCH 18/24] riscv: Add MMU support
` [kvm-unit-tests PATCH 19/24] riscv: Enable the MMU in secondaries
` [kvm-unit-tests PATCH 20/24] riscv: Enable vmalloc
` [kvm-unit-tests PATCH 21/24] lib: Add strcasecmp and strncasecmp
` [kvm-unit-tests PATCH 22/24] riscv: Add isa string parsing
` [kvm-unit-tests PATCH 23/24] gitlab-ci: Add riscv64 tests
` "
` [kvm-unit-tests PATCH 24/24] MAINTAINERS: Add riscv
[PATCH net-next 1/2] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-01-24 9:37 UTC
[PATCH net-next 0/2] tun: AF_XDP Rx zero-copy support
2024-01-24 9:37 UTC
[kvm-unit-tests Patch v3 00/11] pmu test bugs fix and improvements
2024-01-24 8:18 UTC (2+ messages)
[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
2024-01-24 8:16 UTC (8+ messages)
` [PATCH v3 01/21] hw/riscv: Use misa_mxl instead of misa_mxl_max
` "
` [PATCH v3 19/21] contrib/plugins: extend execlog to track register changes
[PATCH v6 0/6] Delay VERW
2024-01-24 7:42 UTC (7+ messages)
` [PATCH v6 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v6 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v6 3/6] x86/entry_32: "
` [PATCH v6 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v6 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v6 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[PATCH] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
2024-01-24 7:36 UTC (3+ messages)
[PATCH v9 00/27] Enable CET Virtualization
2024-01-24 2:42 UTC (28+ messages)
` [PATCH v9 01/27] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v9 02/27] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v9 03/27] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v9 04/27] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v9 05/27] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v9 06/27] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v9 07/27] x86/fpu/xstate: Warn if kernel dynamic xfeatures detected in normal fpstate
` [PATCH v9 08/27] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v9 09/27] KVM: x86: Rename kvm_{g,s}et_msr() to menifest emulation operations
` [PATCH v9 10/27] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v9 11/27] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v9 12/27] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v9 13/27] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v9 14/27] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v9 15/27] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v9 16/27] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v9 17/27] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v9 18/27] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v9 19/27] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v9 20/27] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v9 21/27] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v9 22/27] KVM: VMX: Set up interception for CET MSRs
` [PATCH v9 23/27] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v9 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v9 25/27] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v9 26/27] KVM: nVMX: Enable CET support for nested guest
` [PATCH v9 27/27] KVM: x86: Stop emulating for CET protected branch instructions
[PATCH v18 000/121] KVM TDX basic feature support
2024-01-24 1:17 UTC (23+ messages)
` [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v18 015/121] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v18 018/121] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH v18 023/121] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v18 060/121] KVM: TDX: TDP MMU TDX support
` [PATCH v18 108/121] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v18 109/121] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v18 112/121] KVM: TDX: Ignore setting up mce
` [PATCH v18 113/121] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v18 114/121] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v18 115/121] KVM: TDX: Inhibit APICv for TDX guest
` [PATCH v18 116/121] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v18 117/121] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v18 118/121] KVM: TDX: Add hint TDX ioctl to release Secure-EPT
` [PATCH v18 119/121] RFC: KVM: x86: Add x86 callback to check cpuid
` [PATCH v18 120/121] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2
` [PATCH v18 121/121] [MARKER] the end of (the first phase of) TDX KVM patch series
[ANNOUNCE] PUCK Agenda - 2024.01.24 - Memtypes for non-coherent DMA
2024-01-23 23:00 UTC
[PATCH] KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
2024-01-23 22:12 UTC
[PATCH] vfio/pds: Potential memory leak in pds_vfio_dirty_enable()
2024-01-23 17:52 UTC (3+ messages)
[PATCH net-next v2] vsock/test: add '--peer-port' input argument
2024-01-23 15:19 UTC (3+ messages)
[PATCH] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues
2024-01-23 15:06 UTC (3+ messages)
[PATCH v1] KVM: nVMX: Fix handling triple fault on RSM instruction
2024-01-23 14:48 UTC (3+ messages)
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2024-01-23 14:26 UTC (4+ messages)
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
2024-01-23 12:06 UTC (2+ messages)
[PATCH net-next v3 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-01-23 10:42 UTC (2+ messages)
` [PATCH net-next v3 4/5] vhost/net: remove vhost_net_page_frag_refill()
[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
2024-01-23 9:56 UTC (4+ messages)
` [PATCH v7 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
[Bug 218297] New: Kernel Panic and crash
2024-01-23 5:23 UTC (2+ messages)
` [Bug 218297] "
[kvmtool PATCH 1/1] riscv: Add zacas extension
2024-01-23 2:57 UTC
[kvmtool PATCH 0/1] riscv: Add zacas extension
2024-01-23 2:55 UTC
[PATCH v7 00/13] KVM TDX: TDP MMU: large page support
2024-01-23 0:22 UTC (14+ messages)
` [PATCH v7 01/13] KVM: TDX: Flush cache based on page size before TDX SEAMCALL
` [PATCH v7 02/13] KVM: TDX: Pass KVM page level to tdh_mem_page_aug()
` [PATCH v7 03/13] KVM: TDX: Pass size to reclaim_page()
` [PATCH v7 04/13] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page
` [PATCH v7 05/13] KVM: MMU: Introduce level info in PFERR code
` [PATCH v7 06/13] KVM: TDX: Pass desired page level in err code for page fault handler
` [PATCH v7 07/13] KVM: x86/tdp_mmu: Allocate private page table for large page split
` [PATCH v7 08/13] KVM: x86/tdp_mmu: Split the large page when zap leaf
` [PATCH v7 09/13] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [PATCH v7 10/13] KVM: x86/tdp_mmu: Try to merge pages into a large page
` [PATCH v7 11/13] KVM: TDX: Implement "
` [PATCH v7 12/13] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot
` [PATCH v7 13/13] KVM: TDX: Allow 2MB large page for TD GUEST
[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
2024-01-23 0:15 UTC
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