summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix race in tty releaseAlan Cox2012-07-273-11/+37
* pch_uart: Fix parity setting issueTomoya MORINAGA2012-07-171-1/+1
* pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-07-171-6/+12
* pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-07-171-0/+1
* tty: of_serial: add no-loopback-test propertyGabor Juhos2012-07-171-0/+4
* tty: Move the handling of the tty release logicAlan Cox2012-07-173-39/+30
* vt: fix the keyboard/led lockingAlan Cox2012-07-171-18/+23
* 8250: three way resolve of the 8250 diffsAlan Cox2012-07-173-32/+9
* tty: Fix up PPC fallout from the termios moveAlan Cox2012-07-171-12/+12
* tty: move the termios object into the ttyAlan Cox2012-07-1624-238/+214
* tty: revert incorrectly applied lock patchAlan Cox2012-07-1612-172/+108
* Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman2012-07-161-1/+1
|\
| * tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt2012-07-101-1/+1
* | tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh2012-07-121-1/+1
* | 8250: add support for ASIX devices with a FIFO bugAlan Cox2012-07-123-5/+28
* | 8250: propogate the bugs fieldAlan Cox2012-07-121-0/+1
* | 8250: use the 8250 register interface not the legacy oneAlan Cox2012-07-128-178/+155
* | tty: double unlock on error in ptmx_open()Dan Carpenter2012-07-121-3/+1
* | tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon2012-07-061-3/+0
* | tty: localise the lockAlan Cox2012-07-0612-108/+174
* | tty: note race we need to fixAlan Cox2012-06-261-0/+6
* | Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman2012-06-264-20/+60
|\ \ | |/
| * Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-06-203-6/+43
| |\
| | * serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-121-4/+41
| | * serial: fix serial_txx9.c build warning/typoRandy Dunlap2012-06-121-1/+1
| | * serial: fix kernel-doc warnings in 8250.cRandy Dunlap2012-06-121-1/+1
| * | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-151-14/+17
| |\ \
| | * | xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk2012-05-241-3/+8
| | * | xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk2012-05-241-1/+2
| | * | xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk2012-05-241-12/+9
| | * | hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-211-2/+2
| | | |
| | \ \
| *-. \ \ Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt2012-06-1316-189/+169
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart2012-06-131-1/+1
| * | | | serial: sh-sci: Fix probe error pathsLaurent Pinchart2012-06-131-13/+23
* | | | | pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-06-201-12/+26
* | | | | serial/amba-pl011: fix ages old copy-paste errorsLinus Walleij2012-06-181-17/+17
* | | | | serial: pxa: add spin lock for console writeChao Xie2012-06-151-0/+14
* | | | | vt: fix race in vt_waitactive()Rabin Vincent2012-06-141-13/+34
* | | | | TTY: add tty_port_register_device helperJiri Slaby2012-06-131-0/+9
* | | | | TTY: add ports array to tty_driverJiri Slaby2012-06-131-1/+17
* | | | | TTY: centralize fail paths in tty_register_driverJiri Slaby2012-06-131-12/+6
* | | | | TTY: vt, add ->installJiri Slaby2012-06-131-24/+36
* | | | | TTY: provide drivers with tty_port_installJiri Slaby2012-06-131-0/+8
* | | | | TTY: vt, remove con_schedule_flipJiri Slaby2012-06-132-4/+4
* | | | | PTY: add tty_portJiri Slaby2012-06-131-4/+21
* | | | | PTY: merge pty_install implementationsJiri Slaby2012-06-131-65/+45
* | | | | PTY: remove one empty ops->removeJiri Slaby2012-06-131-7/+3
* | | | | serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart2012-06-121-1/+1
* | | | | serial: sh-sci: Fix probe error pathsLaurent Pinchart2012-06-121-13/+23
* | | | | TTY: cyclades, add local pointer for cardJiri Slaby2012-06-121-30/+33
OpenPOWER on IntegriCloud