aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2009-12-15Input: keyboard - don't override beep with a bellGravatar Dmitry Torokhov 1-3/+7
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+10
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitGravatar Alan Cox 1-2/+0
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 2-52/+26
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-26/+89
2009-12-11nvram: Fix write beyond end condition; prove to gcc copy is safeGravatar H. Peter Anvin 1-4/+10
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 16-3327/+554
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-3/+3
2009-12-11tty: split the lock up a bit furtherGravatar Alan Cox 1-0/+3
2009-12-11tty: Move the leader test in disassociateGravatar Alan Cox 1-2/+3
2009-12-11tty: Push the bkl down a bit in the hangup codeGravatar Alan Cox 1-2/+2
2009-12-11tty: Push the lock down further into the ldisc codeGravatar Alan Cox 2-5/+9
2009-12-11tty: push the BKL down into the handlers a bitGravatar Alan Cox 3-62/+94
2009-12-11tty: moxa: split open lockGravatar Alan Cox 1-12/+11
2009-12-11tty: moxa: Kill the use of lock_kernelGravatar Alan Cox 1-14/+2
2009-12-11tty: moxa: Fix modem op lockingGravatar Alan Cox 1-15/+10
2009-12-11tty: moxa: Kill off the throttle methodGravatar Alan Cox 1-20/+1
2009-12-11tty: moxa: Locking clean upGravatar Alan Cox 1-33/+25
2009-12-11tty: moxa: rework the locking a bitGravatar Alan Cox 1-5/+22
2009-12-11tty: moxa: Use more tty_port opsGravatar Alan Cox 1-116/+21
2009-12-11tty: isicom: fix deadlock on shutdownGravatar Alan Cox 1-1/+1
2009-12-11tty: mxser: Use the new locking rules to fix setserial properlyGravatar Alan Cox 1-67/+78
2009-12-11tty: mxser: use the tty_port_open methodGravatar Alan Cox 1-76/+35
2009-12-11tty: isicom: sort out the board init logicGravatar Alan Cox 1-30/+11
2009-12-11tty: isicom: switch to the new tty_port_open helperGravatar Alan Cox 1-67/+21
2009-12-11tty: tty_port: Add a kref object to the tty portGravatar Alan Cox 1-0/+18
2009-12-11tty: istallion: tty port open/close methodsGravatar Alan Cox 1-117/+60
2009-12-11tty: stallion: Convert to the tty_port_open/close methodsGravatar Alan Cox 1-81/+35
2009-12-11tty: tty_port: Move the IO_ERROR clearGravatar Alan Cox 1-1/+1
2009-12-11tty: tty_port: Add IO_ERROR bit handlingGravatar Alan Cox 1-1/+5
2009-12-11tty: riscom8: switch to the tty_port_open APIGravatar Alan Cox 1-48/+41
2009-12-11tty: tty_port: Change the buffer allocator lockingGravatar Alan Cox 1-4/+5
2009-12-11tty_port: Move hupcl handlingGravatar Alan Cox 1-5/+8
2009-12-11tty_port: coding style cleaning passGravatar Alan Cox 1-12/+13
2009-12-11tty_port: add "tty_port_open" helperGravatar Alan Cox 1-1/+35
2009-12-11tty: stallion: kill BKL ioctlGravatar Alan Cox 1-6/+7
2009-12-11tty: istallion: Kill off the BKL ioctlGravatar Alan Cox 1-4/+4
2009-12-11tty: esp: remove broken driverGravatar Alan Cox 3-2547/+0
2009-12-11tty: const: constify remaining tty_operationsGravatar Alexey Dobriyan 3-3/+3
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-0/+2
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-49/+54
2009-12-10lp: move compat_ioctl handling into lp.cGravatar Arnd Bergmann 1-26/+89
2009-12-10vfs: Implement proper O_SYNC semanticsGravatar Christoph Hellwig 1-3/+3
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusGravatar Dave Airlie 1-1/+6
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-99/+114
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 5-5/+5
2009-12-09nvram: Fix missing smp_lock.h in nvramGravatar Frederic Weisbecker 1-0/+1
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-65/+24
2009-12-09Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 17-412/+242
2009-12-09agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Gravatar Michel Dänzer 1-53/+11