summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-10serial: Use block_til_ready helperAlan Cox1-86/+1
2010-08-10serial: trim locking on the helpersAlan Cox1-4/+1
2010-08-10serial: add port helpersAlan Cox1-14/+37
2010-08-10serial: Change the wait for carrier lockingAlan Cox1-9/+35
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox4-12/+11
2010-08-10tty: Make vt's have a tty_portAlan Cox2-0/+4
2010-08-10vc: Locking clean upAlan Cox2-3/+8
2010-08-10tty: serial - fix tty referencing in set_ldiscAlan Cox3-7/+4
2010-08-10tty: serial - fix tty back references in termiosAlan Cox5-26/+19
2010-08-10tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox1-49/+60
2010-08-10synclink: reworking locking a bitAlan Cox2-2/+19
2010-08-10tty: Fix the digi acceleport driver NULL checksAlan Cox1-5/+9
2010-08-10specialix: Kill the BKLAlan Cox1-6/+5
2010-08-10epca: Kill the big kernel lockAlan Cox1-3/+1
2010-08-10cyclades: Kill off BKL usageAlan Cox1-11/+9
2010-08-10synclink: kill the big kernel lockAlan Cox3-73/+56
2010-08-10rocket: kill BKLAlan Cox1-9/+19
2010-08-10isicom: kill off the BKLAlan Cox1-8/+5
2010-08-10riscom8: kill use of lock_kernelAlan Cox1-6/+8
2010-08-10istallion: use bit ops for the board flagsAlan Cox2-19/+19
2010-08-10stallion: prune lock_kernel callsAlan Cox2-17/+25
2010-08-10vt/console: try harder to print output when panicingJesse Barnes8-9/+27
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/bco...Linus 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/vir...Linus 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/po...Linus Torvalds109-134613/+282
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds87-2090/+2477
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus 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