summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2007-02-25[ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OF...Nicolas Pitre1-16/+17
2007-02-25[ARM] 4224/2: allow XIP kernel to boot againNicolas Pitre2-12/+14
2007-02-22[ARM] 4232/1: AT91: Generic GPIO bugAndrew Victor1-1/+1
2007-02-22[ARM] 4231/1: AT91: Merge and typo fixes.Andrew Victor2-2/+2
2007-02-22[ARM] 4229/1: S3C2410: Add MACH_QT2410 to s3c2410_defconfigBen Dooks1-2/+2
2007-02-22[ARM] 4228/2: S3C24XX: update s3c2410_defconfig for 2.6.21-rc1Ben Dooks1-11/+41
2007-02-20Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds21-196/+74
2007-02-20Merge ARM fixesRussell King1096-25243/+57078
2007-02-20Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2-22/+11
2007-02-20[PATCH] ARM: fix mach-at91 build breakageDavid Brownell1-1/+1
2007-02-20Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds13-74/+173
2007-02-20[NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]Dale Farnsworth4-56/+15
2007-02-20[MIPS] Drop __init from init_8259A()Atsushi Nemoto1-5/+8
2007-02-20[MIPS] Fix Kconfig typo bugRalf Baechle1-1/+1
2007-02-20[MIPS] Fix double signal on trap and break instructionAtsushi Nemoto1-0/+2
2007-02-20[MIPS] sigset_32 has been made redundand by compat_sigset_t.Ralf Baechle1-8/+1
2007-02-20[MIPS] emma2rh: Remove needless <asm/i8259.h> inclusion.Yoichi Yuasa2-2/+0
2007-02-20[MIPS] Add MTD device support for CobaltYoichi Yuasa3-2/+146
2007-02-20[ARM] 4165/1: S3C24XX: Select CONFIG_NO_IOPORTBen Dooks1-0/+1
2007-02-20[ARM] fix mach-at91 build breakageDavid Brownell1-1/+1
2007-02-20[ARM] Fix jornada720 build errorsRussell King1-6/+0
2007-02-20[ARM] Fix iop13xx build errorRussell King1-0/+1
2007-02-20[ARM] Fix build error caused by move of apmRussell King1-1/+1
2007-02-20[ARM] Merge remaining IOP codeRussell King17-189/+71
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie2-5/+5
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie2-17/+6
2007-02-20[MIPS] Cobalt: Fix UART I/O typeYoichi Yuasa1-7/+7
2007-02-20[MIPS] Fixup copy_from_user_inatomicRalf Baechle2-1/+437
2007-02-20[MIPS] Make some __setup functions staticAtsushi Nemoto2-3/+3
2007-02-20[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle1-2/+2
2007-02-20[MIPS] Allow selection of KGDB only on platforms where it's supported.Ralf Baechle2-1/+18
2007-02-19[PATCH] tick management: make broadcast dependent on local APICThomas Gleixner1-0/+1
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton4-0/+4
2007-02-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds77-2047/+7704
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds18-31/+32
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds199-5645/+13343
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds56-1286/+1468
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+88
2007-02-18[MIPS] Update defconfigsRalf Baechle47-1450/+5656
2007-02-18[MIPS] Support for several more SNI RM models.Thomas Bogendoerfer14-382/+1719
2007-02-18[MIPS] Include <asm/bugs> to for declaration of check_bugs32.Ralf Baechle1-0/+1
2007-02-18[MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto4-3/+3
2007-02-18[MIPS] Make kernel_thread_helper() staticAtsushi Nemoto1-1/+1
2007-02-18[MIPS] Make __declare_dbe_table static and avoid it getting optimized awayRalf Baechle1-7/+3
2007-02-18[MIPS] signals: Share even more code.Ralf Baechle4-146/+31
2007-02-18[MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n buildRalf Baechle1-2/+2
2007-02-18[MIPS] Iomap implementation.Ralf Baechle4-53/+285
2007-02-18[MIPS] IP27: Fix warning.Ralf Baechle1-1/+1
2007-02-18[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto1-2/+2
2007-02-18Merge branch '86xx' into for_paulusKumar Gala1-108/+85