messages from 2023-08-03 06:42:33 to 2023-08-04 03:19:08 UTC [more...]
[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
2023-08-04 3:16 UTC (21+ messages)
` [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf()
` [PATCH v2 05/12] iommu: Change the return value of dev_iommu_get()
` [PATCH v2 06/12] iommu: Make dev->fault_param static
` [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v2 09/12] iommu: Move iopf_handler() to iommu-sva.c
[PATCH v5 00/19] Enable CET Virtualization
2023-08-04 3:13 UTC (24+ messages)
` [PATCH v5 01/19] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 02/19] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 03/19] KVM:x86: Report XSS as to-be-saved if there are supported features
` [PATCH v5 04/19] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v5 05/19] KVM:x86: Initialize kvm_caps.supported_xss
` [PATCH v5 06/19] KVM:x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v5 07/19] KVM:x86: Add fault checks for guest CR4.CET setting
` [PATCH v5 08/19] KVM:x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v5 09/19] KVM:x86: Make guest supervisor states as non-XSAVE managed
` [PATCH v5 10/19] KVM:VMX: Introduce CET VMCS fields and control bits
` [PATCH v5 11/19] KVM:VMX: Emulate read and write to CET MSRs
` [PATCH v5 12/19] KVM:x86: Save and reload SSP to/from SMRAM
` [PATCH v5 13/19] KVM:VMX: Set up interception for CET MSRs
` [PATCH v5 14/19] KVM:VMX: Set host constant supervisor states to VMCS fields
` [PATCH v5 15/19] KVM:x86: Optimize CET supervisor SSP save/reload
` [PATCH v5 16/19] KVM:x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v5 17/19] KVM:x86: Enable guest CET supervisor xstate bit support
` [PATCH v5 18/19] KVM:nVMX: Refine error code injection to nested VM
` [PATCH v5 19/19] KVM:nVMX: Enable CET support for "
[PATCH v5 0/4] iommufd: Add iommu hardware info reporting
2023-08-04 2:58 UTC (7+ messages)
` [PATCH v5 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v5 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v5 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v5 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
WARNING in kvm_arch_vcpu_ioctl_run
2023-08-04 2:35 UTC (3+ messages)
[Question] int3 instruction generates a #UD in SEV VM
2023-08-04 2:33 UTC (13+ messages)
[PATCH 0/2] iommu: Make pasid array per device
2023-08-04 2:30 UTC (7+ messages)
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-04 2:10 UTC (10+ messages)
` [PATCH 02/10] RISC-V: vector: "
` [PATCH 03/10] RISC-V: Refactor jump label instructions
` [PATCH 04/10] RISC-V: KGDB: Refactor instructions
` [PATCH 05/10] RISC-V: module: "
` [PATCH 06/10] RISC-V: Refactor patch instructions
` [PATCH 07/10] RISC-V: nommu: Refactor instructions
` [PATCH 08/10] RISC-V: kvm: "
` [PATCH 09/10] RISC-V: bpf: "
` [PATCH 10/10] RISC-V: Refactor bug and traps instructions
[kvm-unit-tests PATCH] x86:VMX: Fixup for VMX test failures
2023-08-04 2:07 UTC (5+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-08-04 1:01 UTC (3+ messages)
[PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
2023-08-04 0:41 UTC (4+ messages)
` [PATCH v4 12/29] KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
[PATCH v3 00/12] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage
2023-08-04 0:41 UTC (2+ messages)
[PATCH] KVM: x86: Advertise AMX-COMPLEX CPUID to userspace
2023-08-04 0:40 UTC (4+ messages)
[PATCH v4 00/19] x86/reboot: KVM: Clean up "emergency" virt code
2023-08-04 0:40 UTC (2+ messages)
[PATCH v2 00/21] KVM: x86: Add "governed" X86_FEATURE framework
2023-08-04 0:40 UTC (2+ messages)
[EXTERNAL][PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
2023-08-04 0:22 UTC (3+ messages)
` [PATCH v3] "
[kvm-unit-tests PATCH] x86/access: Use HVMOP_flush_tlbs hypercall instead of invlpg() for Xen
2023-08-04 0:16 UTC (2+ messages)
[PATCH v1] KVM: arm64: selftests: Test pointer authentication support in KVM guest
2023-08-03 23:42 UTC (5+ messages)
[PATCH v7 00/10] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
2023-08-03 23:42 UTC (9+ messages)
` [PATCH v7 01/10] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v7 10/10] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
2023-08-03 22:36 UTC (3+ messages)
[PATCH] vfio: align capability structures
2023-08-03 21:18 UTC (2+ messages)
[PATCH 0/2] sync_regs() TOCTOU issues
2023-08-03 21:15 UTC (13+ messages)
` [PATCH 1/2] KVM: x86: Fix KVM_CAP_SYNC_REGS's "
` [PATCH 2/2] KVM: selftests: Extend x86's sync_regs_test to check for races
[PATCH v13 vfio 0/7] pds-vfio-pci driver
2023-08-03 19:53 UTC (5+ messages)
` [PATCH v13 vfio 5/7] vfio/pds: Add support for dirty page tracking
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-03 19:15 UTC (2+ messages)
[PATCH] KVM: SVM: Add exception to disable objtool warning for kvm-amd.o
2023-08-03 19:07 UTC (4+ messages)
[PATCH v3 0/7] smaps / mm/gup: fix gup_can_follow_protnone fallout
2023-08-03 19:06 UTC (10+ messages)
` [PATCH v3 1/7] mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULT
` [PATCH v3 2/7] smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
` [PATCH v3 3/7] kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()
` [PATCH v3 4/7] mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULT
` [PATCH v3 5/7] pgtable: improve pte_protnone() comment
` [PATCH v3 6/7] selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything got merged
` [PATCH v3 7/7] selftest/mm: ksm_functional_tests: Add PROT_NONE test
[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
2023-08-03 18:58 UTC (7+ messages)
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
[PATCH v3] powerpc/inst: add PPC_TLBILX_LPID
2023-08-03 18:48 UTC (3+ messages)
[PATCH v3 00/47] fbdev: Use I/O helpers
2023-08-03 18:36 UTC (48+ messages)
` [PATCH v3 01/47] media/vivid: Use fbdev "
` [PATCH v3 02/47] fbdev/acornfb: "
` [PATCH v3 03/47] fbdev/asiliantfb: "
` [PATCH v3 04/47] fbdev/atmel_lcdfb: "
` [PATCH v3 05/47] fbdev/aty128fb: "
` [PATCH v3 06/47] fbdev/carminefb: "
` [PATCH v3 07/47] fbdev/chipsfb: "
` [PATCH v3 08/47] fbdev/da8xx-fb: "
` [PATCH v3 09/47] fbdev/efifb: "
` [PATCH v3 10/47] fbdev/fm2fb: "
` [PATCH v3 11/47] fbdev/fsl-diu-fb: "
` [PATCH v3 12/47] fbdev/g364fb: "
` [PATCH v3 13/47] fbdev/geode/gx1fb: "
` [PATCH v3 14/47] fbdev/geode/gxfb: "
` [PATCH v3 15/47] fbdev/geode/lxfb: "
` [PATCH v3 16/47] fbdev/goldfishfb: "
` [PATCH v3 17/47] fbdev/grvga: "
` [PATCH v3 18/47] fbdev/gxt4500: "
` [PATCH v3 19/47] fbdev/i740fb: "
` [PATCH v3 20/47] fbdev/imxfb: "
` [PATCH v3 21/47] fbdev/kyro: "
` [PATCH v3 22/47] fbdev/macfb: "
` [PATCH v3 23/47] fbdev/maxinefb: "
` [PATCH v3 24/47] fbdev/mb862xxfb: "
` [PATCH v3 25/47] fbdev/mmpfb: "
` [PATCH v3 26/47] fbdev/mx3fb: "
` [PATCH v3 27/47] fbdev/ocfb: "
` [PATCH v3 28/47] fbdev/offb: "
` [PATCH v3 29/47] fbdev/omapfb: "
` [PATCH v3 30/47] fbdev/platinumfb: "
` [PATCH v3 31/47] fbdev/pmag-aa-fb: "
` [PATCH v3 32/47] fbdev/pmag-ba-fb: "
` [PATCH v3 33/47] fbdev/pmagb-b-fb: "
` [PATCH v3 34/47] fbdev/pxa168fb: "
` [PATCH v3 35/47] fbdev/pxafb: "
` [PATCH v3 36/47] fbdev/q40fb: "
` [PATCH v3 37/47] fbdev/s3cfb: "
` [PATCH v3 38/47] fbdev/sh7760fb: "
` [PATCH v3 39/47] fbdev/simplefb: "
` [PATCH v3 40/47] fbdev/sstfb: "
` [PATCH v3 41/47] fbdev/sunxvr1000: "
` [PATCH v3 42/47] fbdev/sunxvr2500: "
` [PATCH v3 43/47] fbdev/uvesafb: "
` [PATCH v3 44/47] fbdev/valkyriefb: "
` [PATCH v3 45/47] fbdev/vesafb: "
` [PATCH v3 46/47] fbdev/xilinxfb: "
` [PATCH v3 47/47] vfio-dev/mdpy-fb: "
[PATCH v2] powerpc/inst: add PPC_TLBILX_LPID
2023-08-03 18:02 UTC (2+ messages)
[PATCH] powerpc/inst: add PPC_TLBILX_LPID
2023-08-03 17:32 UTC (2+ messages)
[PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code
2023-08-03 17:16 UTC (14+ messages)
` [PATCH v4 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v4 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v4 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v4 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v4 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v4 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v4 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v4 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v4 09/10] RISC-V: KVM: Improve vector save/restore errors
` [PATCH v4 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH RESEND v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts
2023-08-03 16:58 UTC (5+ messages)
` [PATCH RESEND v9 33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling
[PATCH v3 00/17] iommufd: Add nesting infrastructure
2023-08-03 16:47 UTC (9+ messages)
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
[PATCH v3 00/10] RISC-V: KVM: change get_reg/set_reg error codes
2023-08-03 14:56 UTC (12+ messages)
` [PATCH v3 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v3 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v3 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v3 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v3 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v3 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v3 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v3 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v3 09/10] RISC-V: KVM: Improve vector save/restore errors
` [PATCH v3 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
2023-08-03 13:55 UTC (3+ messages)
` [PATCH v2 10/26] KVM: arm64: Correctly handle ACCDATA_EL1 traps
[PATCH -next] kvm_host: Remove unused declarations kvm_device_get()/kvm_device_put()
2023-08-03 13:39 UTC
[RFC PATCH 00/19] QEMU gmem implemention
2023-08-03 13:05 UTC (10+ messages)
` [RFC PATCH 05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem
[PATCH v2 0/1] RISC-V: KVM: provide UAPI for host SATP mode
2023-08-03 11:51 UTC (3+ messages)
` [PATCH v2 1/1] "
[RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
2023-08-03 11:06 UTC (3+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-08-03 11:03 UTC (5+ messages)
[PATCH v4 0/6] KVM: s390: interrupt: Fix stepping into interrupt handlers
2023-08-03 7:48 UTC (3+ messages)
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-08-03 7:44 UTC (6+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
[PATCH v4 00/12] Add Intel VT-d nested translation
2023-08-03 7:36 UTC (8+ messages)
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
[PATCH v1 0/4] selftests: kvm: Add LoongArch support
2023-08-03 6:52 UTC (7+ messages)
` [PATCH v1 3/4] selftests: kvm: Add ucall tests for LoongArch KVM
` [PATCH v1 4/4] selftests: kvm: Add LoongArch tests into makefile
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