messages from 2025-04-18 17:32:31 to 2025-04-23 03:11:37 UTC [more...]
[PATCH net-next v10 0/9] Device memory TCP TX
2025-04-23 3:11 UTC (10+ messages)
` [PATCH net-next v10 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v10 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v10 4/9] net: devmem: Implement TX path
` [PATCH net-next v10 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v10 6/9] net: enable driver support for netmem TX
` [PATCH net-next v10 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v10 8/9] net: check for driver support in netmem TX
` [PATCH net-next v10 9/9] selftests: ncdevmem: Implement devmem TCP TX
[RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
2025-04-23 3:06 UTC (7+ messages)
` [RFC PATCH 05/18] KVM: x86: Add pt_guest_exec_control to kvm_vcpu_arch
` [RFC PATCH 06/18] KVM: VMX: Wire up Intel MBEC enable/disable logic
` [RFC PATCH 12/18] KVM: x86/mmu: Introduce shadow_ux_mask
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-04-23 0:17 UTC (8+ messages)
` [PATCH v5 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v5 20/21] tools/perf: Pass the Counter constraint values in the pmu events
[PATCH 0/3] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-04-22 23:41 UTC (5+ messages)
` [PATCH 1/3] x86: KVM: VMX: Wrap GUEST_IA32_DEBUGCTL read/write with access functions
` [PATCH 3/3] x86: KVM: VMX: preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while in the guest mode
[PATCH net-next v9 0/9] Device memory TCP TX
2025-04-22 23:00 UTC (18+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode
[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
2025-04-22 22:53 UTC (10+ messages)
` [PATCH v2 2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc()
` [PATCH v2 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's hashed page list
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-22 19:51 UTC (50+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
2025-04-22 17:25 UTC (7+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
[PATCH v2 0/5] KVM: Improve VMware guest support
2025-04-22 16:58 UTC (7+ messages)
` [PATCH v2 1/5] KVM: x86: Centralize KVM's VMware code
` [PATCH v2 2/5] KVM: x86: Allow enabling of the vmware backdoor via a cap
` [PATCH v2 3/5] KVM: x86: Add support for VMware guest specific hypercalls
` [PATCH v2 4/5] KVM: x86: Add support for legacy VMware backdoors in nested setups
` [PATCH v2 5/5] KVM: selftests: x86: Add a test for KVM_CAP_X86_VMWARE_HYPERCALL
MSR access API uses in KVM x86
2025-04-22 14:59 UTC (3+ messages)
[PATCH net-next v2] selftests/vsock: add initial vmtest.sh for vsock
2025-04-22 14:26 UTC (2+ messages)
linux-next: build failure after merge of the kvm-fixes tree
2025-04-22 14:00 UTC (3+ messages)
[PATCH] KVM: SVM: move kfree() out of critical zone protected by spin_lock_irqsave
2025-04-22 13:57 UTC (2+ messages)
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-04-22 13:35 UTC (10+ messages)
[PATCH v8 00/24] Provide a new two step DMA mapping API
2025-04-22 11:36 UTC (28+ messages)
` [PATCH v8 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v8 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling
[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
2025-04-22 11:22 UTC (3+ messages)
[PATCH 1/1] virtio_console: fix missing byte order handling for cols and rows
2025-04-22 10:39 UTC (3+ messages)
[PATCH 0/3] Move duplicated instructions macros into asm/insn.h
2025-04-22 10:20 UTC (8+ messages)
` [PATCH 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
[RFC PATCH 00/24] KVM: SVM: Rework ASID management
2025-04-22 10:08 UTC (20+ messages)
` [RFC PATCH 06/24] KVM: SEV: Track ASID->vCPU instead of ASID->VMCB
` [RFC PATCH 09/24] KVM: SEV: Generalize tracking ASID->vCPU with xarrays
` [RFC PATCH 10/24] KVM: SVM: Use a single ASID per VM
` [RFC PATCH 11/24] KVM: nSVM: Use a separate ASID for nested guests
` [RFC PATCH 13/24] KVM: nSVM: Parameterize svm_flush_tlb_asid() by is_guest_mode
` [RFC PATCH 20/24] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
` [RFC PATCH 23/24] KVM: nSVM: Allocate a new ASID for nested guests
[PATCH V2 0/1] KVM: TDX: Decrease TDX VM shutdown time
2025-04-22 9:37 UTC (8+ messages)
` [PATCH V2 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
[PATCH v5 0/2] KVM: x86: Include host suspended time in steal time
2025-04-22 4:47 UTC (3+ messages)
` [PATCH v5 1/2] KVM: x86: Advance guest TSC after deep suspend
[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
2025-04-22 0:25 UTC (5+ messages)
` [PATCH v3 1/4] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v3 2/4] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v3 4/4] KVM: SVM: Add SEV-SNP CipherTextHiding support
[RFC PATCH 00/29] KVM: VM planes
2025-04-21 22:08 UTC (12+ messages)
` [PATCH 01/29] Documentation: kvm: introduce "VM plane" concept
` [PATCH 03/29] KVM: add plane info to structs
` [PATCH 09/29] KVM: implement plane file descriptors ioctl and creation
` [PATCH 12/29] KVM: share dirty ring for same vCPU id on different planes
` [PATCH 13/29] KVM: implement vCPU creation for extra planes
[PATCH net-next 0/2] vsock: SOCK_LINGER rework
2025-04-21 21:52 UTC (4+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data
[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
2025-04-21 21:50 UTC (4+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
` [PATCH net-next v2 2/3] vsock: Reduce indentation in virtio_transport_wait_close()
` [PATCH net-next v2 3/3] vsock/test: Expand linger test to ensure close() does not misbehave
Untested fix for attributes vs. hugepage race
2025-04-21 18:35 UTC (4+ messages)
[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-21 18:28 UTC (5+ messages)
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
[PATCH v10 0/5] KVM: selftests: Add LoongArch support
2025-04-21 7:31 UTC (6+ messages)
` [PATCH v10 1/5] KVM: selftests: Add VM_MODE_P47V47_16K vm mode
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v10 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v10 4/5] KVM: selftests: Add ucall test "
` [PATCH v10 5/5] KVM: selftests: Add test cases "
[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
2025-04-21 3:08 UTC (3+ messages)
` [PATCH v3 4/9] vhost: modify vhost_log_write() for broader users
[PATCH v9 0/5] KVM: selftests: Add LoongArch support
2025-04-21 1:24 UTC (7+ messages)
` [PATCH v9 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v9 3/5] KVM: selftests: Add core KVM selftests support "
[PATCH] LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
2025-04-21 1:18 UTC
[PATCH] LoongArch: Fixed multiple typos of KVM code
2025-04-21 0:50 UTC (2+ messages)
Broken live migration
2025-04-20 18:44 UTC
[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
2025-04-20 14:38 UTC (3+ messages)
[PATCH kvmtool v2 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
2025-04-20 14:25 UTC (3+ messages)
[tip: x86/urgent] x86/e820: Discard high memory that can't be addressed by 32-bit systems
2025-04-19 15:00 UTC
[kvm:queue 1/11] ERROR: modpost: "kvm_arch_has_irq_bypass" [arch/x86/kvm/kvm-amd.ko] undefined!
2025-04-19 11:16 UTC
[PATCH v2] kvm: potential NULL pointer dereference in kvm_vm_ioctl_create_vcpu()
2025-04-19 7:47 UTC (2+ messages)
[PATCH v5 0/7] Introduce CET supervisor state support
2025-04-19 1:01 UTC (7+ messages)
` [PATCH v5 1/7] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v5 2/7] x86/fpu: Drop @perm from guest pseudo FPU container
Drop "KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall"
2025-04-18 22:16 UTC (3+ messages)
[GIT PULL] KVM/arm64 fixes for 6.15, round #2
2025-04-18 21:01 UTC
[PATCH 05/11] x86: remove HIGHMEM64G support
2025-04-18 19:49 UTC (9+ messages)
` [PATCH] x86/e820: discard high memory that can't be addressed by 32-bit systems
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-04-18 18:48 UTC (5+ messages)
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
[PATCH] KVM: arm64, x86: make kvm_arch_has_irq_bypass() inline
2025-04-18 18:03 UTC (3+ messages)
[GIT PULL] KVM changes for Linux 6.15-rc3
2025-04-18 17:51 UTC (4+ 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