summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-132-41/+72
| * | | | | | | | tty: Move parts of tty_init_dev into new functionsSukadev Bhattiprolu2008-10-131-52/+87
| * | | | | | | | tty: Remove more special casing and out of place codeAlan Cox2008-10-134-155/+188
| * | | | | | | | tty: shutdown methodAlan Cox2008-10-133-41/+57
| * | | | | | | | vt: remove bogus lock droppingAlan Cox2008-10-131-18/+0
| * | | | | | | | pty: If the administrator creates a device for a ptmx slave we should not errorAlan Cox2008-10-131-6/+12
| * | | | | | | | tty: Redo current tty lockingAlan Cox2008-10-131-14/+4
| * | | | | | | | tty: the vhangup syscall is racyAlan Cox2008-10-131-0/+19
| * | | | | | | | mxser: Switch to kref ttyAlan Cox2008-10-131-89/+103
| * | | | | | | | stallion: Use krefsAlan Cox2008-10-133-93/+123
| * | | | | | | | tty: kref usage for isicom and moxaAlan Cox2008-10-132-53/+69
| * | | | | | | | tty: usb-serial krefsAlan Cox2008-10-131-0/+41
| * | | | | | | | tty: Move tty_write_message out of kernel/printkAlan Cox2008-10-131-0/+25
| * | | | | | | | tty: Make get_current_tty use a krefAlan Cox2008-10-131-4/+6
| * | | | | | | | tty: compare the tty winsizeAlan Cox2008-10-131-1/+1
| * | | | | | | | tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox2008-10-132-21/+39
| * | | | | | | | tty: Add termioxAlan Cox2008-10-131-0/+58
| * | | | | | | | tty: ipw need reworkingAlan Cox2008-10-131-9/+10
| * | | | | | | | tty: use krefs to protect driver module countsAlan Cox2008-10-131-6/+11
| * | | | | | | | tty: Add a kref countAlan Cox2008-10-131-6/+48
| * | | | | | | | tty: Split tty_port into its own fileAlan Cox2008-10-133-37/+56
| * | | | | | | | tty: split the buffering from tty_ioAlan Cox2008-10-133-503/+512
| * | | | | | | | tty: move tioclinux from a special caseAlan Cox2008-10-133-6/+2
| * | | | | | | | nozomi: Fix close on errorAlan Cox2008-10-131-1/+4
| * | | | | | | | audit: Handle embedded NUL in TTY input auditingMiloslav Trmac2008-10-131-1/+1
| * | | | | | | | ip2: avoid add_timer with pending timerAkinobu Mita2008-10-131-15/+4
| * | | | | | | | ip2: init/deinit cleanupJiri Slaby2008-10-133-251/+198
| * | | | | | | | ip2: fix sparse warningsJiri Slaby2008-10-131-9/+5
| * | | | | | | | ip2: cleanup globalsJiri Slaby2008-10-131-11/+7
| * | | | | | | | Char: merge ip2main and ip2baseJiri Slaby2008-10-133-125/+77
| * | | | | | | | Char: sx, fix io unmappingJiri Slaby2008-10-131-2/+2
| * | | | | | | | Char: cyclades. remove bogus iomapJiri Slaby2008-10-131-9/+12
| * | | | | | | | epca: call tty_port_initAlan Cox2008-10-131-4/+1
| * | | | | | | | drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall2008-10-131-2/+2
| |/ / / / / / /
| * | | | | | | Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-121-3/+3
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into x86/xenIngo Molnar2008-10-1219-13/+168
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'core/xen' into x86/xenIngo Molnar2008-09-103-14/+18
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'linus' into x86/xenIngo Molnar2008-08-255-8/+4
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-201-3/+3
| * | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-1119-13/+168
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-1116-8/+152
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | * | | | | | | | Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-101-2/+12
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | * | | | | | | | Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar2008-09-147-22/+22
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | |
| | | * | | | | | | | linux-next: fix x86 tree build failureStephen Rothwell2008-08-251-1/+1
| | | * | | | | | | | agp: enable optimized agp_alloc_pages methodsRene Herman2008-08-2213-0/+30
| | | * | | | | | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2008-08-2221-204/+315
| | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | |
| | | * | | | | | | | agp: add agp_generic_destroy_pages()Shaohua Li2008-08-213-8/+63
| | | * | | | | | | | agp: generic_alloc_pages()Shaohua Li2008-08-213-0/+59
| | | * | | | | | | | Revert "reduce tlb/cache flush times of agpgart memory allocation"Ingo Molnar2008-08-212-7/+1
| | | * | | | | | | | reduce tlb/cache flush times of agpgart memory allocationShaohua Li2008-08-152-1/+7
OpenPOWER on IntegriCloud