summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] at91_serial -> atmel_serial: Public definitionsHaavard Skinnemoen2006-10-042-13/+13
* [PATCH] at91_serial -> atmel_serial: Platform device nameHaavard Skinnemoen2006-10-042-25/+25
* [PATCH] at91_serial -> atmel_serial: Kconfig symbolsHaavard Skinnemoen2006-10-0411-29/+29
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-0487-94/+3
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-0487-94/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/willy/parisc-2.6Linus Torvalds2006-10-0416-200/+360
|\ \
| * | [PARISC] Kill wall_jiffies useAndrew Morton2006-10-041-3/+0
| * | [PARISC] Honour "panic_on_oops" sysctlHelge Deller2006-10-041-0/+10
| * | [PARISC] Export clear_user_page to modulesMatthew Wilcox2006-10-041-2/+2
| * | [PARISC] Fix CONFIG_DEBUG_SPINLOCKMatthew Wilcox2006-10-041-3/+0
| * | [PARISC] Fix HPUX compat compile with current GCCMatthew Wilcox2006-10-041-1/+1
| * | [PARISC] Fix iounmap compile warningMatthew Wilcox2006-10-041-1/+1
| * | [PARISC] Add hardware found in the rp8400Matthew Wilcox2006-10-041-0/+3
| * | [PARISC] Allow nested interruptsJames Bottomley2006-10-042-63/+89
| * | [PARISC] Further updates to timer_interrupt()Grant Grundler2006-10-041-62/+65
| * | [PARISC] remove halftick and copy clocktick to local var (gcc can optimize us...Grant Grundler2006-10-041-15/+31
| * | [PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.Grant Grundler2006-10-041-44/+96
| * | [PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler2006-10-042-10/+14
| * | [PARISC] Prevent processor_probe() from clobbering cpu_data[0]Grant Grundler2006-10-041-2/+3
| * | [PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin2006-10-041-1/+1
| * | [PARISC] Allow overriding personality with sys_personalityKyle McMartin2006-10-042-2/+47
| * | [PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin2006-10-042-26/+3
| * | [PARISC] parisc specific kmap API implementation for pa8800James Bottomley2006-10-041-1/+44
| * | [PARISC] Fix up parisc irq handling for genirq changesKyle McMartin2006-10-041-1/+1
| * | [PARISC] Abstract shift register left in .SKyle McMartin2006-10-041-15/+4
| * | [PARISC] Remove variables decls duplicated from asm-generic/sections.hKyle McMartin2006-10-041-13/+10
| * | [PARISC] PA7200 also supports prefetch for readKyle McMartin2006-10-041-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-0448-250/+5819
|\ \
| * | [POWERPC] Add support for the mpc832x mds boardKim Phillips2006-10-043-0/+247
| * | [POWERPC] Add initial support for the e300c2 coreKim Phillips2006-10-041-2/+13
| * | [POWERPC] Add MPC8360EMDS default dts fileLi Yang2006-10-041-0/+375
| * | [POWERPC] Add MPC8360EMDS board supportLi Yang2006-10-042-0/+1237
| * | [POWERPC] Add QUICC Engine (QE) infrastructureLi Yang2006-10-0411-0/+2342
| * | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-10-0411-9/+1165
| |\ \
| | * | POWERPC: mpc82xx merge: board-specific/platform stuff(resend)Vitaly Bordug2006-10-036-0/+884
| | * | POWERPC: 8272ads merge to powerpc: common stuffVitaly Bordug2006-10-034-9/+58
| | * | POWERPC: Added devicetree for mpc8272ads boardVitaly Bordug2006-10-031-0/+223
| * | | Merge branch 'master' of git://oak/home/sfr/kernels/iseries/workPaul Mackerras2006-10-0410-74/+148
| |\ \ \
| | * | | [POWERPC] iSeries has no legacy I/OStephen Rothwell2006-10-031-0/+10
| | * | | [POWERPC] implement BEGIN/END_FW_FTR_SECTIONStephen Rothwell2006-10-035-9/+94
| | * | | [POWERPC] iSeries does not need pcibios_fixup_resourcesStephen Rothwell2006-10-031-4/+0
| | * | | [POWERPC] Allow combined iSeries and MULTIPLATFORM buildStephen Rothwell2006-10-031-4/+4
| | * | | [POWERPC] fix ioremap for a combined kernelStephen Rothwell2006-09-251-22/+7
| | * | | [POWERPC] modify PCI code for a merged kernelStephen Rothwell2006-09-252-32/+30
| | * | | [POWERPC] iSeries: set FW_FEATURE_ISERIES earlierStephen Rothwell2006-09-251-3/+3
| * | | | [POWERPC] Don't try to just continue if xmon has no input devicePaul Mackerras2006-10-041-1/+1
| * | | | [POWERPC] Fix a printk in pseries_mpic_init_IRQMichael Ellerman2006-10-041-1/+1
| * | | | [POWERPC] Get default baud rate in udbg_sccBenjamin Herrenschmidt2006-10-041-2/+12
| * | | | [POWERPC] Fix zImage.coff on oldworld PowerMacBenjamin Herrenschmidt2006-10-041-0/+1
| * | | | [POWERPC] Fix xmon=off and cleanup xmon initialisationMichael Ellerman2006-10-044-39/+39
OpenPOWER on IntegriCloud