aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGeert Uytterhoeven2008-11-191-0/+4
* powerpc/ps3: Fix memory leak in device initMasakazu Mokuno2008-11-061-5/+24
* powerpc/pci: Fix various pseries PCI hotplug issuesBenjamin Herrenschmidt2008-11-061-82/+81
* powerpc/eeh: Make EEH device add/remove more robustBenjamin Herrenschmidt2008-11-061-20/+24
* powerpc/pseries: Fix getting the server number sizeSebastien Dugue2008-11-051-6/+22
* powerpc: Fix "unused variable" warning in pci_dlpar.cStephen Rothwell2008-11-051-1/+0
* powerpc/cell: Fix compile error in ras.cAlexey Dobriyan2008-11-051-0/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-10-3110-47/+67
|\
| * powerpc/mpic: Fix regression caused by change of default IRQ affinityKumar Gala2008-10-312-2/+4
| * powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-313-39/+41
| * powerpc/pci: Properly allocate bus resources for hotplug PHBsNathan Fontenot2008-10-311-0/+2
| * powerpc: Use is_kdump_kernel()Milton Miller2008-10-312-5/+5
| * Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/p...Paul Mackerras2008-10-311-1/+1
| |\
| | * powerpc/40x: Don't enable HCU4 board by defaultJosh Boyer2008-10-281-1/+1
| * | powerpc: fix i2c on PPC linkstation / kurobox machinesGuennadi Liakhovetski2008-10-281-0/+14
| |/
* | Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-2729-135/+366
|\ \ | |/
| * 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
| * | powerpc: Support for relocatable kdump kernelMohan Kumar M2008-10-222-6/+6
| * | powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce2008-10-2212-40/+0
| * | Merge commit 'origin' into masterBenjamin Herrenschmidt2008-10-212-1/+1
| |\ \ | | |/
| | * Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+1
| | |\
| * | | powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller2008-10-212-16/+7
| * | | powerpc/pseries: Validate PFN in pseries_remove_lmb()Nathan Fontenot2008-10-211-0/+6
| * | | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-10-211-2/+5
| |\ \ \
| | * | | powerpc/mpc5200: Don't touch pipelining for MPC5200BWolfram Sang2008-10-151-2/+5
| * | | | Merge commit 'jwb/jwb-next'Benjamin Herrenschmidt2008-10-215-0/+189
| |\ \ \ \
| | * | | | powerpc/4xx: Add PowerPC 4xx GPIO driverSteven A. Falco2008-10-172-0/+16
| | * | | | powerpc/40x: Add support for Netstal HCU4 boardNiklaus Giger2008-10-173-0/+70
| | * | | | powerpc/40x: Add PowerPC 40x simple platform supportJosh Boyer2008-10-173-0/+103
| | |/ / /
| * | | | powerpc/spufs: Explain conditional decrement of aff_sched_countAndre Detsch2008-10-211-0/+5
| * | | | powerpc/spufs: Improve search of node for contexts with SPU affinityAndre Detsch2008-10-211-6/+13
| * | | | powerpc/spufs: Use kmalloc rather than kzalloc for switch log bufferJeremy Kerr2008-10-211-1/+2
| * | | | powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs readJeremy Kerr2008-10-211-0/+5
| * | | | powerpc/spufs: Don't require full buffer in switch_log readJeremy Kerr2008-10-211-19/+27
| * | | | powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple o...Jeremy Kerr2008-10-213-56/+81
| * | | | powerpc/spufs: sputrace: Don't block until the read buffer is fullJeremy Kerr2008-10-211-0/+5
| * | | | powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openersJeremy Kerr2008-10-211-3/+29
| |/ / /
* | | | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
* | | | Merge branch 'linus' into tracing-v28-for-linus-v3Ingo Molnar2008-10-1958-818/+1315
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-1/+0
| |\ \ | | |/ | |/|
| | *-----. Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-1/+0
| | |\ \ \ \
| | | | | * | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-141-1/+0
| | | | |/ / | | | |/| |
| * | | | | Merge commit 'origin'Benjamin Herrenschmidt2008-10-158-10/+16
| |\ \ \ \ \ | | |/ / / /
| | * | | | vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-135-12/+39
| | |\ \ \ \
| | * | | | | Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-064-4/+0
| * | | | | | powerpc: Fix CHRP PCI config access for indirect_pciBenjamin Herrenschmidt2008-10-151-1/+1
| * | | | | | powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPsBenjamin Herrenschmidt2008-10-151-1/+1
| * | | | | | Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt2008-10-1411-11/+364
| |\ \ \ \ \ \