linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-26 17:47:57 to 2012-08-01 07:46:00 UTC [more...]

[PATCH -V5 0/13] arch/powerpc: Add 64TB support to ppc64
 2012-08-01  7:45 UTC  (24+ messages)
` [PATCH -V5 01/13] arch/powerpc: Use hpt_va to compute virtual address
` [PATCH -V5 02/13] arch/powerpc: Simplify hpte_decode
` [PATCH -V5 03/13] arch/powerpc: Convert virtual address to vpn
` [PATCH -V5 04/13] arch/powerpc: Rename va "
` [PATCH -V5 05/13] arch/powerpc: Make KERN_VIRT_SIZE not dependend on PGTABLE_RANGE
` [PATCH -V5 06/13] arch/powerpc: Increase the slice range to 64TB
` [PATCH -V5 07/13] arch/powerpc: Make some of the PGTABLE_RANGE dependency explicit
` [PATCH -V5 08/13] arch/powerpc: Use the rquired number of VSID bits in slbmte
` [PATCH -V5 09/13] arch/powerpc: Use 32bit array for slb cache
` [PATCH -V5 10/13] arch/powerpc: Add 64TB support
` [PATCH -V5 11/13] arch/powerpc: properly isolate kernel and user proto-VSID
` [PATCH -V5 12/13] arch/powerpc: Replace open coded CONTEXT_BITS value
` [PATCH -V5 13/13] arch/powerpc: Update VSID allocation documentation

3.5+: yaboot, Invalid memory access
 2012-08-01  7:30 UTC  (3+ messages)

[PATCH] vphn: fix arch_update_cpu_topology() return value
 2012-08-01  7:22 UTC 

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

[PATCH 0/7] fsl-dma: fixes for Freescale DMA driver
 2012-08-01  6:03 UTC  (11+ messages)
` [PATCH 1/7] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
` [PATCH 2/7] fsl-dma: minimize locking overhead
` [PATCH 3/7] fsl-dma: add fsl_dma_free_descriptor() to reduce code duplication
` [PATCH 4/7] fsl-dma: move functions to avoid forward declarations
` [PATCH 5/7] fsl-dma: fix support for async_tx API
` [PATCH 6/7] fsl-dma: fix a warning of unitialized cookie
` [PATCH 7/7] carma: remove unnecessary DMA_INTERRUPT capability

[PATCH v4 3/7] fsl-dma: change release process of dma descriptor for supporting async_tx
 2012-08-01  3:29 UTC  (6+ messages)

[PATCH V3 1/5] powerpc/fsl-pci: Unify pci/pcie initialization code
 2012-08-01  2:24 UTC  (23+ messages)
` [PATCH V3 2/5] powerpc/fsl-pci: Determine primary bus by looking for ISA node
` [PATCH V3 3/5] powerpc/mpc85xx: convert to unified PCI init

[PATCH] scsi/ibmvscsi: add module alias for ibmvscsic
 2012-07-31 17:57 UTC  (7+ messages)

[PATCH] powerpc: Update g5_defconfig
 2012-07-31 16:40 UTC  (6+ messages)

[PATCH] powerpc/fsl: mpic timer driver
 2012-07-31 16:26 UTC  (5+ messages)

[PATCH] dma/fsldma: fix a compilation warnings
 2012-07-31 14:53 UTC  (3+ messages)

[PATCH 3/3 v3] powerpc/mpic: FSL MPIC error interrupt support
 2012-07-31 14:42 UTC 

[PATCH v8 0/7] power management patch set
 2012-07-31 14:24 UTC  (18+ messages)
` [PATCH v8 1/7] powerpc/smp: use a struct epapr_spin_table to replace macros
` [PATCH v8 2/7] powerpc/smp: add generic_set_cpu_up() to set cpu_state as CPU_UP_PREPARE
` [PATCH v8 3/7] powerpc/85xx: implement hardware timebase sync
` [PATCH v8 4/7] powerpc/85xx: add HOTPLUG_CPU support
` [PATCH v8 5/7] powerpc/85xx: add sleep and deep sleep support
` [PATCH v8 7/7] powerpc/85xx: add support to JOG feature using cpufreq interface

[PATCH 1/3] powerpc/mpic: finish supporting timer group B on Freescale chips
 2012-07-31 14:23 UTC  (7+ messages)

[PATCH 1/6] powerpc/fsl-pci: Unify pci/pcie initialization code
 2012-07-31 13:37 UTC  (13+ messages)
` [PATCH 3/6] powerpc/fsl-pci: Determine primary bus by looking for ISA node
` [PATCH 5/6] powerpc/fsl-pci: Add pci inbound/outbound PM support

[git pull] Please pull powerpc.git merge branch
 2012-07-31  7:33 UTC 

[2/3][PATCH][v2] TDM Framework
 2012-07-31  6:41 UTC  (19+ messages)
` [1/3][PATCH][v2] Adding documentation for TDM
  ` [3/3][PATCH][v2] Added TDM device support and Freescale Starlite driver

[PATCH v4 7/7] fsl-dma: add memcpy self test interface
 2012-07-31  2:47 UTC  (4+ messages)
` [linuxppc-release] "

[PATCH] KVM: PPC: Book3S_32: Fix MTMSR_EERI macro
 2012-07-30 22:32 UTC 

[PATCH 1/1] booke/wdt: fix incorrect WDIOC_GETSUPPORT return path
 2012-07-30  8:15 UTC 

[PATCH 0/4] powerpc/crypto: IBM Power7+ in-Nest compression support
 2012-07-30  8:00 UTC  (6+ messages)
` [PATCH 3/4] powerpc/crypto: add 842 hardware compression driver

[PATCH -V4 0/12] arch/powerpc: Add 64TB support to ppc64
 2012-07-30  5:36 UTC  (4+ messages)
` [PATCH -V4 11/12] arch/powerpc: properly offset the context bits for 1T segemnts

[PATCH v4 0/7] Raid: enable talitos xor offload for improving performance
 2012-07-30  2:06 UTC  (2+ messages)

[PATCH] scsi/ibmvscsi: /sys/class/scsi_host/hostX/config doesn't show any information
 2012-07-30  1:33 UTC  (5+ messages)

[PATCH 08/25] gpio/mpc8xxx: add a const qualifier
 2012-07-29 16:13 UTC  (2+ messages)

[PATCH] powerpc/smp: Do not disable IPI interrupts during suspend
 2012-07-28 14:03 UTC  (4+ messages)

MPC8308RDB spi not working
 2012-07-27 17:27 UTC 

Memory management problems on a custom PPC 8270 board
 2012-07-27 15:14 UTC  (4+ messages)

[PATCH 0/4] powerpc/booke: Modifications to fsl booke cpu setup code
 2012-07-27 12:57 UTC  (2+ messages)

[git pull] Please pull powerpc.git merge branch
 2012-07-27 12:44 UTC 

[PATCH v4 6/7] fsl-dma: fix a warning of unitialized cookie
 2012-07-27  9:16 UTC 

[PATCH v4 5/7] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave
 2012-07-27  9:16 UTC 

[PATCH v4 4/7] fsl-dma: move the function ahead of its invoke function
 2012-07-27  9:16 UTC 

[PATCH v4 2/7] fsl-dma: remove attribute DMA_INTERRUPT of dmaengine
 2012-07-27  9:15 UTC 

[PATCH v4 1/7] Talitos: Support for async_tx XOR offload
 2012-07-27  9:15 UTC 

[PATCH 1/2] powerpc: Add trap_nr to thread_struct
 2012-07-27  8:40 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc: Uprobes port to powerpc

[RFC PATCH v4 0/13] memory-hotplug : hot-remove physical memory
 2012-07-27  6:17 UTC  (3+ messages)
` [RFC PATCH v4 12/13] memory-hotplug : add node_device_release

[PATCH] powerpc: powernv: Always go into nap mode when CPU is offline
 2012-07-27  4:51 UTC  (3+ messages)
` [PATCH v2] "

[git pull] Please pull powerpc.git merge branch
 2012-07-27  4:37 UTC 

[PATCH] powerpc: Give hypervisor decrementer interrupts their own handler
 2012-07-27  0:52 UTC  (2+ messages)

[2/3][PATCH][upstream] TDM Framework
 2012-07-26 22:09 UTC  (9+ messages)

[PATCH] powerpc/85xx: introduce support for the Freescale / iVeia P1022RDK
 2012-07-26 18:54 UTC  (2+ messages)

[PATCH 1/3] powerpc/fsl-pci: add fsl, qoriq-pcie-v2.4 compatible string
 2012-07-26 18:54 UTC  (6+ messages)
` [PATCH 2/3] [v2] powerpc/85xx: add Freescale P5040 SOC and SEC v5.2 device trees
` [PATCH 3/3] [v4] powerpc/p5040ds: Add support for P5040DS board

[PATCH] powerpc/85xx: p1022ds: fix DIU/LBC switching with NAND enabled
 2012-07-26 18:53 UTC  (2+ messages)

[PATCH][v1] powerpc/85xx: Fix sram_offset parameter type
 2012-07-26 18:53 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;
as well as URLs for NNTP newsgroup(s).