aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc/85xx: publish of device for cds platformsDave Jiang2008-07-141-0/+14
| * | | | | powerpc/booke: don't reinitialize time baseKumar Gala2008-07-141-4/+0
| * | | | | powerpc/86xx: Refactor pic initKumar Gala2008-07-146-111/+86
| * | | | | powerpc/CPM: Add i2c pins to dts and board setupJochen Friedrich2008-07-147-0/+86
| * | | | | cpm_uart: Support uart_wait_until_sent()Laurent Pinchart2008-07-141-0/+6
| * | | | | powerpc/85xx: Add support for MPC8536DSKumar Gala2008-07-147-0/+2193
| * | | | | powerpc/85xx: minor fixes for MPC85xx DS board portKumar Gala2008-07-141-3/+3
| * | | | | powerpc/CPM: Minor cosmetic changes to udbg_putcNye Liu2008-07-141-2/+1
| * | | | | powerpc/85xx: TQM8548: add missing support for RTC and LM75Wolfgang Grandegger2008-07-142-6/+142
| * | | | | powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDEAnton Vorontsov2008-07-141-1/+1
| * | | | | powerpc: Fix pq2fads irq handling with PREEMPT_RTRune Torgersen2008-07-141-1/+1
| * | | | | cpm_uart: Fix cpm uart corruption with PREEMPT_RTRune Torgersen2008-07-141-0/+14
| * | | | | powerpc/85xx: Fix KSI8560 .dtsKumar Gala2008-07-141-10/+10
| * | | | | Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt2008-07-14358-1162/+10867
| |\ \ \ \ \
| * | | | | | powerpc/eeh: PERR/SERR bit settings during EEH device recoveryMike Mason2008-07-091-0/+14
| * | | | | | powerpc: remove unused variable in emulate_fp_pairMichael Neuling2008-07-091-3/+3
| * | | | | | powerpc: fix swapcontext backwards compat. with VSX ucontext changesMichael Neuling2008-07-092-5/+70
| * | | | | | powerpc/ibmebus: more meaningful variable namePaul Gortmaker2008-07-091-2/+2
| * | | | | | ibm_newemac: Parameterize EMAC Multicast Match HandlingGrant Erickson2008-07-0913-92/+259
| * | | | | | powerpc/mm: Don't clear _PAGE_COHERENT when _PAGE_SAO is setDave Kleikamp2008-07-091-1/+2
| * | | | | | powerpc/mm: Add Strong Access Ordering supportDave Kleikamp2008-07-092-0/+33
| * | | | | | powerpc/mm: Add SAO Feature bit to the cputableDave Kleikamp2008-07-091-1/+2
| * | | | | | powerpc/mm: Define flags for Strong Access OrderingDave Kleikamp2008-07-093-0/+6
| * | | | | | mm: Allow architectures to define additional protection bitsDave Kleikamp2008-07-093-4/+32
| * | | | | | powerpc: Implement task_pt_regs() accessorSrinivasa Ds2008-07-091-0/+2
| * | | | | | powerpc: Use new printk extension %pS to print symbols on oopsBenjamin Herrenschmidt2008-07-091-9/+5
| * | | | | | powerpc: move device_to_mask() to dma-mapping.hMark Nelson2008-07-092-9/+9
| * | | | | | powerpc/cell: cell_dma_dev_setup_iommu() return the iommu tableMark Nelson2008-07-091-4/+4
| * | | | | | powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson2008-07-098-63/+144
| * | | | | | powerpc/dma: Add struct iommu_table argument to iommu_map_sg()Mark Nelson2008-07-093-8/+7
| * | | | | | powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_infoMaxim Shchetynin2008-07-092-0/+7
| * | | | | | powerpc/ps3: Quiet system bus match outputGeoff Levand2008-07-091-8/+13
| * | | | | | powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr2008-07-093-8/+38
| * | | | | | powerpc/spufs: add sizes for context filesJeremy Kerr2008-07-091-17/+19
| * | | | | | powerpc/spufs: allow spufs files to specify sizesJeremy Kerr2008-07-093-7/+15
| * | | | | | powerpc/spufs: avoid magic numbers for mapping sizesJeremy Kerr2008-07-093-18/+25
| * | | | | | powerpc/spufs: don't extend time time slice if context is not in spu_runLuke Browning2008-07-091-1/+2
| * | | | | | powerpc/spufs: provide context debug fileLuke Browning2008-07-091-0/+54
| | |/ / / / | |/| | | |
| * | | | | powerpc/pseries: Update numa association of hotplug memory add for drconf memoryNathan Fontenot2008-07-031-18/+83
| * | | | | powerpc/pseries: Split code into helper routines for drconf memoryNathan Fontenot2008-07-031-39/+170
| * | | | | powerpc/pseries: Update the device tree correctly for drconf memory add/removeNathan Fontenot2008-07-033-33/+104
| * | | | | powerpc/pseries: Use base address to derive starting page frame numberNathan Fontenot2008-07-031-19/+17
| * | | | | powerpc/pseries: Allow phandle to be specified in formats other than decimalNathan Fontenot2008-07-031-1/+1
| * | | | | powerpc: Remove old dump_task_* functionsMichael Neuling2008-07-032-103/+0
| * | | | | powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling2008-07-033-66/+96
| * | | | | powerpc: Fixup lwsync at runtimeKumar Gala2008-07-0313-26/+131
| * | | | | powerpc: Fix building of feature-fixup tests on ppc32Kumar Gala2008-07-031-3/+3
| * | | | | powerpc: Fix compile warning in init_threadMichael Neuling2008-07-031-1/+1
| * | | | | powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR...Tony Breeds2008-07-032-2/+3
| | |/ / / | |/| | |
| * | | | powerpc: Update for VSX core file and ptraceMichael Neuling2008-07-014-28/+17