messages from 2019-04-30 17:36:25 to 2019-05-03 13:33:19 UTC [more...]
[PATCH 00/10] s390: virtio: support protected virtualization
2019-05-03 13:33 UTC (10+ messages)
` [PATCH 01/10] virtio/s390: use vring_create_virtqueue
` [PATCH 02/10] virtio/s390: DMA support for virtio-ccw
` [PATCH 03/10] virtio/s390: enable packed ring
[GIT PULL] KVM/arm updates for 5.2
2019-05-03 12:44 UTC (57+ messages)
` [PATCH 01/56] KVM: Documentation: Document arm64 core registers in detail
` [PATCH 02/56] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [PATCH 03/56] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [PATCH 04/56] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [PATCH 05/56] KVM: arm64: Add missing #includes to kvm_host.h
` [PATCH 06/56] arm64/sve: Clarify role of the VQ map maintenance functions
` [PATCH 07/56] arm64/sve: Check SVE virtualisability
` [PATCH 08/56] arm64/sve: Enable SVE state tracking for non-task contexts
` [PATCH 09/56] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [PATCH 10/56] KVM: arm64: Propagate vcpu into read_id_reg()
` [PATCH 11/56] KVM: arm64: Support runtime sysreg visibility filtering
` [PATCH 12/56] KVM: arm64/sve: System register context switch and access support
` [PATCH 13/56] KVM: arm64/sve: Context switch the SVE registers
` [PATCH 14/56] KVM: Allow 2048-bit register access via ioctl interface
` [PATCH 15/56] KVM: arm64: Add missing #include of <linux/string.h> in guest.c
` [PATCH 16/56] KVM: arm64: Factor out core register ID enumeration
` [PATCH 17/56] KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
` [PATCH 18/56] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [PATCH 19/56] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [PATCH 20/56] arm64/sve: In-kernel vector length availability query interface
` [PATCH 21/56] KVM: arm/arm64: Add hook for arch-specific KVM initialisation
` [PATCH 22/56] KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl
` [PATCH 23/56] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
` [PATCH 24/56] KVM: arm64/sve: Allow userspace to enable SVE for vcpus
` [PATCH 25/56] KVM: arm64: Add a capability to advertise SVE support
` [PATCH 26/56] KVM: Document errors for KVM_GET_ONE_REG and KVM_SET_ONE_REG
` [PATCH 27/56] KVM: arm64/sve: Document KVM API extensions for SVE
` [PATCH 28/56] arm64: KVM: Fix system register enumeration
` [PATCH 29/56] arm64/sve: Clarify vq map semantics
` [PATCH 30/56] KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
` [PATCH 31/56] KVM: arm: Make vcpu finalization stubs into inline functions
` [PATCH 32/56] KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
` [PATCH 33/56] KVM: arm64/sve: Clean up UAPI register ID definitions
` [PATCH 34/56] KVM: arm64/sve: Miscellaneous tidyups in guest.c
` [PATCH 35/56] KVM: arm64/sve: Make register ioctl access errors more consistent
` [PATCH 36/56] KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
` [PATCH 37/56] KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
` [PATCH 38/56] KVM: arm64/sve: Explain validity checks in set_sve_vls()
` [PATCH 39/56] KVM: arm/arm64: Clean up vcpu finalization function parameter naming
` [PATCH 40/56] KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZE
` [PATCH 41/56] KVM: Clarify KVM_{SET,GET}_ONE_REG error code documentation
` [PATCH 42/56] KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDs
` [PATCH 43/56] KVM: arm64: Add a vcpu flag to control ptrauth for guest
` [PATCH 44/56] KVM: arm/arm64: Context-switch ptrauth registers
` [PATCH 45/56] KVM: arm64: Add userspace flag to enable pointer authentication
` [PATCH 46/56] KVM: arm64: Add capability to advertise ptrauth for guest
` [PATCH 47/56] arm64: arm_pmu: Remove unnecessary isb instruction
` [PATCH 48/56] arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data
` [PATCH 49/56] arm64: KVM: Add accessors to track guest/host only counters
` [PATCH 50/56] arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributes
` [PATCH 51/56] arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
` [PATCH 52/56] arm64: KVM: Enable VHE "
` [PATCH 53/56] arm64: KVM: Avoid isb's by using direct pmxevtyper sysreg
` [PATCH 54/56] arm64: docs: Document perf event attributes
` [PATCH 55/56] arm64: KVM: Fix perf cycle counter support for VHE
` [PATCH 56/56] KVM: arm64: Fix ptrauth ID register masking logic
[PATCH v2 00/10] RFC: NVME MDEV
2019-05-03 12:29 UTC (16+ messages)
` [PATCH v2 01/10] vfio/mdev: add notifier for map events
` [PATCH v2 02/10] vfio/mdev: add .request callback
` [PATCH v2 03/10] nvme/core: add some more values from the spec
` [PATCH v2 04/10] nvme/core: add NVME_CTRL_SUSPENDED controller state
` [PATCH v2 05/10] nvme/pci: use the NVME_CTRL_SUSPENDED state
` [PATCH v2 06/10] nvme/core: add mdev interfaces
` [PATCH v2 08/10] nvme/pci: implement the mdev external queue allocation interface
` [PATCH v2 09/10] nvme/mdev - Add inline performance measurments
` [PATCH v2 10/10] nvme/mdev - generic block IO code
[PATCH v5 0/3] KVM: arm/arm64: Add VCPU workarounds firmware register
2019-05-03 11:46 UTC (6+ messages)
` [PATCH v5 1/3] arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
[PATCH 2/3] KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting new state
2019-05-03 10:25 UTC (2+ messages)
[PATCH 0/2] Fix reserved bits calculation errors caused by MKTME
2019-05-03 10:08 UTC (3+ messages)
` [PATCH 1/2] kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
` [PATCH 2/2] kvm: x86: Fix reserved bits related calculation errors caused by MKTME
[PATCH] kvm: x86: Fix L1TF mitigation for shadow MMU
2019-05-03 8:40 UTC
[kvm-unit-tests PATCH] lib/alloc_page: Zero allocated pages
2019-05-03 8:19 UTC (2+ messages)
[PATCH v5 01/16] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
2019-05-03 6:50 UTC (2+ messages)
[kvm-unit-tests PATCH] powerpc: Allow for a custom decr value to be specified to load on decr excp
2019-05-03 5:49 UTC (4+ messages)
[kvm-unit-tests PATCH] x86: eventinj: Do a real io_delay()
2019-05-02 18:49 UTC
[kvm-unit-tests PATCH] x86: Unmask LVTPC on interrupt
2019-05-02 17:41 UTC
[PATCH] KVM: nVMX: Set msr bitmap correctly for MSR_FS_BASE in vmcs02
2019-05-03 0:21 UTC (7+ messages)
[kvm-unit-tests PATCH] x86: Restore VMCS state when test_vmcs_addr() is done
2019-05-02 14:57 UTC
[kvm-unit-tests PATCH] x86: Set "APIC Software Enable" after APIC reset
2019-05-02 14:08 UTC
[PATCH] tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID
2019-05-02 18:31 UTC
[PATCH] tests: kvm: Add tests to .gitignore
2019-05-02 18:31 UTC
[PATCH 3/3] tests: kvm: Add tests for KVM_SET_NESTED_STATE
2019-05-02 18:31 UTC
[PATCH 1/3] kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
2019-05-02 18:31 UTC
[PATCH v8 0/4] vfio: ap: AP Queue Interrupt Control
2019-05-02 17:34 UTC (5+ messages)
` [PATCH v8 1/4] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v8 2/4] vfio: ap: register IOMMU VFIO notifier
` [PATCH v8 3/4] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v8 4/4] s390: ap: kvm: Enable PQAP/AQIC facility for the guest
[PATCH v7 00/23] SMMUv3 Nested Stage Setup
2019-05-02 16:46 UTC (6+ messages)
` [PATCH v7 05/23] iommu: Introduce cache_invalidate API
[PATCH v4 0/2] Use DIAG318 to set Control Program Name & Version Codes
2019-05-02 15:58 UTC (8+ messages)
` [PATCH v4 1/2] s390/setup: diag318: refactor struct
` [PATCH v4 2/2] s390/kvm: diagnose 318 handling
[kvm-unit-tests ] results on stable-rc-5.0
2019-05-02 14:13 UTC (2+ messages)
[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
2019-05-02 8:20 UTC (3+ messages)
[PATCH v7 0/4] vfio: ap: AP Queue Interrupt Control
2019-05-02 7:57 UTC (5+ messages)
` [PATCH v7 3/4] s390: ap: implement PAPQ AQIC interception in kernel
[bug report] KVM: Introduce a 'release' method for KVM devices
2019-05-02 7:09 UTC (2+ messages)
[Bug 203477] New: [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V
2019-05-02 4:30 UTC
[GIT PULL] Please pull my kvm-ppc-next-5.2-1 tag
2019-05-02 4:06 UTC
BUG: soft lockup in kvm_vm_ioctl
2019-05-02 3:10 UTC (2+ messages)
KVM: Introduce a 'release' method for KVM devices
2019-05-02 2:35 UTC (2+ messages)
developer intro
2019-05-01 22:45 UTC
[kvm:queue 62/65] arch/x86/kernel/e820.c:88:9-10: WARNING: return of 0/1 in function '_e820__mapped_any' with return type bool
2019-05-01 14:31 UTC (2+ messages)
` [PATCH] kvm, x86: fix boolreturn.cocci warnings
linux-next: Fixes tag needs some work in the kvm-fixes tree
2019-05-01 12:06 UTC
Speeding up VM Startup
2019-05-01 11:59 UTC
[PATCH 4.19 083/100] x86/fpu: Dont export __kernel_fpu_{begin,end}()
2019-05-01 11:59 UTC (2+ messages)
[RFC PATCH 0/5] KVM: arm64: Add support for contiguous PTE/PMD hugepages at stage2
2019-05-01 9:44 UTC (6+ messages)
` [PATCH 1/5] KVM: arm/arm64: Introduce helpers for page table enties with contiguous bit
` [PATCH 2/5] KVM: arm/arm64: Re-factor building the stage2 page table entries
` [PATCH 3/5] KVM: arm/arm64: Support dirty page tracking for contiguous hugepages
` [PATCH 4/5] KVM: arm/arm64: Add support for creating PTE contiguous hugepages at stage2
` [PATCH 5/5] KVM: arm/arm64: Add support for creating PMD "
[kvm:queue 52/65] arch/arm64/kvm/../../../virt/kvm/kvm_main.c:1763:9: error: implicit declaration of function 'memremap'; did you mean 'memset_p'?
2019-05-01 0:56 UTC
[PATCHv2 00/10] vfio/mdev: Improve vfio/mdev core module
2019-04-30 22:49 UTC (11+ messages)
` [PATCHv2 01/10] vfio/mdev: Avoid release parent reference during error path
` [PATCHv2 02/10] vfio/mdev: Removed unused kref
` [PATCHv2 03/10] vfio/mdev: Drop redundant extern for exported symbols
` [PATCHv2 04/10] vfio/mdev: Avoid masking error code to EBUSY
` [PATCHv2 05/10] vfio/mdev: Follow correct remove sequence
` [PATCHv2 06/10] vfio/mdev: Fix aborting mdev child device removal if one fails
` [PATCHv2 07/10] vfio/mdev: Avoid inline get and put parent helpers
` [PATCHv2 08/10] vfio/mdev: Improve the create/remove sequence
` [PATCHv2 09/10] vfio/mdev: Avoid creating sysfs remove file on stale device removal
` [PATCHv2 10/10] vfio/mdev: Synchronize device create/remove with parent removal
[PATCH] KVM: nVMX: Fix size checks in vmx_set_nested_state
2019-04-30 22:45 UTC (2+ messages)
linux-next: Fixes tag needs some work in the kvm-fixes tree
2019-04-30 22:01 UTC
[kvm-unit-tests PATCH] x86: Fix APIC version register test
2019-04-30 14:32 UTC
[kvm-unit-tests PATCH] x86: Change ALTERNATE_APIC_BASE to saner value
2019-04-30 14:09 UTC
[kvm-unit-tests PATCH] x86: Disable cache before relocating local APIC
2019-04-30 21:13 UTC (3+ messages)
[PATCH] KVM: x86: use direct accessors for RIP and RSP
2019-04-30 21:11 UTC (2+ messages)
[PATCH 0/3] KVM: x86: Drop "caching" of always-available GPRs
2019-04-30 20:44 UTC (8+ messages)
` [PATCH 1/3] KVM: x86: Omit caching logic for "
` [PATCH 2/3] KVM: x86: Prevent use of kvm_register_{read,write}() with known GPRs
` [PATCH 3/3] KVM: VMX: Use accessors for GPRs outside of dedicated caching logic
[PATCH] x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE
2019-04-30 20:20 UTC (3+ messages)
[kvm-unit-tests PATCH] x86: Allow xapic ID writes to silently fail
2019-04-30 20:09 UTC (4+ messages)
[PATCH v6 00/14] KVM/X86: Introduce a new guest mapping interface
2019-04-30 19:31 UTC (6+ messages)
[PATCH] Revert "KVM: doc: Document the life cycle of a VM and its resources"
2019-04-30 19:31 UTC (2+ messages)
[PATCH v4 0/4] KVM: lapic: Fix a variety of timer adv issues
2019-04-30 19:31 UTC (3+ messages)
[GIT PULL 00/12] KVM: s390: Features and fixes for kvm/next
2019-04-30 19:29 UTC (2+ messages)
[PATCH] KVM: selftests: make hyperv_cpuid test pass on AMD
2019-04-30 19:23 UTC (2+ messages)
[PATCH] KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
2019-04-30 19:17 UTC (3+ messages)
[kvm-unit-tests PATCH] x86: APIC: Add test for pending NMIs while NMIs are blocked
2019-04-30 19:13 UTC (2+ messages)
[PATCH] KVM: vmx: clean up some debug output
2019-04-30 19:10 UTC (2+ messages)
[PATCH v2] kvm_main: fix some comments
2019-04-30 19:09 UTC (2+ messages)
[PATCH 0/5] KVM/ARM updates for 5.1-rc7
2019-04-30 19:06 UTC (2+ messages)
[PATCH v2] KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
2019-04-30 19:03 UTC
[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
2019-04-30 18:03 UTC (5+ messages)
` [PATCH v14 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v14 12/17] drm/radeon, "
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).