aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 39-311/+17499
2008-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Gravatar Linus Torvalds 214-57/+55366
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-253/+383
2008-08-28[ARM] 5226/1: remove unmatched comment end.Gravatar Jean-Christophe DUBOIS 1-1/+1
2008-08-28Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEGravatar Michael Hennerich 2-98/+89
2008-08-28Blackfin arch: sram: use 'unsigned long' for irqflagsGravatar Vegard Nossum 1-11/+11
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+5
2008-08-27Merge branch 'omap-rmk'Gravatar Russell King 19-219/+17309
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-18/+31
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 3-2/+13
2008-08-27Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-1/+1
2008-08-27[ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoGravatar Mel Gorman 1-0/+5
2008-08-27[ARM] use bcd2bin/bin2bcdGravatar Adrian Bunk 1-9/+9
2008-08-27[ARM] use the new byteorder headersGravatar Harvey Harrison 1-14/+11
2008-08-27Merge branch 'for-rmk' of git://git.marvell.com/orionGravatar Russell King 7-50/+138
2008-08-27[ARM] OMAP: Fix 2430 SMC91x ethernet IRQGravatar Russell King 1-1/+1
2008-08-27[ARM] OMAP: Add and update OMAP default configuration filesGravatar Russell King 18-218/+17308
2008-08-27fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Gravatar Heiko Schocher 1-0/+5
2008-08-27x86: update defconfigsGravatar H. Peter Anvin 2-227/+334
2008-08-27Blackfin arch: let PCI depend on BROKENGravatar Adrian Bunk 1-0/+1
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinGravatar Bryan Wu 210-42/+55334
2008-08-26Merge branch 's3c2410' of git://aeryn.fluff.org.uk/bjdooks/linux.gitGravatar Russell King 6-18/+20
2008-08-26[ARM] S3C2443: Fix the S3C2443 clock register definitionsGravatar Wei Shuai 1-5/+5
2008-08-26[ARM] JIVE: Fix the spi bus numberingGravatar Ben Dooks 1-1/+1
2008-08-26[ARM] S3C24XX: pwm.c: stop debugging outputGravatar Ben Dooks 1-1/+1
2008-08-26[ARM] S3C24XX: Fix sparse warnings in pwm.cGravatar Ben Dooks 1-1/+2
2008-08-26[ARM] S3C24XX: Fix spare errors in pwm-clock driverGravatar Ben Dooks 1-3/+3
2008-08-26[ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.cGravatar Ben Dooks 1-6/+6
2008-08-26[ARM] S3C24XX: Fix nor-simtec driver sparse errorsGravatar Ben Dooks 1-1/+2
2008-08-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 2-4/+7
2008-08-26Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 12-67/+56
2008-08-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Gravatar Linus Torvalds 66-2807/+6654
2008-08-26[ARM] 5225/1: zaurus: Register I2C controller for audio codecsGravatar Mark Brown 3-0/+6
2008-08-26[MIPS] Ignore vmlinux.lds generated filesGravatar Florian Fainelli 1-0/+1
2008-08-26[MIPS] kgdb: Do not call fixup_exceptionGravatar Atsushi Nemoto 1-3/+0
2008-08-26[MIPS] RB532: Do not define registers that are already definedGravatar Florian Fainelli 1-13/+3
2008-08-26[MIPS] IP27: Export symbol pcibus_to_node to modules.Gravatar Ralf Baechle 1-0/+1
2008-08-26[MIPS] kgdb: s/(void *)0)/NULL/Gravatar Ralf Baechle 1-1/+1
2008-08-26[MIPS] kgdb: smp_call_function's 3rd argument is a pointer.Gravatar Ralf Baechle 1-1/+1
2008-08-26[MIPS] TXx9: Fix mips_hpt_frequency initializationGravatar Atsushi Nemoto 1-0/+3
2008-08-26[MIPS] emma2rh: Fix build error by header file inclusion weeding.Gravatar Ralf Baechle 1-15/+1
2008-08-26[MIPS] Jazz: Fix build error by header file inclusion weeding.Gravatar Ralf Baechle 1-12/+1
2008-08-26[MIPS] Wire up new syscalls.Gravatar Ralf Baechle 4-0/+24
2008-08-26[MIPS] Convert printk statements during kernel setup to use severity levelsGravatar Mike Crowe 1-22/+20
2008-08-26powerpc: Update defconfigs for most non-embedded platformsGravatar Paul Mackerras 8-628/+1002
2008-08-25x86: cpuid: correct return value on partial operationsGravatar H. Peter Anvin 1-5/+9
2008-08-25x86: msr: correct return value on partial operationsGravatar H. Peter Anvin 1-10/+18
2008-08-25x86: cpuid: propagate error from smp_call_function_single()Gravatar H. Peter Anvin 1-1/+4
2008-08-25x86: msr: propagate errors from smp_call_function_single()Gravatar H. Peter Anvin 2-14/+22
2008-08-26powerpc: Export CMO_PageSizeGravatar Andrew Morton 1-0/+1