summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* m68k: atari_keyb_init operator precedence fixMichael Schmitz2008-09-021-3/+6
* fix typo in arch/parisc/hpux/fs.cStephen Rothwell2008-09-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-026-32/+62
|\
| * sparc64: setup_valid_addr_bitmap_from_pavail() should be __initDavid S. Miller2008-08-301-1/+1
| * sparc: Fix resource flags for PCI children in OF device tree.David S. Miller2008-08-292-11/+28
| * sparc32: Implement smp_call_function_single().David S. Miller2008-08-283-20/+33
* | Un-break printk strings in x86 PCI probing codeLinus Torvalds2008-09-021-6/+3Star
* | Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against ...Linus Torvalds2008-08-291-78/+0Star
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-2839-311/+17499
|\ \
| * | [ARM] 5226/1: remove unmatched comment end.Jean-Christophe DUBOIS2008-08-281-1/+1
| * | Merge branch 'omap-rmk'Russell King2008-08-2819-219/+17309
| |\ \
| | * | [ARM] OMAP: Fix 2430 SMC91x ethernet IRQRussell King2008-08-271-1/+1
| | * | [ARM] OMAP: Add and update OMAP default configuration filesRussell King2008-08-2718-218/+17308
| * | | [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfoMel Gorman2008-08-271-0/+5
| * | | [ARM] use bcd2bin/bin2bcdAdrian Bunk2008-08-271-9/+9
| * | | [ARM] use the new byteorder headersHarvey Harrison2008-08-271-14/+11Star
| * | | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-277-50/+138
| |\ \ \
| | * | | [ARM] orion5x: update defconfig to v2.6.27-rc4Nicolas Pitre2008-08-221-32/+112
| | * | | [ARM] Orion: register UART1 on QNAP TS-209 and TS-409Martin Michlmayr2008-08-222-0/+2
| | * | | [ARM] Orion: activate lm75 driver on DNS-323Martin Michlmayr2008-08-222-6/+2Star
| | * | | [ARM] Orion: fix MAC detection on QNAP TS-209 and TS-409Martin Michlmayr2008-08-222-8/+8
| | * | | [ARM] Orion: Fix boot crash on Kurobox ProPer Andersson2008-08-223-4/+14
| * | | | Merge branch 's3c2410' of git://aeryn.fluff.org.uk/bjdooks/linux.gitRussell King2008-08-276-18/+20
| |\ \ \ \
| | * | | | [ARM] S3C2443: Fix the S3C2443 clock register definitionsWei Shuai2008-08-261-5/+5
| | * | | | [ARM] JIVE: Fix the spi bus numberingBen Dooks2008-08-261-1/+1
| | * | | | [ARM] S3C24XX: pwm.c: stop debugging outputBen Dooks2008-08-261-1/+1
| | * | | | [ARM] S3C24XX: Fix sparse warnings in pwm.cBen Dooks2008-08-261-1/+2
| | * | | | [ARM] S3C24XX: Fix spare errors in pwm-clock driverBen Dooks2008-08-261-3/+3
| | * | | | [ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.cBen Dooks2008-08-261-6/+6
| | * | | | [ARM] S3C24XX: Fix nor-simtec driver sparse errorsBen Dooks2008-08-261-1/+2
| | | |/ / | | |/| |
| * / | | [ARM] 5225/1: zaurus: Register I2C controller for audio codecsMark Brown2008-08-263-0/+6
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-08-28214-57/+55366
|\ \ \ \
| * | | | Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEMichael Hennerich2008-08-282-98/+89Star
| * | | | Blackfin arch: sram: use 'unsigned long' for irqflagsVegard Nossum2008-08-281-11/+11
| * | | | Blackfin arch: let PCI depend on BROKENAdrian Bunk2008-08-271-0/+1
| * | | | Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-27210-42/+55334
| * | | | Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then rebo...Sonic Zhang2008-08-251-1/+1
| * | | | Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demu...Mike Frysinger2008-08-251-1/+1
| * | | | Blackfin arch: Add MTD Partitions for MTD_DATAFLASH, increase max SPI SCLKMichael Hennerich2008-08-251-1/+26
| |/ / /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-285-253/+383
|\ \ \ \
| * | | | x86: update defconfigsH. Peter Anvin2008-08-272-227/+334
| * | | | x86: cpuid: correct return value on partial operationsH. Peter Anvin2008-08-261-5/+9
| * | | | x86: msr: correct return value on partial operationsH. Peter Anvin2008-08-261-10/+18
| * | | | x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin2008-08-261-1/+4
| * | | | x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-262-14/+22
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-281-0/+5
|\ \ \ \ \
| * | | | | fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Heiko Schocher2008-08-271-0/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-272-18/+31
|\ \ \ \ \
| * | | | | [PATCH] fix hpux_getdents()Al Viro2008-08-251-11/+19
| * | | | | [PATCH] fix osf_getdirents()Al Viro2008-08-251-7/+12