aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-3/+2
2009-09-23tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe1-3/+2
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-6/+3
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-3/+5
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich1-2/+2
2009-09-23seq_file: constify seq_operationsJames Morris2-3/+3
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao2-0/+2
2009-09-23virtio: make add_buf return capacity remainingRusty Russell2-3/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2009-09-22pcmcia: fix read buffer overflowRoel Kluin1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-21trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe1-2/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-2/+2
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds5-17/+39
2009-09-19tty: Char: mxser, use THRE for ASPP_OQUEUE ioctlJiri Slaby1-1/+1
2009-09-19tty: Char: mxser, add support for CP112ULJiri Slaby1-2/+5
2009-09-19tty: riscom8, fix tty refcntJiri Slaby1-1/+1
2009-09-19tty: riscom8, fix shutdown declarationJiri Slaby1-2/+2
2009-09-19TTY: fix typosAlan Stern1-2/+2
2009-09-19tty: Power: fix suspend vt regressionJiri Slaby1-1/+1
2009-09-19tty: vt: use printk_onceMarcin Slusarz2-8/+2
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann2-0/+206
2009-09-19n_tty: move echoctl check and clean up logicJoe Peterson1-28/+18
2009-09-19n_tty: honor opost flag for echoesJoe Peterson1-11/+22
2009-09-19tty: USB serial termios bitsAlan Cox1-0/+1
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox4-14/+12
2009-09-19isicom: split the open method for the isicom deviceAlan Cox1-8/+24
2009-09-19vt: add an activate and lockAlan Cox1-1/+37
2009-09-19vt: remove power stuff from kernel/powerAlan Cox1-0/+56
2009-09-19vt: add an event interfaceAlan Cox2-51/+138
2009-09-19tty: make the kref destructor occur asynchronouslyAlan Cox1-3/+16
2009-09-19cyclades: use the full port_close functionAlan Cox1-19/+17
2009-09-19tty: riscom8 kref and tty_port_closeAlan Cox1-72/+59
2009-09-19isicom: Split the close hardware bits outAlan Cox1-11/+14
2009-09-19mxser: Split close ready for a standard tty_port_close methodAlan Cox1-22/+23
2009-09-19riscom8: split open and close methods upAlan Cox1-21/+26
2009-09-19tty: Add a full port_close functionAlan Cox1-2/+27
2009-09-19tty: Fix a typo noted in passingAlan Cox1-1/+1
2009-09-19cyclades: remove more duplicated codeJiri Slaby1-31/+14
2009-09-19cyclades: introduce cyy_readb/writebJiri Slaby1-284/+164
2009-09-19cyclades: tiocm cleanupJiri Slaby1-87/+66
2009-09-19cyclades: ioctls cleanupJiri Slaby1-112/+67
2009-09-19cyclades: merge cy_startup tailsJiri Slaby1-29/+16
2009-09-19cyclades: use dtr_rts helpersJiri Slaby1-201/+79
2009-09-19cyclades: sleep instead busy-waitJiri Slaby1-2/+2
2009-09-19cyclades: overall cleanupJiri Slaby1-586/+12
2009-09-19cyclades: close cleanupJiri Slaby1-68/+2
2009-09-19cyclades: switch to tty_port_hangupJiri Slaby1-17/+6