aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-29n_gsm: Use print_hex_dump_bytesJoe Perches1-25/+10
2011-04-29drivers/tty/moxa.c: Put correct tty valueJulia Lawall1-1/+1
2011-04-25TTY: tty_io, annotate locking functionsJiri Slaby1-0/+2
2011-04-25TTY: serial_core, remove superfluous set_task_stateJiri Slaby1-1/+0
2011-04-25TTY: serial_core, remove invalid testJiri Slaby1-9/+0
2011-04-25Char: moxa, fix locking in moxa_writeJiri Slaby1-2/+3
2011-04-25Char: nozomi, remove useless tty_semJiri Slaby1-10/+2
2011-04-25Char: nozomi, remove port.count checksJiri Slaby1-12/+1
2011-04-25Char: nozomi, use GFP_KERNEL for kfifo allocationJiri Slaby1-2/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi20-113/+125
2011-04-19Serial: Remove unused code.Govindraj.R1-11/+0
2011-04-19tty: Clean console safelyPetr Písař1-0/+7
2011-04-19Serial: ifx6x60c: Remove duplicate includes of linux/tty.hJesper Juhl1-2/+0
2011-04-19tty: remove invalid location line in file headerJovi Zhang57-114/+11
2011-04-19serial: core, remove uart_update_termiosJiri Slaby1-24/+1
2011-04-19serial: core, do not set DTR/RTS twice on startupJiri Slaby1-14/+0
2011-04-19serial: core, move termios handling to uart_startupJiri Slaby1-15/+9
2011-04-19Char: moxa, do not touch NORMAL_ACTIVE bitJiri Slaby1-6/+1
2011-04-19serial: altera_uart: Scan for a free port if platform device id is -1Tobias Klauser1-11/+15
2011-04-19TTY: fix fail path in tty_openJiri Slaby1-0/+1
2011-04-19TTY: plug in deinitialize_tty_structJiri Slaby2-4/+7
2011-04-19TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby3-0/+29
2011-04-19TTY: unify pty_unix98_install fail path handlingJiri Slaby1-6/+6
2011-04-19TTY: unify pty_install fail path handlingJiri Slaby1-9/+10
2011-04-19TTY: unify tty_init_dev fail path handlingJiri Slaby1-11/+12
2011-04-19TTY: rocket, remove unused variablesJiri Slaby1-47/+0
2011-04-19Char: moxa, remove unused variablesJiri Slaby1-4/+0
2011-04-19TTY: VT, remove unused variablesJiri Slaby1-3/+1
2011-04-19Char: cyclades, fix unused variableJiri Slaby1-2/+1
2011-04-19TTY: serial_core, remove unused variableJiri Slaby1-4/+0
2011-04-19tty: VT, remove unused variableJiri Slaby1-2/+0
2011-04-19drivers/tty/vt/vt_ioctl.c: repair insane ?: expressionAndrew Morton1-5/+17
2011-04-19vt: Add K_OFF return value to vt_ioctl KDGKBMODEArthur Taylor1-0/+1
2011-04-19vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski1-6/+4
2011-04-18Linux 2.6.39-rc4Linus Torvalds1-1/+1
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds2-2/+5
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown2-0/+46
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig9-23/+36
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown2-9/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe3-22/+0