messages from 2017-02-20 16:56:13 to 2017-02-23 10:27:41 UTC [more...]
[PATCH v2 00/22] arm/arm64: KVM: Rework the hyp-stub API
2017-02-23 10:26 UTC (19+ messages)
` [PATCH v2 01/22] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v2 02/22] arm64: KVM: "
` [PATCH v2 03/22] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v2 05/22] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v2 06/22] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v2 07/22] ARM: hyp-stub: improve ABI
` [PATCH v2 08/22] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v2 09/22] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v2 13/22] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v2 14/22] ARM: KVM: "
` [PATCH v2 15/22] ARM: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v2 16/22] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v2 17/22] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v2 18/22] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v2 19/22] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PATCH v2 20/22] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH v2 21/22] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PATCH v2 22/22] arm/arm64: Add hyp-stub API documentation
[PATCH 0/5] KVM: rename and extend vcpu->requests API
2017-02-23 10:20 UTC (9+ messages)
` [PATCH 4/5] KVM: add __kvm_request_needs_mb
[PATCH v2] KVM: PPC: Book3S: Ratelimit copy data failure error messages
2017-02-23 10:08 UTC (4+ messages)
[PATCH v2 00/01] KVM: x86: never specify a sample period for virtualized in_tx_cp counters
2017-02-23 9:43 UTC (4+ messages)
[PATCH kernel v5 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
2017-02-23 4:40 UTC (13+ messages)
` [PATCH kernel v5 01/10] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel v5 02/10] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel v5 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
` [PATCH kernel v5 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v5 05/10] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel v5 06/10] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel v5 07/10] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel v5 08/10] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v5 09/10] KVM: PPC: iommu: Unify TCE checking
` [PATCH kernel v5 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
[patch 0/3] KVM CPU frequency change hypercalls
2017-02-22 21:18 UTC (4+ messages)
` [patch 2/3] KVM: x86: introduce ioctl to allow frequency hypercalls
[RFC 00/55] Nested Virtualization on KVM/ARM
2017-02-22 19:28 UTC (49+ messages)
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 07/55] KVM: arm/arm64: Add virtual EL2 state emulation framework
` [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level
` [RFC 09/55] KVM: arm64: Set shadow EL1 registers for virtual EL2 execution
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 14/55] KVM: arm64: Take account of system instruction traps
` [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor
` [RFC 17/55] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 in virtual EL2
` [RFC 18/55] KVM: arm64: Forward traps due to HCR_EL2.NV1 bit to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [RFC 27/55] KVM: arm/arm64: Emulate GICH interface on GICv2
` [RFC 28/55] KVM: arm/arm64: Prepare vgic state for the nested VM
` [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor
` [RFC 31/55] KVM: arm/arm64: Inject maintenance interrupts "
` [RFC 32/55] KVM: arm/arm64: register GICH iodev for "
` [RFC 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting
` [RFC 40/55] KVM: arm/arm64: Handle vttbr_el2 write operation from the guest hypervisor
` [RFC 41/55] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
2017-02-22 18:52 UTC (34+ messages)
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
[PATCH] KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
2017-02-22 16:52 UTC (2+ messages)
[PATCH/RFC 0/2] KVM: s390: enable kvm_vpcu_kick/wake_up
2017-02-22 15:29 UTC (15+ messages)
` [PATCH/RFC 1/2] s390/smp: export smp_send_reschedule
` [PATCH] KVM: add kvm_arch_cpu_kick
[PATCH v2 0/7] KVM TSS cleanups and speedups
2017-02-22 15:36 UTC (12+ messages)
` [PATCH v2 1/7] x86/asm: Define the kernel TSS limit in a macro
` [PATCH v2 2/7] x86/kvm/vmx: Don't fetch the TSS base from the GDT
` [PATCH v2 3/7] x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels
` [PATCH v2 4/7] x86/kvm/vmx: Simplify segment_base()
` [PATCH v2 5/7] x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss
` [PATCH v2 6/7] x86/kvm/vmx: Defer TR reload after VM exit
` [PATCH v2 7/7] selftests/x86: Add a basic selftest for ioperm
[PATCH 0/2] TSS incremental cleanups
2017-02-22 15:36 UTC (3+ messages)
` [PATCH 1/2] x86/asm: Tidy up TSS limit code
` [PATCH 2/2] selftests/x86: Add a basic selftest for ioperm
[GIT PULL] First batch of KVM changes for 4.11 merge window
2017-02-22 15:22 UTC
kvm bug in __rmap_clear_dirty during live migration
2017-02-22 14:43 UTC (9+ messages)
` [Qemu-devel] "
Starting kvm/qemu guest crash kernel linux-next 0221 tree
2017-02-22 13:55 UTC (3+ messages)
Fwd: Re: KVM call for 2016-02-14
2017-02-22 12:48 UTC (3+ messages)
` [Qemu-devel] "
[PATCH 0/8] arm64: KVM: Fix PMU exception generation
2017-02-22 11:47 UTC (9+ messages)
` [PATCH 1/8] arm64: KVM: Don't skip an instruction if an exception is pending
` [PATCH 2/8] arm64: KVM: Let the vcpu carry a pointer to the sys_reg being emulated
` [PATCH 3/8] arm64: KVM: Refactor pmu_*_el0_disabled
` [PATCH 4/8] arm64: KVM: pmu: Inject UNDEF exception on illegal register access
` [PATCH 5/8] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
` [PATCH 6/8] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
` [PATCH 7/8] arm64: KVM: pmu: Make illegal accesses seen as successfully emulated
` [PATCH 8/8] arm64: KVM: Do not corrupt registers on failed 64bit CP read
[PATCH V10 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-02-22 10:13 UTC (10+ messages)
` [PATCH V10 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V10 07/10] efi: print unrecognized CPER section
[PATCH 0/4] arch subsystem refcounter conversions
2017-02-22 9:27 UTC (5+ messages)
` [PATCH 2/4] x86: convert threshold_bank.cpus from atomic_t to refcount_t
[PATCH v3 1/4] x86/mm: Adapt MODULES_END based on Fixmap section size
2017-02-22 6:34 UTC (12+ messages)
` [PATCH v3 4/4] KVM: VMX: Simplify segment_base
[PATCH RFC v3 00/15] basic vfio-ccw infrastructure
2017-02-22 3:05 UTC (11+ messages)
` [PATCH RFC v3 04/15] vfio: ccw: basic implementation for vfio_ccw driver
` [PATCH RFC v3 15/15] vfio: ccw: introduce support for ccw0
[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-02-21 21:22 UTC (11+ messages)
` [PATCH V11 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V11 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V11 03/10] efi: parse ARM processor error
` [PATCH V11 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V11 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V11 08/10] ras: acpi / apei: generate trace event for unrecognized CPER section
` [PATCH V11 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V11 07/10] efi: print unrecognized CPER section
` [PATCH V11 09/10] trace, ras: add ARM processor error trace event
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support
requiring virtual NMI for Intel processors?
2017-02-21 16:26 UTC (5+ messages)
[RFC PATCH 0/3] VFIO: Report IOMMU fault event to userspace
2017-02-21 15:21 UTC (19+ messages)
` [RFC PATCH 1/3] VFIO: Add new cmd to receive eventfd from userspace to notify IOMMU fault event
` [RFC PATCH 2/3] VFIO: Add IOMMU fault notifier callback
` [RFC PATCH 3/3] VFIO: Add new cmd for user space to get IOMMU fault info
[PATCH] KVM: VMX: use correct vmcs_read/write for guest segment selector/base
2017-02-21 14:23 UTC (3+ messages)
[PATCH v5 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
2017-02-21 11:49 UTC (5+ messages)
` [PATCH v5 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
` [PATCH v5 2/2] x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64
[PATCH v2 0/5] Support userspace irqchip with arch timers
2017-02-21 11:41 UTC (4+ messages)
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
RFC: Getting rid of LTR in VMX
2017-02-20 22:23 UTC (7+ messages)
[PATCH 0/6] KVM TSS cleanups and speedups
2017-02-20 17:52 UTC (7+ messages)
` [PATCH 4/6] x86/kvm/vmx: Simplify segment_base()
` [PATCH 5/6] x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss
` [PATCH 6/6] x86/kvm/vmx: Defer TR reload after VM exit
Outreachy open source internship applications now open!
2017-02-20 17:17 UTC
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