summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: Switch to asm-generic versions for identical headers.Paul Mundt2009-06-146-146/+6
* sh: Convert to asm-generic/signal.h.Paul Mundt2009-06-141-146/+1
* sh: Convert to asm-generic/types.h.Paul Mundt2009-06-141-15/+1
* sh: Convert to asm-generic/scatterlist.h.Paul Mundt2009-06-141-22/+2
* sh: Convert to asm-generic/unaligned.h.Paul Mundt2009-06-141-13/+1
* sh: Convert to asm-generic/module.h.Paul Mundt2009-06-141-11/+1
* sh: Conver to asm-generic/mmu_context.h.Paul Mundt2009-06-141-9/+9
* sh: Tidy up duplication in irq/swab/timex.h.Paul Mundt2009-06-143-9/+3
* sh: Convert ipc/shm bits to their asm-generic versions.Paul Mundt2009-06-144-127/+4
* sh: Convert to asm-generic/termbits.h and termios.h.Paul Mundt2009-06-142-288/+2
* sh: Convert to asm-generic/posix_types.h.Paul Mundt2009-06-142-214/+32
* sh: Convert to asm-generic/dma.h.Paul Mundt2009-06-141-9/+1
* sh: Convert to asm-generic/current.h.Paul Mundt2009-06-141-20/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-06-141361-29435/+120530
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-06-131-2/+8
| |\
| | * [SCSI] cnic: fix error: implicit declaration of function ‘__symbol_get’Ingo Molnar2009-06-131-0/+2
| | * [SCSI] cnic: fix undefined reference to `ip6_route_output'Randy Dunlap2009-06-131-2/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-06-1313-25/+1889
| |\ \
| | * | avr32: Fix oops on unaligned user accessHaavard Skinnemoen2009-06-131-1/+10
| | * | Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hs...Haavard Skinnemoen2009-06-1310-9/+1863
| | |\ \
| | | * | avr32: Add support for Mediama RMTx add-on board for ATNGW100Peter Ma2009-06-086-0/+1838
| | | * | avr32: Change Atmel ATNGW100 config to add choice of add-on boardPeter Ma2009-06-081-2/+9
| | | * | avr32: remove obsolete hw_interrupt_typeThomas Gleixner2009-05-131-1/+1
| | | * | avr32: Solves problem with inverted MCI detect pin on Merisc boardJonas Larsson2009-04-081-3/+4
| | | * | atmel-mci: Add support for inverted detect pinJonas Larsson2009-04-082-3/+11
| | * | | Fix MIMC200 board LCD initMark Jackson2009-06-031-14/+15
| | * | | avr32: Fix clash in ATMEL_USART_ flagsBen Nizette2009-06-031-1/+1
| * | | | FRV: Fix interaction with new generic header stuffDavid Howells2009-06-131-120/+3
| * | | | Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-06-137-54/+118
| |\ \ \ \
| | * | | | i2c-ocores: Can add I2C devices to the busRichard Röjfors2009-06-133-0/+24
| | * | | | i2c-s3c2410: move to using platform idtable to match devicesBen Dooks2009-06-131-26/+22
| | * | | | i2c: OMAP3: Better noise suppression for fast/standard modesAaro Koskinen2009-06-131-2/+12
| | * | | | i2c: OMAP2/3: Fix scll/sclh calculationsAaro Koskinen2009-06-131-7/+18
| | * | | | i2c: Blackfin TWI: implement I2C_FUNC_SMBUS_I2C_BLOCK functionalityMichael Hennerich2009-06-131-1/+11
| | * | | | i2c: Blackfin TWI: fix transfer errors with repeat startFrank Shew2009-06-131-6/+15
| | * | | | i2c: Blackfin TWI: fix REPEAT START mode doesn't repeatSonic Zhang2009-06-131-8/+7
| | * | | | i2c: Blackfin TWI: make sure we don't end up with a CLKDIV=0Michael Hennerich2009-06-132-4/+9
| | | |_|/ | | |/| |
| * | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-1339-1668/+2978
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111275-27184/+86812
| | |\ \ \ \
| | * | | | | x86, mce: Add boot options for corrected errorsHidetoshi Seto2009-06-114-8/+52
| | * | | | | x86, mce: Fix mce printingHidetoshi Seto2009-06-111-11/+15
| | * | | | | x86, mce: fix for mce countersHidetoshi Seto2009-06-031-4/+5
| | * | | | | x86, mce: support action-optional machine checksAndi Kleen2009-06-033-1/+135
| | * | | | | x86, mce: define MCE_VECTORAndi Kleen2009-06-031-0/+1
| | * | | | | x86, mce: rename mce_notify_user to mce_notify_irqAndi Kleen2009-06-035-9/+9
| | * | | | | x86: fix panic with interrupts off (needed for MCE)Andi Kleen2009-06-036-7/+37
| | * | | | | x86, mce: export MCE severities coverage via debugfsHuang Ying2009-06-031-0/+83
| | * | | | | x86, mce: implement new status bitsAndi Kleen2009-06-034-44/+137
| | * | | | | x86, mce: print header/footer only once for multiple MCEsAndi Kleen2009-06-031-10/+17
| | * | | | | x86, mce: default to panic timeout for machine checksAndi Kleen2009-06-031-0/+7
OpenPOWER on IntegriCloud