summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-0351-2229/+6284
|\
| * Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2006-07-045-1/+1526
| |\
| | * Merge branch '83xx' into for_paulusKumar Gala2006-07-035-1/+1526
| | |\
| | | * powerpc: add defconfig for Freescale MPC8349E-mITX boardKim Phillips2006-07-031-0/+1336
| | | * powerpc: Add base support for the Freescale MPC8349E-mITX eval boardKim Phillips2006-07-034-1/+190
| * | | [POWERPC] Actually copy over i8259.c to arch/ppc/syslib this timeBenjamin Herrenschmidt2006-07-041-0/+212
| |/ /
| * | [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-0338-1906/+2314
| * | [POWERPC] Copy i8259 code back to arch/ppcBenjamin Herrenschmidt2006-07-032-1/+6
| * | [POWERPC] New device-tree interrupt parsing codeBenjamin Herrenschmidt2006-07-031-24/+419
| * | [POWERPC] Use the genirq frameworkBenjamin Herrenschmidt2006-07-0314-590/+663
| * | [POWERPC] Fix error handling in detecting legacy serial portsBenjamin Herrenschmidt2006-07-031-1/+12
| * | [POWERPC] Fix booting on Momentum "Apache" board (a Maple derivative)Benjamin Herrenschmidt2006-07-032-7/+19
| * | [POWERPC] Fix various offb and BootX-related issuesBenjamin Herrenschmidt2006-07-033-7/+43
| * | [POWERPC] Add a default config for 32-bit CHRP machinesPaul Mackerras2006-07-031-0/+1378
| * | [POWERPC] fix implicit declaration on cell.Dave Jones2006-07-031-0/+1
| * | [POWERPC] change get_property to return void *Jeremy Kerr2006-07-031-2/+1
* | | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-036-12/+12
* | | [PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras2006-07-032-14/+1
* | | [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-031-0/+2
* | | [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-032-2/+2
* | | [PATCH] lockdep: enable on s390Ingo Molnar2006-07-031-0/+4
* | | [PATCH] lockdep: enable on x86_64Ingo Molnar2006-07-031-0/+4
* | | [PATCH] lockdep: enable on i386Ingo Molnar2006-07-031-0/+4
* | | [PATCH] lockdep: x86 smp alternatives workaroundIngo Molnar2006-07-031-0/+10
* | | [PATCH] lockdep: x86_64 early initIngo Molnar2006-07-031-0/+5
* | | [PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens2006-07-035-2/+55
* | | [PATCH] lockdep: irqtrace cleanup of include/asm-x86_64/irqflags.hIngo Molnar2006-07-031-0/+5
* | | [PATCH] lockdep: irqtrace subsystem, x86_64 supportIngo Molnar2006-07-034-54/+161
* | | [PATCH] lockdep: irqtrace subsystem, i386 supportIngo Molnar2006-07-033-4/+42
* | | [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-031-1/+1
* | | [PATCH] lockdep: stacktrace subsystem, s390 supportHeiko Carstens2006-07-033-0/+95
* | | [PATCH] lockdep: stacktrace subsystem, x86_64 supportIngo Molnar2006-07-033-0/+226
* | | [PATCH] lockdep: stacktrace subsystem, i386 supportIngo Molnar2006-07-033-0/+103
* | | [PATCH] lockdep: s390 CONFIG_FRAME_POINTER supportHeiko Carstens2006-07-031-0/+5
* | | [PATCH] lockdep: i386 remove multi entry backtracesIngo Molnar2006-07-032-39/+9
* | | [PATCH] lockdep: x86_64 document stack frame internalsIngo Molnar2006-07-031-1/+60
* | | [PATCH] lockdep: beautify x86_64 stacktracesIngo Molnar2006-07-033-41/+32
* | | [PATCH] uml build fixTheodore Tso2006-07-031-0/+2
* | | [PATCH] genirq: Fixup ARM devel mergeThomas Gleixner2006-07-021-7/+8
* | | [PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.SThomas Gleixner2006-07-023-0/+6
* | | [PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner2006-07-0256-69/+71
|/ /
* | Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-0242-958/+109
|\ \
| * | [ARM] 3683/2: ARM: Convert at91rm9200 to generic irq handlingThomas Gleixner2006-07-012-6/+7
| * | [ARM] 3682/2: ARM: Convert ixp4xx to generic irq handlingThomas Gleixner2006-07-015-3/+6
| * | [ARM] 3702/1: ARM: Convert ixp23xx to generic irq handlingThomas Gleixner2006-07-012-6/+6
| * | [ARM] 3701/1: ARM: Convert plat-omap to generic irq handlingThomas Gleixner2006-07-012-2/+2
| * | [ARM] 3700/1: ARM: Convert lh7a40x to generic irq handlingThomas Gleixner2006-07-012-0/+2
| * | [ARM] 3699/1: ARM: Convert s3c2410 to generic irq handlingThomas Gleixner2006-07-012-3/+4
| * | [ARM] 3698/1: ARM: Convert sa1100 to generic irq handlingThomas Gleixner2006-07-015-2/+6
| * | [ARM] 3697/1: ARM: Convert shark to generic irq handlingThomas Gleixner2006-07-011-0/+1
OpenPOWER on IntegriCloud