kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-04 22:55:08 to 2019-08-07 01:38:20 UTC [more...]

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  1:33 UTC  (20+ messages)
` [PATCH v3 11/41] media/v4l2-core/mm: convert put_page() to put_user_page*()
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH] KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP
 2019-08-06 17:25 UTC 

[RFC PATCH 00/20] i386: Add support for Intel SGX
 2019-08-06 20:48 UTC  (23+ messages)
` [RFC PATCH 01/20] hostmem: Add hostmem-epc as a backend for SGX EPC
` [RFC PATCH 02/20] i386: Add 'sgx-epc' device to expose EPC sections to guest
` [RFC PATCH 03/20] vl: Add "sgx-epc" option to expose SGX "
` [RFC PATCH 04/20] i386: Add primary SGX CPUID and MSR defines
` [RFC PATCH 05/20] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAX
` [RFC PATCH 06/20] i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAX
` [RFC PATCH 07/20] i386: Add SGX CPUID leaf FEAT_SGX_12_1_EBX
` [RFC PATCH 08/20] i386: Add get/set/migrate support for SGX LE public key hash MSRs
` [RFC PATCH 09/20] i386: Add feature control MSR dependency when SGX is enabled
` [RFC PATCH 10/20] i386: Update SGX CPUID info according to hardware/KVM/user input
` [RFC PATCH 11/20] linux-headers: Add temporary placeholder for KVM_CAP_SGX_ATTRIBUTE
` [RFC PATCH 12/20] i386: kvm: Add support for exposing PROVISIONKEY to guest
` [RFC PATCH 13/20] i386: Propagate SGX CPUID sub-leafs to KVM
` [RFC PATCH 14/20] i386: Adjust min CPUID level to 0x12 when SGX is enabled
` [RFC PATCH 15/20] hw/i386/pc: Set SGX bits in feature control fw_cfg accordingly
` [RFC PATCH 16/20] hw/i386/pc: Account for SGX EPC sections when calculating device memory
` [RFC PATCH 17/20] i386/pc: Add e820 entry for SGX EPC section(s)
` [RFC PATCH 18/20] i386: acpi: Add SGX EPC entry to ACPI tables
` [RFC PATCH 19/20] q35: Add support for SGX EPC
` [RFC PATCH 20/20] i440fx: "
` [Qemu-devel] [RFC PATCH 00/20] i386: Add support for Intel SGX

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (19+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*()
` [PATCH v2 03/34] net/ceph: "
` [PATCH v2 04/34] x86/kvm: "
` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*()
` [PATCH v2 08/34] media/ivtv: "
` [PATCH v2 09/34] media/v4l2-core/mm: "
` [PATCH v2 10/34] genwqe: "
` [PATCH v2 11/34] scif: "
` [PATCH v2 12/34] vmci: "
` [PATCH v2 20/34] xen: "
` [PATCH v2 31/34] fs/nfs: "

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-06 20:26 UTC  (9+ messages)
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 47/59] kvm, x86, mmu: setup MKTME keyID to spte for given PFN
` [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-06 17:13 UTC  (6+ messages)

[PATCH v2 0/5] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-06 16:11 UTC  (10+ messages)
` [PATCH v2 1/5] x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP
` [PATCH v2 2/5] x86: KVM: svm: avoid flooding logs when skip_emulated_instruction() fails
` [PATCH v2 3/5] x86: KVM: clear interrupt shadow on EMULTYPE_SKIP
` [PATCH v2 4/5] x86: KVM: add xsetbv to the emulator
` [PATCH v2 5/5] x86: KVM: svm: remove hardcoded instruction length from intercepts

[PATCH v3 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-06 15:40 UTC  (10+ messages)
` [PATCH v3 4/6] mm: Introduce Reported pages
` [PATCH v3 6/6] virtio-balloon: Add support for providing unused page reports to host

[PATCH 0/2] Simplify mtty driver and mdev core
 2019-08-06 14:18 UTC  (9+ messages)
` [PATCH 1/2] vfio-mdev/mtty: Simplify interrupt generation
` [PATCH 2/2] vfio/mdev: Removed unused and redundant API for mdev name
` [PATCH v1 0/2] Simplify mtty driver and mdev core
  ` [PATCH v1 1/2] vfio-mdev/mtty: Simplify interrupt generation
  ` [PATCH v1 2/2] vfio/mdev: Removed unused and redundant API for mdev UUID

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-08-06 13:40 UTC  (34+ messages)
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker

[PATCH v3 00/19] KVM RISC-V Support
 2019-08-06 10:44 UTC  (26+ messages)
` [PATCH v3 01/19] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v3 02/19] RISC-V: Export few kernel symbols
` [PATCH v3 03/19] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v3 04/19] RISC-V: Add initial skeletal KVM support
` [PATCH v3 05/19] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v3 06/19] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v3 07/19] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v3 08/19] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v3 09/19] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v3 10/19] RISC-V: KVM: Handle WFI "
` [PATCH v3 11/19] RISC-V: KVM: Implement VMID allocator
` [PATCH v3 12/19] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v3 13/19] RISC-V: KVM: Implement MMU notifiers
` [PATCH v3 14/19] RISC-V: KVM: Add timer functionality
` [PATCH v3 15/19] RISC-V: KVM: FP lazy save/restore
` [PATCH v3 16/19] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v3 17/19] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v3 18/19] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v3 19/19] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v2] vfio: re-arrange vfio region definitions
 2019-08-06  9:30 UTC 

[PATCH 0/2] KVM: arm/arm64: Revamp sysreg reset checks
 2019-08-06  8:52 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Don't write junk to sysregs on reset
` [PATCH 2/2] KVM: arm: Don't write junk to CP15 registers "

[PATCH v8 00/14] Guest LBR Enabling
 2019-08-06  7:16 UTC  (15+ messages)
` [PATCH v8 01/14] perf/x86: fix the variable type of the lbr msrs
` [PATCH v8 02/14] perf/x86: add a function to get the addresses of the lbr stack msrs
` [PATCH v8 03/14] KVM/x86: KVM_CAP_X86_GUEST_LBR
` [PATCH v8 04/14] KVM/x86: intel_pmu_lbr_enable
` [PATCH v8 05/14] KVM/x86/vPMU: tweak kvm_pmu_get_msr
` [PATCH v8 06/14] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v8 07/14] perf/x86: support to create a perf event without counter allocation
` [PATCH v8 08/14] perf/core: set the event->owner before event_init
` [PATCH v8 09/14] KVM/x86/vPMU: APIs to create/free lbr perf event for a vcpu thread
` [PATCH v8 10/14] perf/x86/lbr: don't share lbr for the vcpu usage case
` [PATCH v8 11/14] perf/x86: save/restore LBR_SELECT on vcpu switching
` [PATCH v8 12/14] KVM/x86/lbr: lbr emulation
` [PATCH v8 13/14] KVM/x86/vPMU: check the lbr feature before entering guest
` [PATCH v8 14/14] KVM/x86: remove the common handling of the debugctl msr

[PATCH v4 1/6] KVM: Fix leak vCPU's VMCS value into other pCPU
 2019-08-06  6:20 UTC  (9+ messages)
` [PATCH v4 2/6] KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire
` [PATCH v4 3/6] KVM: Check preempted_in_kernel for involuntary preemption
` [PATCH v4 4/6] KVM: X86: Use IPI shorthands in kvm guest when support
` [PATCH v4 5/6] KVM: LAPIC: Add pv ipi tracepoint
` [PATCH v4 6/6] KVM: X86: Add pv tlb shootdown tracepoint

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-05 22:54 UTC  (3+ messages)

[kvm-unit-tests PATCH v3] x86: Support environments without test-devices
 2019-08-05 17:33 UTC  (3+ messages)

[PATCH 0/9] arm64: Stolen time support
 2019-08-05 16:40 UTC  (25+ messages)
` [PATCH 1/9] KVM: arm64: Document PV-time interface
` [PATCH 3/9] KVM: arm64: Implement PV_FEATURES call
` [PATCH 4/9] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH 6/9] KVM: arm64: Provide a PV_TIME device to user space
` [PATCH 7/9] arm/arm64: Provide a wrapper for SMCCC 1.1 calls

[PATCH v2 1/2] KVM: remove kvm_arch_has_vcpu_debugfs()
 2019-08-05 16:00 UTC  (7+ messages)

[PATCH] kvm: remove unnecessary PageReserved check
 2019-08-05 15:05 UTC  (2+ messages)

[RFC PATCH v2 00/19] KVM RISC-V Support
 2019-08-05 12:27 UTC  (29+ messages)
` [RFC PATCH v2 04/19] RISC-V: Add initial skeletal KVM support
` [RFC PATCH v2 06/19] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [RFC PATCH v2 07/19] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [RFC PATCH v2 10/19] RISC-V: KVM: Handle WFI exits for VCPU
` [RFC PATCH v2 11/19] RISC-V: KVM: Implement VMID allocator
` [RFC PATCH v2 12/19] RISC-V: KVM: Implement stage2 page table programming

kvm-unit-tests: psci_cpu_on_test FAILed
 2019-08-05  2:38 UTC  (5+ messages)

[PATCH v3 1/3] KVM: Fix leak vCPU's VMCS value into other pCPU
 2019-08-05  2:04 UTC  (4+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-04 23:28 UTC  (5+ messages)
` [PATCH 31/34] nfs: convert put_page() to put_user_page*()


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