summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Russell King185-5666/+2812
2011-05-26Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King66-2935/+223
2011-05-25at91: drop at572d940hf supportJean-Christophe PLAGNIOL-VILLARD14-2350/+2
2011-05-25at91rm9200: introduce at91rm9200_set_type to specficy cpu packageJean-Christophe PLAGNIOL-VILLARD17-18/+63
2011-05-25at91: drop boot_params and PLAT_PHYS_OFFSETJean-Christophe PLAGNIOL-VILLARD41-51/+1
2011-05-25at91: factorize common irq IDJean-Christophe PLAGNIOL-VILLARD10-18/+6
2011-05-25at91: switch to CLKDEV_LOOKUPJean-Christophe PLAGNIOL-VILLARD22-202/+372
2011-05-25at91: fix map_io init usageJean-Christophe PLAGNIOL-VILLARD47-94/+166
2011-05-25at91/board-eco920: remove at91_beeper ressource as no driver at91_beeper existJean-Christophe PLAGNIOL-VILLARD1-19/+0
2011-05-25atmel_serial: keep the platform_device unchangedJean-Christophe PLAGNIOL-VILLARD11-9/+29
2011-05-25at91sam9261: rename at91sam9261ek to at91sam9261 defconfigJean-Christophe PLAGNIOL-VILLARD1-11/+74
2011-05-25at91sam9263: merge all boards defconfig into only oneJean-Christophe PLAGNIOL-VILLARD3-221/+73
2011-05-25at91: remove MTD_NAND_ATMEL_BUSWIDTH_16 optionJean-Christophe PLAGNIOL-VILLARD9-54/+39
2011-05-25Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-9/+13
2011-05-25mach-ux500: set proper I2C platform data from MOP500sLinus Walleij1-6/+8
2011-05-25i2c-nomadik: fix speed enumeratorLinus Walleij1-1/+1
2011-05-25i2c-nomadik: make i2c timeout specific per i2c busVirupax Sadashivpetimath1-2/+4
2011-05-25Merge branch 'davinci-next' of git://gitorious.org/linux-davinci/linux-davinc...Russell King5-15/+13
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King14-48/+298
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds35-668/+626
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-3/+1
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds18-18/+23
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds40-1960/+1368
2011-05-24x86, ioapic: Restore ioapic entries during resume properlySuresh Siddha1-2/+2
2011-05-24x86: Get rid of asmregparmRichard Weinberger2-7/+2
2011-05-24um: Use RWSEM_GENERIC_SPINLOCK on x86Richard Weinberger1-2/+2
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo321-9558/+9989
2011-05-24m68knommu: Use generic show_interrupts()Geert Uytterhoeven2-28/+1
2011-05-24m68k: merge the mmu and non-mmu versions of sys_m68k.cGreg Ungerer3-643/+578
2011-05-24m68knommu: use asm-generic/bitops/ext2-atomic.hAkinobu Mita1-17/+1
2011-05-24m68knommu: Remove obsolete #include <linux/sys.h>Geert Uytterhoeven6-6/+0
2011-05-24m68k: merge mmu and non-mmu versions of asm-offsets.cGreg Ungerer6-190/+114
2011-05-24Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds17-76/+25
2011-05-24m68k: merge non-mmu and mmu versions of m68k_ksyms.cGreg Ungerer3-64/+32
2011-05-24m68knommu: remove un-needed exporting of COLDFIRE symbolsGreg Ungerer2-12/+3
2011-05-24m68knommu: move EXPORT of kernel_thread to function definitionGreg Ungerer2-4/+1
2011-05-24m68knommu: move EXPORT of local checksumming functions to definitionsGreg Ungerer2-5/+3
2011-05-24m68knommu: move EXPORT of dump_fpu to function definitionGreg Ungerer2-4/+1
2011-05-24m68knommu: clean up mm/init_no.cGreg Ungerer1-47/+4
2011-05-24m68k: merge the mmu and non-mmu mm/MakefileGreg Ungerer3-18/+9
2011-05-24m68k: mv kmap_mm.c to kmap.cGreg Ungerer2-370/+365
2011-05-24m68knommu: remove stubs for __ioremap() and iounmap()Greg Ungerer4-43/+6
2011-05-24m68knommu: remove unused kernel_set_cachemode()Greg Ungerer1-8/+0
2011-05-24m68k: let Makefile sort out compiling mmu and non-mmu lib/checksum.cGreg Ungerer2-8/+3
2011-05-24m68k: remove duplicate memcpy() implementationGreg Ungerer4-131/+75
2011-05-24m68k: remove duplicate memset() implementationGreg Ungerer4-107/+74
2011-05-24m68k: remove duplicate memmove() implementationGreg Ungerer3-99/+2
2011-05-24m68k: merge mmu and non-mmu versions of lib/MakefileGreg Ungerer3-15/+11
2011-05-24m68k: merge mmu and non-mmu versions of muldi3Greg Ungerer3-152/+96
2011-05-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds6-79/+19