summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras23-628/+375
2006-11-22[POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new gen...Kim Phillips1-42/+0
2006-11-13[PATCH] Check for null init_early routineGeoff Levand1-1/+2
2006-11-13[PATCH] Make nvram_64.o a 64bit-only objects.hauer@pengutronix.de1-2/+1
2006-11-13[PATCH] Clean up usage of boot_devs.hauer@pengutronix.de2-5/+0
2006-11-13[PATCH] Remove occurences of PPC_MULTIPLATFORM in pci_64.cs.hauer@pengutronix.de1-12/+2
2006-11-13[PATCH] Remove occurences of PPC_MULTIPLATFORM in head_64.Ss.hauer@pengutronix.de2-15/+0
2006-11-10[POWERPC] pseries: Force 4k update_flash block and list sizesJohn Rose1-10/+37
2006-11-01[PATCH] powerpc: Eliminate "exceeds stub group size" linker warningPaul Mackerras1-12/+15
2006-11-01[POWERPC] Make alignment exception always check exception tableBenjamin Herrenschmidt1-8/+10
2006-11-01[POWERPC] Use 4kB iommu pages even on 64kB-page systemsLinas Vepstas2-34/+47
2006-11-01[POWERPC] Fix oprofile support for e500 in arch/powerpcAndy Fleming3-223/+1
2006-11-01[POWERPC] Fix various offb issuesBenjamin Herrenschmidt1-1/+1
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-26[POWERPC] Make sure __cpu_preinit_ppc970 gets called on 970GX processorsOlof Johansson1-0/+2
2006-10-25[POWERPC] cell: add cpufreq driver for Cell BE processorChristian Krafft2-0/+2
2006-10-25[POWERPC] cell: use ppc_md->power_save instead of cbe_idle_looparnd@arndb.de1-0/+7
2006-10-25[POWERPC] sysfs: add support for adding/removing spu sysfs attributesChristian Krafft1-0/+66
2006-10-25[POWERPC] Make irq_dispose_mapping(NO_IRQ) a nopMichael Ellerman1-1/+5
2006-10-25[POWERPC] Fix device_is_compatible() const warningBenjamin Herrenschmidt1-3/+5
2006-10-25[POWERPC] Cell timebase bug workaroundBenjamin Herrenschmidt1-2/+4
2006-10-25[POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt2-19/+69
2006-10-25[POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt6-9/+73
2006-10-25[POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt6-220/+88
2006-10-24[POWERPC] Fix up the OF functions to only do PCI stuff if PCI is actually con...Andy Fleming1-140/+148
2006-10-23[POWERPC] Add 970GX cputable entryJake Moilanen1-0/+15
2006-10-23[POWERPC] Simplify stolen time calculationStephen Rothwell1-47/+16
2006-10-18[POWERPC] Make sure interrupt enable gets restored properlyPaul Mackerras2-9/+23
2006-10-16[POWERPC] powerpc: Enable DEEPNAP power savings mode on 970MPOlof Johansson2-1/+18
2006-10-16[POWERPC] Lazy interrupt disabling for 64-bit machinesPaul Mackerras8-61/+135
2006-10-16[POWERPC] Check for offline nodes in pci NUMA codeAnton Blanchard1-2/+8
2006-10-16[POWERPC] Better check in show_instructionsAnton Blanchard1-8/+2
2006-10-16[POWERPC] POWER6 has 6 PMCsAnton Blanchard1-1/+1
2006-10-16[POWERPC] Never panic when taking altivec exceptions from userspaceAnton Blanchard1-2/+1
2006-10-16[POWERPC] Fix IO Window Updates on P2P bridges.Randy Vinson1-6/+6
2006-10-09Merge git://git.infradead.org/~dhowells/irq-2.6Linus Torvalds1-1/+1
2006-10-09[PATCH] extern doesn't make sense on a definition of function...Al Viro1-2/+2
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells1-1/+1
2006-10-08Revert "[POWERPC] Don't get PCI IRQ from OF for devices with no IRQ"Linus Torvalds1-11/+6
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering3-3/+3
2006-10-06[POWERPC] Minor fix for bootargs propertyGeoff Levand1-1/+1
2006-10-06[POWERPC] Don't get PCI IRQ from OF for devices with no IRQBenjamin Herrenschmidt1-6/+11
2006-10-06[POWERPC] Fix harmless typoNick Piggin1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-9/+15
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds9-78/+140
2006-10-04[POWERPC] Add initial support for the e300c2 coreKim Phillips1-2/+13
2006-10-04Merge branch 'master' of git://oak/home/sfr/kernels/iseries/workPaul Mackerras5-37/+121
2006-10-04[POWERPC] Fix xmon=off and cleanup xmon initialisationMichael Ellerman3-39/+6
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds4-23/+55