aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com39-10/+101
2010-08-10tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman8-16/+0
2010-08-10tty: Remove Hayes ESP ioctlsJeff Dike1-4/+2
2010-08-10serial: fix wakup races in the mrst_max3110 driverArjan van de Ven1-28/+18
2010-08-10serial: replace open coded mutex with a real mutex in mrst_max3110.cArjan van de Ven1-7/+8
2010-08-10max3110 sanity check a registerjianwei.yang1-2/+11
2010-08-10mrst_max3110: add UART driver for Max3110 on MoorestownFeng Tang4-0/+921
2010-08-10serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definitionYegor Yefremov1-1/+1
2010-08-10vt: clean up the code - use kernel libraryAndy Shevchenko1-2/+3
2010-08-10serial: There's no config CONSOLEChristoph Egger1-8/+0
2010-08-10n_gsm.c: removed duplicated #includesAndrea Gelmini1-1/+0
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds15-75/+207
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds107-1525/+1910
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfsLinus Torvalds5-30/+48
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds58-2378/+3197
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds205-2475/+2584
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds80-450/+1311
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds5-13/+17
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-155/+68
2010-08-09Merge branch 'rs485fix' of git://www.jni.nu/crisLinus Torvalds2-0/+12
2010-08-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds109-134613/+282
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds87-2090/+2477
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds23-382/+3390
2010-08-09drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong1-1/+2
2010-08-09drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong1-1/+2
2010-08-09rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse1-15/+10
2010-08-09rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse1-4/+15
2010-08-09rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse1-11/+17
2010-08-09rwsem: lighter active count checks when waking up readersMichel Lespinasse1-25/+32
2010-08-09rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse1-27/+34
2010-08-09hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel3-11/+82
2010-08-09drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton1-4/+0
2010-08-09hwmon: coretemp: documentation update and cleanupChen Gong2-3/+104
2010-08-09hwmon: coretemp: enable coretemp device add operation failureChen Gong1-14/+3
2010-08-09hwmon: coretemp: update hotplug condition checkChen Gong1-0/+5
2010-08-09hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck5-0/+709
2010-08-09hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck5-0/+923
2010-08-09hmc6352: add driver for the HMC6352 compassKalhan Trisal4-0/+195
2010-08-09drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf1-0/+1
2010-08-09checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto1-0/+3
2010-08-09checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto1-0/+7
2010-08-09checkpatch: prefer usleep_range over udelayPatrick Pannuto1-0/+8
2010-08-09checkpatch: add more exceptions to 80 char linesJoe Perches1-2/+3
2010-08-09checkpatch: change externals to globalsJoe Eloff1-2/+2
2010-08-09checkpatch: fix handling of leading spacesRaffaele Recalcati1-0/+7
2010-08-09checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang1-1/+7
2010-08-09edd: fix possible memory leak in edd_init() error pathAxel Lin1-7/+13
2010-08-09flex_array: add helpers to get and put to make pointers easy to useEric Paris2-1/+29
2010-08-09lib: vsprintf: useless strlen() removedMichal Nazarewicz1-10/+4
2010-08-09list debugging: warn when deleting a deleted entryBaruch Siach1-0/+6