messages from 2025-04-28 23:25:29 to 2025-04-29 18:10:07 UTC [more...]
[PATCH v5 00/20] AMD: Add Secure AVIC Guest Support
2025-04-29 18:09 UTC (23+ messages)
` [PATCH v5 01/20] KVM: x86: Move find_highest_vector() to a common header
` [PATCH v5 02/20] x86: apic: Move apic_update_irq_cfg() calls to apic_update_vector()
` [PATCH v5 03/20] x86/apic: Add new driver for Secure AVIC
` [PATCH v5 04/20] x86/apic: Initialize Secure AVIC APIC backing page
` [PATCH v5 05/20] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [PATCH v5 06/20] x86/apic: Initialize APIC ID for Secure AVIC
` [PATCH v5 07/20] x86/apic: Add update_vector() callback for apic drivers
` [PATCH v5 08/20] x86/apic: Add update_vector() callback for Secure AVIC
` [PATCH v5 09/20] x86/apic: Add support to send IPI "
` [PATCH v5 10/20] x86/apic: Support LAPIC timer "
` [PATCH v5 11/20] x86/sev: Initialize VGIF for secondary VCPUs "
` [PATCH v5 12/20] x86/apic: Add support to send NMI IPI "
` [PATCH v5 13/20] x86/apic: Allow NMI to be injected from hypervisor "
` [PATCH v5 14/20] x86/sev: Enable NMI support "
` [PATCH v5 15/20] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
` [PATCH v5 16/20] x86/apic: Handle EOI writes for Secure AVIC guests
` [PATCH v5 17/20] x86/apic: Add kexec support for Secure AVIC
` [PATCH v5 18/20] x86/apic: Enable Secure AVIC in Control MSR
` [PATCH v5 19/20] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
` [PATCH v5 20/20] x86/sev: Indicate SEV-SNP guest supports Secure AVIC
[PATCH 00/13] single-binary: compile target/arm twice
2025-04-29 18:01 UTC (20+ messages)
` [PATCH 01/13] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH 02/13] include/system/hvf: missing vaddr include
` [PATCH 03/13] meson: add common libs for target and target_system
` [PATCH 04/13] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH 05/13] target/arm/kvm_arm: copy definitions from kvm headers
` [PATCH 06/13] target/arm/kvm-stub: add missing stubs
` [PATCH 07/13] target/arm/cpu: remove CONFIG_KVM from arm_cpu_kvm_set_irq
` [PATCH 08/13] accel/hvf: add hvf_enabled() for common code
` [PATCH 09/13] target/arm/cpu: get endianness from cpu state
` [PATCH 10/13] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH 11/13] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH 12/13] target/arm/cpu: compile file twice (user, system) only
` [PATCH 13/13] target/arm/cpu32-stubs.c: compile file twice (user, system)
[PATCH] KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
2025-04-29 17:56 UTC (6+ messages)
[PATCH v4 00/15] MSR code cleanup part one
2025-04-29 17:27 UTC (4+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
[PATCH v2 0/4] KVM: TDX: Cleanup the kvm_x86_ops structure for vmx/tdx
2025-04-29 17:25 UTC (4+ messages)
` [PATCH v2 2/4] KVM: VMX: Move apicv_pre_state_restore to posted_intr.c
[PATCH v5 0/8] hw/hyperv: remove duplication compilation units
2025-04-29 16:44 UTC (6+ messages)
` [PATCH v5 7/8] include/system: make functions accessible from common code
[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-29 17:16 UTC (25+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
` [PATCH 6/6] objtool: Validate kCFI calls
[ANNOUNCE] PUCK Agenda - 2025.04.30 - CANCELED
2025-04-29 16:52 UTC
[ANNOUNCE] PUCK Agenda - 2025.04.02 - No Topic
2025-04-29 16:47 UTC (3+ messages)
[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
2025-04-29 16:21 UTC (12+ messages)
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-04-29 16:11 UTC (27+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
` [PATCH v5 04/25] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v5 05/25] jump_label: Add annotations for validating noinstr usage
` [PATCH v5 06/25] static_call: Add read-only-after-init static calls
` [PATCH v5 07/25] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v5 08/25] x86/idle: Mark x86_idle "
` [PATCH v5 09/25] x86/paravirt: Mark pv_steal_clock "
` [PATCH v5 10/25] riscv/paravirt: "
` [PATCH v5 11/25] loongarch/paravirt: "
` [PATCH v5 12/25] arm64/paravirt: "
` [PATCH v5 13/25] arm/paravirt: "
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v5 15/25] sched/clock: Mark sched_clock_running key "
` [PATCH v5 16/25] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v5 17/25] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v5 18/25] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v5 19/25] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v5 20/25] stackleack: Mark stack_erasing_bypass key "
` [PATCH v5 21/25] objtool: Add noinstr validation for static branches/calls
` [PATCH v5 22/25] module: Remove outdated comment about text_size
` [PATCH v5 23/25] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v5 24/25] context-tracking: Introduce work deferral infrastructure
` [PATCH v5 25/25] context_tracking,x86: Defer kernel text patching IPIs
[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
2025-04-29 15:35 UTC (13+ messages)
` [Bug 220057] "
[PATCH] KVM: selftests: add test for SVE host corruption
2025-04-29 15:27 UTC (2+ messages)
[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
2025-04-29 14:30 UTC (29+ messages)
` [PATCH v3 01/42] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v3 02/42] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v3 03/42] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 09/42] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 18/42] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v3 40/42] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v3 41/42] KVM: arm64: Add FGT descriptors for FEAT_FGT2
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-04-29 13:46 UTC (5+ messages)
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
2025-04-29 13:44 UTC (4+ messages)
Re: Re: [PATCH] x86/bugs: KVM: Add support for SRSO_MSR_FIX
2025-04-29 13:25 UTC (11+ messages)
` "
` "
` [PATCH final?] "
` x86/bugs: KVM: Add support for SRSO_MSR_FIX, back for moar
[PATCH v6 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
2025-04-29 13:16 UTC (3+ messages)
` [PATCH v6 2/2] KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
[PATCH] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
2025-04-29 12:57 UTC (6+ messages)
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-29 12:35 UTC (10+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
[Invitation] bi-weekly guest_memfd upstream call on 2025-05-01
2025-04-29 12:07 UTC
[PATCH v3 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
2025-04-29 12:05 UTC (9+ messages)
` [PATCH v3 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-04-29 11:53 UTC (19+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
[PATCH v2] KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
2025-04-29 11:43 UTC
[PATCH 0/2] KVM: arm64: Make AArch64 support sticky
2025-04-29 11:41 UTC (3+ messages)
` [PATCH 1/2] KVM: arm64: Prevent userspace from disabling AArch64 support at any virtualisable EL
` [PATCH 2/2] KVM: arm64: selftest: Don't try to disable AArch64 support
[PATCH kvmtool v3 0/3] cpu: vmexit: KVM_RUN ioctl error handling fixes
2025-04-29 11:07 UTC (9+ messages)
` [PATCH kvmtool v3 1/3] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT in KVM_RUN ioctl return
` [PATCH kvmtool v3 2/3] cpu: vmexit: Retry KVM_RUN ioctl on EINTR and EAGAIN
[PATCH v4 00/13] Enable shared device assignment
2025-04-29 10:01 UTC (5+ messages)
` [PATCH v4 05/13] memory: Introduce PrivateSharedManager Interface as child of GenericStateManager
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-04-29 9:45 UTC (3+ messages)
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms
[PATCH 0/3] RISC-V KVM selftests improvements
2025-04-29 9:15 UTC (9+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2025-04-29 7:50 UTC (3+ messages)
[PATCH 0/5] accel/kvm: Support KVM PMU filter
2025-04-29 6:24 UTC (8+ messages)
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "
[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
2025-04-29 3:37 UTC (2+ messages)
[PATCH v5 0/7] Introduce CET supervisor state support
2025-04-29 3:36 UTC (11+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
[PATCH net-next v13 0/9] Device memory TCP TX
2025-04-29 3:26 UTC (10+ messages)
` [PATCH net-next v13 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v13 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v13 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v13 4/9] net: devmem: Implement TX path
` [PATCH net-next v13 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v13 6/9] net: enable driver support for netmem TX
` [PATCH net-next v13 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v13 8/9] net: check for driver support in netmem TX
` [PATCH net-next v13 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
2025-04-29 2:13 UTC (3+ messages)
` 答复: [????] "
[PATCH] KVM: Fix obsolete comment about locking for kvm_io_bus_read/write
2025-04-29 2:13 UTC (3+ messages)
` 答复: [????] "
[PATCH v3 0/2] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
2025-04-29 1:26 UTC (3+ messages)
` [PATCH v3 2/2] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF
[PATCH net-next v3] selftests/vsock: add initial vmtest.sh for vsock
2025-04-28 23:48 UTC
Untested fix for attributes vs. hugepage race
2025-04-28 23:25 UTC (6+ 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