aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-231-3/+2
|\
| * tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe2009-09-231-3/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-231-6/+3
|\ \
| * \ Merge branch 'acpica' into releaseLen Brown2009-09-191-6/+3
| |\ \
| | * | ACPICA: Major update for acpi_get_object_info external interfaceBob Moore2009-08-271-6/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-232-3/+5
|\ \ \ \
| * | | | virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-232-0/+2
| * | | | virtio: make add_buf return capacity remainingRusty Russell2009-09-232-3/+3
* | | | | BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-231-2/+2
* | | | | seq_file: constify seq_operationsJames Morris2009-09-232-3/+3
* | | | | 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