linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-16 09:09:23 to 2012-02-20 13:17:28 UTC [more...]

[PATCH 00/30] KVM: PPC: e500mc support
 2012-02-20 13:17 UTC  (40+ messages)
` [PATCH 01/30] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/30] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/30] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/30] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/30] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/30] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/30] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/30] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/30] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/30] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/30] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/30] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/30] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/30] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/30] KVM: PPC: e500mc support
` [PATCH 16/30] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/30] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/30] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/30] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/30] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive
` [PATCH 22/30] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/30] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/30] KVM: PPC: booke: call resched after every exit
` [PATCH 25/30] KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
` [PATCH 26/30] KVM: PPC: bookehv: fix exit timing
` [PATCH 27/30] KVM: PPC: bookehv: remove negation for CONFIG_64BIT
` [PATCH 28/30] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 29/30] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 30/30] KVM: PPC: bookehv: add comment about shadow_msr

[RFC PATCH v7 00/10] fadump: Firmware-assisted dump support for Powerpc
 2012-02-20 12:15 UTC  (14+ messages)
` [RFC PATCH v7 01/10] fadump: Add documentation for firmware-assisted dump
` [RFC PATCH v7 02/10] fadump: Reserve the memory for firmware assisted dump
` [RFC PATCH v7 03/10] fadump: Register "
    ` [UPDATED] "
` [RFC PATCH v7 04/10] fadump: Initialize elfcore header and add PT_LOAD program headers
` [RFC PATCH v7 05/10] fadump: Convert firmware-assisted cpu state dump data into elf notes
` [RFC PATCH v7 06/10] fadump: Add PT_NOTE program header for vmcoreinfo
` [RFC PATCH v7 07/10] fadump: Introduce cleanup routine to invalidate /proc/vmcore
` [RFC PATCH v7 08/10] fadump: Invalidate registration and release reserved memory for general use
` [RFC PATCH v7 09/10] fadump: Invalidate the fadump registration during machine shutdown
` [RFC PATCH v7 10/10] fadump: Remove the phyp assisted dump code

[PATCH v1 0/4][makedumpfile] vmalloc translation support for PPC32
 2012-02-20 10:31 UTC  (4+ messages)

[PATCH V2 RESEND] fsl-sata: I/O load balancing
 2012-02-20  4:40 UTC  (8+ messages)

Build fail in hugetlbpage.c with linux-next and mpc85xx_defconfig
 2012-02-20  1:26 UTC  (3+ messages)
` [PATCH] params: Fix parse_args() use in PowerPC's reserve_hugetlb_gpages()

[PATCH] powerpc/of: add OF_DYNAMIC for chroma
 2012-02-19 22:48 UTC 

[PATCH 6/12] arch/powerpc: remove references to cpu_*_map
 2012-02-19 22:45 UTC  (4+ messages)

warnings from drivers/tty/ehv_bytechan.c
 2012-02-19 20:23 UTC 

[PATCH] tty/powerpc: early udbg consoles can't be modules
 2012-02-19 20:22 UTC 

warnings from drivers/tty/ehv_bytechan.c
 2012-02-19 20:07 UTC 

[PATCH] tty/powerpc: early udbg consoles can't be modules
 2012-02-19 20:01 UTC 

[PATCH] powerpc: perf: power_pmu_start restores incorrect values, breaking frequency events
 2012-02-19 11:13 UTC  (3+ messages)

[PATCH] powerpc/85xx:Add PSC9131 RDB Support
 2012-02-18 16:45 UTC  (4+ messages)

[PATCH] powerpc/usb: fix bug of kernel hang when initializing usb
 2012-02-18 15:39 UTC  (11+ messages)

[PATCH] usb: Fix build error due to dma_mask is not at pdev_archdata at ARM
 2012-02-18 10:22 UTC  (2+ messages)

[PATCH 1/2] powerpc/85xx: fix problem that prevents PHYS_64BIT from configurable
 2012-02-18  2:19 UTC  (14+ messages)
` [PATCH 2/2] powerpc/85xx: add a 36-bit corenet default config

[PATCH 1/2] powerpc: document the FSL MPIC message register binding
 2012-02-18  0:47 UTC  (4+ messages)
` [PATCH 2/2] powerpc: add support for MPIC message register API
` [linuxppc-release] [PATCH 1/2] powerpc: document the FSL MPIC message register binding

[PATCH 00/30] KVM: PPC: e500mc support
 2012-02-17 23:27 UTC  (33+ messages)
` [PATCH 01/30] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/30] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/30] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/30] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/30] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/30] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/30] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/30] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/30] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/30] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/30] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/30] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/30] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/30] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/30] KVM: PPC: e500mc support
` [PATCH 16/30] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/30] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/30] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/30] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/30] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive
` [PATCH 22/30] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/30] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/30] KVM: PPC: booke: call resched after every exit
` [PATCH 25/30] KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
` [PATCH 26/30] KVM: PPC: bookehv: fix exit timing
` [PATCH 27/30] KVM: PPC: bookehv: remove negation for CONFIG_64BIT
` [PATCH 28/30] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 29/30] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 30/30] KVM: PPC: bookehv: add comment about shadow_msr

[git pull] Please pull powerpc.git merge branch
 2012-02-17 22:36 UTC 

[PATCH v4 1/3] KVM: PPC: epapr: Factor out the epapr init
 2012-02-17 18:58 UTC  (18+ messages)
` [PATCH v4 2/3] KVM: PPC: epapr: Add idle hcall support for host
  ` [PATCH v4 3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest

[PATCH 1/2 v5] powerpc/85xx: Add Quicc Engine support for p1025rdb
 2012-02-17 18:21 UTC  (4+ messages)
` [PATCH 2/2 v5] powerpc/85xx: Abstract common define of signal multiplex control for qe

[PATCH v5 00/27] irq_domain generalization and rework
 2012-02-17 18:05 UTC  (16+ messages)
` [PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq
` [PATCH v5 22/27] irq_domain/powerpc: constify irq_domain_ops
` [PATCH v5 23/27] irq_domain/powerpc: Replace custom xlate functions with library functions
` [PATCH v5 24/27] irq_domain/microblaze: Convert microblaze to use irq_domains
` [PATCH v5 25/27] irq_domain: remove "hint" when allocating irq numbers
` [PATCH v5 26/27] irq_domain: mostly eliminate slow-path revmap lookups
` [PATCH v5 27/27] irq_domain: For NOMAP revmap, allow users to specify the largest usable virq

[RFC PATCH 13/16] powerpc/booke: Provide exception macros with interrupt name
 2012-02-17  8:50 UTC  (2+ messages)

[PATCH 2/2] powerpc/44x: Add more changes for APM821XX EMAC driver
 2012-02-17  8:07 UTC 

[PATCH 1/2] powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file
 2012-02-17  8:06 UTC 

[PATCH] USB: ehci-fsl: Turn on cache snooping on MPC8xxx
 2012-02-17  6:56 UTC  (2+ messages)

linux-next: build failure after merge of the final tree (akpm tree related)
 2012-02-17  6:07 UTC  (2+ messages)

5020 SATA fix
 2012-02-17  1:21 UTC  (2+ messages)

[PATCH 1/1] fsldma: ignore end of segments interrupt
 2012-02-17  0:57 UTC  (7+ messages)

[PATCH 1/2 v4] powerpc/85xx: Add p1025rdb platform support
 2012-02-16 21:07 UTC  (4+ messages)
` [PATCH 2/2 v4] powerpc/dts: Add dts for p1025rdb board

tlb flushing on Power
 2012-02-16 20:31 UTC  (7+ messages)

[PATCH 1/2] powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.h
 2012-02-16 17:21 UTC  (2+ messages)
` [PATCH 2/2] [v2] powerpc/fsl: add PAMUBYPENR register definition to fsl_guts.h

[PATCH] arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
 2012-02-16 16:09 UTC  (2+ messages)

[PATCH] arch/powerpc/platforms/powernv/setup.c: included asm/xics.h twice
 2012-02-16 13:56 UTC 

[PATCH] powerpc/usb: fix issue of CPU halt when missing USB PHY clock
 2012-02-16 10:16 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).