linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-01 22:19:40 to 2012-08-09 08:48:49 UTC [more...]

[PATCH v7 4/8] fsl-dma: move functions to avoid forward declarations
 2012-08-09  8:22 UTC 

[PATCH v7 3/8] fsl-dma: add fsl_dma_free_descriptor() to reduce code duplication
 2012-08-09  8:21 UTC 

[PATCH v7 2/8] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-08-09  8:21 UTC 

[PATCH v7 1/8] Talitos: Support for async_tx XOR offload
 2012-08-09  8:20 UTC 

[PATCH v7 0/8] Raid: enable talitos xor offload for improving performance
 2012-08-09  8:19 UTC 

[PATCH 1/3, v2] powerpc/e500v2: Add Power ISA properties to comply with ePAPR 1.1
 2012-08-09  7:42 UTC  (3+ messages)
` [PATCH 2/3, v2] powerpc/e500mc: "
  ` [PATCH 3/3, v2] powerpc/e5500: "

[PATCH V5 0/3] PCI patch set description
 2012-08-09  5:57 UTC  (21+ messages)
` [PATCH V5 1/3] powerpc/fsl-pci: Only scan PCI bus if configured as a host
` [PATCH V5 2/3] powerpc/swiotlb: Enable at early stage and disable if not necessary
` [PATCH V5 3/3] powerpc/fsl-pci: Unify pci/pcie initialization code

[PATCH 1/6] powerpc/fsl-pci: Unify pci/pcie initialization code
 2012-08-09  5:05 UTC  (15+ messages)
` [PATCH 5/6] powerpc/fsl-pci: Add pci inbound/outbound PM support

[PATCH V4 0/3] PCI patch set description
 2012-08-09  3:52 UTC  (25+ messages)
` [PATCH V4 1/3] powerpc/fsl-pci: Only scan PCI bus if configured as a host
` [PATCH V4 2/3] powerpc/swiotlb: Enable at early stage and disable if not necessary
` [PATCH V4 3/3] powerpc/fsl-pci: Unify pci/pcie initialization code

[PATCH] powerpc/44x: Support OCM(On Chip Memory) for APM821xx SoC and Bluestone board
 2012-08-08 12:23 UTC  (2+ messages)

[PATCH 1/3] powerpc/e500v2: Add power isa properties to comply with ePAPR 1.1
 2012-08-08 12:13 UTC  (4+ messages)
` [PATCH 2/3] powerpc/e500mc: "
  ` [PATCH 3/3] powerpc/e5500: "

[PATCH 1/4] powerpc/85xx: add sleep and deep sleep support
 2012-08-08  7:11 UTC  (7+ messages)
` [PATCH 2/4] fsl_pmc: Add API to enable device as wakeup event source
` [PATCH 3/4] cpu: export cpu hotplug disable/enable functions as global functions
` [PATCH 4/4] powerpc/85xx: add support to JOG feature using cpufreq interface

[PATCH 3/3 v5] powerpc/mpic: FSL MPIC error interrupt support
 2012-08-08  4:06 UTC 

[PATCH 1/2] powerpc: POWER7 copy_to_user/copy_from_user patch applied twice
 2012-08-08  3:51 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Fix VMX in interrupt check in POWER7 copy loops

[PATCH] Use pmc_overflow() to detect rolled back events
 2012-08-08  1:07 UTC 

Endianness of multi-bit 'gpios' property?
 2012-08-07 20:39 UTC 

[PATCH v3 3/7] mv643xx.c: Add basic device tree support
 2012-08-07 20:25 UTC 

[PATCH 39/41] TTY: hvc_console, add tty install
 2012-08-07 19:48 UTC  (2+ messages)
` [PATCH 41/41] TTY: hvcs, "

[PATCH 0/3] tpm: Add new vTPM device driver for PPC64
 2012-08-07 19:57 UTC  (4+ messages)
` [PATCH 1/3] drivers/char/tpm: Add new device driver to support IBM vTPM
` [PATCH 2/3] PPC64: Add support for instantiating SML from Open Firmware
` [PATCH 3/3] drivers/char/tpm: Add securityfs support for event log

[PATCH 3/3 v3] powerpc/mpic: FSL MPIC error interrupt support
 2012-08-07 18:57 UTC  (10+ messages)

[PATCH 3/3 v4] powerpc/mpic: FSL MPIC error interrupt support
 2012-08-07 18:55 UTC  (4+ messages)

[PATCH] mpc85xx_defconfig: add VIA PATA support for MPC85xxCDS
 2012-08-07  9:12 UTC 

[PATCH v6 5/8] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-07  9:01 UTC  (4+ messages)

[RFC PATCH V6 00/19] memory-hotplug: hot-remove physical memory
 2012-08-07  5:31 UTC  (23+ messages)
` [RFC PATCH V6 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC PATCH V6 02/19] memory-hotplug: implement offline_memory()
` [RFC PATCH V6 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC PATCH V6 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC PATCH V6 05/19] memory-hotplug: check whether memory is present or not
` [RFC PATCH V6 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC PATCH V6 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC PATCH V6 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC PATCH V6 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH V6 10/19] memory-hotplug: add memory_block_release
` [RFC PATCH V6 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC PATCH V6 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH V6 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC PATCH V6 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC PATCH V6 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH V6 16/19] memory-hotplug: free memmap "
` [RFC PATCH V6 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC PATCH V6 18/19] memory-hotplug: add node_device_release
` [RFC PATCH V6 19/19] memory-hotplug: remove sysfs file of node

[PATCH v2] PCI: use dev->irq instead of dev->pin to enable non MSI/INTx interrupt
 2012-08-07  3:45 UTC  (3+ messages)

[PATCH v6 0/8] Raid: enable talitos xor offload for improving performance
 2012-08-07  3:27 UTC  (3+ messages)

[PATCH v6 6/8] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-07  2:45 UTC  (3+ messages)

[v2 PATCH 1/1] booke/wdt: some ioctls do not return values properly
 2012-08-07  2:20 UTC  (2+ messages)

[PATCH 1/1] booke/wdt: fix incorrect WDIOC_GETSUPPORT return path
 2012-08-07  1:56 UTC  (6+ messages)

[PATCH 2/4] powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code
 2012-08-06 16:24 UTC  (5+ messages)

[PATCH 0/6] powerpc/booke64: add core support for KVM
 2012-08-06 13:27 UTC  (7+ messages)
` [PATCH 1/6] powerpc/booke64: fix machine check handler to use the right prolog
` [PATCH 2/6] powerpc/booke64: use GSRR registers in Guest Doorbell interrupts
` [PATCH 3/6] powerpc/booke64: add DO_KVM kernel hooks
` [PATCH 4/6] powerpc/booke64: remove mfspr srr1 duplicate in exception prolog
` [PATCH 5/6] powerpc/booke64: use SPRG0/3 scratch for bolted TLB miss & crit int
` [PATCH 6/6] powerpc/booke64: restore VDSO information on critical exception

[PATCH 6/8] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-06 11:01 UTC  (2+ messages)

[PATCH v6 8/8] carma: remove unnecessary DMA_INTERRUPT capability
 2012-08-06 10:15 UTC 

[PATCH v6 7/8] fsl-dma: fix a warning of unitialized cookie
 2012-08-06 10:14 UTC 

[PATCH v6 4/8] fsl-dma: move functions to avoid forward declarations
 2012-08-06 10:14 UTC 

[PATCH v6 3/8] fsl-dma: add fsl_dma_free_descriptor() to reduce code duplication
 2012-08-06 10:13 UTC 

[PATCH v6 2/8] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-08-06 10:12 UTC 

[PATCH v6 1/8] Talitos: Support for async_tx XOR offload
 2012-08-06 10:11 UTC 

mpc8xxx PCIe hotplug needs fixing, some clues 
 2012-08-06  9:39 UTC  (4+ messages)

how to implement platform specific per process parameter?
 2012-08-06  7:57 UTC  (2+ messages)

[PATCH 3/6] arch/powerpc/kvm/e500_tlb.c: fix error return code
 2012-08-05  9:52 UTC 

[git pull] Please pull powerpc.git merge branch
 2012-08-04 13:22 UTC  (3+ messages)

[PATCH 3/4] powerpc/booke: Separate out restore_e5500/setup_e5500 routines
 2012-08-03 16:38 UTC  (2+ messages)

[PATCH 1/4] powepc/booke: Separate out E.HV check and ivor setup code
 2012-08-03 16:34 UTC  (2+ messages)

[git:v4l-dvb/for_v3.6] edac: change the mem allocation scheme to make Documentation/kobject.txt happy
 2012-08-04  2:40 UTC 

[git:v4l-dvb/for_v3.6] edac: move dimm properties to struct dimm_info
 2012-08-04  2:40 UTC 

[git:v4l-dvb/for_v3.6] pasemi_edac: convert driver to use the new edac ABI
 2012-08-04  2:38 UTC 

[git:v4l-dvb/for_v3.6] edac: Rename the parent dev to pdev
 2012-08-04  2:38 UTC 

[git:v4l-dvb/for_v3.6] edac: move nr_pages to dimm struct
 2012-08-04  2:37 UTC 

[git:v4l-dvb/for_v3.6] edac: Change internal representation to work with layers
 2012-08-04  2:36 UTC 

[PATCH 4/4] powerpc/booke: Add CPU_FTR_EMB_HV check for e5500
 2012-08-03 18:01 UTC  (2+ messages)

Threads inheriting debug state from parent threads
 2012-08-03 15:49 UTC 

Threads inheriting debug state from parent threads
 2012-08-03 16:01 UTC 

Threads inheriting debug state from parent threads
 2012-08-03 15:58 UTC 

[PATCH] powerpc/crypto: Remove virt_to_abs() usage in nx-842.c
 2012-08-03 14:40 UTC  (3+ messages)

Upstream patch status?? (v3.6-rc1 out)
 2012-08-03 14:00 UTC  (2+ messages)

[PATCH] Power 7+, OProfile: reject samples if marked event and the SIAR valid bit is not set
 2012-08-03 13:02 UTC 

[PATCH v5 3/6] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-02 15:55 UTC  (5+ messages)

[PATCH v8 0/7] power management patch set
 2012-08-02 11:12 UTC  (4+ messages)
` [PATCH v8 5/7] powerpc/85xx: add sleep and deep sleep support

Serial interrupt overrun and hard deadlock on 3.3.2 & 3.5, freescale 8347
 2012-08-02 10:46 UTC 

[PATCH] powerpc/smp: Do not disable IPI interrupts during suspend
 2012-08-02 10:04 UTC  (4+ messages)

Problem in phy.c, when using fixed network speed
 2012-08-02  9:35 UTC  (2+ messages)

[PATCH] powerpc: fix personality handling in ppc64_personality()
 2012-08-02  7:10 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v5 5/6] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-08-02  4:56 UTC  (3+ messages)

[PATCH v5 4/6] fsl-dma: move the function ahead of its invoke function
 2012-08-02  4:54 UTC  (3+ messages)

[PATCH v5 2/6] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-08-02  4:52 UTC  (3+ messages)

[PATCH -V6 0/12] arch/powerpc: Add 64TB support to ppc64
 2012-08-02  0:00 UTC  (3+ messages)
` [PATCH -V6 01/12] arch/powerpc: Replace open coded CONTEXT_BITS value


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).