aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2008-10-13tty: shutdown methodAlan Cox3-41/+57
2008-10-13vt: remove bogus lock droppingAlan Cox1-18/+0
2008-10-13pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox1-6/+12
2008-10-13tty: Redo current tty lockingAlan Cox1-14/+4
2008-10-13tty: the vhangup syscall is racyAlan Cox1-0/+19
2008-10-13mxser: Switch to kref ttyAlan Cox1-89/+103
2008-10-13stallion: Use krefsAlan Cox3-93/+123
2008-10-13tty: kref usage for isicom and moxaAlan Cox2-53/+69
2008-10-13tty: usb-serial krefsAlan Cox1-0/+41
2008-10-13tty: Move tty_write_message out of kernel/printkAlan Cox1-0/+25
2008-10-13tty: Make get_current_tty use a krefAlan Cox1-4/+6
2008-10-13tty: compare the tty winsizeAlan Cox1-1/+1
2008-10-13tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox2-21/+39
2008-10-13tty: Add termioxAlan Cox1-0/+58
2008-10-13tty: ipw need reworkingAlan Cox1-9/+10
2008-10-13tty: use krefs to protect driver module countsAlan Cox1-6/+11
2008-10-13tty: Add a kref countAlan Cox1-6/+48
2008-10-13tty: Split tty_port into its own fileAlan Cox3-37/+56
2008-10-13tty: split the buffering from tty_ioAlan Cox3-503/+512
2008-10-13tty: move tioclinux from a special caseAlan Cox3-6/+2
2008-10-13nozomi: Fix close on errorAlan Cox1-1/+4
2008-10-13audit: Handle embedded NUL in TTY input auditingMiloslav Trmac1-1/+1
2008-10-13ip2: avoid add_timer with pending timerAkinobu Mita1-15/+4
2008-10-13ip2: init/deinit cleanupJiri Slaby3-251/+198
2008-10-13ip2: fix sparse warningsJiri Slaby1-9/+5
2008-10-13ip2: cleanup globalsJiri Slaby1-11/+7
2008-10-13Char: merge ip2main and ip2baseJiri Slaby3-125/+77
2008-10-13Char: sx, fix io unmappingJiri Slaby1-2/+2
2008-10-13Char: cyclades. remove bogus iomapJiri Slaby1-9/+12
2008-10-13epca: call tty_port_initAlan Cox1-4/+1
2008-10-13drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall1-2/+2
2008-10-13Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4Ingo Molnar1-70/+89
2008-10-13Merge branch 'next' into for-linusJames Morris3-52/+61
2008-10-12Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar19-13/+168
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller19-13/+168
2008-10-11Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-8/+152
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade1-1/+1
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade3-7/+30
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade1-37/+24
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2-5/+4
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade1-4/+4
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar1-2/+12
2008-10-10HPET: Remove spurious HPET busy warning message.David John1-4/+0
2008-10-10Merge commit 'v2.6.27' into timers/hpetIngo Molnar1-2/+12
2008-10-10Merge branch 'next' into for-linusJames Morris1-0/+1
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-3/+3
2008-10-08Input: keyboard - fix potential out of bound access to key_mapDmitry Torokhov1-1/+1
2008-09-26kgdboc,tty: Fix tty polling search to use name correctlyJason Wessel1-2/+12