aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10tty: avoid recursive BTM in pty_closeArnd Bergmann2-13/+15
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann8-1/+19
2010-08-10tty: implement BTM as mutex instead of BKLArnd Bergmann2-0/+48
2010-08-10tty: remove tty_lock_nestedArnd Bergmann4-26/+24
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann1-2/+9
2010-08-10tty: reorder ldisc lockingArnd Bergmann2-6/+27
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann5-8/+15
2010-08-10tty: never hold BTM while getting tty_mutexArnd Bergmann2-19/+17
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann12-104/+119
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox3-11/+11
2010-08-10tty: Make vt's have a tty_portAlan Cox1-0/+2
2010-08-10vc: Locking clean upAlan Cox2-3/+8
2010-08-10synclink: reworking locking a bitAlan Cox2-2/+19
2010-08-10specialix: Kill the BKLAlan Cox1-6/+5
2010-08-10epca: Kill the big kernel lockAlan Cox1-3/+1
2010-08-10cyclades: Kill off BKL usageAlan Cox1-11/+9
2010-08-10synclink: kill the big kernel lockAlan Cox3-73/+56
2010-08-10rocket: kill BKLAlan Cox1-9/+19
2010-08-10isicom: kill off the BKLAlan Cox1-8/+5
2010-08-10riscom8: kill use of lock_kernelAlan Cox1-6/+8
2010-08-10istallion: use bit ops for the board flagsAlan Cox1-18/+18
2010-08-10stallion: prune lock_kernel callsAlan Cox2-17/+25
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-4/+9
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com3-9/+47
2010-08-10vt: clean up the code - use kernel libraryAndy Shevchenko1-2/+3
2010-08-10n_gsm.c: removed duplicated #includesAndrea Gelmini1-1/+0
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2010-08-09drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong1-1/+2
2010-08-09drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong1-1/+2
2010-08-09char: add WARN_ON() in misc_deregister()Akinobu Mita1-1/+1
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu1-0/+8
2010-08-09Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu1-1/+1
2010-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-0/+68
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds6-94/+51
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells2-3/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely6-10/+10
2010-08-06Merge branch 'master' into for-linusChris Metcalf14-52/+220
2010-08-05Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds4-31/+106
2010-08-05Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-0/+78
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-2/+3
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-8/+8
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel1-0/+17
2010-08-05vt,console,kdb: implement atomic console enter/leave functionsJesse Barnes1-0/+61
2010-08-04ppp: make channel_ops conststephen hemminger1-1/+1
2010-08-05agp: intel-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-11/+11
2010-08-05agp: efficeon-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-11/+11
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+2
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+5
2010-08-04Merge branch 'master' into for-nextJiri Kosina6-18/+44