messages from 2024-01-29 08:24:16 to 2024-01-31 00:59:37 UTC [more...]
[PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
2024-01-31 0:59 UTC (2+ messages)
[PATCH] KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls
2024-01-31 0:59 UTC (2+ messages)
[ANNOUNCE] PUCK Agenda - 2024.01.31 - Finalizing internal guest_memfd APIs for SNP/TDX
2024-01-31 0:51 UTC
Call for GSoC/Outreachy internship project ideas
2024-01-31 0:29 UTC (10+ messages)
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-01-31 0:25 UTC (5+ messages)
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
2024-01-30 23:27 UTC (6+ messages)
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters
[PATCH 0/5] KVM: selftests: Fix clocksource requirements in tests
2024-01-30 23:24 UTC (4+ messages)
` [PATCH 1/5] KVM: selftests: Generalize check_clocksource() from kvm_clock_test
[PATCH V7 0/8] KVM: selftests: Add simple SEV test
2024-01-30 21:49 UTC (13+ messages)
` [PATCH V7 1/8] KVM: selftests: Extend VM creation's @mode to allow control of VM subtype
` [PATCH V7 3/8] KVM: selftests: add hooks for managing protected guest memory
` [PATCH V7 4/8] KVM: selftests: Allow tagging protected memory in guest page tables
` [PATCH V7 6/8] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH V7 8/8] KVM: selftests: Add simple sev vm testing
[PATCH 0/5] KVM: selftests: Remove redundant newlines
2024-01-30 20:26 UTC (3+ messages)
` [PATCH 5/5] KVM: selftests: x86_64: "
[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
2024-01-30 20:07 UTC (3+ messages)
[PATCH] x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
2024-01-30 18:04 UTC
[PATCH vfio 0/5] Improve mlx5 driver to better handle some error cases
2024-01-30 17:02 UTC (6+ messages)
` [PATCH vfio 1/5] net/mlx5: Add the IFC related bits for query tracker
` [PATCH vfio 2/5] vfio/mlx5: Add support for tracker object events
` [PATCH vfio 3/5] vfio/mlx5: Handle the EREMOTEIO error upon the SAVE command
` [PATCH vfio 4/5] vfio/mlx5: Block incremental query upon migf state error
` [PATCH vfio 5/5] vfio/mlx5: Let firmware knows upon leaving PRE_COPY back to RUNNING
[PATCH v3 00/29] hw,target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-01-30 16:48 UTC (45+ messages)
` [PATCH v3 01/29] bulk: Access existing variables initialized to &S->F when available
` [PATCH v3 02/29] hw/core: Declare CPUArchId::cpu as CPUState instead of Object
` [PATCH v3 03/29] hw/acpi/cpu: Use CPUState typedef
` [PATCH v3 04/29] bulk: Call in place single use cpu_env()
` [PATCH v3 05/29] scripts/coccinelle: Add cpu_env.cocci script
` [PATCH v3 06/29] target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
` [PATCH v3 07/29] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v3 08/29] target/arm: "
` [PATCH v3 09/29] target/avr: "
` [PATCH v3 10/29] target/cris: "
` [PATCH v3 11/29] target/hexagon: "
` [PATCH v3 12/29] target/hppa: "
` [PATCH v3 13/29] target/i386/hvf: Use CPUState typedef
` [PATCH v3 14/29] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v3 15/29] target/loongarch: "
` [PATCH v3 16/29] target/m68k: "
` [PATCH v3 17/29] target/microblaze: "
` [PATCH v3 18/29] target/mips: "
` [PATCH v3 19/29] target/nios2: "
` [PATCH v3 20/29] target/openrisc: "
` [PATCH v3 21/29] target/ppc: "
` [PATCH v3 22/29] target/riscv: "
` [PATCH v3 23/29] target/rx: "
` [PATCH v3 24/29] target/s390x: "
` [PATCH v3 25/29] target/sh4: "
` [PATCH v3 26/29] target/sparc: "
` [PATCH v3 27/29] target/tricore: "
` [PATCH v3 28/29] target/xtensa: "
` [PATCH v3 29/29] user: "
[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
2024-01-30 16:19 UTC (28+ messages)
` [PATCH v2 10/25] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v2 11/25] x86/sev: Adjust directmap to avoid inadvertant RMP faults
` [PATCH v2 13/25] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v2 15/25] x86/sev: Introduce snp leaked pages list
` [PATCH v2 16/25] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v2 17/25] crypto: ccp: Handle non-volatile INIT_EX data "
` [PATCH v2 25/25] crypto: ccp: Add the SNP_SET_CONFIG command
[PATCH v18 000/121] KVM TDX basic feature support
2024-01-30 15:31 UTC (11+ messages)
` [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v18 048/121] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v18 049/121] KVM: x86/tdp_mmu: Apply mmu notifier callback to only shared GPA
` [PATCH v18 050/121] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v18 060/121] KVM: TDX: TDP MMU TDX support
[PATCH v9 00/27] Enable CET Virtualization
2024-01-30 15:05 UTC (14+ messages)
` [PATCH v9 01/27] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [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 26/27] KVM: nVMX: Enable CET support for nested guest
[PATCH vhost 00/14] virtio remove dma info for premapped mode
2024-01-30 11:43 UTC (16+ messages)
` [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
` [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
` [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
` [PATCH 05/14] virtio_ring: split: structure the indirect desc table
` [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
` [PATCH 07/14] virtio_ring: introduce dma map api for page
` [PATCH 08/14] virtio: find_vqs introduce premapped parameter
` [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
` [PATCH 11/14] virtio_ring: remove api of setting vq premapped
` [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 14/14] virtio_net: sq support premapped mode
[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
2024-01-30 11:42 UTC (18+ messages)
` [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 09/17] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost 10/17] virtio: find_vqs: add new parameter premapped
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 12/17] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost 13/17] virtio_ring: remove api of setting vq premapped
` [PATCH vhost 14/17] virtio_ring: introduce dma map api for page
` [PATCH vhost 15/17] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 16/17] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 17/17] virtio_net: sq support premapped mode
[PATCH net-next v4 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-01-30 11:37 UTC (2+ messages)
` [PATCH net-next v4 4/5] vhost/net: remove vhost_net_page_frag_refill()
[PATCH v11 00/16] iommu: Prepare to deliver page faults to user space
2024-01-30 8:08 UTC (17+ messages)
` [PATCH v11 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v11 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v11 03/16] iommu: Remove unrecoverable fault data
` [PATCH v11 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v11 05/16] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v11 06/16] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v11 07/16] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v11 08/16] iommu: Prepare for separating SVA and IOPF
` [PATCH v11 09/16] iommu: Make iommu_queue_iopf() more generic
` [PATCH v11 10/16] iommu: Separate SVA and IOPF
` [PATCH v11 11/16] iommu: Refine locking for per-device fault data management
` [PATCH v11 12/16] iommu: Use refcount for fault data access
` [PATCH v11 13/16] iommu: Improve iopf_queue_remove_device()
` [PATCH v11 14/16] iommu: Track iopf group instead of last fault
` [PATCH v11 15/16] iommu: Make iopf_group_response() return void
` [PATCH v11 16/16] iommu: Make iommu_report_device_fault() "
[PATCH v2] KVM: selftests: Fix dirty_log_page_splitting_test as page migration
2024-01-30 8:04 UTC (5+ messages)
[PATCH v17 000/116] KVM TDX basic feature support
2024-01-30 8:05 UTC (3+ messages)
` [PATCH v17 055/116] KVM: TDX: TDP MMU TDX support
[PATCH 0/2] LoongArch: KVM: Start SW timer only when vcpu is blocking
2024-01-30 7:22 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] LoongArch: KVM: Do not restart SW timer when it is expired
[PATCH v3 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-01-30 2:53 UTC (10+ messages)
` [PATCH v3 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v3 5/6] LoongArch: KVM: Add physical cpuid map support
` [PATCH v3 6/6] LoongArch: Add pv ipi support on LoongArch system
[PATCH net-next 2/2] tun: AF_XDP Rx zero-copy support
2024-01-30 2:50 UTC (10+ messages)
[PATCH] KVM: arm64: Add capability for unconditional WFx passthrough
2024-01-29 23:17 UTC (2+ messages)
[PATCH v2 00/23] hw,target: Prefer fast cpu_env() over slower CPU QOM cast macro
2024-01-29 21:43 UTC (3+ messages)
` [PATCH v2 23/23] target/sparc: "
[PATCH v3] Enable haltpoll for arm64
2024-01-29 19:41 UTC (11+ messages)
` [PATCH v3 1/7] x86: Move ARCH_HAS_CPU_RELAX to arch
` [PATCH v3 2/7] x86/kvm: Move haltpoll_want() to be arch defined
` [PATCH v3 3/7] governors/haltpoll: Drop kvm_para_available() check
` [PATCH v3 4/7] arm64: Select ARCH_HAS_CPU_RELAX
` [PATCH v3 5/7] arm64: Define TIF_POLLING_NRFLAG
` [PATCH v3 6/7] cpuidle-haltpoll: ARM64 support
` [PATCH v3 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
[PATCH 1/1] KVM: selftests: add kvmclock drift test
2024-01-29 18:42 UTC (2+ messages)
[PATCH v2] Enable haltpoll for arm64
2024-01-29 18:15 UTC (5+ messages)
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
2024-01-29 18:02 UTC (3+ messages)
` [PATCH v4 13/66] target/i386: Introduce kvm_confidential_guest_init()
[PATCH] KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
2024-01-29 16:06 UTC (3+ messages)
[PATCH 0/2] minor fix on perf_capabilities in KVM/x86
2024-01-29 14:40 UTC (12+ messages)
` [PATCH 1/2] KVM: x86/pmu: Reset perf_capabilities in vcpu to 0 if PDCM is disabled
[PATCH kvmtool] x86: Enable in-kernel irqchip before creating PIT
2024-01-29 12:33 UTC
[PATCH] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
2024-01-29 10:47 UTC (3+ messages)
` "
[PATCH 0/4] KVM: Async #PF fixes and cleanups
2024-01-29 9:02 UTC (5+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed
[PATCH v2 1/2] KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing
2024-01-29 8:58 UTC (2+ messages)
` [PATCH v2 2/2] KVM: selftests: Fail tests when open() fails with !ENOENT
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