Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2017-06-30 06:59:06 to 2017-08-28 11:31:15 UTC [more...]

[PATCH] fix memory leak on kvm_vm_ioctl_get_htab_fd
 2017-08-28 11:31 UTC  (16+ messages)
` [PATCH] fix memory leak on kvm_vm_ioctl_create_spapr_tce
      `  "
        `  "
            ` 答复: [PATCH] fix memory leak on kvm_vm_ioc =?utf-8?B?dGxfY3JlYXRlX3NwY

[PATCH] KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables list
 2017-08-28  4:42 UTC 

[PATCH] KVM: PPC: Book3S HV: Report storage key support to userspace
 2017-08-27  3:19 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9
 2017-08-25  9:52 UTC 

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-08-25  9:06 UTC  (8+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes branch again

[PATCH v3 0/4] powerpc/64s: idle POWER9 stop improvements
 2017-08-25  4:30 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
` [PATCH v3 2/4] powerpc/64s: idle POWER9 can execute stop without a sync sequence
` [PATCH v3 3/4] powerpc/64s: idle POWER9 can execute stop in virtual mode
` [PATCH v3 4/4] powerpc/64s: idle ESL=0 stop can avoid MSR and save/restore overhead

[PATCH really v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-25  1:43 UTC  (4+ messages)

[PATCH v2 10/14] KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
 2017-08-24 12:53 UTC  (8+ messages)
` [PATCH v2 11/14] powerpc/64s: idle POWER9 can execute stop without a sync sequence
` [PATCH v2 12/14] KVM: PPC: Book3S HV: "
` [PATCH v2 13/14] powerpc/64s: idle POWER9 can execute stop in virtual mode

[PATCH v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  9:13 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  8:14 UTC  (4+ messages)

[PATCH RFC v3 0/9] KVM: allow dynamic kvm->vcpus array
 2017-08-22 14:18 UTC  (17+ messages)
` [PATCH RFC v3 1/9] KVM: s390: optimize detection of started vcpus
` [PATCH RFC v3 2/9] KVM: arm/arm64: fix vcpu self-detection in vgic_v3_dispatch_sgi()
` [PATCH RFC v3 3/9] KVM: remember position in kvm->vcpus array
` [PATCH RFC v3 4/9] KVM: arm/arm64: use locking helpers in kvm_vgic_create()
` [PATCH RFC v3 5/9] KVM: remove unused __KVM_HAVE_ARCH_VM_ALLOC
` [PATCH RFC v3 6/9] KVM: rework kvm_vcpu_on_spin loop
` [PATCH RFC v3 7/9] KVM: add kvm_free_vcpus and kvm_arch_free_vcpus
` [PATCH RFC v3 8/9] KVM: implement kvm_for_each_vcpu with a list
` [PATCH RFC v3 9/9] KVM: split kvm->vcpus into chunks

[PATCH RFC 0/2] KVM: use RCU to allow dynamic kvm->vcpus array
 2017-08-21 13:48 UTC  (24+ messages)
` [PATCH RFC 1/2] KVM: remove unused __KVM_HAVE_ARCH_VM_ALLOC
` [PATCH RFC 2/2] KVM: RCU protected dynamic vcpus array

[RFC PATCH v5 0/5] vfio-pci: Add support for mmapping MSI-X table
 2017-08-21  2:47 UTC  (23+ messages)
` [RFC PATCH v5 1/5] iommu: Add capabilities to a group
` [RFC PATCH v5 2/5] iommu: Set IOMMU_GROUP_CAP_ISOLATE_MSIX if MSI controller enables IRQ remapping
` [RFC PATCH v5 3/5] iommu/intel/amd: Set IOMMU_GROUP_CAP_ISOLATE_MSIX if IRQ remapping is enabled
` [RFC PATCH v5 4/5] powerpc/iommu: Set IOMMU_GROUP_CAP_ISOLATE_MSIX
` [RFC PATCH v5 5/5] vfio-pci: Allow to expose MSI-X table to userspace when safe

[RFC PATCH] kvmppc: protection keys fix
 2017-08-18 17:24 UTC  (10+ messages)

[PATCH 2/2] kvm/xive: Add missing barriers and document them
 2017-08-18 12:56 UTC  (2+ messages)

[PATCH 1/2] kvm/xive: Workaround P9 DD1.0 bug with IPB bit loss
 2017-08-18  2:10 UTC 

[PATCH v2 0/9] improve early structure allocations (paca, lppaca, etc)
 2017-08-15 17:30 UTC  (19+ messages)
` [PATCH v2 1/9] KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validation
` [PATCH v2 2/9] powerpc/powernv: powernv platform is not constrained by RMA
` [PATCH v2 3/9] powerpc/powernv: Remove real mode access limit for early allocations
` [PATCH v2 4/9] powerpc/64s/radix: Remove bolted-SLB address limit for per-cpu stacks
` [PATCH v2 5/9] powerpc/64s: Relax PACA address limitations
` [PATCH v2 6/9] powerpc/64s/radix: Do not allocate SLB shadow structures
` [PATCH v2 7/9] powerpc/64s: do not allocate lppaca if we are not virtualized
` [PATCH v2 8/9] powerpc/64: Use a table of paca pointers and allocate pacas individually
` [PATCH v2 9/9] powerpc/64: Use a table of lppaca pointers and allocate lppacas individually

[PATCH] KVM: PPC: Book3S HV: Fix invalid use of register expression
 2017-08-15  4:37 UTC 

[PATCH] KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms
 2017-08-14 12:42 UTC  (2+ messages)

[PATCH 10/13] powerpc/64s: idle simplify KVM idle on POWER9
 2017-08-10 13:53 UTC  (6+ messages)

[kvm-unit-tests PATCH v2] powerpc/sprs: Test POWER9 specific registers
 2017-08-02 20:39 UTC  (3+ messages)

[PATCH] kvmppc: protection keys fix
 2017-07-31 21:39 UTC 

[PATCH 1/2] KVM: PPC: e500: fix some NULL dereferences on error
 2017-07-31  7:54 UTC  (3+ messages)

[RFC v7 25/25] powerpc: Enable pkey subsystem
 2017-07-30 23:38 UTC 

[RFC v7 24/25] powerpc: Deliver SEGV signal on pkey violation
 2017-07-30 23:38 UTC 

[RFC v7 23/25] powerpc: capture the violated protection key on fault
 2017-07-30 23:38 UTC 

[RFC v7 22/25] powerpc: introduce get_pte_pkey() helper
 2017-07-30 23:38 UTC 

[RFC v7 21/25] powerpc: capture AMR register content on pkey violation
 2017-07-30 23:38 UTC 

[RFC v7 20/25] powerpc: Handle exceptions caused by pkey violation
 2017-07-30 23:38 UTC 

[RFC v7 19/25] powerpc: implementation for arch_vma_access_permitted()
 2017-07-30 23:38 UTC 

[RFC v7 18/25] powerpc: Macro the mask used for checking DSI exception
 2017-07-30 23:38 UTC 

[RFC v7 17/25] powerpc: check key protection for user page access
 2017-07-30 23:38 UTC 

[RFC v7 16/25] powerpc: helper to validate key-access permissions of a pte
 2017-07-30 23:38 UTC 

[RFC v7 15/25] powerpc: Program HPTE key protection bits
 2017-07-30 23:38 UTC 

[RFC v7 14/25] powerpc: sys_pkey_mprotect() system call
 2017-07-30 23:38 UTC 

[RFC v7 13/25] powerpc: map vma key-protection bits to pte key bits
 2017-07-30 23:38 UTC 

[RFC v7 12/25] powerpc: implementation for arch_override_mprotect_pkey()
 2017-07-30 23:38 UTC 

[RFC v7 11/25] powerpc: ability to associate pkey to a vma
 2017-07-30 23:37 UTC 

[RFC v7 10/25] powerpc: introduce execute-only pkey
 2017-07-30 23:37 UTC 

[RFC v7 09/25] powerpc: store and restore the pkey state across context switches
 2017-07-30 23:37 UTC 

[RFC v7 08/25] powerpc: ability to create execute-disabled pkeys
 2017-07-30 23:37 UTC 

[RFC v7 07/25] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
 2017-07-30 23:37 UTC 

[RFC v7 06/25] powerpc: implementation for arch_set_user_pkey_access()
 2017-07-30 23:37 UTC 

[RFC v7 05/25] powerpc: cleaup AMR,iAMR when a key is allocated or freed
 2017-07-30 23:37 UTC 

[RFC v7 04/25] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
 2017-07-30 23:37 UTC 

[RFC v7 03/25] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
 2017-07-30 23:37 UTC 

[RFC v7 02/25] powerpc: track allocation status of all pkeys
 2017-07-30 23:37 UTC 

[RFC v7 01/25] powerpc: define an additional vma bit for protection keys
 2017-07-30 23:37 UTC 

[RFC v7 00/25] powerpc: Memory Protection Keys
 2017-07-30 23:37 UTC 

[kvm-unit-tests PATCH] powerpc/sprs: Test POWER9 specific registers
 2017-07-21 11:32 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Enable TM before accessing TM registers
 2017-07-21  7:05 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix host crash on changing HPT size
 2017-07-21  6:53 UTC  (2+ messages)

[PATCH 2/2] KVM: PPC: e500mc: Fix a NULL dereference
 2017-07-13  7:38 UTC 

[bug report] KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
 2017-07-12  8:47 UTC 

[GIT PULL] Please pull my kvm-ppc-next branch
 2017-07-02  7:11 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code
 2017-06-30 16:12 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
 2017-06-30  7:03 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Close race with testing for signals on guest entry
  ` [PATCH v2 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox