summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
...
| * TTY: remove tty_lockedJiri Slaby2011-08-231-2/+0
* | TTY: pty, fix pty countingJiri Slaby2011-08-231-0/+2
|/
* TTY: export NR_LDISC and N_* line discipline numbers to user-spaceFlorian Fainelli2011-06-071-18/+19
* n_tracerouter and n_tracesink ldisc additions.J Freyensee2011-05-131-0/+2
* TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby2011-04-191-0/+2
* tty: stop using "delayed_work" in the tty layerLinus Torvalds2011-03-221-1/+1
* tty: add a helper for setting termios data from kernel sideAlan Cox2011-02-171-0/+1
* tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGreg Kroah-Hartman2011-02-171-1/+1
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-021-0/+1
|\
| * TTY: open/hangup race fixupJiri Slaby2010-11-291-0/+1
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* tty: Fix formatting in tty.hAlan Cox2010-11-091-1/+1
* audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner2010-10-301-4/+5
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-0/+1
|\
| * tty.h: new ldisc for TI WiLink STPavan Savoy2010-10-051-0/+1
* | tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2010-10-221-1/+1
* | tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov2010-10-221-0/+1
|/
* tty: fix fu_list abuseNick Piggin2010-08-181-0/+8
* fs: cleanup files_lock lockingNick Piggin2010-08-181-0/+1
* tty: implement BTM as mutex instead of BKLArnd Bergmann2010-08-101-13/+5
* tty: remove tty_lock_nestedArnd Bergmann2010-08-101-15/+1
* tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-101-0/+42
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-0/+31
* tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-101-0/+1
* Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-061-0/+3
* tty: n_gsm line disciplineAlan Cox2010-05-211-0/+1
* serial: TTY: new ldiscs for stagingPavan Savoy2010-05-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-4/+6
|\
| * tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel2010-03-191-0/+1
| * tty: Take a 256 byte padding into account when buffering below sub-page unitsMel Gorman2010-03-191-4/+5
* | net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland2010-03-301-2/+2
|/
* ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti2010-03-121-0/+1
* tty: Keep the default buffering to sub-page unitsAlan Cox2010-03-021-0/+10
* tty.h: make tty_port_get() static inlineRandy Dunlap2010-01-161-2/+2
* vt: introduce and use vt_kmsg_redirect() functionBernhard Walle2009-12-151-2/+0
* tty: push the BKL down into the handlers a bitAlan Cox2009-12-111-1/+1
* tty: tty_port: Add a kref object to the tty portAlan Cox2009-12-111-0/+12
* tty: tty_port: Change the buffer allocator lockingAlan Cox2009-12-111-0/+1
* tty_port: add "tty_port_open" helperAlan Cox2009-12-111-1/+9
* tty: handle VT specific compat ioctls in vt driverArnd Bergmann2009-09-191-0/+3
* serial: move port users helperAlan Cox2009-09-191-0/+5
* serial: move delta_msr_wait into the tty_portAlan Cox2009-09-191-0/+1
* serial: Fold closing_* fields into the tty_port onesAlan Cox2009-09-191-2/+2
* tty: Add a full port_close functionAlan Cox2009-09-191-1/+7
* cleanup console_print()Anirban Sinha2009-09-141-4/+0
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-09-101-1/+3
|\
| * TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253Janusz Krzysztofik2009-08-071-1/+1
| * TTY: Add definition of a new line discipline required by Amstrad E3 (Delta) A...Janusz Krzysztofik2009-07-311-1/+3
* | pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-291-0/+1
|/