kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 19:36:54 to 2020-02-07 18:16:42 UTC [more...]

[RFC PATCH v7 00/78] VM introspection
 2020-02-07 18:15 UTC  (4+ messages)
` [RFC PATCH v7 03/78] KVM: add new error codes for "
` [RFC PATCH v7 04/78] KVM: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v7 06/78] KVM: doc: fix the hypercall numbering

[PATCH 4/5] vfio/type1: optimize dma_list tree iterations
 2020-02-07 18:03 UTC 

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-07 18:07 UTC  (28+ messages)
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v5 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v5 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[kvm-unit-tests PATCH 0/4] nVMX: 5-level nested EPT support
 2020-02-07 17:42 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] nVMX: Extend EPTP test to allow 5-level EPT
` [kvm-unit-tests PATCH 2/4] nVMX: Refactor the EPT/VPID MSR cap check to make it readable
` [kvm-unit-tests PATCH 3/4] nVMX: Mark bit 39 of MSR_IA32_VMX_EPT_VPID_CAP as reserved
` [kvm-unit-tests PATCH 4/4] nVMX: Extend EPT cap MSR test to allow 5-level EPT

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-02-07 17:38 UTC  (22+ messages)
` [PATCH v2 kvmtool 07/30] ioport: pci: Move port allocations to PCI devices
` [PATCH v2 kvmtool 25/30] pci: Implement callbacks for toggling BAR emulation
` [PATCH v2 kvmtool 26/30] pci: Toggle BAR I/O and memory space emulation
` [PATCH v2 kvmtool 27/30] pci: Implement reassignable BARs
` [PATCH v2 kvmtool 28/30] arm/fdt: Remove 'linux,pci-probe-only' property
` [PATCH v2 kvmtool 29/30] vfio: Trap MMIO access to BAR addresses which aren't page aligned
` [PATCH v2 kvmtool 30/30] arm/arm64: Add PCI Express 1.1 support

[PATCH v2 0/7] KVM: x86/mmu: nVMX: 5-level paging fixes and enabling
 2020-02-07 17:37 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: nVMX: Use correct root level for nested EPT shadow page tables
` [PATCH v2 2/7] KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
` [PATCH v2 3/7] KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
` [PATCH v2 4/7] KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
` [PATCH v2 5/7] KVM: nVMX: Rename EPTP validity helper and associated variables
` [PATCH v2 6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp()
` [PATCH v2 7/7] KVM: nVMX: Drop unnecessary check on ept caps for execute-only

[PATCH] KVM: Disable preemption in kvm_get_running_vcpu()
 2020-02-07 17:04 UTC  (2+ messages)

[PATCH] docs/virt/kvm: Document running nested guests
 2020-02-07 16:40 UTC  (5+ messages)

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-07 16:32 UTC  (39+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH 03/35] s390/protvirt: introduce host side setup
` [PATCH 04/35] s390/protvirt: add ultravisor initialization
` [PATCH 05/35] s390/mm: provide memory management functions for protected KVM guests
` [PATCH 06/35] s390/mm: add (non)secure page access exceptions handlers
` [PATCH 07/35] KVM: s390: add new variants of UV CALL
` [PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
` [PATCH 09/35] KVM: s390: protvirt: Add KVM api documentation
` [PATCH 10/35] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH 11/35] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH 12/35] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH 13/35] KVM: s390: protvirt: Instruction emulation
` [PATCH 14/35] KVM: s390: protvirt: Add interruption injection controls
` [PATCH 15/35] KVM: s390: protvirt: Implement interruption injection
` [PATCH 16/35] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH 17/35] KVM: s390: protvirt: Handle spec exception loops
` [PATCH 18/35] KVM: s390: protvirt: Add new gprs location handling
` [PATCH 19/35] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH 20/35] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH 21/35] KVM: s390/mm: handle guest unpin events
` [PATCH 22/35] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH 23/35] KVM: s390: protvirt: STSI handling
` [PATCH 24/35] KVM: s390: protvirt: disallow one_reg
` [PATCH 25/35] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH 26/35] KVM: s390: protvirt: Add program exception injection
` [PATCH 27/35] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [PATCH 28/35] KVM: s390: protvirt: UV calls diag308 0, 1
` [PATCH 29/35] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH 30/35] KVM: s390: protvirt: Support cmd 5 operation state
` [PATCH 31/35] KVM: s390: protvirt: Add UV debug trace
` [PATCH 32/35] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH 33/35] KVM: s390: protvirt: do not inject interrupts after start
` [PATCH 34/35] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH 35/35] DOCUMENTATION: Protected virtual machine introduction and IPL

[PATCH v2] KVM: nVMX: Fix some comment typos and coding style
 2020-02-07 16:25 UTC  (2+ messages)

BUG: using __this_cpu_read() in preemptible [00000000] code
 2020-02-07 16:25 UTC  (6+ messages)

[PATCH] KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
 2020-02-07 16:15 UTC  (4+ messages)

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-07 15:56 UTC  (10+ messages)
` [PATCH 06/61] KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop
` [PATCH 07/61] KVM: x86: Check for CPUID 0xD.N support before validating array size
` [PATCH 08/61] KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
` [PATCH 09/61] KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation

[PATCH v3 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-07 15:49 UTC  (5+ messages)
` [PATCH v3 2/3] selftests: KVM: AMD Nested "

[PATCH v2] KVM: apic: reuse smp_wmb() in kvm_make_request()
 2020-02-07 15:40 UTC  (2+ messages)

[PATCH v5 2/4] selftests: KVM: Remove unused x86_register enum
 2020-02-07 15:37 UTC 

[PATCH v2] KVM: x86: remove duplicated KVM_REQ_EVENT request
 2020-02-07 15:27 UTC 

[PATCH v5 0/4] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-07 15:09 UTC  (7+ messages)
` [PATCH v5 1/4] selftests: KVM: Replace get_[gdt | idt]_base() by get_[gdt | idt]()
` [PATCH v5 2/4] selftests: KVM: Remove unused x86_register enum
` [PATCH v5 3/4] selftests: KVM: AMD Nested test infrastructure
` [PATCH v5 4/4] selftests: KVM: SVM: Add vmcall test

[PATCH v4 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-07 14:16 UTC  (12+ messages)
` [PATCH v4 2/3] selftests: KVM: AMD Nested "
` [PATCH v4 3/3] selftests: KVM: SVM: Add vmcall test

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-02-07 14:06 UTC  (23+ messages)
` [kvm-unit-tests PATCH v3 05/14] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v3 06/14] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v3 07/14] arm/arm64: gicv3: Enable/Disable LPIs at re-distributor level
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v3 10/14] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v3 11/14] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v3 14/14] arm/arm64: ITS: pending table migration test

[RFC PATCH v2 0/9] s390x/vfio-ccw: Channel Path Handling
 2020-02-07 13:26 UTC  (12+ messages)
` [RFC PATCH v2 1/9] vfio-ccw: Introduce new helper functions to free/destroy regions
` [RFC PATCH v2 2/9] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v2 3/9] vfio-ccw: Refactor the unregister of the async regions
` [RFC PATCH v2 4/9] vfio-ccw: Introduce a new schib region
` [RFC PATCH v2 5/9] vfio-ccw: Introduce a new CRW region
` [RFC PATCH v2 6/9] vfio-ccw: Refactor IRQ handlers
` [RFC PATCH v2 7/9] vfio-ccw: Wire up the CRW irq and CRW region
` [RFC PATCH v2 8/9] vfio-ccw: Add trace for CRW event
` [RFC PATCH v2 9/9] vfio-ccw: Remove inline get_schid() routine

[PATCH v3 0/5] Handle monitor trap flag during instruction emulation
 2020-02-07 10:36 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: x86: Mask off reserved bit from #DB exception payload
` [PATCH v3 2/5] KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
` [PATCH v3 3/5] KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS
` [PATCH v3 4/5] KVM: nVMX: Emulate MTF when performing instruction emulation
` [kvm-unit-tests PATCH v3 5/5] x86: VMX: Add tests for monitor trap flag

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-07 10:07 UTC  (18+ messages)

[RFC PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-07  9:33 UTC  (5+ messages)
` [RFC PATCH 1/7] vfio: Include optional device match in vfio_device_ops callbacks

[Question] some questions about vmx
 2020-02-07  9:08 UTC  (2+ messages)

[PATCH] KVM: x86: remove duplicated KVM_REQ_EVENT request
 2020-02-07  9:05 UTC  (2+ messages)

[PATCH v2 00/27] docs: virt: manually convert text documents to ReST format
 2020-02-07  8:48 UTC  (8+ messages)
` [PATCH v2 21/27] docs: kvm: Convert locking.txt "

[PATCH v4 00/14] KVM: Dirty ring interface
 2020-02-07  8:31 UTC  (9+ messages)
` [PATCH 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
  ` [PATCH 10/14] KVM: selftests: Use a single binary for dirty/clear log test

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-07  8:27 UTC  (5+ messages)
` [RFCv2 34/37] KVM: s390: protvirt: Add UV debug trace

[Bug 206447] New: __skb_get_hash_symmetric makes tun queue not balance
 2020-02-07  7:25 UTC  (2+ messages)
` [Bug 206447] "

[PATCH 1/1] vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]
 2020-02-07  4:43 UTC  (4+ messages)

[PATCH v3 0/8] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-07  4:18 UTC  (4+ messages)
` [PATCH v3 3/8] x86/split_lock: Cache the value of MSR_TEST_CTRL in percpu data

[PATCH] KVM: nVMX: Fix some comment typos and coding style
 2020-02-07  4:05 UTC 

[PATCH] KVM: apic: reuse smp_wmb() in kvm_make_request()
 2020-02-07  2:59 UTC 

[PATCH 0/7] KVM: x86/mmu: nVMX: 5-level paging fixes and enabling
 2020-02-06 23:07 UTC  (9+ messages)
` [PATCH 1/7] KVM: nVMX: Use correct root level for nested EPT shadow page tables
` [PATCH 2/7] KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
` [PATCH 3/7] KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
` [PATCH 4/7] KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
` [PATCH 5/7] KVM: nVMX: Rename EPTP validity helper and associated variables
` [PATCH 6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp()
` [PATCH 7/7] KVM: nVMX: Drop unnecessary check on ept caps for execute-only

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-02-06 22:03 UTC  (5+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[PULL 35/46] scripts: Explicit usage of Python 3 (scripts with __main__)
 2020-02-06 21:19 UTC  (2+ messages)
` [PULL 45/46] drop "from __future__ import print_function"


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).