| Commit message (Expand) | Author | Files | Lines |
2012-06-15 | vt: fix race in vt_waitactive() | Rabin Vincent | 1 | -13/+34 |
2012-06-14 | TTY: add tty_port_register_device helper | Jiri Slaby | 2 | -0/+12 |
2012-06-14 | TTY: add ports array to tty_driver | Jiri Slaby | 2 | -1/+18 |
2012-06-14 | TTY: centralize fail paths in tty_register_driver | Jiri Slaby | 1 | -12/+6 |
2012-06-14 | TTY: usb-serial, use tty_port_install | Jiri Slaby | 1 | -1/+1 |
2012-06-14 | TTY: vt, add ->install | Jiri Slaby | 1 | -24/+36 |
2012-06-14 | TTY: provide drivers with tty_port_install | Jiri Slaby | 2 | -0/+10 |
2012-06-14 | TTY: vt, remove con_schedule_flip | Jiri Slaby | 3 | -16/+4 |
2012-06-14 | PTY: add tty_port | Jiri Slaby | 1 | -4/+21 |
2012-06-14 | PTY: merge pty_install implementations | Jiri Slaby | 1 | -65/+45 |
2012-06-14 | PTY: remove one empty ops->remove | Jiri Slaby | 1 | -7/+3 |
2012-06-13 | serial: sh-sci: Make probe fail for ports that exceed the maximum count | Laurent Pinchart | 1 | -1/+1 |
2012-06-13 | serial: sh-sci: Fix probe error paths | Laurent Pinchart | 1 | -13/+23 |
2012-06-13 | TTY: um/line, use tty from tty_port | Jiri Slaby | 3 | -9/+21 |
2012-06-13 | TTY: um/line, add tty_port | Jiri Slaby | 2 | -4/+5 |
2012-06-13 | TTY: ircomm, use tty_port_close_start helper | Jiri Slaby | 1 | -47/+1 |
2012-06-13 | TTY: ircomm, use tty_port_close_end helper | Jiri Slaby | 1 | -15/+1 |
2012-06-13 | TTY: ircomm, define carrier routines | Jiri Slaby | 1 | -10/+33 |
2012-06-13 | TTY: ircomm, define local tty_port | Jiri Slaby | 1 | -53/+56 |
2012-06-13 | TTY: ircomm, use tty from tty_port | Jiri Slaby | 5 | -42/+70 |
2012-06-13 | TTY: ircomm, revamp locking | Jiri Slaby | 2 | -21/+18 |
2012-06-13 | TTY: ircomm, use flags from tty_port | Jiri Slaby | 4 | -36/+31 |
2012-06-13 | TTY: ircomm, use open counts from tty_port | Jiri Slaby | 2 | -24/+21 |
2012-06-13 | TTY: ircomm, use close times from tty_port | Jiri Slaby | 3 | -11/+6 |
2012-06-13 | TTY: ircomm, add tty_port | Jiri Slaby | 3 | -13/+13 |
2012-06-13 | TTY: cyclades, add local pointer for card | Jiri Slaby | 1 | -30/+33 |
2012-06-13 | 8250_pci: Remove duplicate struct pciserial_board | Shawn Bohrer | 1 | -9/+1 |
2012-06-13 | serial: Add driver for LPC32xx High Speed UARTs | Roland Stigge | 4 | -0/+857 |
2012-06-13 | serial/of-serial: Add LPC3220 standard UART compatible string | Roland Stigge | 2 | -0/+2 |
2012-06-13 | serial/8250: Add LPC3220 standard UART type | Roland Stigge | 2 | -1/+10 |
2012-06-13 | serial_core: Update buffer overrun statistics. | Corbin | 1 | -2/+4 |
2012-06-13 | serial/imx: make devdata member point to const data | Uwe Kleine-König | 1 | -1/+1 |
2012-06-13 | serial: samsung: protect NULL dereference of clock name | KeyYoung Park | 1 | -1/+2 |
2012-06-13 | serial: samsung: Fixed wrong comparison for baudclk_rate | Kyoungil Kim | 1 | -2/+2 |
2012-06-13 | serial: samsung: Remove NULL checking for baud clock | Kyoungil Kim | 1 | -9/+12 |
2012-06-12 | Delete generic_serial.h | Paul Bolle | 2 | -36/+0 |
2012-06-12 | delete seven tty headers | Paul Bolle | 8 | -1859/+0 |
2012-06-09 | Linux 3.5-rc2v3.5-rc2 | Linus Torvalds | 1 | -1/+1 |
2012-06-09 | mm, oom: fix badness score underflow | David Rientjes | 1 | -2/+2 |
2012-06-08 | sched/fair: fix lots of kernel-doc warnings | Randy Dunlap | 1 | -16/+6 |
2012-06-08 | Revert "drm/i915/crt: Do not rely upon the HPD presence pin" | Linus Torvalds | 1 | -5/+3 |
2012-06-08 | Revert "vfs: stop d_splice_alias creating directory aliases" | Linus Torvalds | 1 | -6/+10 |
2012-06-08 | x86/nmi: Fix section mismatch warnings on 32-bit | Don Zickus | 2 | -2/+16 |
2012-06-08 | powerpc: Fix kernel panic during kernel module load | Steffen Rumler | 1 | -6/+5 |
2012-06-08 | x86/uv: Fix UV2 BAU legacy mode | Cliff Wickman | 2 | -2/+0 |
2012-06-08 | x86/mm: Only add extra pages count for the first memory range during pre-allo... | Yinghai Lu | 1 | -1/+2 |
2012-06-08 | init: Drop initcall level output | Borislav Petkov | 1 | -6/+1 |
2012-06-08 | module_param: stop double-calling parameters. | Rusty Russell | 2 | -6/+6 |
2012-06-08 | powerpc/time: Sanity check of decrementer expiration is necessary | Paul Mackerras | 1 | -3/+11 |
2012-06-08 | Revert "mm: correctly synchronize rss-counters at exit/exec" | Linus Torvalds | 3 | -16/+6 |