summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.24Linus Torvalds2007-12-033-5/+5
|\
| * sh: Support PCI IO access of SH7780 base boards.Nobuhiro Iwamatsu2007-11-302-4/+4
| * sh: Fix PCI IO space base address of SH7780.Nobuhiro Iwamatsu2007-11-301-1/+1
* | [MIPS] BCM1480: Fix interrupt routing.Ralf Baechle2007-12-031-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-12-035-6/+32
|\ \
| * | x86: fix x86-32 early fixmap initialization.Eric W. Biederman2007-12-031-6/+6
| * | x86: disable hpet legacy replacement for kdumpOGAWA Hirofumi2007-12-031-0/+4
| * | x86: disable hpet on shutdownOGAWA Hirofumi2007-12-033-0/+22
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-12-034-10/+9
|\ \ \
| * | | [POWERPC] Remove xmon from ml300 and ml403 defconfig in arch/ppcGrant Likely2007-12-032-2/+2
| * | | Revert "[POWERPC] Fix RTAS os-term usage on kernel panic"Paul Mackerras2007-12-032-8/+7
| |/ /
* | | uml: work around host tcsetattr bugJeff Dike2007-12-031-1/+10
* | | uml: after_sleep_interval should return somethingJeff Dike2007-12-031-0/+1
* | | uml: keep UML Kconfig in sync with x86Jeff Dike2007-12-031-0/+7
|/ /
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-11-301-1/+5
|\ \
| * | [MIPS] Fix build.Ralf Baechle2007-12-011-1/+5
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-11-3026-100/+359
|\ \ | |/ |/|
| *-. Merge branches 'at91-fixes' and 'pxa-fixes'Russell King2007-11-2922-49/+252
| |\ \
| | | * [ARM] 4675/1: pxa: fix mfp address definition error for pxa320eric miao2007-11-291-2/+5
| | | * [ARM] PXA ssp: unlock when ssp tries to close an invalid portRoel Kluin2007-11-261-0/+1
| | | * [ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definitioneric miao2007-11-261-1/+1
| | * | [ARM] 4611/2: AT91: Fix GPIO buttons pins on SAM9261-EK.Andrew Victor2007-11-261-8/+8
| | * | [ARM] 4650/1: AT91: New-style init of I2C, support for i2c-gpioAndrew Victor2007-11-2618-35/+231
| | * | [ARM] 4604/2: AT91: Master clock divistor on SAM9Andrew Victor2007-11-261-3/+6
| | |/
| * | [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user spaceNicolas Pitre2007-11-261-1/+1
| * | [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_c...Nicolas Pitre2007-11-262-39/+58
| * | [ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQsNicolas Pitre2007-11-261-1/+1
| * | [ARM] uengine: fix memset size errorLi Zefan2007-11-261-4/+2
| * | [ARM] 4648/1: i.MX/MX1 ensure more complete AITC initializationPavel Pisa2007-11-261-6/+45
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-11-291-25/+16
|\ \
| * | x86 setup: don't recalculate ss:esp unless really necessaryJens Rottmann2007-11-281-25/+16
* | | x86/paravirt: revert exports to restore old behaviourJeremy Fitzhardinge2007-11-291-2/+2
* | | lguest: prevent VISWS or VOYAGER randconfigsRandy Dunlap2007-11-291-0/+1
* | | FRV: arrange things such that BRA can reach from the trap tableDavid Howells2007-11-294-15/+18
* | | memory hotplug x86_64: fix section mismatch in init_memory_mapping()KAMEZAWA Hiroyuki2007-11-291-1/+1
* | | leak in do_ubd_requestMiklos Szeredi2007-11-291-0/+1
* | | uml: fix !NO_HZ busy-loopJeff Dike2007-11-291-3/+51
* | | IP22ZILOG: fix lockup and sysrqThomas Bogendoerfer2007-11-291-19/+0
* | | xen: mask _PAGE_PCD from ptesJeremy Fitzhardinge2007-11-291-0/+4
* | | UML: build fixWANG Cong2007-11-291-1/+1
* | | Fix boot problem with iSeries lacking hugepage supportMel Gorman2007-11-291-0/+5
|/ /
* | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2007-11-272-10/+47
|\ \
| * | m32r: Update sys_rt_sigsuspendHirokazu Takata2007-11-281-10/+7
| * | m32r: Add missing syscallsHirokazu Takata2007-11-281-0/+40
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-11-272-51/+0
|\ \ \
| * | | ide: move CONFIG_IDE_ETRAX to drivers/ide/KconfigBartlomiej Zolnierkiewicz2007-11-272-51/+0
| |/ /
* / / alpha: fix sg_page breakageFUJITA Tomonori2007-11-271-6/+8
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-11-269-7/+54
|\ \
| * | x86: fix APIC related bootup crash on Athlon XP CPUsIngo Molnar2007-11-261-1/+1
| * | x86: export the symbol empty_zero_page on the 32-bit x86 architectureTheodore Ts'o2007-11-261-0/+2