Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2019-03-21 17:19:17 to 2019-05-14 10:13:27 UTC [more...]

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2019-05-14 10:13 UTC  (4+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.2-1 tag
` [GIT PULL] Please pull my kvm-ppc-next-5.2-2 tag

[PATCH] KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUs
 2019-05-14  1:11 UTC  (2+ messages)

KVM: Book3S PR: unbreaking software breakpoints
 2019-05-13 19:57 UTC  (7+ messages)

[PATCH v10 0/2] powerpc/64s: reimplement book3s idle code in C
 2019-05-13  6:42 UTC  (4+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] powerpc/64s: KVM update for "

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

[PATCH v2] KVM: Remove useless checks in 'release' method of KVM device
 2019-05-09 12:33 UTC 

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

[PATCH] KVM: fix 'release' method of KVM device
 2019-05-08 10:17 UTC  (4+ messages)

[PATCH] mm: add account_locked_vm utility function
 2019-05-07  3:09 UTC  (3+ messages)

[PATCH v6 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-05-06 16:10 UTC  (26+ messages)
` [PATCH v6 01/17] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v6 02/17] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v6 03/17] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v6 04/17] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v6 05/17] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v6 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v6 07/17] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v6 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v6 09/17] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v6 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v6 11/17] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v6 12/17] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v6 13/17] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v6 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v6 15/17] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v6 16/17] KVM: introduce a 'release' method for KVM devices
` [PATCH v6 17/17] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by a 'release' method
  ` [PATCH] KVM: PPC: Book3S HV: XIVE: Prevent races when releasing device
    ` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device close
 2019-05-06 15:04 UTC  (2+ messages)

[PATCH v9 1/2] powerpc/64s: reimplement book3s idle code in C
 2019-05-03  6:50 UTC  (5+ messages)
` [PATCH v9 2/2] powerpc/64s: KVM update for "

[kvm-unit-tests PATCH] powerpc: Allow for a custom decr value to be specified to load on decr excp
 2019-05-03  5:49 UTC  (4+ messages)
` [kvm-unit-tests PATCH] powerpc: Allow for a custom decr value to be specified to load on decr ex

[PATCH][next] KVM: PPC: Book3S HV: XIVE: fix spelling mistake "acessing" -> "accessing"
 2019-05-02 14:49 UTC  (2+ messages)

[PATCH kernel v3] powerpc/powernv: Isolate NVLinks between GV100GL on Witherspoon
 2019-04-30 13:20 UTC  (7+ messages)

[PATCH] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
 2019-04-30 10:08 UTC  (3+ messages)
` [PATCH] KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()

[PATCH 1/2] KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C code
 2019-04-30 10:08 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Flush TLB on secondary radix threads

[PATCH] KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push code
 2019-04-30 10:07 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: smb->smp comment fixup
 2019-04-30 10:03 UTC  (2+ messages)

[PATCH kernel v4] KVM: PPC: Allocate guest TCEs on demand too
 2019-04-30 10:02 UTC 

[PATCH kernel] KVM: PPC: Avoid lockdep debugging in TCE realmode handlers
 2019-04-30 10:02 UTC 

[PATCH kernel] KVM: PPC: Protect memslots while validating user address
 2019-04-30 10:01 UTC 

[PATCH kernel] KVM: PPC: Fix lockdep warning when entering the guest
 2019-04-30 10:00 UTC 

[PATCH v2 1/2] KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handler
 2019-04-30  9:59 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix XICS-on-XIVE H_IPI when priority = 0
 2019-04-30  9:31 UTC  (2+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 4.14 29/35] kmemleak: powerpc: skip scanning holes in the .bss section
 2019-04-24 14:47 UTC 

[PATCH AUTOSEL 4.19 44/52] kmemleak: powerpc: skip scanning holes in the .bss section
 2019-04-24 14:39 UTC 

[PATCH AUTOSEL 5.0 53/66] kmemleak: powerpc: skip scanning holes in the .bss section
 2019-04-24 14:33 UTC 

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

[PATCH] KVM: Directly return result from kvm_arch_check_processor_compat()
 2019-04-23 10:14 UTC  (3+ messages)

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-22 15:54 UTC  (16+ messages)
` [PATCH 1/6] mm: change locked_vm's type "
` [PATCH 6/6] kvm/book3s: drop mmap_sem now that locked_vm is atomic

[PATCH kernel v2 0/2] powerpc/mm_iommu: Fixes
 2019-04-21 14:07 UTC  (5+ messages)
` [PATCH kernel v2 1/2] powerpc/mm_iommu: Fix potential deadlock
  ` [kernel,v2,1/2] "
` [PATCH kernel v2 2/2] powerpc/mm_iommu: Allow pinning large regions
  ` [kernel,v2,2/2] "

[GIT PULL] Please pull my kvm-ppc-fixes-4.16-1 tag
 2019-04-18 16:53 UTC  (4+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag

[PATCH v4 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-04-17  2:05 UTC  (14+ messages)
` [PATCH v4 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v4 16/17] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [RFC PATCH v4.1 16/17] KVM: PPC: Book3S HV: XIVE: introduce a xive_devices array under the VM
  ` [RFC PATCH v4 17/17] KVM: PPC: Book3S HV: XIVE: introduce a 'release' device operation

[PATCH v8 1/2] powerpc/64s: reimplement book3s idle code in C
 2019-04-12 12:09 UTC  (5+ messages)
` [PATCH v8 2/2] powerpc/64s: KVM update for "

[PATCH 0/2] KVM: PPC: Book3S HV: add XIVE native exploitation mode (v5 errata)
 2019-04-12  6:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: introduce a 'release' method for KVM devices
` [PATCH 2/2] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by 'release'

[PATCH kernel RFC 0/2] vfio, powerpc/powernv: Isolate GV100GL
 2019-04-05  0:34 UTC  (10+ messages)
` [PATCH kernel RFC 2/2] vfio-pci-nvlink2: Implement interconnect isolation

[RFC PATCH kernel v2] powerpc/powernv: Isolate NVLinks between GV100GL on Witherspoon
 2019-04-04 23:56 UTC  (3+ messages)

[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  (3+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handler

[PATCH v2 2/2] KVM: PPC: Book3S HV: Implement real 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  (2+ messages)

[PATCH 1/3] KVM: PPC: Implement kvmppc_copy_guest() to perform in place copy of guest memory
 2019-03-22  4:23 UTC  (2+ 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  (2+ messages)

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


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