Age | Commit message (Expand) | Author | Files | Lines |
2011-04-19 | tty: remove invalid location line in file header | Jovi Zhang | 57 | -114/+11 |
2011-04-19 | serial: core, remove uart_update_termios | Jiri Slaby | 1 | -24/+1 |
2011-04-19 | serial: core, do not set DTR/RTS twice on startup | Jiri Slaby | 1 | -14/+0 |
2011-04-19 | serial: core, move termios handling to uart_startup | Jiri Slaby | 1 | -15/+9 |
2011-04-19 | Char: moxa, do not touch NORMAL_ACTIVE bit | Jiri Slaby | 1 | -6/+1 |
2011-04-19 | 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-18 | Linux 2.6.39-rc4v2.6.39-rc4 | Linus Torvalds | 1 | -1/+1 |
2011-04-18 | Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msm | Linus Torvalds | 2 | -5/+2 |
2011-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 8 | -26/+361 |
2011-04-18 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 18 | -187/+186 |
2011-04-18 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 11 | -26/+81 |
2011-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 14 | -233/+430 |
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 |
2011-04-18 | block: drop queue lock before calling __blk_run_queue() for kblockd punt | Jens Axboe | 1 | -8/+25 |
2011-04-18 | Revert "block: add callback function for unplug notification" | Jens Axboe | 3 | -22/+0 |
2011-04-18 | block: Enhance new plugging support to support general callbacks | NeilBrown | 2 | -1/+26 |
2011-04-18 | powerpc/powermac: Build fix with SMP and CPU hotplug | Benjamin Herrenschmidt | 1 | -3/+5 |
2011-04-18 | powerpc/perf_event: Skip updating kernel counters if register value shrinks | Eric B Munson | 1 | -7/+30 |
2011-04-18 | powerpc: Don't write protect kernel text with CONFIG_DYNAMIC_FTRACE enabled | Stefan Roese | 1 | -1/+1 |
2011-04-18 | powerpc: Fix oops if scan_dispatch_log is called too early | Anton Blanchard | 1 | -0/+3 |
2011-04-18 | powerpc/pseries: Use a kmem cache for DTL buffers | Nishanth Aravamudan | 1 | -2/+10 |
2011-04-18 | powerpc/kexec: Fix regression causing compile failure on UP | Paul Gortmaker | 1 | -6/+6 |
2011-04-18 | Merge remote branch 'kumar/merge' into merge | Benjamin Herrenschmidt | 5 | -7/+26 |