messages from 2023-06-26 04:04:14 to 2023-06-27 04:43:26 UTC [more...]
[RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag
2023-06-27 4:34 UTC (7+ messages)
` [RFC PATCH v1 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v1 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
[PATCH] KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_masked()
2023-06-27 4:26 UTC
[PATCH v3 00/21] Enable CET Virtualization
2023-06-27 3:50 UTC (31+ messages)
` [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
` [PATCH v3 16/21] KVM:x86: Save/Restore GUEST_SSP to/from SMM state save area
` [PATCH v3 20/21] KVM:x86: Enable kernel IBT support for guest
[PATCH 0/4] Part of fix for host and guest LBR event coexist
2023-06-27 3:29 UTC (6+ messages)
` [PATCH 3/4] KVM: VMX/pmu: Enable inactive vLBR event in guest LBR MSR emulation
[PATCH v6 00/33] Split ptdesc from struct page
2023-06-27 3:14 UTC (34+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v6 29/33] sh: Convert pte_free_tlb() "
` [PATCH v6 30/33] sparc64: Convert various functions "
` [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH v1 0/5] target/arm: Handle psci calls in userspace
2023-06-27 2:34 UTC (6+ messages)
` [PATCH v1 1/5] linux-headers: Update to v6.4-rc7
` [PATCH v1 4/5] arm/kvm: add skeleton implementation for userspace SMCCC call handling
` [PATCH v1 5/5] arm/kvm: add support for userspace psci calls handling
[GIT PULL] KVM: Non-x86 changes for 6.5
2023-06-27 0:33 UTC (7+ messages)
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "
[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
2023-06-26 22:34 UTC (5+ messages)
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld
[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
2023-06-26 22:23 UTC (12+ messages)
` [PATCH v2 1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
` [PATCH v2 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v2 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v2 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v2 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "
` [PATCH v2 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "
[RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement
2023-06-26 21:48 UTC (11+ messages)
` [RFC PATCH v2 3/6] KVM: x86/mmu: Pass round full 64-bit error code for the KVM page fault
` [RFC PATCH v2 4/6] KVM: x86: Introduce fault type to indicate kvm page fault is private
[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
2023-06-26 21:37 UTC (4+ messages)
` [PATCH v4 06/13] KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits
[PATCH v12 00/22] TDX host kernel support
2023-06-26 21:21 UTC (24+ messages)
` [PATCH v12 01/22] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v12 02/22] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v12 03/22] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v12 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 06/22] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 10/22] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v12 11/22] x86/virt/tdx: Fill out "
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v12 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v12 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v12 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v12 16/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v12 17/22] x86/kexec: Flush cache of TDX private memory
` [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v12 22/22] Documentation/x86: Add documentation for TDX host support
[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
2023-06-26 20:54 UTC (3+ messages)
[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
2023-06-26 20:52 UTC (6+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
` [PATCH v4 3/4] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
[PATCH] KVM: x86/mmu: Remove KVM MMU write lock when accessing indirect_shadow_pages
2023-06-26 20:42 UTC (11+ messages)
Virtual Machine Manager issue on Kernel 6.4
2023-06-26 19:27 UTC
[PATCH] vfio/mdev: Move the compat_class initialization to module init
2023-06-26 18:47 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/6] arm64: improve debuggability
2023-06-26 18:30 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] efi: keep efi debug information in a separate file
` [kvm-unit-tests PATCH v2 2/6] lib/stack: print base addresses on efi
[RFC PATCH v2 0/6] SVM guest shadow stack support
2023-06-26 18:22 UTC (10+ messages)
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss
[PATCH v10 vfio 0/7] pds_vfio driver
2023-06-26 18:13 UTC (10+ messages)
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support
[PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role
2023-06-26 17:59 UTC (13+ messages)
` [PATCH 2/6] KVM: Documentation: Update the field name gfns in kvm_mmu_page
` [PATCH 3/6] KVM: Documentation: Add the missing ptep "
` [PATCH 4/6] KVM: Documentation: Add the missing tdp_mmu_root_count into kvm_mmu_page
` [PATCH 6/6] KVM: Documentation: Add the missing tdp_mmu_page "
[PATCH] KVM: x86/pmu: SRCU protect the PMU event filter in the fast path
2023-06-26 17:34 UTC (4+ messages)
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-06-26 17:28 UTC (16+ messages)
[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-06-26 16:23 UTC (5+ messages)
[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
2023-06-26 16:15 UTC (22+ messages)
` [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v4 02/17] vhost/vsock: "
` [RFC PATCH v4 03/17] vsock/virtio: support to send "
` [RFC PATCH v4 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v4 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v4 06/17] vsock: check error queue to set EPOLLERR
` [RFC PATCH v4 07/17] vsock: read from socket's error queue
` [RFC PATCH v4 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v4 11/17] vsock/virtio: "
` [RFC PATCH v4 12/17] vsock/loopback: "
[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in __vhost_vq_attach_worker
2023-06-26 15:36 UTC (4+ messages)
[kvm-unit-tests PATCH] s390x: Align __bss_end to a halfword boundary
2023-06-26 15:34 UTC (2+ messages)
[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
2023-06-26 15:03 UTC (11+ messages)
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
[PATCH v12 00/24] Add vfio_device cdev for iommufd support
2023-06-26 14:51 UTC (7+ messages)
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table
2023-06-26 13:20 UTC (8+ messages)
[PATCH] MIPS: KVM: Fix NULL pointer dereference
2023-06-26 12:44 UTC (4+ messages)
[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
2023-06-26 10:10 UTC (3+ messages)
` [PATCH v3 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
[PATCH v15 00/30] Add KVM LoongArch support
2023-06-26 8:47 UTC (31+ messages)
` [PATCH v15 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v15 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v15 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v15 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v15 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v15 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v15 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v15 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v15 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v15 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v15 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v15 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v15 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v15 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v15 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v15 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v15 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v15 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v15 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v15 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v15 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v15 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v15 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v15 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v15 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v15 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v15 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v15 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v15 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers
2023-06-26 8:00 UTC (7+ messages)
[kvm-unit-tests PATCH 0/6] arm64: improve debuggability
2023-06-26 5:42 UTC (5+ messages)
` [kvm-unit-tests PATCH 3/6] arm64: enable frame pointer and support stack unwinding
[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
2023-06-26 3:40 UTC (8+ messages)
` [PATCH v3 07/11] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED
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).