aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-26[PATCH] Add support for the sys_vmsplice syscallJens Axboe1-0/+1
2006-04-21[PATCH] powerpc/cell: remove BUILD_BUG_ON and add sys_tee to spu_syscall_tableArnd Bergmann1-3/+2
2006-04-21[PATCH] powermac: Fix i2c on keywest based chipsBenjamin Herrenschmidt1-43/+35
2006-04-13[PATCH] spufs: fix context-switch decrementer codeJordi Caubet1-1/+1
2006-04-13[PATCH] powerpc/pseries: bugfix: balance calls to pci_device_putLinas Vepstas1-2/+4
2006-04-13[PATCH] powerpc: Avoid __initcall warningsAnton Blanchard1-1/+1
2006-04-05powerpc: Fix CHRP booting - needs a define_machine callPaul Mackerras3-26/+25
2006-04-04powerpc: iSeries has only 256 IRQsStephen Rothwell1-0/+7
2006-04-01[PATCH] powerpc/cell: compile fixesDave Jones2-0/+2
2006-04-01[PATCH] powerpc/pseries: EEH CleanupNathan Fontenot1-32/+30
2006-04-01[PATCH] powerpc/pseries: fix device name printing, again.Linas Vepstas1-3/+4
2006-04-01[PATCH] powerpc: Extends HCALL interface for InfiniBand usageHeiko J Schick2-1/+102
2006-04-01[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPSSegher Boessenkool6-35/+35
2006-04-01[PATCH] powerpc/pseries: print message if EEH recovery failsLinas Vepstas1-2/+10
2006-04-01[PATCH] powerpc/pseries: mutex lock to serialize EEH event processingLinas Vepstas1-12/+18
2006-03-30powerpc: converted embedded platforms to use new define_machine supportKumar Gala2-40/+40
2006-03-29[PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki3-3/+3
2006-03-29Merge ../linux-2.6Paul Mackerras4-48/+10
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on PPC MapleMatt Mackall1-22/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on CHRP (arch/powerpc)Matt Mackall1-20/+2
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt18-66/+121
2006-03-28[PATCH] powerpc: a couple of trivial compile warning fixesStephen Rothwell1-2/+0
2006-03-28Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpcPaul Mackerras1-0/+1
2006-03-28[PATCH] powerpc: Fix some initcall return valuesAnton Blanchard1-1/+1
2006-03-28[PATCH] spufs: fix __init/__exit annotationsArnd Bergmann1-2/+2
2006-03-28[PATCH] powerpc: hvc_console updatesRyan S. Arnold1-0/+5
2006-03-28[PATCH] powerpc: Rename and export ppc64_firmware_featuresMichael Ellerman3-4/+4
2006-03-27powerpc: Make uImage default build output for MPC8540 ADSKumar Gala1-0/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-5/+5
2006-03-27powerpc: Fix event-scan code for 32-bit CHRPPaul Mackerras2-20/+46
2006-03-27powerpc: Simplify pSeries idle loopPaul Mackerras1-120/+70
2006-03-27powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras2-2/+2
2006-03-27[PATCH] powerpc: Allow non zero boot cpuidsAnton Blanchard1-1/+1
2006-03-27[PATCH] powerpc/pseries: Cleanup device name printing.Linas Vepstas1-6/+10
2006-03-27[PATCH] spufs: Fix endless protection fault on LS writes by SPE.Arnd Bergmann1-3/+2
2006-03-27[PATCH] powerpc: use guarded ioremap for cell on-chip mappingsArnd Bergmann4-16/+12
2006-03-27[PATCH] powerpc: fix spider-pic affinity settingArnd Bergmann1-1/+1
2006-03-27[PATCH] powerpc: dynamic probe - use ppc_md.pci_probe_mode()John Rose1-3/+7
2006-03-27[PATCH] spufs: initialize context correctlyDirk Herrendoerfer1-0/+1
2006-03-27[PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter6-12/+255
2006-03-27[PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann8-5/+430
2006-03-27[PATCH] spufs: allow SPU code to do syscallsArnd Bergmann3-2/+444
2006-03-27[PATCH] powerpc: work around a cell interrupt HW bugArnd Bergmann1-1/+18
2006-03-27[PATCH] powerpc: cell interrupt controller updatesJens Osterkamp3-55/+169
2006-03-27[PATCH] powerpc: fix cell iommu setupArnd Bergmann1-2/+2
2006-03-27[PATCH] powerpc: fix various sparse warningsStephen Rothwell3-8/+8
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2-14/+15
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-3/+1
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds33-327/+765