messages from 2020-08-27 08:24:22 to 2020-09-01 02:42:57 UTC [more...]
[PATCH net-next] vhost: fix typo in error message
2020-09-01 2:39 UTC
[PATCH V2] vfio dma_map/unmap: optimized for hugetlbfs pages
2020-09-01 2:40 UTC (9+ messages)
` 答复: "
` 答复: "
[PATCH] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
2020-09-01 1:29 UTC (4+ messages)
[PATCH] nSVM: Add a test for the P (present) bit in NPT entry
2020-08-31 21:55 UTC (2+ messages)
[PATCH v2 1/7] target: rename all *_do_interupt functions to _do_interrupt_locked
2020-08-31 21:14 UTC (2+ messages)
[kvm-unit-tests PATCH 0/7] Add support for generic ELF cross-compiler
2020-08-31 20:33 UTC (22+ messages)
` [kvm-unit-tests PATCH 1/7] x86: Makefile: Allow division on x86_64-elf binutils
` [kvm-unit-tests PATCH 2/7] x86: Replace instruction prefixes with spaces
` [kvm-unit-tests PATCH 3/7] x86: Makefile: Fix linkage of realmode on x86_64-elf binutils
` [kvm-unit-tests PATCH 4/7] lib: Bundle debugreg.h from the kernel
` [kvm-unit-tests PATCH 5/7] lib: x86: Use portable format macros for uint32_t
` [kvm-unit-tests PATCH 6/7] configure: Add an option to specify getopt
[PATCH v5 0/4] Add a vhost RPMsg API
2020-08-31 19:38 UTC (3+ messages)
` [PATCH v5 2/4] rpmsg: move common structures and defines to headers
[kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests
2020-08-31 19:34 UTC (5+ messages)
` [kvm-unit-tests RFC 1/4] arm64: Move get_id_aa64dfr0() in processor.h
` [kvm-unit-tests RFC 2/4] spe: Probing and Introspection Test
` [kvm-unit-tests RFC 3/4] spe: Add profiling buffer test
` [kvm-unit-tests RFC 4/4] spe: Test Profiling Buffer Events
[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
2020-08-31 18:34 UTC (18+ messages)
` [PATCH v10 01/16] s390/vfio-ap: add version vfio_ap module
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 03/16] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v10 16/16] s390/vfio-ap: update docs to include dynamic config support
[PATCH tip/core/rcu 17/24] kvm: mmu: page_track: Fix RCU list API usage
2020-08-31 18:01 UTC
[PATCH 0/5] Fix nested VMX controls MSRs
2020-08-31 17:36 UTC (14+ messages)
` [PATCH 1/5] KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled
` [PATCH 2/5] KVM: nVMX: Verify the VMX controls MSRs with the global capability when setting VMX MSRs
` [PATCH 3/5] KVM: nVMX: Update VMX controls MSR according to guest CPUID after "
` [PATCH 4/5] KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
` [PATCH 5/5] KVM: nVMX: Simplify the initialization of nested_vmx_msrs
[PATCH v6 00/76] x86: SEV-ES Guest Support
2020-08-31 17:30 UTC (49+ messages)
` [PATCH v6 02/76] KVM: SVM: Add GHCB definitions
` [PATCH v6 13/76] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v6 20/76] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH v6 27/76] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v6 29/76] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v6 31/76] x86/head/64: Setup MSR_GS_BASE before calling into C code
` [PATCH v6 36/76] x86/head/64: Load IDT earlier
` [PATCH v6 38/76] x86/head/64: Set CR4.FSGSBASE early
` [PATCH v6 39/76] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v6 42/76] x86/sev-es: Setup early #VC handler
` [PATCH v6 45/76] x86/sev-es: Allocate and Map IST stack for "
` [PATCH v6 46/76] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v6 47/76] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v6 48/76] x86/entry/64: Add entry code for #VC handler
` [PATCH v6 52/76] x86/sev-es: Handle MMIO events
` [PATCH v6 64/76] x86/sev-es: Handle #DB Events
` [PATCH v6 69/76] x86/realmode: Setup AP jump table
` [PATCH v6 70/76] x86/smpboot: Setup TSS for starting AP
` [PATCH v6 72/76] x86/head/64: Rename start_cpu0
[PATCH 1/2] SVM: Replace numeric value for SME CPUID leaf with a #define
2020-08-31 16:14 UTC (3+ messages)
` [PATCH 2/2] KVM: SVM: Don't flush cache of SEV-encrypted pages if hardware enforces cache coherency across encryption domains
Not enough IRQ lines on the 82093AA IOAPIC
2020-08-31 15:59 UTC
[PATCH v2 0/4] Qemu SEV-ES guest support
2020-08-31 15:37 UTC (5+ messages)
` [PATCH v2 1/4] sev/i386: Add initial support for SEV-ES
` [PATCH v2 2/4] sev/i386: Allow AP booting under SEV-ES
` [PATCH v2 3/4] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v2 4/4] sev/i386: Enable an SEV-ES guest based on SEV policy
[PATCH 0/3] Few nSVM bugfixes
2020-08-31 14:26 UTC (6+ messages)
` [PATCH 1/3] SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
` [PATCH 2/3] SVM: nSVM: setup nested msr permission bitmap on nested state load
` [PATCH 3/3] KVM: nSVM: more strict SMM checks when returning to nested guest
[PATCH] KVM: LAPIC: Reset timer_advance_ns if timer mode switch
2020-08-31 12:48 UTC (2+ messages)
[PATCH v14 00/17] KVM RISC-V Support
2020-08-31 12:30 UTC (18+ messages)
` [PATCH v14 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v14 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v14 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v14 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v14 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v14 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v14 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v14 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v14 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v14 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v14 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v14 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v14 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v14 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v14 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v14 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v14 17/17] RISC-V: KVM: Add MAINTAINERS entry
[PATCH v14 00/18] KVM RISC-V Support
2020-08-31 12:29 UTC (2+ messages)
[PATCH v10 0/2] s390: virtio: let arch validate VIRTIO features
2020-08-31 12:11 UTC (4+ messages)
` [PATCH v10 1/2] virtio: let arch advertise guest's memory access restrictions
` [PATCH v10 2/2] s390: virtio: PV needs VIRTIO I/O device protection
[PATCH v1 0/3] s390x: css: adapting the I/O tests for PV
2020-08-31 12:05 UTC (4+ messages)
` [PATCH v1 1/3] s390x: pv: implement routine to share/unshare memory
` [PATCH v1 2/3] s390: define UV compatible I/O allocation
` [PATCH v1 3/3] s390x: css: pv: css test adaptation for PV
[PATCH v3 02/12] KVM: x86: Introduce allow list for MSR emulation
2020-08-31 10:39 UTC (2+ messages)
[PATCH v7 00/18] Add support for Nitro Enclaves
2020-08-31 8:19 UTC (4+ messages)
[PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
2020-08-31 8:03 UTC (2+ messages)
[PATCH V3] vfio dma_map/unmap: optimized for hugetlbfs pages
2020-08-31 6:54 UTC (2+ messages)
device compatibility interface for live migration with assigned devices
2020-08-31 4:43 UTC (25+ messages)
` [ovirt-devel] "
[PATCH RFC 0/2] Add log dirty support
2020-08-31 2:39 UTC (6+ messages)
` [PATCH RFC 1/2] riscv/kvm: Fix use VSIP_VALID_MASK mask HIP register
` [PATCH RFC 2/2] target/kvm: Add interfaces needed for log dirty
[Bug 209079] New: CPU 0/KVM: page allocation failure on 5.8 kernel
2020-08-30 15:22 UTC
[PATCH v2] KVM: nVMX: fix the layout of struct kvm_vmx_nested_state_hdr
2020-08-30 9:52 UTC (6+ messages)
[PATCH] KVM: fix memory leak in kvm_io_bus_unregister_dev()
2020-08-30 4:34 UTC
[kvm-unit-tests PATCH] x86: svm: low CR3 bits are not MBZ
2020-08-29 1:39 UTC (13+ messages)
[PATCH 0/3] KVM: nSVM: Add checks for CR3 and CR4 reserved bits to svm_set_nested_state() and test CR3 non-MBZ reserved bits
2020-08-29 0:48 UTC (4+ messages)
` [PATCH 1/3] KVM: nSVM: CR3 MBZ bits are only 63:52
` [PATCH 2/3] KVM: nSVM: Add check for CR3 and CR4 reserved bits to svm_set_nested_state()
` [PATCH 3/3] nSVM: Test non-MBZ reserved bits in CR3 in long mode
KVM: x86: emulating RDPID failure shall return #UD rather than #GP
2020-08-28 18:25 UTC (2+ messages)
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
2020-08-28 10:34 UTC (12+ messages)
[PATCH v3] PCI: Introduce flag for detached virtual functions
2020-08-28 9:09 UTC (6+ messages)
[RFC PATCH] KVM: x86: Support write protect huge pages lazily
2020-08-28 8:11 UTC
[RFC 0/2] Add risc-v vhost-net support
2020-08-28 4:57 UTC (2+ messages)
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
2020-08-27 23:34 UTC (9+ messages)
[PATCH v3 0/8] KVM: nSVM: ondemand nested state allocation + smm fixes
2020-08-27 17:11 UTC (9+ messages)
` [PATCH v3 1/8] KVM: SVM: rename a variable in the svm_create_vcpu
` [PATCH v3 2/8] KVM: nSVM: rename nested vmcb to vmcb12
` [PATCH v3 3/8] KVM: SVM: refactor msr permission bitmap allocation
` [PATCH v3 4/8] KVM: SVM: use __GFP_ZERO instead of clear_page
` [PATCH v3 5/8] KVM: SVM: refactor exit labels in svm_create_vcpu
` [PATCH v3 6/8] KVM: x86: allow kvm_x86_ops.set_efer to return a value
` [PATCH v3 7/8] KVM: emulator: more strict rsm checks
` [PATCH v3 8/8] KVM: nSVM: implement ondemand allocation of the nested state
[PATCH 0/8] KVM: nSVM: ondemand nested state allocation + smm fixes
2020-08-27 17:12 UTC (10+ messages)
` [PATCH 1/8] KVM: SVM: rename a variable in the svm_create_vcpu
` [PATCH 2/8] KVM: nSVM: rename nested vmcb to vmcb12
` [PATCH 3/8] KVM: SVM: refactor msr permission bitmap allocation
` [PATCH 4/8] KVM: SVM: use __GFP_ZERO instead of clear_page
` [PATCH 5/8] KVM: SVM: refactor exit labels in svm_create_vcpu
` [PATCH 6/8] KVM: x86: allow kvm_x86_ops.set_efer to return a value
` [PATCH 7/8] KVM: emulator: more strict rsm checks
` [PATCH 8/8] KVM: nSVM: implement ondemand allocation of the nested state
[PATCH 0/4] SEV-ES guest support
2020-08-27 15:53 UTC (2+ messages)
[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
2020-08-27 12:51 UTC (4+ messages)
` [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly
[PATCH v2 0/7] KVM: nSVM: ondemand nested state allocation + smm fixes
2020-08-27 10:23 UTC (5+ messages)
` [PATCH v2 4/7] KVM: x86: allow kvm_x86_ops.set_efer to return a value
[PATCH RFC v3 00/14] Add riscv kvm accel support
2020-08-27 9:21 UTC (15+ messages)
` [PATCH RFC v3 01/14] linux-header: Update linux/kvm.h
` [PATCH RFC v3 02/14] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v3 03/14] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v3 04/14] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v3 05/14] arget/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v3 06/14] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v3 07/14] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v3 08/14] target/riscv: Handler KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v3 09/14] target/riscv: Add host cpu type
` [PATCH RFC v3 10/14] target/riscv: Add sifive_plic vmstate
` [PATCH RFC v3 11/14] target/riscv: Support riscv cpu vmstate
` [PATCH RFC v3 12/14] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v3 13/14] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v3 14/14] target/riscv: Support virtual time context synchronization
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).