summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin'Benjamin Herrenschmidt2008-10-156-29/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-139-25/+16
| |\
| | * Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar2008-10-081-0/+1
| | |\
| | | * kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
| | * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-09-301-5/+1
| | |\ \
| | | * | powerpc: Fix failure to shutdown with CPU hotplugJohannes Berg2008-09-301-5/+1
| | * | | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-3/+2
| | |/ /
| | * | Fix compile failure with non modular buildsJames Bottomley2008-09-171-19/+0
| * | | Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-062-2/+0
* | | | powerpc: Fix 32-bit SMP boot on CHRPBenjamin Herrenschmidt2008-10-151-0/+6
* | | | powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt2008-10-151-0/+6
* | | | powerpc/pci: Improve detection of unassigned bridge resourcesBenjamin Herrenschmidt2008-10-151-47/+116
* | | | powerpc: Reflect the used arguments in machine_init() prototypeSebastian Andrzej Siewior2008-10-141-1/+1
* | | | powerpc: Fix DMA offset for non-coherent DMABenjamin Herrenschmidt2008-10-141-2/+6
* | | | powerpc: remove non-dependent load fsl_booke PTE_64BITMilton Miller2008-10-131-4/+0
* | | | powerpc/fsl: Hide MPC5121 pci bridge.John Rigby2008-10-131-2/+3
* | | | powerpc/smp: No need to set_need_resched when getting a resched IPIMilton Miller2008-10-131-2/+1
* | | | powerpc: Sync RPA note in zImage with kernel's RPA notePaul Mackerras2008-10-102-5/+8
* | | | powerpc: Fix error path in kernel_thread functionJosh Poimboeuf2008-10-102-6/+10
* | | | powerpc: Fix sysfs pci mmap on 32-bit machines with 64-bit PCIBenjamin Herrenschmidt2008-10-071-2/+3
* | | | powerpc: Fix 64-bit hibernation with 64k pagesJohannes Berg2008-10-071-1/+1
* | | | powerpc: Ignore generated vmlinux.lds in gitSebastien Dugue2008-10-071-0/+1
* | | | Merge commit 'kumar/kumar-mmu'Benjamin Herrenschmidt2008-10-025-4/+60
|\ \ \ \
| * | | | POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physicalBecky Bruce2008-09-243-4/+3
| * | | | powerpc: Introduce local (non-broadcast) forms of tlb invalidatesKumar Gala2008-09-242-0/+57
* | | | | powerpc: Merge 32 and 64-bit dma codeBecky Bruce2008-09-245-71/+103
* | | | | powerpc: Drop archdata numa_nodeBecky Bruce2008-09-245-9/+6
* | | | | powerpc: Move iommu dma ops from dma.c to dma-iommu.cBecky Bruce2008-09-243-98/+105
* | | | | powerpc: Rename dma_64.c to dma.cBecky Bruce2008-09-242-1/+1
|/ / / /
* | | | powerpc/fsl-booke: Fixup 64-bit PTE reading for SMP supportKumar Gala2008-09-191-5/+21
* | | | powerpc: Fix build warnings introduced by PMC support on 32-bitKumar Gala2008-09-181-2/+4
* | | | powerpc: Fix major revision number for Freescale coresMartin Langer2008-09-151-2/+15
* | | | powerpc: Make the irq reverse mapping radix tree locklessSebastien Dugue2008-09-151-65/+11
* | | | powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue2008-09-151-21/+76
* | | | powerpc: Use sys_pause for 32-bit pause entry pointChristoph Hellwig2008-09-151-8/+0
* | | | powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras2008-09-157-8/+138
* | | | powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bitPaul Mackerras2008-09-154-112/+99
* | | | powerpc: Make it possible to move the interrupt handlers away from the kernelPaul Mackerras2008-09-155-27/+65
* | | | powerpc: Rearrange head_64.S to move interrupt handler code to the beginningPaul Mackerras2008-09-151-97/+106
* | | | powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru2008-09-151-6/+34
* | | | Merge branch 'linux-2.6'Paul Mackerras2008-09-106-10/+24
|\ \ \ \ | | |/ / | |/| |
| * | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-091-1/+12
| | |/ | |/|
| * | powerpc: Fix for getting CPU number in power_save_ppc32_restore()Kumar Gala2008-09-032-2/+3
| * | powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds2008-09-031-3/+4
| * | powerpc: Make sure _etext is after all kernel textStephen Rothwell2008-09-031-3/+4
| * | powerpc: Fix uninitialised variable in VSX alignment codeMichael Neuling2008-09-031-1/+1
| |/
* | powerpc: Expose PMCs & cache topology in sysfs on 32-bitBenjamin Herrenschmidt2008-08-204-31/+114
* | powerpc: Remove redundant sysfs_remove_file calls for cache infoNathan Lynch2008-08-201-9/+2
* | powerpc: Replace __FUNCTION__ with __func__Harvey Harrison2008-08-201-4/+4
* | powerpc: Use the common ascii hex helpersHarvey Harrison2008-08-201-18/+16
OpenPOWER on IntegriCloud