aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+10
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox1-2/+0
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-52/+26
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-26/+89
2009-12-11nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin1-4/+10
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds16-3327/+554
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-3/+3
2009-12-11tty: split the lock up a bit furtherAlan Cox1-0/+3
2009-12-11tty: Move the leader test in disassociateAlan Cox1-2/+3
2009-12-11tty: Push the bkl down a bit in the hangup codeAlan Cox1-2/+2
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox2-5/+9
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox3-62/+94
2009-12-11tty: moxa: split open lockAlan Cox1-12/+11
2009-12-11tty: moxa: Kill the use of lock_kernelAlan Cox1-14/+2
2009-12-11tty: moxa: Fix modem op lockingAlan Cox1-15/+10
2009-12-11tty: moxa: Kill off the throttle methodAlan Cox1-20/+1
2009-12-11tty: moxa: Locking clean upAlan Cox1-33/+25
2009-12-11tty: moxa: rework the locking a bitAlan Cox1-5/+22
2009-12-11tty: moxa: Use more tty_port opsAlan Cox1-116/+21
2009-12-11tty: isicom: fix deadlock on shutdownAlan Cox1-1/+1
2009-12-11tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox1-67/+78
2009-12-11tty: mxser: use the tty_port_open methodAlan Cox1-76/+35
2009-12-11tty: isicom: sort out the board init logicAlan Cox1-30/+11
2009-12-11tty: isicom: switch to the new tty_port_open helperAlan Cox1-67/+21
2009-12-11tty: tty_port: Add a kref object to the tty portAlan Cox1-0/+18
2009-12-11tty: istallion: tty port open/close methodsAlan Cox1-117/+60
2009-12-11tty: stallion: Convert to the tty_port_open/close methodsAlan Cox1-81/+35
2009-12-11tty: tty_port: Move the IO_ERROR clearAlan Cox1-1/+1
2009-12-11tty: tty_port: Add IO_ERROR bit handlingAlan Cox1-1/+5
2009-12-11tty: riscom8: switch to the tty_port_open APIAlan Cox1-48/+41
2009-12-11tty: tty_port: Change the buffer allocator lockingAlan Cox1-4/+5
2009-12-11tty_port: Move hupcl handlingAlan Cox1-5/+8
2009-12-11tty_port: coding style cleaning passAlan Cox1-12/+13
2009-12-11tty_port: add "tty_port_open" helperAlan Cox1-1/+35
2009-12-11tty: stallion: kill BKL ioctlAlan Cox1-6/+7
2009-12-11tty: istallion: Kill off the BKL ioctlAlan Cox1-4/+4
2009-12-11tty: esp: remove broken driverAlan Cox3-2547/+0
2009-12-11tty: const: constify remaining tty_operationsAlexey Dobriyan3-3/+3
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-49/+54
2009-12-10lp: move compat_ioctl handling into lp.cArnd Bergmann1-26/+89
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-3/+3
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-1/+6
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-99/+114
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-5/+5
2009-12-09nvram: Fix missing smp_lock.h in nvramFrederic Weisbecker1-0/+1
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-65/+24
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt17-412/+242
2009-12-09agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer1-53/+11
2009-12-09agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer1-7/+22