summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc: Sync RPA note in zImage with kernel's RPA note"Paul Mackerras2008-10-314-145/+52
* Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/galak/pow...Paul Mackerras2008-10-311-39/+0
|\
| * powerpc: Remove duplicate DMA entry from mpc8313erdb device treeMike Dyer2008-10-311-39/+0
* | powerpc: Fix compile errors with CONFIG_BUG=nPaul Mackerras2008-10-311-0/+2
* | powerpc: Fix format string warning in arch/powerpc/boot/main.cJon Smirl2008-10-311-1/+1
* | powerpc: Fix bug in kernel copy of libfdt's fdt_subnode_offset_namelen()David Gibson2008-10-311-3/+6
* | powerpc/cell/OProfile: Fix on-stack array size in activate spu profiling func...Carl Love2008-10-311-3/+10
* | powerpc/mpic: Fix regression caused by change of default IRQ affinityKumar Gala2008-10-314-6/+61
* | powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-318-99/+104
* | powerpc/pci: Fix unmapping of IO space on 64-bitBenjamin Herrenschmidt2008-10-311-1/+1
* | powerpc/pci: Properly allocate bus resources for hotplug PHBsNathan Fontenot2008-10-313-55/+59
* | OF-device: Don't overwrite numa_node in device registrationJeremy Kerr2008-10-311-1/+0
* | powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling2008-10-312-39/+30
* | powerpc: Fix compiler warning for the relocatable kernelMichael Neuling2008-10-311-3/+3
* | powerpc: Work around ld bug in older binutilsPaul Mackerras2008-10-311-0/+2
* | powerpc/ppc64/kdump: Better flag for running relocatableMilton Miller2008-10-311-11/+19
* | powerpc: Use is_kdump_kernel()Milton Miller2008-10-314-8/+7
* | powerpc: Kexec exit should not use magic numbersMilton Miller2008-10-313-19/+5
* | Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/p...Paul Mackerras2008-10-3119-425/+1053
|\ \ | |/ |/|
| * powerpc/44x: Update 44x defconfigsJosh Boyer2008-10-3011-258/+630
| * powerpc/40x: Update 40x defconfigsJosh Boyer2008-10-307-166/+422
| * powerpc/40x: Don't enable HCU4 board by defaultJosh Boyer2008-10-281-1/+1
* | powerpc: enable heap randomization for linkstationsRogério Brito2008-10-281-1/+1
* | powerpc: compile kernel for linkstations optimized for sizeRogério Brito2008-10-281-1/+1
* | powerpc: fix i2c on PPC linkstation / kurobox machinesGuennadi Liakhovetski2008-10-282-4/+17
|/
* Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-1/+1
|\
| * Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-1/+1
| |\
| | * Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17310-6539/+13291
| | |\
| | * | hrtimer: convert powerpc/oprofile to the new hrtimer apisArjan van de Ven2008-09-051-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-2/+2
|\ \ \ \
| * | | | [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufsAl Viro2008-10-231-2/+2
| |/ / /
* | | | Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-232-1/+2
|\ \ \ \
| * | | | x86, um: get rid of uml signal.hAl Viro2008-10-222-1/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2008-10-231-1/+1
|\ \ \ \
| * | | | oprofile: more whitespace fixesRobert Richter2008-10-151-1/+1
* | | | | powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-2210-63/+110
* | | | | powerpc: Don't use a 16G page if beyond mem= limitsJon Tollefson2008-10-221-2/+4
* | | | | powerpc: Add del_node() for early boot code to prune inapplicable devices.Mike Ditto2008-10-222-0/+12
* | | | | powerpc: Further compile fixup for STRICT_MM_TYPECHECKSDavid Gibson2008-10-221-1/+2
* | | | | powerpc: Remove empty #else from signal_64.cMichael Neuling2008-10-221-2/+0
* | | | | powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce2008-10-2213-40/+7
* | | | | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-2126-215/+436
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | misc: replace remaining __FUNCTION__ with __func__Harvey Harrison2008-10-201-1/+1
| * | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-203-1/+153
| |\ \ \ \
| | * | | | powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt2008-10-203-1/+153
| * | | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+1
| |\ \ \ \ \
| | * | | | | sputrace: use marker_synchronize_unregister()Mathieu Desnoyers2008-10-141-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-1/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | powerpc: fix linux-next build failureStephen Rothwell2008-10-161-1/+5
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-201-0/+3
| |\ \ \ \ \
OpenPOWER on IntegriCloud