summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-11tty: implement BTM as mutex instead of BKLArnd Bergmann2-0/+48
2010-08-11tty: remove tty_lock_nestedArnd Bergmann4-26/+24
2010-08-11tty: untangle locking of wait_until_sentArnd Bergmann4-15/+31
2010-08-11tty: reorder ldisc lockingArnd Bergmann2-6/+27
2010-08-11tty: introduce wait_event_interruptible_ttyArnd Bergmann6-10/+17
2010-08-11cdc-acm: remove dead codeArnd Bergmann1-9/+3
2010-08-11tty: fix console_sem lock orderArnd Bergmann1-2/+0
2010-08-11tty: never hold BTM while getting tty_mutexArnd Bergmann2-19/+17
2010-08-11tty: replace BKL with a new tty_lockArnd Bergmann16-115/+130
2010-08-11serial: fix termios settings in openArnd Bergmann1-10/+9
2010-08-11serial: Use block_til_ready helperAlan Cox1-86/+1
2010-08-11serial: trim locking on the helpersAlan Cox1-4/+1
2010-08-11serial: add port helpersAlan Cox1-14/+37
2010-08-11serial: Change the wait for carrier lockingAlan Cox1-9/+35
2010-08-11tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox3-11/+11
2010-08-11tty: Make vt's have a tty_portAlan Cox1-0/+2
2010-08-11vc: Locking clean upAlan Cox2-3/+8
2010-08-11tty: serial - fix tty referencing in set_ldiscAlan Cox2-6/+3
2010-08-11tty: serial - fix tty back references in termiosAlan Cox5-26/+19
2010-08-11tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox1-49/+60
2010-08-11synclink: reworking locking a bitAlan Cox2-2/+19
2010-08-11tty: Fix the digi acceleport driver NULL checksAlan Cox1-5/+9
2010-08-11specialix: Kill the BKLAlan Cox1-6/+5
2010-08-11epca: Kill the big kernel lockAlan Cox1-3/+1
2010-08-11cyclades: Kill off BKL usageAlan Cox1-11/+9
2010-08-11synclink: kill the big kernel lockAlan Cox3-73/+56
2010-08-11rocket: kill BKLAlan Cox1-9/+19
2010-08-11isicom: kill off the BKLAlan Cox1-8/+5
2010-08-11riscom8: kill use of lock_kernelAlan Cox1-6/+8
2010-08-11istallion: use bit ops for the board flagsAlan Cox1-18/+18
2010-08-11stallion: prune lock_kernel callsAlan Cox2-17/+25
2010-08-11vt/console: try harder to print output when panicingJesse Barnes5-9/+15
2010-08-11tty: Add EXTPROC support for LINEMODEhyc@symas.com3-9/+47
2010-08-11serial: fix wakup races in the mrst_max3110 driverArjan van de Ven1-28/+18
2010-08-11serial: replace open coded mutex with a real mutex in mrst_max3110.cArjan van de Ven1-7/+8
2010-08-11max3110 sanity check a registerjianwei.yang1-2/+11
2010-08-11mrst_max3110: add UART driver for Max3110 on MoorestownFeng Tang4-0/+921
2010-08-11serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definitionYegor Yefremov1-1/+1
2010-08-11vt: clean up the code - use kernel libraryAndy Shevchenko1-2/+3
2010-08-11serial: There's no config CONSOLEChristoph Egger1-8/+0
2010-08-11n_gsm.c: removed duplicated #includesAndrea Gelmini1-1/+0
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds66-1472/+1642
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+12
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds56-348/+944
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds5-13/+17
2010-08-10Merge branch 'rs485fix' of git://www.jni.nu/crisLinus Torvalds1-0/+11
2010-08-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-3/+3
2010-08-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds16-364/+3174
2010-08-10drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong1-1/+2
2010-08-10drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong1-1/+2