Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-10-16 04:01:13 to 2012-12-06 00:41:17 UTC [more...]

[PULL 00/28] ppc patch queue 2012-12-06
 2012-12-06  0:41 UTC  (29+ messages)
` [PATCH 01/28] KVM: Distangle eventfd code from irqchip
` [PATCH 02/28] KVM: PPC: Support eventfd
` [PATCH 03/28] KVM: PPC: Book3S HV: Restructure HPT entry creation code
` [PATCH 04/28] KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state
` [PATCH 05/28] KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
` [PATCH 06/28] KVM: PPC: Book3S HV: Make a HPTE removal function available
` [PATCH 07/28] KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
` [PATCH 08/28] KVM: PPC: Book3S HV: Reset reverse-map chains when resetting "
` [PATCH 09/28] KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT
` [PATCH 10/28] KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages
` [PATCH 11/28] KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
` [PATCH 12/28] KVM: PPC: Book3S PR: Fix VSX handling
` [PATCH 13/28] KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S
` [PATCH 14/28] MAINTAINERS: Add git tree link for PPC KVM
` [PATCH 15/28] KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
` [PATCH 16/28] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
` [PATCH 17/28] KVM: PPC: e500: Silence bogus GCC warning in tlb code
` [PATCH 18/28] KVM: PPC: booke: Fix get_tb() compile error on 64-bit
` [PATCH 19/28] KVM: PPC: bookehv: Remove GET_VCPU macro from exception handler
` [PATCH 20/28] KVM: PPC: bookehv64: Add support for interrupt handling
` [PATCH 21/28] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [PATCH 22/28] KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulation
` [PATCH 23/28] KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulation
` [PATCH 24/28] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
` [PATCH 25/28] KVM: PPC: Make EPCR a valid field for booke64 and bookehv
` [PATCH 26/28] KVM: PPC: bookehv: Add guest computation mode for irq delivery
` [PATCH 27/28] KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
` [PATCH 28/28] KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface

[PATCH] KVM: PPC: Make EPCR a valid field for booke64 and bookehv
 2012-12-03 17:38 UTC  (3+ messages)

[PATCH 00/12] KVM: PPC: 64-bit Book3E arch support
 2012-12-01 15:06 UTC  (13+ messages)
` [PATCH 05/12] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [PATCH 09/12] KVM: PPC: bookehv: Add guest computation mode for irq delivery
` [PATCH 10/12] KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
` [PATCH 11/12] KVM: PPC: booke: Add EPCR support in sregs
` [PATCH 12/12] KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface

[PATCH 0/5] KVM: PPC: Fix various bugs and vulnerabilities in HV KVM
 2012-11-27  0:20 UTC  (31+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
    ` [PATCH v2] "
` [PATCH 2/5] KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
` [PATCH 3/5] KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
` [PATCH 4/5] KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages
` [PATCH 5/5] KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT

[PATCH] MAINTAINERS: Add git tree link for PPC KVM
 2012-11-26 13:57 UTC  (2+ messages)

[PATCH 0/3] KVM: PPC: Fixes for PR-KVM on POWER7
 2012-11-26 13:30 UTC  (5+ messages)
` [PATCH 1/3] KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
` [PATCH 2/3] KVM: PPC: Book3S PR: Fix VSX handling
` [PATCH 3/3] KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S

[PATCH v2 1/3] KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
 2012-11-20 11:44 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: PPC: Book3S HV: Make a HPTE removal function available
` [PATCH v2 3/3] KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT

[PATCH] KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state
 2012-11-20  9:10 UTC  (2+ messages)

[PATCH 0/4] KVM: PPC: Book3S HV: HPT read/write functions for userspace
 2012-11-19 23:59 UTC  (12+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Restructure HPT entry creation code
` [PATCH 2/4] KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
` [PATCH 3/4] KVM: PPC: Book3S HV: Make a HPTE removal function available
` [PATCH 4/4] KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT

[PATCH] KVM: PPC: Book3S HV: Handle guest-caused machine checks without panicking
 2012-11-12  0:48 UTC 

[PATCH] KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
 2012-11-12  0:37 UTC 

[RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation
 2012-11-05  3:25 UTC  (10+ messages)
` [RFC PATCH 1/9] KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
` [RFC PATCH 2/9] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [RFC PATCH 3/9] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
` [RFC PATCH 4/9] KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
` [RFC PATCH 5/9] KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
` [RFC PATCH 6/9] KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
` [RFC PATCH 7/9] KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
` [RFC PATCH 8/9] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
` [RFC PATCH 9/9] KVM: PPC: Book 3S: Facilities to save/restore XICS source controller state

[PULL 00/12] ppc patch queue 2012-10-30
 2012-10-31 12:47 UTC  (21+ messages)
` [PATCH 01/12] KVM: PPC: 44x: fix DCR read/write
` [PATCH 02/12] KVM: Documentation: Fix reentry-to-be-consistent paragraph
` [PATCH 03/12] KVM: PPC: Move mtspr/mfspr emulation into own functions
` [PATCH 04/12] PPC: ePAPR: Convert header to uapi
` [PATCH 05/12] KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
` [PATCH 06/12] KVM: PPC: Book3S HV: Fix some races in starting secondary threads
` [PATCH 07/12] KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
` [PATCH 08/12] KVM: PPC: Book3S HV: Fixes for late-joining threads
` [PATCH 09/12] KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
` [PATCH 10/12] KVM: PPC: Book3S HV: Fix accounting of stolen time
` [PATCH 11/12] KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
` [PATCH 12/12] KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()

[PATCH 0/3] KVM: PPC: Book3S HV: More flexible allocator for linear memory
 2012-10-30  9:12 UTC  (8+ messages)

[kvmarm] [RFC PATCH 0/3] KVM: ARM: Get rid of hardcoded VGIC addresses
 2012-10-28 22:19 UTC  (43+ messages)

[PATCH] PPC: ePAPR: Convert header to uapi
 2012-10-27 17:57 UTC 

[PATCH 0/2] KVM: PPC: Support ioeventfd
 2012-10-17 17:23 UTC  (12+ messages)
` [PATCH 1/2] KVM: Distangle eventfd code from irqchip

[PATCH 0/5] KVM: PPC: Book3S HV: HPT read/write functions for userspace
 2012-10-17 10:31 UTC  (13+ messages)
` [PATCH 1/5] KVM: Provide mmu notifier retry test based on struct kvm
` [PATCH 4/5] KVM: PPC: Book3S HV: Make a HPTE removal function available
` [PATCH 5/5] KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT

[PATCH] kvm/powerpc: Handle errors in secondary thread grabbing
 2012-10-17  6:25 UTC  (5+ messages)

[PATCH 0/8] Various Book3s HV fixes that haven't been picked up yet
 2012-10-16  8:04 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