summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Char: nozomi, set tty->driver_data appropriatelyJiri Slaby2010-08-101-1/+2
* Char: nozomi, fix tty->count countingJiri Slaby2010-08-101-0/+1
* mxser: remove unnesesary NULL checkKulikov Vasiliy2010-08-101-1/+1
* tty_io: remove casts from void*Kulikov Vasiliy2010-08-101-6/+6
* tty: avoid recursive BTM in pty_closeArnd Bergmann2010-08-102-13/+15
* tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-108-1/+19
* tty: implement BTM as mutex instead of BKLArnd Bergmann2010-08-102-0/+48
* tty: remove tty_lock_nestedArnd Bergmann2010-08-104-26/+24Star
* tty: untangle locking of wait_until_sentArnd Bergmann2010-08-101-2/+9
* tty: reorder ldisc lockingArnd Bergmann2010-08-102-6/+27
* tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-105-8/+15
* tty: never hold BTM while getting tty_mutexArnd Bergmann2010-08-102-19/+17Star
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-1012-104/+119
* tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox2010-08-103-11/+11
* tty: Make vt's have a tty_portAlan Cox2010-08-101-0/+2
* vc: Locking clean upAlan Cox2010-08-102-3/+8
* synclink: reworking locking a bitAlan Cox2010-08-102-2/+19
* specialix: Kill the BKLAlan Cox2010-08-101-6/+5Star
* epca: Kill the big kernel lockAlan Cox2010-08-101-3/+1Star
* cyclades: Kill off BKL usageAlan Cox2010-08-101-11/+9Star
* synclink: kill the big kernel lockAlan Cox2010-08-103-73/+56Star
* rocket: kill BKLAlan Cox2010-08-101-9/+19
* isicom: kill off the BKLAlan Cox2010-08-101-8/+5Star
* riscom8: kill use of lock_kernelAlan Cox2010-08-101-6/+8
* istallion: use bit ops for the board flagsAlan Cox2010-08-101-18/+18
* stallion: prune lock_kernel callsAlan Cox2010-08-102-17/+25
* vt/console: try harder to print output when panicingJesse Barnes2010-08-101-4/+9
* tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-103-9/+47
* vt: clean up the code - use kernel libraryAndy Shevchenko2010-08-101-2/+3
* n_gsm.c: removed duplicated #includesAndrea Gelmini2010-08-101-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-101-1/+1
|\
| * ppp: make channel_ops conststephen hemminger2010-08-051-1/+1
* | drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong2010-08-101-1/+2
* | drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong2010-08-101-1/+2
* | char: add WARN_ON() in misc_deregister()Akinobu Mita2010-08-101-1/+1
* | ipmi: fix ACPI detection with regspacingYinghai Lu2010-08-101-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-08-082-0/+68
|\ \
| * \ Merge branch 'master' into for-linusChris Metcalf2010-08-0614-52/+220
| |\ \
| * \ \ Merge branch 'master' into for-linusChris Metcalf2010-07-064-11/+27
| |\ \ \
| * | | | arch/tile: catch up on various minor cleanups.Chris Metcalf2010-07-061-9/+9
| * | | | Merge branch 'master' into for-linusChris Metcalf2010-06-251-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusChris Metcalf2010-06-054-6/+10
| |\ \ \ \ \
| * | | | | | arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-042-0/+68
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-066-94/+51Star
|\ \ \ \ \ \ \
| * | | | | | | pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-031-11/+2Star
| * | | | | | | pcmcia: remove memreq_tDominik Brodowski2010-08-031-12/+2Star
| * | | | | | | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-034-42/+26Star
| * | | | | | | pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-034-24/+21Star
| * | | | | | | pcmcia: remove cs_types.hDominik Brodowski2010-07-305-5/+0Star
* | | | | | | | Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-062-3/+3
| |_|_|_|_|/ / |/| | | | | |