summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/gc/wii: Remove get_irq_desc()Albert Herranz2009-12-212-2/+2
* powerpc/gc/wii: hlwd-pic: convert irq_desc.lock to raw_spinlockAlbert Herranz2009-12-211-4/+4
* Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2009-12-211-2/+50
|\
| * powerpc/83xx/suspend: Save and restore SICRL, SICRH and SCCRAnton Vorontsov2009-12-101-0/+48
| * powerpc/83xx/suspend: Clear deep_sleeping after devices resumeAnton Vorontsov2009-12-101-2/+2
* | powerpc/gamecube/wii: Fix off-by-one error in ugecon/usbgecko_udbgAlbert Herranz2009-12-181-1/+1
* | powerpc/iseries: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang2009-12-181-1/+1
* | powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.Gautham R Shenoy2009-12-181-2/+4
* | powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gautham R Shenoy2009-12-181-2/+2
* | powerpc/pseries: Select XICS and PCI_MSI PSERIESMel Gorman2009-12-181-0/+2
* | powerpc/85xx: Wrong variable returned on errorRoel Kluin2009-12-181-1/+1
* | powerpc/iseries: Convert to proc_fopsAlexey Dobriyan2009-12-181-64/+83
* | powerpc: Make the CMM memory hotplug awareRobert Jennings2009-12-181-6/+248
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-175-8/+6
|\ \
| * | kbuild: move utsrelease.h to include/generatedSam Ravnborg2009-12-124-4/+4
| * | kbuild: drop include2/ used for O=... buildsSam Ravnborg2009-12-121-4/+2
* | | Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1611-1/+1335
|\ \ \
| * | | powerpc: wii: allow ioremap within the memory holeAlbert Herranz2009-12-121-0/+3
| * | | wii: use both mem1 and mem2 as ramAlbert Herranz2009-12-121-0/+63
| * | | powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz2009-12-122-0/+58
| * | | powerpc: wii: platform supportAlbert Herranz2009-12-123-1/+211
| * | | powerpc: wii: hollywood interrupt controller supportAlbert Herranz2009-12-123-0/+264
| * | | powerpc: gamecube: platform supportAlbert Herranz2009-12-123-0/+127
| * | | powerpc: gamecube/wii: flipper interrupt controller supportAlbert Herranz2009-12-123-0/+289
| * | | powerpc: gamecube/wii: udbg support for usbgeckoAlbert Herranz2009-12-124-0/+316
| * | | powerpc: gamecube/wii: declare as non-coherent platformsAlbert Herranz2009-12-121-1/+1
| * | | powerpc: gamecube/wii: introduce GAMECUBE_COMMONAlbert Herranz2009-12-121-0/+4
* | | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-144-12/+12
* | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-4/+4
* | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-142-9/+9
|\ \ \ \
| * | | | percpu: make percpu symbols in powerpc uniqueTejun Heo2009-10-292-9/+9
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-1253-708/+2261
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-094-73/+155
| |\ \ \
| * | | | powerpc/pseries: Track previous CPPR values to correctly EOI interruptsMark Nelson2009-12-091-5/+51
| * | | | powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMPNathan Fontenot2009-12-091-94/+94
| * | | | powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-0910-11/+11
| * | | | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-094-13/+981
| |\ \ \ \
| | * | | | mpc52xx/wdt: merge WDT code into the GPT driverAlbrecht Dreß2009-11-131-16/+305
| | * | | | mpc5200/gpt: tiny fix for gpt period limitationAlbrecht Dreß2009-11-121-3/+3
| | * | | | powerpc/5200: add LocalPlus bus FIFO device driverJohn Bonesio2009-11-043-0/+566
| | * | | | powerpc/5200: add general purpose timer API for the MPC5200Grant Likely2009-11-041-10/+123
| * | | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-10/+35
| * | | | | pseries/pseries: Add code to online/offline CPUs of a DLPAR nodeGautham R Shenoy2009-12-091-0/+101
| * | | | | powerpc/pseries: Add kernel based CPU DLPAR handlingNathan Fontenot2009-12-091-0/+88
| * | | | | powerpc/pseries: Kernel DLPAR InfrastructureNathan Fontenot2009-12-093-2/+346
| * | | | | powerpc: Fix build of some FSL platformsBenjamin Herrenschmidt2009-11-241-1/+1
| * | | | | powerpc/pseries: Add hooks to put the CPU into an appropriate offline stateGautham R Shenoy2009-11-243-9/+210
| * | | | | powerpc/pseries: Add extended_cede_processor() helper function.Gautham R Shenoy2009-11-241-0/+22
| * | | | | powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-2415-20/+19
OpenPOWER on IntegriCloud