summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] powerpc: Make CHRP build againDavid Woodhouse2006-01-143-15/+26
* [PATCH] powerpc: special-case ibm,suspend-me RTAS callDave C Boutcher2006-01-141-1/+95
* ppc: Remove duplicate export of get_wchanPaul Mackerras2006-01-141-1/+0
* [PATCH] powerpc/8xx: Use 8MB D-TLB's for kernel static mapping faultsMarcelo Tosatti2006-01-141-0/+77
* [PATCH] powerpc: Add MPC834x SYS board to arch/powerpcKumar Gala2006-01-147-2/+1292
* [PATCH] powerpc: Add FSL SOC library and setup codeKumar Gala2006-01-143-0/+326
* [PATCH] powerpc: Allow for ppc_md restart, power_off, and halt to be NULLKumar Gala2006-01-141-3/+6
* [PATCH] powerpc: oprofile cpu type names clash with other codeAndy Whitcroft2006-01-142-30/+30
* powerpc: Provide a suitable AT_PLATFORM valuePaul Mackerras2006-01-141-44/+128
* [PATCH] powerpc: Remove lppaca structure from the PACADavid Gibson2006-01-1314-69/+75
* [PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson2006-01-138-69/+68
* [PATCH] powerpc: Updated platforms that use gianfar to match driverKumar Gala2006-01-139-55/+52
* [PATCH] powerpc/boot: Better use of defaultimage-Tom Rini2006-01-131-2/+2
* [PATCH] powerpc: Add support for changing properties from userspaceDave C Boutcher2006-01-131-0/+100
* [PATCH] powerpc: Add of_find_property functionDave C Boutcher2006-01-131-6/+13
* [PATCH] powerpc: Add/remove/update properties in firmware device treeDave C Boutcher2006-01-131-2/+88
* [PATCH] Remove bzImage targetTom Rini2006-01-131-3/+0
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-01-1225-112/+4946
|\
| * [ARM] Convert some arm semaphores to mutexesArjan van de Ven2006-01-129-58/+67
| * [ARM] Allow r2 to be passed through the decompressor to the kernelRussell King2006-01-121-21/+25
| * [ARM] 3256/1: Make the function-returning ldm's use sp as the base registerCatalin Marinas2006-01-124-11/+13
| * [ARM] 3234/1: Update cpu_architecture() to deal with the new ID formatCatalin Marinas2006-01-121-6/+9
| * [ARM] 3209/1: Configurable DMA-consistent memory regionKevin Hilman2006-01-121-12/+41
| * [ARM] 3247/1: AT91RM9200 support for 2.6 (Cogent CSB337 & CSB637 boards) (PatchAndrew Victor2006-01-105-2/+2513
| * [ARM] 3243/2: AT91RM9200 support for 2.6 (Atmel DK & EK boards)Andrew Victor2006-01-105-2/+2278
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-1232-956/+148
|\ \
| * | powerpc: make ARCH=ppc use arch/powerpc/kernel/process.cPaul Mackerras2006-01-124-855/+5
| * | [PATCH] powerpc: cell namespace cleanupArnd Bergmann2006-01-123-3/+5
| * | [PATCH] powerpc: xmon namespace cleanupsArnd Bergmann2006-01-121-7/+7
| * | [PATCH] powerpc: pmac namespace cleanupArnd Bergmann2006-01-121-1/+1
| * | [PATCH] powerpc: pseries namespace cleanupArnd Bergmann2006-01-126-10/+8
| * | [PATCH] powerpc: minor dart driver cleanupOlof Johansson2006-01-121-1/+0
| * | [PATCH] powerpc: small pci cleanupsStephen Rothwell2006-01-121-2/+3
| * | [PATCH] powerpc: clean up iommu.h a bitStephen Rothwell2006-01-124-0/+40
| * | [PATCH] powerpc: iSeries fixes for build with no PCIStephen Rothwell2006-01-122-2/+8
| * | [PATCH] powerpc: eliminate bitfields from ItLpNacaStephen Rothwell2006-01-121-4/+1
| * | [PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell2006-01-124-37/+16
| * | [PATCH] powerpc: Fixed memory reserve map layoutKumar Gala2006-01-122-8/+28
| * | [PATCH] powerpc: remove warning in EEH codeOlof Johansson2006-01-121-2/+3
| * | [PATCH] powerpc: Avoid potential FP corruption with preempt and UPPaul Mackerras2006-01-123-24/+23
* | | [PATCH] m68k: console code in head.S needs framebuffer support built inAl Viro2006-01-121-0/+2
* | | [PATCH] m68k: fix reference to init_task in vmlinux-sun3.ldsAl Viro2006-01-121-1/+1
* | | [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.cAl Viro2006-01-121-19/+19
* | | [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro2006-01-126-47/+0
* | | [PATCH] m68k: Moved initialisation of conswitchp from subarches to global arc...Al Viro2006-01-129-25/+4
* | | [PATCH] m68k: NULL noise removalAl Viro2006-01-121-2/+2
* | | [PATCH] m68k: checksum __user annotationsAl Viro2006-01-121-1/+1
* | | [PATCH] m68k: syscalls __user annotationAl Viro2006-01-121-23/+16
* | | [PATCH] m68k: rtc __user annotationsAl Viro2006-01-122-6/+6
* | | [PATCH] m68k: signal __user annotationsAl Viro2006-01-121-31/+31