messages from 2012-06-19 20:57:31 to 2012-07-06 23:03:38 UTC [more...]
[RFC PATCH 00/17] KVM: PPC: 64-bit Book3E support
2012-07-06 23:03 UTC (63+ messages)
` [RFC PATCH 01/17] KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
` [RFC PATCH 02/17] KVM: PPC64: booke: Add EPCR support in mtspr/mfspr emulation
` [RFC PATCH 03/17] KVM: PPC64: booke: Add EPCR support in sregs
` [Qemu-ppc] "
` [RFC PATCH 04/17] KVM: PPC64: booke: Add guest computation mode for irq delivery
` [Qemu-ppc] "
` [RFC PATCH 05/17] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
` [Qemu-ppc] "
` [RFC PATCH 06/17] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [RFC PATCH 07/17] KVM: PPC: e500: Mask ea's high 32-bits in 32/64 instr emulation
` [Qemu-ppc] "
` [RFC PATCH 08/17] KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
` [RFC PATCH 09/17] KVM: PPC64: booke: Hard disable interrupts when entering guest
` [Qemu-ppc] "
` [RFC PATCH 10/17] PowerPC: booke64: Refactor exception prolog for save/restore regs
` [RFC PATCH 11/17] PowerPC: booke64: Fix machine check handler to use the right prolog
` [RFC PATCH 12/17] PowerPC: booke64: Add DO_KVM kernel hooks
` [Qemu-ppc] "
` [RFC PATCH 13/17] PowerPC: booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int
` [RFC PATCH 14/17] KVM: PPC32: bookehv: Remove GET_VCPU macro from exception handler
` [RFC PATCH 15/17] KVM: PPC64: bookehv: Add support for interrupt handling
` [Qemu-ppc] "
` [RFC PATCH 16/17] KVM: PPC: e500: Silence bogus GCC warning in tlb code
` [RFC PATCH 17/17] KVM: PPC: booke: Fix get_tb() compile error on 64-bit
[PATCH] KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
2012-07-06 16:11 UTC (3+ messages)
[PATCH 0/3] adding MSI/MSIX for PCI on POWER
2012-07-06 15:58 UTC (25+ messages)
` [PATCH 1/3] msi/msix: added functions to API to set up message address and data
` [Qemu-devel] "
` [PATCH] msi/msix: added functions to API to set up message address, "
` [PATCH] msi/msix: added public API to set/get MSI "
` [PATCH] msi/msix: added API to set MSI message address "
[PATCH 1/2] KVM: PPC: Critical interrupt emulation support
2012-07-06 14:54 UTC (2+ messages)
[PATCH 2/2] KVM: PPC: booke: Add watchdog emulation
2012-07-06 13:17 UTC (2+ messages)
[PATCH 3/4] Watchdog exit handling support
2012-07-06 1:18 UTC (8+ messages)
[PATCH 0/8] KVM: Optimize MMU notifier's THP page invalidation -v4
2012-07-05 13:08 UTC (11+ messages)
` [PATCH 1/8] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/8] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
` [PATCH 3/8] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/8] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
` [PATCH 5/8] KVM: Separate rmap_pde from kvm_lpage_info->write_count
` [PATCH 6/8] KVM: MMU: Add memslot parameter to hva handlers
` [PATCH 7/8] KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
` [PATCH 8/8] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
Unexpected data TLB miss happens when guest OS executing a "bl" instruction
2012-07-04 10:00 UTC (6+ messages)
[PATCH v12 0/8] KVM: PPC: Add ePAPR idle hcall support
2012-07-03 19:41 UTC (12+ messages)
` [PATCH v12 1/8] PPC: epapr: create define for return code value of success
` [PATCH v12 2/8] KVM: PPC: use definitions in epapr header for hcalls
` [PATCH v12 3/8] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
` [PATCH v12 4/8] KVM: PPC: Add support for ePAPR idle hcall in host kernel
` [PATCH v12 5/8] KVM: PPC: ev_idle hcall support for e500 guests
` [PATCH v12 6/8] PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
` [PATCH v12 7/8] powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls
` [PATCH v12 8/8] PPC: Don't use hardcoded opcode for ePAPR hcall invocation
[PATCH v11 8/8] PPC: Don't use hardcoded opcode for ePAPR hcall invocation
2012-07-03 15:22 UTC (13+ messages)
[PATCH v11 4/8] KVM: PPC: Add support for ePAPR idle hcall in host kernel
2012-07-03 15:17 UTC (3+ messages)
[PATCH v11 5/8] KVM: PPC: ev_idle hcall support for e500 guests
2012-07-02 13:40 UTC (4+ messages)
[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v2
2012-07-02 2:22 UTC (26+ messages)
` [PATCH 1/6] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/6] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
` [PATCH 3/6] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/6] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
` [PATCH 5/6] KVM: Separate rmap_pde from kvm_lpage_info->write_count
` [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
` [PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v3
-M g3beige KVM emulation failure on reset
2012-06-28 13:28 UTC (2+ messages)
[PATCH] pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt
2012-06-28 13:15 UTC (2+ messages)
[PATCH] pseries pci: removed redundand busdev
2012-06-28 13:15 UTC (2+ messages)
[PATCH] pseries pci: removed dt_irq from PCI host bus
2012-06-28 13:02 UTC (2+ messages)
[PATCH 4/4] Enable to use kvm emulated watchdog
2012-06-28 5:51 UTC
[PATCH 2/4] Registered timer reset handler
2012-06-28 5:51 UTC
[PATCH 1/4] Synchronize the linux-headers
2012-06-28 5:51 UTC
[PATCH] pseries: Add support for new KVM hash table control call
2012-06-27 21:33 UTC (5+ messages)
[PATCH 3/3] pseries pci: added MSI/MSIX support
2012-06-27 18:15 UTC (2+ messages)
[PATCH 2/3] pseries: added allocator for a block of IRQs
2012-06-27 14:47 UTC (2+ messages)
[PATCH v11 7/8] powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls
2012-06-22 20:05 UTC
[PATCH v11 6/8] PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
2012-06-22 20:05 UTC (2+ messages)
` [linuxppc-release] "
[PATCH v11 3/8] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
2012-06-22 20:04 UTC
[PATCH v11 2/8] KVM: PPC: use definitions in epapr header for hcalls
2012-06-22 20:00 UTC
[PATCH v11 1/8] PPC: epapr: create define for return code value of success
2012-06-22 20:00 UTC
[PATCH v11 0/8] KVM: PPC: Add ePAPR idle hcall support
2012-06-22 20:00 UTC
[RFC PATCH 0/4] KVM: Optimize MMU notifier's THP page invalidation
2012-06-21 13:41 UTC (6+ messages)
` [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses
[PATCH 1/2] booke/bookehv: Add host crit-watchdog exception support
2012-06-20 16:05 UTC (3+ messages)
` [PATCH 2/2] booke: Added crit/mc exception handler for e500v2
[PATCH 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
2012-06-19 20:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox