messages from 2023-07-14 03:19:25 to 2023-07-17 11:07:30 UTC [more...]
[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-17 11:06 UTC (16+ messages)
` [PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v6 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v6 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v6 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v6 10/11] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v6 11/11] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH kvmtool v1 0/2] Align value generated by get_ram_size() to the host's page size
2023-07-17 11:03 UTC (4+ messages)
` [PATCH kvmtool v1 1/2] Factor out getting the host "
` [PATCH kvmtool v1 2/2] Align the calculated guest ram size to the host's "
[RFC] Support for Arm CCA VMs on Linux
2023-07-17 9:40 UTC (5+ messages)
[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
2023-07-17 8:53 UTC (11+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
` [kvm-unit-tests PATCH 2/2] arm64: ensure tlbi is safe
[PATCH 3/4] intel_idle: Add support for using intel_idle in a VM guest using just hlt
2023-07-17 8:34 UTC
[PATCH v6] vfio/pci: Propagate ACPI notifications to user-space via eventfd
2023-07-17 8:29 UTC (4+ messages)
` [PATCH 0/2] eventfd: simplify signal helpers
[PATCH v13 00/22] Add vfio_device cdev for iommufd support
2023-07-17 8:08 UTC (4+ messages)
` [PATCH v13 21/22] vfio: Compile vfio_group infrastructure optionally
[PATCH v2] KVM: ppc64: Enable ring-based dirty memory tracking on ppc64: enable config options and implement relevant functions
2023-07-17 8:06 UTC (2+ messages)
[PATCH 00/10] Unify TDCALL/SEAMCALL and TDVMCALL assembly
2023-07-17 7:58 UTC (17+ messages)
` [PATCH 04/10] x86/tdx: Make macros of TDCALLs consistent with the spec
` [PATCH 08/10] x86/tdx: Unify TDX_HYPERCALL and TDX_MODULE_CALL assembly
` [PATCH 09/10] x86/virt/tdx: Wire up basic SEAMCALL functions
[PATCH v3 00/21] Enable CET Virtualization
2023-07-17 7:44 UTC (7+ messages)
[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
2023-07-17 6:23 UTC (7+ messages)
` [PATCH v4 1/6] KVM: selftests: Add macros for fixed counters in processor.h
` [PATCH v4 2/6] KVM: selftests: Drop the return of remove_event()
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v4 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v4 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
` [PATCH v4 6/6] KVM: selftests: Test gp event filters don't affect fixed event filters
[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
2023-07-17 5:09 UTC (3+ messages)
[PATCH] KVM: SVM: correct the size of spec_ctrl field in VMCB save area
2023-07-17 4:19 UTC
[PATCH 0/7] KVM RISC-V ONE_REG ISA extension improvements
2023-07-17 3:54 UTC (2+ messages)
[PATCH] KVM: Fix warnings in irqchip.c
2023-07-17 3:27 UTC
[RFC V3 1/6] KVM: x86: add msr register and data structure for lazy tscdeadline
2023-07-17 2:35 UTC (6+ messages)
` [RFC V3 2/6] KVM: x86: exchange info about lazy_tscdeadline with msr
` [RFC V3 3/6] x86/apic: switch set_next_event to lazy tscdeadline version
` [RFC V3 4/6] KVM: x86: do lazy_tscdeadline init and exit
` [RFC V3 5/6] KVM: X86: add lazy tscdeadline support to reduce vm-exit of msr-write
` [RFC V3 6/6] KVM: x86: add debugfs file for lazy tscdeadline per vcpu
[RFC V3 0/6] KVM: x86: introduce pv feature lazy tscdeadline
2023-07-17 2:35 UTC
[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
2023-07-16 22:30 UTC (8+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA
[PATCH v5 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-07-16 17:43 UTC
[PATCH v4 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
2023-07-16 5:39 UTC (20+ messages)
` [PATCH v4 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v4 02/18] fbdev: Remove FBINFO_DEFAULT from static structs
` [PATCH v4 03/18] fbdev: Remove FBINFO_DEFAULT from kzalloc()'ed structs
` [PATCH v4 04/18] fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structs
` [PATCH v4 05/18] fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs
` [PATCH v4 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v4 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v4 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v4 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v4 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v4 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v4 12/18] staging: "
` [PATCH v4 13/18] fbdev: Remove FBINFO_FLAG_DEFAULT from kzalloc()'ed structs
` [PATCH v4 14/18] fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
` [PATCH v4 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v4 16/18] fbdev/pxafb: "
` [PATCH v4 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v4 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data
[PATCH v14 00/26] Add vfio_device cdev for iommufd support
2023-07-15 14:19 UTC (23+ messages)
` [PATCH v14 14/26] iommufd/device: Add iommufd_access_detach() API
` [PATCH v14 17/26] vfio: Move device_del() before waiting for the last vfio_device registration refcount
` [PATCH v14 19/26] vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
` [PATCH v14 20/26] iommufd: Add iommufd_ctx_from_fd()
` [PATCH v14 21/26] vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
` [PATCH v14 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v14 23/26] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v14 24/26] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v14 26/26] docs: vfio: Add vfio device cdev description
[PATCH v11 vfio 0/7] pds-vfio-pci driver
2023-07-15 9:05 UTC (3+ messages)
` [PATCH v11 vfio 7/7] vfio/pds: Add Kconfig and documentation
[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
2023-07-15 4:30 UTC (8+ messages)
` [RFC PATCH v3 08/11] KVM: Fix set_mem_attr ioctl when error case
` [RFC PATCH v3 09/11] KVM: Add new members to struct kvm_gfn_range to operate on
[PATCH v9 00/10] Enhance vfio PCI hot reset for vfio cdev device
2023-07-15 4:20 UTC (4+ messages)
` [PATCH v9 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
2023-07-15 0:30 UTC (5+ messages)
[PATCH v2] KVM: arm64: Fix the name of sys_reg_desc related to PMU
2023-07-14 23:39 UTC (3+ messages)
[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
2023-07-14 22:45 UTC (2+ messages)
` [PATCH v3 2/2] kvm/vfio: avoid bouncing the mutex when adding and deleting groups
[PATCH v2 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
2023-07-14 19:31 UTC (3+ messages)
` [PATCH v2 2/2] kvm/vfio: avoid bouncing the mutex when adding and deleting groups
[PATCH] KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption
2023-07-14 16:40 UTC (2+ messages)
[PATCH v21 00/20] s390x: CPU Topology
2023-07-14 16:30 UTC (6+ messages)
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
2023-07-14 16:28 UTC (16+ messages)
` [PATCH 06/27] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH 10/27] arm64: Add feature detection for fine grained traps
` [PATCH 16/27] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH 18/27] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
[PATCH kvmtool] virtio-net: Don't print the compat warning for the default device
2023-07-14 15:29 UTC
[PATCH kvmtool v2 0/4] Add --loglevel argument
2023-07-14 13:44 UTC (4+ messages)
` [PATCH kvmtool v2 2/4] Replace printf/fprintf with pr_* macros
[PATCH] KVM: SVM: Update destination when updating pi irte
2023-07-14 13:05 UTC (6+ messages)
VFIO (PCI) and write combine mapping of BARs
2023-07-14 12:37 UTC (3+ messages)
[PATCH v16 00/30] Add KVM LoongArch support
2023-07-14 12:06 UTC (15+ messages)
` [PATCH v16 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v16 19/30] LoongArch: KVM: Implement kvm mmu operations
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-07-14 10:53 UTC (4+ messages)
` [PATCH v10 09/59] KVM: arm64: nv: Add trap forwarding infrastructure
[kvm-unit-tests PATCH v5 0/6] s390x: Add support for running guests without MSO/MSL
2023-07-14 10:52 UTC (19+ messages)
` [kvm-unit-tests PATCH v5 2/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v5 3/6] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v5 6/6] s390x: add a test for SIE without MSO/MSL
[PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
2023-07-14 10:47 UTC (24+ messages)
` [PATCH v3 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v3 02/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH v3 03/18] "
` [PATCH v3 04/18] "
` [PATCH v3 05/18] "
` [PATCH v3 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v3 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v3 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v3 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v3 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 12/18] staging: "
` [PATCH v3 13/18] fbdev: "
` [PATCH v3 14/18] "
` [PATCH v3 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v3 16/18] fbdev/pxafb: "
` [PATCH v3 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v3 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data
` [v3,18/18] "
[PATCH v1 00/15] virtio-mem: Expose device memory through multiple memslots
2023-07-14 10:01 UTC (4+ messages)
` [PATCH v1 13/15] virtio-mem: Expose device memory via multiple memslots if enabled
[PATCH v6 2/5] target/riscv: check the in-kernel irqchip support
2023-07-14 8:44 UTC (2+ messages)
` [PATCH v6 3/5] target/riscv: Create an KVM AIA irqchip
[PATCH v3 00/11] KVM: x86/mmu: refine memtype related mmu zap
2023-07-14 7:11 UTC (9+ messages)
` [PATCH v3 08/11] KVM: x86: move vmx code to get EPT memtype when CR0.CD=1 to x86 common code
[PATCH v4 00/12] KVM: x86/mmu: refine memtype related mmu zap
2023-07-14 6:56 UTC (13+ messages)
` [PATCH v4 01/12] KVM: x86/mmu: helpers to return if KVM honors guest MTRRs
` [PATCH v4 02/12] KVM: x86/mmu: Use KVM honors guest MTRRs helper in kvm_tdp_page_fault()
` [PATCH v4 03/12] KVM: x86/mmu: Use KVM honors guest MTRRs helper when CR0.CD toggles
` [PATCH v4 04/12] KVM: x86/mmu: Use KVM honors guest MTRRs helper when update mtrr
` [PATCH v4 05/12] KVM: x86/mmu: zap KVM TDP when noncoherent DMA assignment starts/stops
` [PATCH v4 06/12] KVM: x86/mmu: move TDP zaps from guest MTRRs update to CR0.CD toggling
` [PATCH v4 07/12] KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEARED
` [PATCH v4 08/12] KVM: x86: centralize code to get CD=1 memtype when guest MTRRs are honored
` [PATCH v4 09/12] KVM: x86/mmu: serialize vCPUs to zap gfn "
` [PATCH v4 10/12] KVM: x86/mmu: fine-grained gfn zap "
` [PATCH v4 11/12] KVM: x86/mmu: split a single gfn zap range "
` [PATCH v4 12/12] KVM: x86/mmu: convert kvm_zap_gfn_range() to use shared mmu_lock in TDP MMU
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).