summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bitJaswinder Singh Rajput2009-06-131-2/+0Star
* 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/+3Star
* | | | 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/+22Star
| * | | | 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/+7Star
| * | | | 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
| * | | | | x86, mce: improve mce_get_ripHuang Ying2009-06-031-6/+7
| * | | | | x86, mce: make non Monarch panic message "Fatal machine check" tooAndi Kleen2009-06-031-2/+2
| * | | | | x86, mce: switch x86 machine check handler to Monarch election.Andi Kleen2009-06-033-30/+340
| * | | | | x86, mce: implement panic synchronizationAndi Kleen2009-06-031-0/+22
| * | | | | x86, mce: implement bootstrapping for machine check wakeupsAndi Kleen2009-06-036-0/+72
| * | | | | x86, mce: check early in exception handler if panic is neededAndi Kleen2009-06-031-13/+25
| * | | | | x86, mce: add table driven machine check gradingAndi Kleen2009-06-033-0/+72
| * | | | | x86, mce: remove TSC print heuristicAndi Kleen2009-06-031-14/+18
| * | | | | x86, mce: log corrected errors when panicingAndi Kleen2009-06-031-2/+2
| * | | | | x86, mce: extend struct mce user interface with more information.Andi Kleen2009-06-032-2/+20
| * | | | | x86, mce: support more than 256 CPUs in struct mceAndi Kleen2009-06-033-9/+9
| * | | | | x86, mce: store record length into memory struct mce anchorAndi Kleen2009-06-032-3/+4
| * | | | | x86, mce: add MCE poll count to /proc/interruptsAndi Kleen2009-06-033-0/+9