| Commit message (Expand) | Author | Files | Lines |
2011-05-07 | parport: Use request_muxed_region for IT87 probe and lock | Alan Cox | 1 | -1/+1 |
2011-05-03 | tty/serial: add support for Xilinx PS UART | John Linn | 4 | -0/+1130 |
2011-04-29 | n_gsm: Use print_hex_dump_bytes | Joe Perches | 1 | -25/+10 |
2011-04-29 | drivers/tty/moxa.c: Put correct tty value | Julia Lawall | 1 | -1/+1 |
2011-04-25 | TTY: tty_io, annotate locking functions | Jiri Slaby | 1 | -0/+2 |
2011-04-25 | TTY: serial_core, remove superfluous set_task_state | Jiri Slaby | 1 | -1/+0 |
2011-04-25 | TTY: serial_core, remove invalid test | Jiri Slaby | 1 | -9/+0 |
2011-04-25 | Char: moxa, fix locking in moxa_write | Jiri Slaby | 1 | -2/+3 |
2011-04-25 | Char: nozomi, remove useless tty_sem | Jiri Slaby | 1 | -10/+2 |
2011-04-25 | Char: nozomi, remove port.count checks | Jiri Slaby | 1 | -12/+1 |
2011-04-25 | Char: nozomi, use GFP_KERNEL for kfifo allocation | Jiri Slaby | 1 | -2/+2 |
2011-04-23 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 20 | -113/+125 |
2011-04-20 | Serial: Remove unused code. | Govindraj.R | 1 | -11/+0 |
2011-04-20 | tty: Clean console safely | Petr Písař | 1 | -0/+7 |
2011-04-20 | Serial: ifx6x60c: Remove duplicate includes of linux/tty.h | Jesper Juhl | 1 | -2/+0 |
2011-04-20 | tty: remove invalid location line in file header | Jovi Zhang | 57 | -114/+11 |
2011-04-20 | serial: core, remove uart_update_termios | Jiri Slaby | 1 | -24/+1 |
2011-04-20 | serial: core, do not set DTR/RTS twice on startup | Jiri Slaby | 1 | -14/+0 |
2011-04-20 | serial: core, move termios handling to uart_startup | Jiri Slaby | 1 | -15/+9 |
2011-04-20 | Char: moxa, do not touch NORMAL_ACTIVE bit | Jiri Slaby | 1 | -6/+1 |
2011-04-20 | serial: altera_uart: Scan for a free port if platform device id is -1 | Tobias Klauser | 1 | -11/+15 |
2011-04-19 | TTY: fix fail path in tty_open | Jiri Slaby | 1 | -0/+1 |
2011-04-19 | TTY: plug in deinitialize_tty_struct | Jiri Slaby | 2 | -4/+7 |
2011-04-19 | TTY: introduce deinit helpers for proper ldisc shutdown | Jiri Slaby | 3 | -0/+29 |
2011-04-19 | TTY: unify pty_unix98_install fail path handling | Jiri Slaby | 1 | -6/+6 |
2011-04-19 | TTY: unify pty_install fail path handling | Jiri Slaby | 1 | -9/+10 |
2011-04-19 | TTY: unify tty_init_dev fail path handling | Jiri Slaby | 1 | -11/+12 |
2011-04-19 | TTY: rocket, remove unused variables | Jiri Slaby | 1 | -47/+0 |
2011-04-19 | Char: moxa, remove unused variables | Jiri Slaby | 1 | -4/+0 |
2011-04-19 | TTY: VT, remove unused variables | Jiri Slaby | 1 | -3/+1 |
2011-04-19 | Char: cyclades, fix unused variable | Jiri Slaby | 1 | -2/+1 |
2011-04-19 | TTY: serial_core, remove unused variable | Jiri Slaby | 1 | -4/+0 |
2011-04-19 | tty: VT, remove unused variable | Jiri Slaby | 1 | -2/+0 |
2011-04-19 | drivers/tty/vt/vt_ioctl.c: repair insane ?: expression | Andrew Morton | 1 | -5/+17 |
2011-04-19 | vt: Add K_OFF return value to vt_ioctl KDGKBMODE | Arthur Taylor | 1 | -0/+1 |
2011-04-19 | vt: remove uneeded retval check before tty->ops->open inside tty_open | Herton Ronaldo Krzesinski | 1 | -6/+4 |
2011-04-19 | Linux 2.6.39-rc4v2.6.39-rc4 | Linus Torvalds | 1 | -1/+1 |
2011-04-18 | proc: do proper range check on readdir offset | Linus Torvalds | 1 | -2/+7 |
2011-04-18 | next_pidmap: fix overflow condition | Linus Torvalds | 2 | -2/+5 |
2011-04-18 | Input: xen-kbdfront - fix mouse getting stuck after save/restore | Igor Mammedov | 1 | -1/+12 |
2011-04-18 | Input: estimate number of events per packet | Jeff Brown | 2 | -0/+46 |
2011-04-18 | Btrfs: fix free space cache leak | Chris Mason | 1 | -1/+1 |
2011-04-18 | block: add blk_run_queue_async | Christoph Hellwig | 9 | -23/+36 |
2011-04-18 | block: blk_delay_queue() should use kblockd workqueue | Jens Axboe | 1 | -1/+2 |
2011-04-18 | md: fix up raid1/raid10 unplugging. | NeilBrown | 2 | -28/+20 |
2011-04-18 | md: incorporate new plugging into raid5. | NeilBrown | 1 | -7/+16 |
2011-04-18 | md: provide generic support for handling unplug callbacks. | NeilBrown | 2 | -0/+60 |
2011-04-18 | md - remove old plugging code. | NeilBrown | 4 | -104/+8 |
2011-04-18 | md/dm - remove remains of plug_fn callback. | NeilBrown | 2 | -9/+0 |
2011-04-18 | md: use new plugging interface for RAID IO. | NeilBrown | 3 | -1/+10 |