Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2019-02-25 04:18:58 to 2019-03-29 05:46:41 UTC [more...]

[PATCH kernel 0/2] powerpc/mm_iommu: Fix potential deadlock
 2019-03-29  5:46 UTC  (3+ messages)
` [PATCH kernel 1/2] powerpc/mm_iommu: Prepare for less locking
` [PATCH kernel 2/2] powerpc/mm_iommu: Fix potential deadlock

[PATCH kernel v4] KVM: PPC: Allocate guest TCEs on demand too
 2019-03-29  5:43 UTC 

[PATCH kernel] KVM: PPC: Avoid lockdep debugging in TCE realmode handlers
 2019-03-29  5:42 UTC 

[PATCH kernel] KVM: PPC: Protect memslots while validating user address
 2019-03-29  5:41 UTC 

[PATCH kernel] KVM: PPC: Fix lockdep warning when entering the guest
 2019-03-29  5:40 UTC 

[PATCH v7 04/20] powerpc: mm: Add p?d_large() definitions
 2019-03-28 15:20 UTC  (2+ messages)
` [PATCH v7 05/20] KVM: PPC: Book3S HV: Remove pmd_is_leaf()

[PATCH v6 04/19] powerpc: mm: Add p?d_large() definitions
 2019-03-28 11:00 UTC  (3+ messages)

[PATCH kernel] KVM: PPC: Fix compile without KVM_BOOK3S_HV_POSSIBLE
 2019-03-25  7:50 UTC 

[PATCH 3/3] KVM: PPC: Book3S HV: Implement timebase offset for guests
 2019-03-25  4:50 UTC  (4+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler

[PATCH kernel RFC 0/2] vfio, powerpc/powernv: Isolate GV100GL
 2019-03-22 23:10 UTC  (11+ messages)
` [PATCH kernel RFC 1/2] vfio_pci: Allow device specific error handlers
` [PATCH kernel RFC 2/2] vfio-pci-nvlink2: Implement interconnect isolation

[PATCH v2 2/2] KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler
 2019-03-22  6:05 UTC 

[PATCH v2 1/2] KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
 2019-03-22  6:05 UTC 

[PATCH 2/3] KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
 2019-03-22  5:04 UTC  (3+ messages)

[PATCH 1/3] KVM: PPC: Implement kvmppc_copy_guest() to perform in place copy of guest memory
 2019-03-22  4:23 UTC  (3+ messages)

[PATCH v3] KVM: PPC: Book3S HV: Load LPID and Flush TLB on Secondary Radix Threads
 2019-03-22  3:57 UTC 

[PATCH v2] KVM: PPC: Book3S HV: Load LPID and Flush TLB on Secondary Radix Threads
 2019-03-22  3:14 UTC 

[PATCH 1/2] KVM: Implement kvm_copy_guest() to perform copy of guest memory in place
 2019-03-22  2:33 UTC  (7+ messages)

[PATCH] kmemleak: powerpc: skip scanning holes in the .bss section
 2019-03-21 18:17 UTC  (2+ messages)

[RFC PATCH 0/1] KVM: PPC: Inform userspace about singlestep support
 2019-03-21 14:35 UTC  (4+ messages)
` [RFC PATCH 1/1] KVM: PPC: Report single stepping capability

[PATCH v5 04/19] powerpc: mm: Add p?d_large() definitions
 2019-03-21 14:19 UTC 

[PATCH v4 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-21  8:48 UTC  (20+ messages)
` [PATCH v4 01/17] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v4 02/17] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v4 03/17] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v4 04/17] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v4 05/17] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v4 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v4 07/17] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v4 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v4 09/17] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v4 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v4 11/17] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v4 12/17] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v4 13/17] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v4 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v4 15/17] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v4 16/17] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v4 17/17] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

[PATCH v2] kmemleak: skip scanning holes in the .bss section
 2019-03-21  5:15 UTC  (6+ messages)

[PATCH v3 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-20  6:44 UTC  (38+ messages)
` [PATCH v3 01/17] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v3 02/17] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v3 03/17] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v3 04/17] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v3 05/17] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v3 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v3 07/17] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v3 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v3 09/17] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v3 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v3 11/17] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v3 12/17] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v3 13/17] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v3 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v3 15/17] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v3 16/17] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v3 17/17] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

[PATCH 3/3] KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler
 2019-03-19  4:04 UTC 

[PATCH v2] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
 2019-03-18  9:08 UTC 

[PATCH] KVM: PPC: Book3S HV: Load LPID and Flush TLB on Secondary Radix Threads
 2019-03-18  5:33 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
 2019-03-18  2:59 UTC 

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2019-03-15 18:13 UTC  (5+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.1-2 tag
` [GIT PULL] Please pull my kvm-ppc-next-5.1-3 tag

[PATCH v2 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-15 17:57 UTC  (58+ messages)
` [PATCH v2 01/16] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v2 02/16] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v2 03/16] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v2 04/16] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v2 06/16] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v2 09/16] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v2 10/16] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v2 11/16] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v2 15/16] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v2 16/16] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

[PATCH] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
 2019-03-15 17:42 UTC  (2+ messages)

[PATCH] kmemleak: skip scanning holes in the .bss section
 2019-03-12 21:10 UTC  (3+ messages)

[PATCH 19/20] [Bionic] (upstream) KVM: PPC: Book3S HV: Don't use compound_order to determine host ma
 2019-03-11 21:40 UTC 

[PATCH 19/20] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2019-03-11 16:50 UTC 

[PATCH] arch: powerpc: Kconfig: pedantic formatting
 2019-03-11 15:53 UTC 

[PATCH 19/20] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2019-03-08 16:35 UTC 

[PATCH v4 04/19] powerpc: mm: Add p?d_large() definitions
 2019-03-08 10:50 UTC  (3+ messages)

[kvm-unit-tests PULL 0/5] s390x and ppc kvm-unit-test patches
 2019-03-08 10:34 UTC 

[PATCH 2/2] KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
 2019-03-06  6:00 UTC 

[PATCH kernel v3] KVM: PPC: Allocate guest TCEs on demand too
 2019-03-04  0:54 UTC  (2+ messages)

[PATCH] KVM: PPC: powerpc: Add count cache flush parameters to kvmppc_get_cpu_char()
 2019-03-03  9:06 UTC  (4+ messages)

[PATCH kernel v2] KVM: PPC: Allocate guest TCEs on demand too
 2019-03-01  4:35 UTC  (4+ messages)
  ` ignore this "

[kvm-unit-tests PULL 5/5] s390x: Add prefixes for dxc afp emulator test
 2019-02-28 16:52 UTC 

[kvm-unit-tests PULL 4/5] s390x: Beautify pfmf report strings
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 3/5] s390x: Beautify sthyi report strings
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 2/5] s390x: Only look at relevant skey bits
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 1/5] powerpc: Enable HTM capability for h_cede_tm testcase
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 0/5] s390x and ppc kvm-unit-test patches
 2019-02-28 16:51 UTC 

[PATCH] pwoerpc: Enable HTM capability for h_cede_tm testcase
 2019-02-28  4:02 UTC  (3+ messages)

[PATCH kernel] KVM: PPC: Allocate guest TCEs on demand too
 2019-02-28  0:15 UTC  (2+ messages)

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-27 19:14 UTC  (2+ messages)

[PATCH v3 16/34] powerpc: mm: Add p?d_large() definitions
 2019-02-27 17:05 UTC 

[PATCH] KVM: PPC: Fix compilation when KVM is not enabled
 2019-02-26 22:21 UTC 

[PATCH V3 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-26 13:00 UTC  (4+ messages)
` [PATCH V3 1/10] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list()


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