summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [NET]: Fix ipx/econet/appletalk/irda ioctl crashesPetr Vandrovec2006-03-284-0/+86
| * | [NET]: Kill Documentation/networking/TODODavid S. Miller2006-03-282-18/+1
| * | [TG3]: Update version and reldateMichael Chan2006-03-281-2/+2
| * | [TG3]: Skip timer code during full lockMichael Chan2006-03-281-0/+4
| * | [TG3]: Speed up SRAM accessMichael Chan2006-03-281-23/+30
| * | [TG3]: Fix PHY loopback on 5700Michael Chan2006-03-281-1/+4
| * | [TG3]: Fix bug in 40-bit DMA workaround codeMichael Chan2006-03-281-1/+1
| * | [TG3]: Fix probe failure due to invalid MAC addressMichael Chan2006-03-281-22/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-29265-11751/+3372
|\ \ \
| * | | [PATCH] powerpc: Remove oprofile spinlock backtrace codeAnton Blanchard2006-03-293-44/+9
| * | | [PATCH] powerpc: Add oprofile calltrace support to all powerpc cpusAnton Blanchard2006-03-293-5/+8
| * | | [PATCH] powerpc: Add oprofile calltrace supportBrian Rogan2006-03-295-4/+132
| * | | [PATCH] for_each_possible_cpu: ppcKAMEZAWA Hiroyuki2006-03-292-2/+2
| * | | [PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki2006-03-2914-21/+21
| * | | [PATCH] lock PTE before updating it in 440/BookE page fault handlerEugene Surovegin2006-03-295-31/+44
| * | | Merge ../linux-2.6Paul Mackerras2006-03-29779-7760/+22983
| |\| |
| * | | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-2863-543/+560
| * | | ppc: Fix compile error in arch/ppc/lib/strcase.cPaul Mackerras2006-03-281-0/+1
| * | | [PATCH] git-powerpc: WARN was a dumb ideaAndrew Morton2006-03-281-5/+5
| * | | [PATCH] powerpc: a couple of trivial compile warning fixesStephen Rothwell2006-03-282-3/+4
| * | | Merge branch '85xx' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-2859-35/+28
| |\ \ \
| | * | | powerpc: remove OCP referencesKumar Gala2006-03-272-11/+0
| | * | | powerpc: Make uImage default build output for MPC8540 ADSKumar Gala2006-03-272-18/+26
| | * | | powerpc: move math-emu over to arch/powerpcKumar Gala2006-03-2755-6/+2
| * | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/po...Paul Mackerras2006-03-282-14/+2
| |\ \ \ \
| | * | | | powerpc: use memparse() for mem= command line parsingKumar Gala2006-03-271-13/+1
| | * | | | ppc: fix strncasecmp prototypeKumar Gala2006-03-271-1/+1
| | |/ / /
| * | | | [PATCH] powerpc: make ISA floppies work againStephen Rothwell2006-03-282-2/+4
| * | | | [PATCH] powerpc: Fix some initcall return valuesAnton Blanchard2006-03-282-4/+4
| * | | | [PATCH] powerpc: Workaround for pSeries RTAS bugMike Kravetz2006-03-281-0/+6
| * | | | [PATCH] spufs: fix __init/__exit annotationsArnd Bergmann2006-03-281-2/+2
| * | | | [PATCH] powerpc: add hvc backend for rtasArnd Bergmann2006-03-283-0/+146
| * | | | [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-287-59/+128
| * | | | [PATCH] powerpc: fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-03-281-1/+1
| * | | | [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-treeMichael Ellerman2006-03-281-23/+80
| * | | | [PATCH] powerpc: Rename and export ppc64_firmware_featuresMichael Ellerman2006-03-285-7/+9
| * | | | [PATCH] powerpc: export validate_sp for oprofile calltraceAnton Blanchard2006-03-282-1/+7
| * | | | [PATCH] powerpc: Remove some ifdefs in oprofile_impl.hAnton Blanchard2006-03-281-10/+2
| * | | | ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras2006-03-2846-9700/+61
| |/ / /
| * | | powerpc: Fix goof in 6xx and POWER4 idle power-save functionsPaul Mackerras2006-03-282-21/+5
| * | | powerpc: Fix event-scan code for 32-bit CHRPPaul Mackerras2006-03-273-24/+46
| * | | ppc: Remove duplicate exports of __down, __up etc.Paul Mackerras2006-03-271-4/+0
| * | | powerpc: Don't compile in arch/ppc/kernel for 32-bit ARCH=powerpcPaul Mackerras2006-03-272-10/+0
| * | | powerpc: Move perfmon_fsl_booke.c over to arch/powerpcPaul Mackerras2006-03-273-6/+1
| * | | powerpc: Move module.c over to arch/powerpcPaul Mackerras2006-03-273-2/+4
| * | | powerpc: Move swsusp.S over to arch/powerpcPaul Mackerras2006-03-272-2/+0
| * | | powerpc: Move cpu_setup_6xx.S and temp.c over to arch/powerpcPaul Mackerras2006-03-275-7/+4
| * | | powerpc: Move l2cr.S over to arch/powerpcPaul Mackerras2006-03-273-3/+3
| * | | powerpc: Simplify pSeries idle loopPaul Mackerras2006-03-272-120/+71
| * | | powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras2006-03-2718-535/+74