aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-14powerpc: Fix DMA offset for non-coherent DMABenjamin Herrenschmidt1-2/+6
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse9-25/+16
2008-10-13powerpc: remove non-dependent load fsl_booke PTE_64BITMilton Miller1-4/+0
2008-10-13powerpc/fsl: Hide MPC5121 pci bridge.John Rigby1-2/+3
2008-10-13powerpc/smp: No need to set_need_resched when getting a resched IPIMilton Miller1-2/+1
2008-10-10powerpc: Sync RPA note in zImage with kernel's RPA notePaul Mackerras2-5/+8
2008-10-10powerpc: Fix error path in kernel_thread functionJosh Poimboeuf2-6/+10
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar1-0/+1
2008-10-07powerpc: Fix sysfs pci mmap on 32-bit machines with 64-bit PCIBenjamin Herrenschmidt1-2/+3
2008-10-07powerpc: Fix 64-bit hibernation with 64k pagesJohannes Berg1-1/+1
2008-10-07powerpc: Ignore generated vmlinux.lds in gitSebastien Dugue1-0/+1
2008-10-02Merge commit 'kumar/kumar-mmu'Benjamin Herrenschmidt5-4/+60
2008-09-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-5/+1
2008-09-30powerpc: Fix failure to shutdown with CPU hotplugJohannes Berg1-5/+1
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-3/+2
2008-09-24POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physicalBecky Bruce3-4/+3
2008-09-24powerpc: Introduce local (non-broadcast) forms of tlb invalidatesKumar Gala2-0/+57
2008-09-24powerpc: Merge 32 and 64-bit dma codeBecky Bruce5-71/+103
2008-09-24powerpc: Drop archdata numa_nodeBecky Bruce5-9/+6
2008-09-24powerpc: Move iommu dma ops from dma.c to dma-iommu.cBecky Bruce3-98/+105
2008-09-24powerpc: Rename dma_64.c to dma.cBecky Bruce2-1/+1
2008-09-19powerpc/fsl-booke: Fixup 64-bit PTE reading for SMP supportKumar Gala1-5/+21
2008-09-18powerpc: Fix build warnings introduced by PMC support on 32-bitKumar Gala1-2/+4
2008-09-17Fix compile failure with non modular buildsJames Bottomley1-19/+0
2008-09-15powerpc: Fix major revision number for Freescale coresMartin Langer1-2/+15
2008-09-15powerpc: Make the irq reverse mapping radix tree locklessSebastien Dugue1-65/+11
2008-09-15powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue1-21/+76
2008-09-15powerpc: Use sys_pause for 32-bit pause entry pointChristoph Hellwig1-8/+0
2008-09-15powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras7-8/+138
2008-09-15powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bitPaul Mackerras4-112/+99
2008-09-15powerpc: Make it possible to move the interrupt handlers away from the kernelPaul Mackerras5-27/+65
2008-09-15powerpc: Rearrange head_64.S to move interrupt handler code to the beginningPaul Mackerras1-97/+106
2008-09-15powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru1-6/+34
2008-09-10Merge branch 'linux-2.6'Paul Mackerras6-10/+24
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-1/+12
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+1
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2-2/+0
2008-09-03powerpc: Fix for getting CPU number in power_save_ppc32_restore()Kumar Gala2-2/+3
2008-09-03powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds1-3/+4
2008-09-03powerpc: Make sure _etext is after all kernel textStephen Rothwell1-3/+4
2008-09-03powerpc: Fix uninitialised variable in VSX alignment codeMichael Neuling1-1/+1
2008-08-20powerpc: Expose PMCs & cache topology in sysfs on 32-bitBenjamin Herrenschmidt4-31/+114
2008-08-20powerpc: Remove redundant sysfs_remove_file calls for cache infoNathan Lynch1-9/+2
2008-08-20powerpc: Replace __FUNCTION__ with __func__Harvey Harrison1-4/+4
2008-08-20powerpc: Use the common ascii hex helpersHarvey Harrison1-18/+16
2008-08-20powerpc: Streamline ret_from_except_lite for non-iSeries platformsMichael Ellerman1-24/+29
2008-08-20powerpc: Fix vio_bus_probe oops on probe errorBrian King1-1/+1
2008-08-20powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes1-12/+0
2008-08-20powerpc: Fix /dev/oldmem interface for kdumpMichael Ellerman1-9/+22
2008-08-18powerpc: Use generic compat_sys_old_readdirChristoph Hellwig1-57/+0