Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2019-04-02 20:41:53 to 2019-05-20 00:56:56 UTC [more...]

[PATCH 2/5] KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
 2019-05-20  0:56 UTC 

[PATCH 1/5] KVM: PPC: Book3S: Define and use SRR1_MSR_BITS
 2019-05-20  0:56 UTC 

[RFC PATCH v2 00/10] kvmppc: Paravirtualize KVM to support ultravisor
 2019-05-18 14:25 UTC  (11+ messages)
` [RFC PATCH v2 01/10] KVM: PPC: Ultravisor: Add PPC_UV config option
` [RFC PATCH v2 02/10] KVM: PPC: Ultravisor: Introduce the MSR_S bit
` [RFC PATCH v2 03/10] powerpc: Introduce FW_FEATURE_ULTRAVISOR
` [RFC PATCH v2 04/10] KVM: PPC: Ultravisor: Add generic ultravisor call handler
` [RFC PATCH v2 05/10] KVM: PPC: Ultravisor: Use UV_WRITE_PATE ucall to register a PATE
` [RFC PATCH v2 06/10] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache
` [RFC PATCH v2 07/10] KVM: PPC: Ultravisor: Restrict LDBAR access
` [RFC PATCH v2 08/10] KVM: PPC: Ultravisor: Return to UV for hcalls from SVM
` [RFC PATCH v2 09/10] KVM: PPC: Book3S HV: Fixed for running secure guests
` [RFC PATCH v2 10/10] KVM: PPC: Ultravisor: Check for MSR_S during hv_reset_msr

[kvm-unit-tests PULL 0/2] Ppc next patches
 2019-05-17 13:10 UTC  (4+ messages)
` [kvm-unit-tests PULL 1/2] powerpc: Allow for a custom decr value to be specified to load on decr exc
  ` [kvm-unit-tests PULL 1/2] powerpc: Allow for a custom decr value to be specified to load on decr
` [kvm-unit-tests PULL 2/2] powerpc: Make h_cede_tm test run by default

[kvm-unit-tests PATCH v2 1/2] powerpc: allow to build big-endian binaries on little-endian host
 2019-05-17 10:20 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/2] powerpc: Allow for a custom decr value to be specified to load on decr
  ` [kvm-unit-tests PATCH v2 2/2] powerpc: Make h_cede_tm test run by default
  ` [kvm-unit-tests PATCH v2 1/2] powerpc: Allow for a custom decr value to be specified to load on

[PATCH AUTOSEL 5.0 11/34] KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
 2019-05-16 11:39 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 12/34] KVM: PPC: Book3S: Protect memslots while validating user address

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

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2019-05-15 21:40 UTC  (5+ 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 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 2/2] vfio-pci-nvlink2: Implement interconnect isolation
 2019-04-05  0:34 UTC  (2+ messages)

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


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