aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-12pc8736x_gpio: depends on X86_32Randy Dunlap
2010-08-11kfifo: fix kfifo miss use of nozami.cStefani Seibold
2010-08-11drivers/char/n_gsm.c: add missing spin_unlock_irqrestoreJulia Lawall
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock
2010-08-11param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell
2010-08-11Add param ops struct for hvc_iucv driver.Sachin Sant
2010-08-10Char: nozomi, set tty->driver_data appropriatelyJiri Slaby
2010-08-10Char: nozomi, fix tty->count countingJiri Slaby
2010-08-10mxser: remove unnesesary NULL checkKulikov Vasiliy
2010-08-10tty_io: remove casts from void*Kulikov Vasiliy
2010-08-10tty: avoid recursive BTM in pty_closeArnd Bergmann
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann
2010-08-10tty: implement BTM as mutex instead of BKLArnd Bergmann
2010-08-10tty: remove tty_lock_nestedArnd Bergmann
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann
2010-08-10tty: reorder ldisc lockingArnd Bergmann
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann
2010-08-10tty: never hold BTM while getting tty_mutexArnd Bergmann
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann
2010-08-10tty: Move the vt_tty field from the vc_data into the standard tty_portAlan Cox
2010-08-10tty: Make vt's have a tty_portAlan Cox
2010-08-10vc: Locking clean upAlan Cox
2010-08-10synclink: reworking locking a bitAlan Cox
2010-08-10specialix: Kill the BKLAlan Cox
2010-08-10epca: Kill the big kernel lockAlan Cox
2010-08-10cyclades: Kill off BKL usageAlan Cox
2010-08-10synclink: kill the big kernel lockAlan Cox
2010-08-10rocket: kill BKLAlan Cox
2010-08-10isicom: kill off the BKLAlan Cox
2010-08-10riscom8: kill use of lock_kernelAlan Cox
2010-08-10istallion: use bit ops for the board flagsAlan Cox
2010-08-10stallion: prune lock_kernel callsAlan Cox
2010-08-10vt/console: try harder to print output when panicingJesse Barnes
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com
2010-08-10vt: clean up the code - use kernel libraryAndy Shevchenko
2010-08-10n_gsm.c: removed duplicated #includesAndrea Gelmini
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-08-09drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong
2010-08-09drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong
2010-08-09char: add WARN_ON() in misc_deregister()Akinobu Mita
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu
2010-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-06Merge branch 'master' into for-linusChris Metcalf