messages from 2017-11-24 20:32:19 to 2017-11-28 20:03:34 UTC [more...]
[Patch v5 0/7] KVM: Guest page hinting
2017-11-28 20:03 UTC (2+ messages)
` [Patch v5 1/7] KVM: Support for guest "
[RFC PATCH] KVM: x86: Allow Qemu/KVM to use PVH entry point
2017-11-28 19:58 UTC (3+ messages)
[PATCH v2 0/8] KVM: Fix multiple issues in handling pending/injected events
2017-11-28 19:45 UTC (19+ messages)
` [PATCH v2 2/8] KVM: x86: Rename interrupt.pending to interrupt.injected
` [PATCH v2 3/8] KVM: x86: set/get_events ioctl should consider only injected exceptions
` [PATCH v2 7/8] KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pending
[PATCH 0/5] add printk specifier %px, unique identifier
2017-11-28 18:11 UTC (18+ messages)
` [PATCH 1/5] docs: correct documentation for %pK
` [PATCH 2/5] vsprintf: refactor pK code out of pointer()
` [PATCH 3/5] vsprintf: add specifier %px, unique identifier
` [PATCH 4/5] KVM: use %px to print token identifier
` [PATCH 5/5] vfio_pci: "
KVM "fake DAX" flushing interface - discussion
2017-11-28 18:03 UTC (9+ messages)
Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover. [1]
2017-11-28 18:00 UTC (9+ messages)
` Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
[PATCH 0/3] KVM: Tie MWAIT/HLT/PAUSE interception to initially disabled capabilities
2017-11-28 14:08 UTC (25+ messages)
` [PATCH 1/3] KVM: Don't enable MWAIT in guest by default
` [PATCH 2/3] KVM: Add capability to not exit on HLT
` [PATCH 3/3] KVM: Add capability to not exit on PAUSE
[PATCH v2 0/2] KVM: nVMX: misc changes
2017-11-28 10:41 UTC (4+ messages)
` [PATCH v2 1/2] KVM: nVMX: Eliminate vmcs02 pool
` [PATCH v2 2/2] KVM: nVMX: Add a WARN for freeing a loaded VMCS02
new KVM branch for linux-next
2017-11-28 8:57 UTC (2+ messages)
[PATCH v6 0/4] KVM: X86: Add Paravirt TLB Shootdown
2017-11-28 4:05 UTC (5+ messages)
` [PATCH v6 1/4] KVM: X86: Add vCPU running/preempted state
` [PATCH v6 2/4] KVM: X86: Add Paravirt TLB Shootdown
` [PATCH v6 3/4] KVM: X86: introduce invalidate_gpa argument to tlb flush
` [PATCH v6 4/4] KVM: X86: Add flush_on_enter before guest enter
2f47e7e19f ("x86/mm/kaiser: Use PCID feature to make user and .."): WARNING: CPU: 0 PID: 1 at mm/early_ioremap.c:114 __early_ioremap
2017-11-28 1:22 UTC (10+ messages)
[RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
2017-11-28 0:39 UTC (15+ messages)
[PATCH 1/2] KVM: x86: Store the microcode version in struct kvm_arch
2017-11-27 22:09 UTC (6+ messages)
` [PATCH 2/2] KVM: x86: Allow userspace to define what's the microcode version
[PATCH] KVM: nVMX: Eliminate vmcs02 pool
2017-11-27 22:01 UTC (12+ messages)
[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
2017-11-27 20:55 UTC (22+ messages)
` [PATCH 01/15] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH 02/15] KVM: Factor out vcpu->pid adjustment for KVM_RUN
` [PATCH 03/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH 04/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH 05/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH 06/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH 07/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH 08/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH 09/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH 10/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH 11/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH 12/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH 13/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH 15/15] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
[PATCH v3 0/9] Intel Processor Trace virtulization enabling
2017-11-27 20:24 UTC (10+ messages)
` [PATCH v3 1/9] perf/x86/intel/pt: Move Intel-PT MSR bit definitions to a public header
` [PATCH v3 2/9] perf/x86/intel/pt: Change pt_cap_get() to a public function
` [PATCH v3 3/9] KVM: x86: Add Intel Processor Trace virtualization mode
` [PATCH v3 4/9] KVM: x86: Add Intel Processor Trace cpuid emulation
` [PATCH v3 5/9] KVM: x86: Add a function to disable/enable Intel PT MSRs intercept
` [PATCH v3 6/9] KVM: x86: Add Intel processor trace context for each vcpu
` [PATCH v3 7/9] KVM: x86: Implement Intel Processor Trace MSRs read/write
` [PATCH v3 8/9] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest
` [PATCH v3 9/9] KVM: x86: Implement Intel Processor Trace context switch
[PATCH v5 11/11] intel_sgx: driver documentation
2017-11-27 19:41 UTC
[GIT PULL] Second batch of KVM changes for Linux 4.15
2017-11-27 19:16 UTC (5+ messages)
[PATCH v2 0/4] Support Perf Extension on AMD KVM guests
2017-11-27 18:21 UTC (10+ messages)
` [PATCH v2 3/4] Add support for AMD Core Perf Extension in guest
[PATCH v2 0/3] KVM: nVMX: Do not expose APICv to L1 if disabled on L0
2017-11-27 17:14 UTC (5+ messages)
` [PATCH v2 3/3] KVM: nVMX: Fix nested APICv Secondary CPU Controls when apicv disabled
kvm/next rebased
2017-11-27 17:08 UTC
[GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.15-1 tag
2017-11-27 16:58 UTC (2+ messages)
[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-27 16:50 UTC (3+ messages)
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
[PATCH v2] KVM: VMX: Fix vmx->nested freeing when no SMI handler
2017-11-27 16:40 UTC (2+ messages)
passing FDs across domains
2017-11-27 11:59 UTC (12+ messages)
` cross-domain Wayland (Re: passing FDs across domains)
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-11-27 11:11 UTC (36+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 28/37] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 35/37] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 36/37] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
[PATCH] KVM: Let KVM_SET_SIGNAL_MASK work as advertised
2017-11-27 11:10 UTC (3+ messages)
Unsure how to file this complex qemu-kvm bug
2017-11-27 10:55 UTC (2+ messages)
[PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
2017-11-27 18:49 UTC (13+ messages)
` [PATCH v13 01/12] ACPI: add related GHES structures and macros definition
` [PATCH v13 02/12] ACPI: Add APEI GHES table generation and CPER record support
` [PATCH v13 03/12] docs: APEI GHES generation description
` [PATCH v13 04/12] ACPI: enable APEI GHES in the configure file and build it
` [PATCH v13 05/12] linux-headers: sync against Linux v4.14-rc8
` [PATCH v13 06/12] target-arm: kvm64: detect whether can set vsesr_el2
` [PATCH v13 07/12] target-arm: handle SError interrupt exception from the guest OS
` [PATCH v13 08/12] target-arm: kvm64: inject synchronous External Abort
` [PATCH v13 09/12] Move related hwpoison page function to accel/kvm/ folder
` [PATCH v13 10/12] ARM: ACPI: Add _E04 for hardware error device
` [PATCH v13 11/12] hw/arm/virt: Add RAS platform version for migration
` [PATCH v13 12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
[PATCH v1 0/2] tools/kvm_stat: misc fixes
2017-11-27 9:09 UTC (4+ messages)
` [PATCH v1 1/2] tools/kvm_stat: fix command line option '-g'
` [PATCH v1 2/2] tools/kvm_stat: fix drilldown in events by guests mode
[PATCH v2] KVM: X86: Fix softlockup when get the current kvmclock timestamp
2017-11-27 1:26 UTC (3+ messages)
[PATCHv3 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
2017-11-27 0:43 UTC (6+ messages)
[Bug 196161] New: Kernel freezes by starting a kvm vm
2017-11-26 23:38 UTC (2+ messages)
` [Bug 196161] Kernel freezes when using AVAST under nested virtualization
[PATCH v2 01/11] powerpc/kvm/xive: Add more debugfs queues info
2017-11-26 21:58 UTC (10+ messages)
` [PATCH v2 08/11] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded
` [PATCH v2 10/11] powerpc/kvm: Store the MMU mode in the PACA on KVM exit
` [PATCH v2 11/11] powerpc/kvm: Use the PACA virt/real mode info instead of mfmsr
[PATCH] arm64: KVM: Hide PMU from guests when disabled
2017-11-25 17:40 UTC
06222d856e ("x86/mm/kaiser: Use PCID feature to make user and .."): WARNING: CPU: 0 PID: 1 at mm/early_ioremap.c:114 __early_ioremap
2017-11-25 13:34 UTC (2+ messages)
` 06222d856e ("x86/mm/kaiser: Use PCID feature to make user and kernel switches faster"): BUG: kernel hang in boot stage
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