messages from 2014-06-17 00:51:24 to 2014-07-02 12:24:25 UTC [more...]
[PATCH 0/6] Use virtual page class key protection mechanism for speeding up guest page fault
2014-07-02 12:24 UTC (17+ messages)
` [PATCH 1/6] KVM: PPC: BOOK3S: HV: Clear hash pte bits from do_h_enter callers
` [PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
` [PATCH 2/6] KVM: PPC: BOOK3S: HV: Deny virtual page class key update via h_protect
` [PATCH 3/6] KVM: PPC: BOOK3S: HV: Remove dead code
` [PATCH 4/6] KVM: PPC: BOOK3S: HV: Use new functions for mapping/unmapping hpte in host
` [PATCH 5/6] KVM: PPC: BOOK3S: Use hpte_update_in_progress to track invalid hpte during an hpte updat
` [PATCH 5/6] KVM: PPC: BOOK3S: Use hpte_update_in_progress to track invalid hpte during an hpte u
` [PATCH 6/6] KVM: PPC: BOOK3S: HV: Use virtual page class protection mechanism for host fault and mmi
[PATCH 0/2] KVM: powerpc/booke: Debug interrupt injection to guest
2014-07-02 11:37 UTC (18+ messages)
` [PATCH 1/2] KVM: powerpc/booke: allow debug interrupt at "debug level"
` [PATCH 2/2] KVM : powerpc/booke: Allow debug interrupt injection to guest
[PATCH v2] powerpc/kvm: support to handle sw breakpoint
2014-07-01 8:53 UTC
[PATCH 0/6] IRQFD without IRQ routing, enabled for XICS
2014-06-30 21:25 UTC (9+ messages)
` [PATCH 1/6] KVM: Don't keep reference to irq routing table in irqfd struct
` [PATCH 2/6] KVM: irqchip: Provide and use accessors for irq routing table
` [PATCH 3/6] KVM: Move all accesses to kvm::irq_routing into irqchip.c
` [PATCH 4/6] KVM: Move irq notifier implementation into eventfd.c
` [PATCH 5/6] KVM: Give IRQFD its own separate enabling Kconfig option
` [PATCH 6/6] KVM: PPC: Enable IRQFD support for the XICS interrupt controller
[PATCH] KVM: PPC: e500: Emulate power management control SPR
2014-06-30 18:20 UTC (2+ messages)
[PATCH] KVM: PPC: e500: Fix default tlb for victim hint
2014-06-30 18:18 UTC (2+ messages)
[PATCH 0/6 v2] KVM: PPC: Book3e: AltiVec support
2014-06-30 15:34 UTC (7+ messages)
` [PATCH 1/6 v2] KVM: PPC: Book3E: Use common defines for SPE/FP/AltiVec int numbers
` [PATCH 2/6 v2] KVM: PPC: Book3E: Refactor SPE/FP exit handling
` [PATCH 3/6 v2] KVM: PPC: Book3E: Increase FPU laziness
` [PATCH 4/6 v2] KVM: PPC: Book3E: Add AltiVec support
` [PATCH 5/6 v2] KVM: PPC: Book3E: Add ONE_REG "
` [PATCH 6/6 v2] KVM: PPC: Book3E: Enable e6500 core
KVM usb audio passthrough issue
2014-06-29 21:36 UTC
[PATCH 0/5 v4] Read guest last instruction from kvmppc_get_last_inst()
2014-06-27 22:49 UTC (6+ messages)
` [PATCH 1/5 v4] KVM: PPC: e500mc: Revert "add load inst fixup"
` [PATCH 2/5 v4] KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1
` [PATCH 3/5 v4] KVM: PPC: Book3s: Remove kvmppc_read_inst() function
` [PATCH 4/5 v4] KVM: PPC: Alow kvmppc_get_last_inst() to fail
` [PATCH 5/5 v4] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation
[PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
2014-06-27 13:47 UTC
[PATCH] PPC: Add _GLOBAL_TOC for 32bit
2014-06-26 11:32 UTC
[PATCH 0/3] Prepare for in-kernel VFIO DMA operations acceleration
2014-06-26 10:37 UTC (6+ messages)
[PATCH v1 0/3] Support PCI Error Injection
2014-06-26 4:52 UTC (19+ messages)
` [PATCH v1 1/3] powerpc/powernv: Sync header with firmware
` [PATCH v1 2/3] powerpc/powernv: Support PCI error injection
` [PATCH v1 3/3] powerpc/powernv: Clear PAPR error injection registers
[PATCH 0/3] New PAPR hypercall plus individual hypercall enables, v3
2014-06-25 23:08 UTC (3+ messages)
[PATCH v3 -next 0/9] CMA: generalize CMA reserved area management code
2014-06-25 20:04 UTC (13+ messages)
` [PATCH v3 -next 1/9] DMA, CMA: fix possible memory leak
` [PATCH v3 -next 4/9] DMA, CMA: support arbitrary bitmap granularity
[PATCH V2] KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
2014-06-25 12:08 UTC (2+ messages)
[PATCH] Bugfix: powerpc/eeh: Create eeh sysfs entry in post_init()
2014-06-25 6:37 UTC (4+ messages)
[PATCH 00/33] KVM: PPC: Fix IRQ race in magic page code
2014-06-25 0:21 UTC (39+ messages)
` [PATCH 01/33] KVM: PPC: Implement kvmppc_xlate for all targets
` [PATCH 02/33] KVM: PPC: Move kvmppc_ld/st to common code
` [PATCH 03/33] KVM: PPC: Remove kvmppc_bad_hva()
` [PATCH 04/33] KVM: PPC: Propagate kvmppc_xlate errors properly
` [PATCH 05/33] KVM: PPC: Use kvm_read_guest in kvmppc_ld
` [PATCH 06/33] KVM: PPC: Handle magic page in kvmppc_ld/st
` [PATCH 07/33] KVM: PPC: Separate loadstore emulation from priv emulation
` [PATCH 08/33] KVM: PPC: Introduce emulation for unprivileged instructions
` [PATCH 09/33] KVM: PPC: Move critical section detection to common code
` [PATCH 10/33] KVM: PPC: Make critical section detection conditional
` [PATCH 11/33] KVM: PPC: BookE: Use common critical section helper
` [PATCH 12/33] KVM: PPC: Emulate critical sections when we hit them
` [PATCH 13/33] KVM: PPC: Expose helper functions for data/inst faults
` [PATCH 14/33] KVM: PPC: Add std instruction emulation
` [PATCH 15/33] KVM: PPC: Add stw "
` [PATCH 16/33] KVM: PPC: Add ld "
` [PATCH 17/33] KVM: PPC: Add lwz "
` [PATCH 18/33] KVM: PPC: Add mfcr "
` [PATCH 19/33] KVM: PPC: Add addis "
` [PATCH 20/33] KVM: PPC: Add ori "
` [PATCH 21/33] KVM: PPC: Add and "
` [PATCH 22/33] KVM: PPC: Add andi. "
` [PATCH 23/33] KVM: PPC: Add or "
` [PATCH 24/33] KVM: PPC: Add cmpwi/cmpdi "
` [PATCH 25/33] KVM: PPC: Add bc "
` [PATCH 26/33] KVM: PPC: Add mtcrf "
` [PATCH 27/33] KVM: PPC: Add xor "
` [PATCH 28/33] KVM: PPC: Add oris "
` [PATCH 29/33] KVM: PPC: Add rldicr/rldicl/rldic "
` [PATCH 30/33] KVM: PPC: Add rlwimi "
` [PATCH 31/33] KVM: PPC: Add rlwinm "
` [PATCH 32/33] KVM: PPC: Handle NV registers in emulated critical sections
` [PATCH 33/33] KVM: PPC: Enable critical section emulation
[PATCH] KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
2014-06-24 13:39 UTC (3+ messages)
[PATCH 0/7] KVM: PPC: Book3S HV: Enable on little endian hosts
2014-06-24 13:34 UTC (11+ messages)
` [PATCH 1/7] PPC: Add asm helpers for BE 32bit load/store
` [PATCH 2/7] KVM: PPC: Book3S HV: Make HTAB code LE host aware
` [PATCH 3/7] KVM: PPC: Book3S HV: Access guest VPA in BE
` [PATCH 4/7] KVM: PPC: Book3S HV: Access host lppaca and shadow slb "
` [PATCH 5/7] KVM: PPC: Book3S HV: Access XICS "
` [PATCH 6/7] KVM: PPC: Book3S HV: Fix ABIv2 on LE
` [PATCH v3 "
` [PATCH 7/7] KVM: PPC: Book3S HV: Enable for little endian hosts
[PATCH v4] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-24 12:12 UTC (3+ messages)
[PATCH v3] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-17 20:42 UTC (8+ messages)
[PATCH v2] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
2014-06-17 19:05 UTC (4+ messages)
[PATCH] KVM: PPC: Book3S PR: Fix sparse endian checks
2014-06-17 16:09 UTC
[PATCH] KVM: PPC: Book3S PR: Fix ABIv2 on LE
2014-06-17 16:07 UTC
[PATCH 1/4] KVM: PPC: Book3S PR: Fix ABIv2 issues
2014-06-17 16:06 UTC (5+ messages)
` [PATCH 3/4] KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
` [PATCH 4/4] KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
[PATCH] KVM: PPC: Book3S PR: Handle hyp doorbell exits
2014-06-17 16:04 UTC
[PATCH] KVM: PPC: e500mc: Relax tlb invalidation condition on vcpu schedule
2014-06-17 15:33 UTC (8+ messages)
[PATCH] powerpc/kvm: support to handle sw breakpoint
2014-06-17 14:42 UTC (13+ messages)
[PATCH 0/6] KVM: PPC: Book3S HV: Enable on little endian hosts
2014-06-17 12:14 UTC (10+ messages)
` [PATCH 1/6] PPC: Add asm helpers for BE 32bit load/store
` [PATCH 5/6] KVM: PPC: Book3S HV: Access XICS in BE
[PATCH v2] KVM: PPC: Book3s PR: Disable AIL mode with OPAL
2014-06-17 10:15 UTC (2+ messages)
[PATCH] KVM: PPC: Book3s PR: Disable AIL mode with OPAL
2014-06-17 9:18 UTC (3+ 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