aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel1-16/+7
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-6/+6
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-63/+0
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-36/+0
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt23-181/+98
2008-10-15powerpc: Fix CHRP PCI config access for indirect_pciBenjamin Herrenschmidt1-1/+1
2008-10-15powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPsBenjamin Herrenschmidt1-1/+1
2008-10-15powerpc: Fix 32-bit SMP boot on CHRPBenjamin Herrenschmidt1-0/+6
2008-10-15powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt1-0/+6
2008-10-15powerpc/pci: Improve detection of unassigned bridge resourcesBenjamin Herrenschmidt1-47/+116
2008-10-14powerpc: Get USE_STRICT_MM_TYPECHECKS working againDavid Gibson6-22/+24
2008-10-14powerpc: Reflect the used arguments in machine_init() prototypeSebastian Andrzej Siewior1-1/+1
2008-10-14powerpc: Fix DMA offset for non-coherent DMABenjamin Herrenschmidt2-3/+7
2008-10-14Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt60-166/+614
2008-10-14Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2-6/+12
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-13powerpc: fix fsl_upm nand driver modular buildAnton Vorontsov2-48/+53
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse25-116/+158
2008-10-13powerpc/83xx: add NAND support for the MPC8360E-RDK boardsAnton Vorontsov1-0/+12
2008-10-13powerpc: FPGA support for GE Fanuc SBC610Martyn Welch2-0/+44
2008-10-13powerpc: reserve two DMA channels for audio in MPC8610 HPCD device treeTimur Tabi1-2/+2
2008-10-13powerpc: disable CHRP and PMAC support in various defconfigsTimur Tabi21-1/+44
2008-10-13powerpc/83xx: add DS1374 RTC support for the MPC837xE-MDS boardsAnton Vorontsov3-0/+21
2008-10-13powerpc: remove support for bootmem-allocated memory for the DIU driverTimur Tabi3-46/+1
2008-10-13powerpc: remove non-dependent load fsl_booke PTE_64BITMilton Miller1-4/+0
2008-10-13powerpc/5121: Add PCI support.John Rigby4-3/+16
2008-10-13powerpc: 83xx: pci: Remove need for get_immrbase from mpc83xx_add_bridge.John Rigby17-37/+71
2008-10-13powerpc/fsl: Hide MPC5121 pci bridge.John Rigby1-2/+3
2008-10-13powerpc/83xx: don't probe broken PCI on mpc837x_mds boardsAnton Vorontsov1-1/+7
2008-10-13powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/KconfigAnton Vorontsov2-9/+9
2008-10-13powerpc: make Freescale QE support a selectable Kconfig optionTimur Tabi3-7/+2
2008-10-13powerpc: GE Fanuc's FPGA based PIC controller on the SBC610Martyn Welch5-6/+327
2008-10-13powerpc/85xx: Wire up RTC interrupt on MPC8536DSKumar Gala1-0/+2
2008-10-13powerpc/smp: No need to set_need_resched when getting a resched IPIMilton Miller1-2/+1
2008-10-13powerpc/xics: Reduce and comment xics IPI use of memory barriersMilton Miller1-4/+1
2008-10-13powerpc/xics: Make printk format strings fit on one lineMilton Miller1-18/+18
2008-10-13powerpc/xics: Mark xics IPI interrupt as per-cpuMilton Miller1-4/+4
2008-10-13powerpc/xics: EOI xics ipi by hand in kexecMilton Miller1-11/+7
2008-10-13powerpc/xics: Factor out cpu joining/unjoining the GIQMilton Miller1-20/+13
2008-10-13powerpc/xics: Initialization code cleanupsMilton Miller1-12/+8
2008-10-13powerpc/xics: Trim #include listMilton Miller1-4/+1
2008-10-13powerpc/xics: Change *_xirr_info_set() prototype to avoid castsMilton Miller1-6/+5
2008-10-13powerpc/xics: Rearrange file to group code by functionMilton Miller1-215/+217
2008-10-13powerpc/xics: Consolidate ipi message encode and decodeMilton Miller3-57/+48
2008-10-13powerpc: Make ppc32 respect the boot cpu id for !CONFIG_SMPKumar Gala1-1/+2
2008-10-13powerpc: Remove old Makefile workaround for arch/ppcJosh Boyer1-3/+0
2008-10-13powerpc/xics: Update default_server during migrate_irqs_awayMilton Miller1-4/+5
2008-10-13powerpc/xics: EOI unmapped irqs after disabling themMilton Miller1-12/+41
2008-10-12Merge branch 'x86/urgent' into core/signalIngo Molnar9-70/+78
2008-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-8/+10