Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2017-04-06 05:53:53 to 2017-08-05 17:02:38 UTC [more...]

[PATCH 10/13] powerpc/64s: idle simplify KVM idle on POWER9
 2017-08-05 17:02 UTC 

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

[RFC PATCH] kvmppc: protection keys fix
 2017-08-02  9:54 UTC  (5+ 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 

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-07-26  4:43 UTC  (16+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes branch again

[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  (24+ messages)
` [GIT PULL] Please pull my kvm-ppc-next branch again

[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  (4+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Close race with testing for signals on guest entry
  ` [PATCH v2 "

[PATCH] KVM: PPC: Book3S HV: Add capability to report possible virtual SMT modes
 2017-06-21  6:10 UTC 

[PATCH 0/4] KVM: PPC: Book3S HV: Restore host state properly on guest exit
 2017-06-16  6:42 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Context-switch EBB registers properly
` [PATCH 2/4] KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
` [PATCH 3/4] KVM: PPC: Book3S HV: Preserve userspace HTM state properly
` [PATCH 4/4] KVM: PPC: Book3S HV: Save/restore host values of debug registers

[PATCH] KVM: PPC: Book3S HV: Context-switch EBB registers properly
 2017-06-08  5:41 UTC  (2+ messages)

[kvm-unit-tests PATCH] ppc64: test rtc parameter
 2017-06-07 14:32 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
 2017-06-06  4:51 UTC 

[PATCH V3 0/2] KVM: PPC: Book3S HV: Support POWER9's large decrementer mode
 2017-06-01  6:26 UTC  (4+ messages)
` [PATCH V3 1/2] KVM: PPC: Book3S HV: Cope with host using "
` [PATCH V3 2/2] KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9

[kvm-unit-tests PATCH] powerpc: Rework the rtas_token() function
 2017-05-31 12:31 UTC  (4+ messages)

[kvm-unit-tests PATCH] powerpc: Fix endless loop that occurs without a device tree
 2017-05-31  9:27 UTC  (9+ messages)

[PATCH V2 0/2] KVM: PPC: Book3S HV: Support POWER9's large decrementer mode
 2017-05-29  0:09 UTC  (3+ messages)
` [PATCH V2 1/2] KVM: PPC: Book3S HV: Cope with host using "
` [PATCH V2 2/2] KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9

[PATCH 0/4] KVM: PPC: Book3S HV: Support virtual SMT modes on POWER9
 2017-05-24 10:26 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pending
` [PATCH 2/4] KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9
` [PATCH 3/4] KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
` [PATCH 4/4] KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9

[PATCH 0/2] KVM: PPC: Book3S HV: Support POWER9's large decrementer mode
 2017-05-24  9:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Cope with host using "
` [PATCH 2/2] KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9

[patch V3 10/32] KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()
 2017-05-24  8:15 UTC 

[PATCH] KVM: PPC: hypervisor large decrementer support
 2017-05-22  4:15 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] provide asm-generic spinlock
 2017-05-19 16:21 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: provide generic spinlock
` [kvm-unit-tests PATCH v2 2/3] ppc64: use asm-generic spinlock
` [kvm-unit-tests PATCH v2 3/3] x86: "

[kvm-unit-tests PATCH v1 0/3] provide asm-generic spinlock
 2017-05-15  7:48 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: provide generic spinlock
` [kvm-unit-tests PATCH v1 2/3] ppc64: use asm-generic spinlock
` [kvm-unit-tests PATCH v1 3/3] x86: "

[PATCH] KVM: Eliminate unused variable warning on uniprocessor configs
 2017-05-12  6:10 UTC  (3+ messages)

[PATCH v10 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-05-11 11:15 UTC  (4+ messages)
` [PATCH v10 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v10 2/3] powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_info
` [PATCH v10 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH v9 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-05-11  7:34 UTC  (5+ messages)
` [PATCH v9 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v9 2/3] powerpc/book3s: EXPORT_SYMBOL machine_check_print_event_info
` [PATCH v9 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH] KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms
 2017-05-11  4:36 UTC 

[PATCH] KVM: PPC: Book3S PR: Check copy_to/from_user return values
 2017-05-11  2:40 UTC 

[PATCH] KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers
 2017-05-10 23:46 UTC  (2+ messages)

P.A. Semi: "PR" KVM configure error after KVM changes for 4.12
 2017-05-09 10:33 UTC  (3+ messages)

[PATCH kernel v11 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
 2017-05-01  2:58 UTC  (2+ messages)
` [kernel, v11, "

[PATCH kernel v11 01/10] powerpc/mmu: Add real mode support for IOMMU preregistered memory
 2017-05-01  2:58 UTC  (2+ messages)
` [kernel, v11, "

[PATCH kernel v11 02/10] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
 2017-05-01  2:58 UTC  (2+ messages)
` [kernel, v11, "

[PATCH kernel v11 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
 2017-05-01  2:58 UTC  (2+ messages)
` [kernel, v11, "

[PATCH v3] KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
 2017-04-27 12:22 UTC  (3+ messages)

[PATCH v3] KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRs
 2017-04-26  1:07 UTC  (3+ messages)

powerpc KVM build break in linux-next (was Re: [PATCH tip/core/rcu 40/40] srcu: Parallelize callback
 2017-04-22  6:09 UTC  (10+ messages)
    ` powerpc KVM build break in linux-next (was Re: [PATCH tip/core/rcu 40/40] srcu: Parallelize call

Forced update of my kvm-ppc-next branch
 2017-04-20  2:13 UTC 

[patch V2 07/24] KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()
 2017-04-18 17:04 UTC 

[PATCH kernel] KVM: PPC: Align the table size to system page size
 2017-04-18  2:16 UTC  (2+ messages)

[patch 07/20] KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_locked()
 2017-04-15 17:01 UTC 

[PATCH] KVM: PPC: Book3S PR: Fix build when PR KVM is built in
 2017-04-11 23:27 UTC 

[PATCH v8 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-04-07  6:30 UTC  (5+ messages)
` [PATCH v8 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled
` [PATCH v8 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v8 2/3] powerpc/book3s: EXPORT_SYMBOL machine_check_print_event_info

[PATCH v7 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-04-06  7:16 UTC  (5+ messages)
` [PATCH v7 2/3] powerpc/powernv: Introduce a machine check hook for Guest MCEs


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