summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-223-4/+4
|\
| * trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe2009-09-211-2/+2
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| * trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* | pcmcia: fix read buffer overflowRoel Kluin2009-09-221-1/+1
* | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-205-17/+39
|\
| * Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-195-17/+39
* | tty: Char: mxser, use THRE for ASPP_OQUEUE ioctlJiri Slaby2009-09-191-1/+1
* | tty: Char: mxser, add support for CP112ULJiri Slaby2009-09-191-2/+5
* | tty: riscom8, fix tty refcntJiri Slaby2009-09-191-1/+1
* | tty: riscom8, fix shutdown declarationJiri Slaby2009-09-191-2/+2
* | TTY: fix typosAlan Stern2009-09-191-2/+2
* | tty: Power: fix suspend vt regressionJiri Slaby2009-09-191-1/+1
* | tty: vt: use printk_onceMarcin Slusarz2009-09-192-8/+2
* | tty: handle VT specific compat ioctls in vt driverArnd Bergmann2009-09-192-0/+206
* | n_tty: move echoctl check and clean up logicJoe Peterson2009-09-191-28/+18
* | n_tty: honor opost flag for echoesJoe Peterson2009-09-191-11/+22
* | tty: USB serial termios bitsAlan Cox2009-09-191-0/+1
* | serial: move delta_msr_wait into the tty_portAlan Cox2009-09-194-14/+12
* | isicom: split the open method for the isicom deviceAlan Cox2009-09-191-8/+24
* | vt: add an activate and lockAlan Cox2009-09-191-1/+37
* | vt: remove power stuff from kernel/powerAlan Cox2009-09-191-0/+56
* | vt: add an event interfaceAlan Cox2009-09-192-51/+138
* | tty: make the kref destructor occur asynchronouslyAlan Cox2009-09-191-3/+16
* | cyclades: use the full port_close functionAlan Cox2009-09-191-19/+17
* | tty: riscom8 kref and tty_port_closeAlan Cox2009-09-191-72/+59
* | isicom: Split the close hardware bits outAlan Cox2009-09-191-11/+14
* | mxser: Split close ready for a standard tty_port_close methodAlan Cox2009-09-191-22/+23
* | riscom8: split open and close methods upAlan Cox2009-09-191-21/+26
* | tty: Add a full port_close functionAlan Cox2009-09-191-2/+27
* | tty: Fix a typo noted in passingAlan Cox2009-09-191-1/+1
* | cyclades: remove more duplicated codeJiri Slaby2009-09-191-31/+14
* | cyclades: introduce cyy_readb/writebJiri Slaby2009-09-191-284/+164
* | cyclades: tiocm cleanupJiri Slaby2009-09-191-87/+66
* | cyclades: ioctls cleanupJiri Slaby2009-09-191-112/+67
* | cyclades: merge cy_startup tailsJiri Slaby2009-09-191-29/+16
* | cyclades: use dtr_rts helpersJiri Slaby2009-09-191-201/+79
* | cyclades: sleep instead busy-waitJiri Slaby2009-09-191-2/+2
* | cyclades: overall cleanupJiri Slaby2009-09-191-586/+12
* | cyclades: close cleanupJiri Slaby2009-09-191-68/+2
* | cyclades: switch to tty_port_hangupJiri Slaby2009-09-191-17/+6
* | cyclades: avoid addresses recomputationJiri Slaby2009-09-191-170/+71
* | cyclades: remove block_til_readyJiri Slaby2009-09-191-194/+108
* | cyclades: add tty refcountingJiri Slaby2009-09-191-79/+93
* | tty: includecheck fix: drivers/char, vt.cJaswinder Singh Rajput2009-09-191-1/+0
* | tty-ldisc: get rid of tty_ldisc_try_get() helper functionLinus Torvalds2009-09-191-31/+20
* | tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsLinus Torvalds2009-09-191-26/+39
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-09-181-2/+3
|\