messages from 2017-07-19 22:58:07 to 2017-07-25 10:37:07 UTC [more...]
[PATCH v2 00/11] make L2's kvm-clock stable, get rid of pvclock_gtod
2017-07-25 10:37 UTC (16+ messages)
` [PATCH v2 01/11] timekeeper: change interface of clocksource reding functions
` [PATCH v2 02/11] pvclock: write cycle stamp value if a pointer given
` [PATCH v2 03/11] kvmclock: pass cycles pointer to the changed pvclock interface
` [PATCH v2 04/11] TSC: write cycles stamp value to input pointer
` [PATCH v2 05/11] timekeeping: change ktime_get_with_offset interface to accept cycles pointer
` [PATCH v2 06/11] timekeeping: add functions returning cycle stamp counter along with time
` [PATCH v2 07/11] timekeeper: add clocksource change notifier
` [PATCH v2 08/11] timekeeper: add a couple of the core timekeeper reading helpers
` [PATCH v2 09/11] KVM: get rid of pv_clock_gtod
` [PATCH v2 10/11] pvclock: add clocksource change notification on changing of tsc stable bit
` [PATCH v2 11/11] KVM: add pvclock to a list of stable clocks
[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
2017-07-25 10:26 UTC (21+ messages)
` [RFC Part1 PATCH v3 02/17] x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
` [RFC Part1 PATCH v3 03/17] x86/mm: Secure Encrypted Virtualization (SEV) support
` [RFC Part1 PATCH v3 07/17] x86/mm: Include SEV for encryption memory attribute changes
` [RFC Part1 PATCH v3 08/17] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC Part1 PATCH v3 10/17] resource: Provide resource struct in resource walk callback
` [RFC Part1 PATCH v3 11/17] x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
` [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active
` [RFC Part1 PATCH v3 15/17] x86: Add support for changing memory encryption attribute in early boot
` [RFC Part1 PATCH v3 16/17] X86/KVM: Provide support to create Guest and HV shared per-CPU variables
` [RFC Part1 PATCH v3 01/17] Documentation/x86: Add AMD Secure Encrypted Virtualization (SEV) descrption
` [RFC Part1 PATCH v3 04/17] x86/mm: Don't attempt to encrypt initrd under SEV
` [RFC Part1 PATCH v3 05/17] x86, realmode: Don't decrypt trampoline area "
` [RFC Part1 PATCH v3 06/17] x86/mm: Use encrypted access of boot related data with SEV
` [RFC Part1 PATCH v3 09/17] resource: Consolidate resource walking code
` [RFC Part1 PATCH v3 12/17] x86/mm: DMA support for SEV memory encryption
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active
` [RFC Part1 PATCH v3 17/17] X86/KVM: Clear encryption attribute when SEV is active
[RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling
2017-07-25 9:43 UTC (3+ messages)
` [RFC PATCH v2 02/19] arm64: Use the physical counter when available for read_cycles
[PATCH v12 0/8] Virtio-balloon Enhancement
2017-07-25 9:32 UTC (18+ messages)
` [PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v12 6/8] mm: support reporting free page blocks
[PATCH 0/5] FlexRM support in VFIO platform
2017-07-25 8:59 UTC (21+ messages)
` [PATCH 3/5] iommu/arm-smmu-v3: add IOMMU_CAP_BYPASS to the ARM SMMUv3 driver
` [PATCH 5/5] vfio: platform: reset: Add Broadcom FlexRM reset module
[PATCH] KVM: VMX: Fix losing blocking by NMI in the guest interruptibility-state field
2017-07-25 8:48 UTC (4+ messages)
[RFC Part2 PATCH v3 00/26] x86: Secure Encrypted Virtualization (AMD)
2017-07-25 8:29 UTC (28+ messages)
` [RFC Part2 PATCH v3 01/26] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [RFC Part2 PATCH v3 02/26] crypto: ccp: Add Platform Security Processor (PSP) device support
` [RFC Part2 PATCH v3 03/26] crypto: ccp: Add Secure Encrypted Virtualization (SEV) "
` [RFC Part2 PATCH v3 04/26] KVM: SVM: Prepare to reserve asid for SEV guest
` [RFC Part2 PATCH v3 05/26] KVM: SVM: Reserve ASID range "
` [RFC Part2 PATCH v3 06/26] KVM: SVM: Prepare for new bit definition in nested_ctl
` [RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM
` [RFC Part2 PATCH v3 08/26] KVM: X86: Extend CPUID range to include new leaf
` [RFC Part2 PATCH v3 09/26] KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [RFC Part2 PATCH v3 10/26] KVM: Introduce KVM_MEMORY_ENCRYPT_REGISTER/UNREGISTER_RAM ioctl
` [RFC Part2 PATCH v3 11/26] KVM: X86: Extend struct kvm_arch to include SEV information
` [RFC Part2 PATCH v3 12/26] KVM: Define SEV key management command id
` [RFC Part2 PATCH v3 13/26] KVM: SVM: Add KVM_SEV_INIT command
` [RFC Part2 PATCH v3 14/26] KVM: SVM: VMRUN should use assosiated ASID when SEV is enabled
` [RFC Part2 PATCH v3 15/26] KVM: SVM: Add support for SEV LAUNCH_START command
` [RFC Part2 PATCH v3 16/26] KVM: SVM: Add support for SEV LAUNCH_UPDATE_DATA command
` [RFC Part2 PATCH v3 17/26] KVM: SVM: Add support for SEV LAUNCH_MEASURE command
` [RFC Part2 PATCH v3 18/26] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [RFC Part2 PATCH v3 19/26] KVM: svm: Add support for SEV GUEST_STATUS command
` [RFC Part2 PATCH v3 20/26] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [RFC Part2 PATCH v3 21/26] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [RFC Part2 PATCH v3 22/26] KVM: SVM: Pin guest memory when SEV is active
` [RFC Part2 PATCH v3 23/26] KVM: X86: Add memory encryption enabled ops
` [RFC Part2 PATCH v3 24/26] KVM: SVM: Clear C-bit from the page fault address
` [RFC Part2 PATCH v3 25/26] KVM: SVM: Do not install #UD intercept when SEV is enabled
` [RFC Part2 PATCH v3 26/26] KVM: X86: Restart the guest when insn_len is zero and "
[RFC] virtio-mem: paravirtualized memory
2017-07-25 8:21 UTC (2+ messages)
[PATCH v3] KVM: LAPIC: Fix reentrancy issues with preempt notifiers
2017-07-25 7:44 UTC (3+ messages)
[PATCH v4] KVM: LAPIC: Fix reentrancy issues with preempt notifiers
2017-07-25 7:43 UTC
[PATCH] kvm: Fix perf timer mode IP reporting
2017-07-25 7:31 UTC (2+ messages)
[PATCH kernel v4 0/6] vfio-pci: Add support for mmapping MSI-X table
2017-07-25 6:09 UTC (5+ messages)
` [PATCH kernel v4 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization
[PATCH 0/2] KVM: nVMX: Fix nested posted interrupts delivery
2017-07-25 1:25 UTC (3+ messages)
[PATCH kvm-unit-tests 0/3] Add physical timer test
2017-07-24 21:25 UTC (10+ messages)
` [PATCH kvm-unit-tests 2/3] arm64: timer: Fix test on APM X-Gene
[PATCH] KVM: x86: do mask out upper bits of PAE CR3
2017-07-24 18:28 UTC (2+ messages)
[PATCH v2 1/1] KVM: make pid available for uevents without debugfs
2017-07-24 18:03 UTC (3+ messages)
[PATCH] KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
2017-07-24 17:48 UTC (3+ messages)
[PATCH v2 0/2] FlexRM support in VFIO platform
2017-07-24 17:24 UTC (5+ messages)
` [PATCH v2 1/2] vfio: Allow No-IOMMU mode without checking iommu_present()
` [PATCH v2 2/2] vfio: platform: reset: Add Broadcom FlexRM reset module
[PATCH] KVM: x86: masking out upper bits
2017-07-24 16:54 UTC (2+ messages)
[PULL 0/1] vfio-ccw: one bugfix for 4.12
2017-07-24 16:47 UTC (2+ messages)
` [PULL 1/1] vfio: ccw: fix bad ptr math for TIC cda translation
x86: PIE support and option to extend KASLR randomization
2017-07-24 16:32 UTC (29+ messages)
` [RFC 06/22] kvm: Adapt assembly for PIE support
` [RFC 07/22] x86: relocate_kernel - "
` [RFC 16/22] x86/percpu: Adapt percpu "
` [RFC 20/22] x86/relocs: Add option to generate 64-bit relocations
` [RFC 21/22] x86/module: Add support for mcmodel large and PLTs
KVM "fake DAX" flushing interface - discussion
2017-07-24 16:19 UTC (18+ messages)
[PATCH v2] KVM: LAPIC: Fix cancel preemption timer repeatedly due to preemption
2017-07-24 15:38 UTC (4+ messages)
[RFC/RFT PATCH] KVM: nVMX: fixes to nested virt interrupt injection
2017-07-24 14:46 UTC (4+ messages)
[PATCH] KVM: nVMX: consult PFER_MASK and PFER_MATCH before nested vmexit if inject #PF
2017-07-24 14:28 UTC (4+ messages)
[PATCH] KVM: nVMX: Fix exception injection
2017-07-24 13:02 UTC (11+ messages)
[kvm-unit-tests PATCH v2] powerpc/sprs: Test POWER9 specific registers
2017-07-24 11:26 UTC
[PATCH] KVM: LAPIC: Fix cancel preemption timer repeatedly due to preemption
2017-07-24 8:18 UTC
[PATCH v2 1/1] vfio: ccw: fix bad ptr math for TIC cda translation
2017-07-24 8:01 UTC (2+ messages)
[PATCH 6/8] x86: add MULTIUSER dependency for KVM
2017-07-23 13:41 UTC (5+ messages)
[RFC PATCH v2 0/1] VM introspection
2017-07-23 13:02 UTC (11+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "
Support SVM without PASID
2017-07-22 2:05 UTC (7+ messages)
[GIT PULL] KVM fixes for v4.13-rc2
2017-07-21 17:34 UTC
[RFC PATCH 0/2] make L2 kvm-clock stable
2017-07-21 14:01 UTC (8+ messages)
` [RFC PATCH 1/2] timekeeper: change interface of clocksource reding functions
` [RFC PATCH 2/2] KVM: x86: add support of kvm-clock stablity in L2
[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
2017-07-21 13:25 UTC (12+ messages)
` [PATCH v2 4/8] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs
` [PATCH v2 6/8] KVM: arm/arm64: vgic: Implement forwarding setting
` [PATCH v2 8/8] KVM: arm/arm64: register DEOI irq bypass consumer on ARM/ARM64
[PATCH] x86/kernel/cpu/amd.c: don't apply the lahf_lm workaround in a hypervisor
2017-07-21 12:28 UTC (3+ messages)
[kvm-unit-tests PATCH] powerpc/sprs: Test POWER9 specific registers
2017-07-21 11:32 UTC (3+ messages)
[PATCH] KVM: PPC: Book3S HV: Fix host crash on changing HPT size
2017-07-21 6:53 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Enable TM before accessing TM registers
2017-07-21 7:05 UTC (2+ messages)
[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
2017-07-20 18:53 UTC (2+ messages)
` [Bug 196409] "
[kvm-unit-tests PATCH] x86: hyperv_stimer: add test for busy message slot
2017-07-20 15:42 UTC
[PATCH] kvm: x86: hyperv: avoid livelock in oneshot SynIC timers
2017-07-20 14:26 UTC
[PATCH v3] FlexRM support in VFIO platform
2017-07-20 11:17 UTC (2+ messages)
` [PATCH v3] vfio: platform: reset: Add Broadcom FlexRM reset module
[PATCH 0/1] vfio: ccw: bugfix
2017-07-20 9:10 UTC (4+ messages)
` [PATCH 1/1] vfio: ccw: fix bad ptr math for TIC cda translation
[PATCH v3] KVM: VMX: Fix invalid guest state detection after task-switch emulation
2017-07-20 8:11 UTC
[PATCH v2] KVM: VMX: Fix invalid guest state detection after task-switch emulation
2017-07-20 8:04 UTC (3+ messages)
[PATCH v2] KVM: x86: Avoid guest page table walk when gpa_available is set
2017-07-20 7:43 UTC (5+ messages)
[PATCH -rt] kvm: lockdep annotate mmu_lock wait_lock
2017-07-20 2:35 UTC (2+ messages)
[Bug 196161] New: Kernel freezes by starting a kvm vm
2017-07-20 1:12 UTC (2+ messages)
` [Bug 196161] "
[PATCH] KVM: VMX: Fix invalid guest state detection after task-switch emulation
2017-07-19 23:09 UTC (11+ messages)
` [PATCH v2] "
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