summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tty: moxa: Kill the use of lock_kernelAlan Cox2009-12-111-14/+2
* tty: moxa: Fix modem op lockingAlan Cox2009-12-111-15/+10
* tty: moxa: Kill off the throttle methodAlan Cox2009-12-111-20/+1
* tty: moxa: Locking clean upAlan Cox2009-12-111-33/+25
* tty: moxa: rework the locking a bitAlan Cox2009-12-111-5/+22
* tty: moxa: Use more tty_port opsAlan Cox2009-12-111-116/+21
* tty: isicom: fix deadlock on shutdownAlan Cox2009-12-111-1/+1
* tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox2009-12-111-67/+78
* tty: mxser: use the tty_port_open methodAlan Cox2009-12-111-76/+35
* tty: isicom: sort out the board init logicAlan Cox2009-12-111-30/+11
* tty: isicom: switch to the new tty_port_open helperAlan Cox2009-12-111-67/+21
* tty: tty_port: Add a kref object to the tty portAlan Cox2009-12-111-0/+18
* tty: istallion: tty port open/close methodsAlan Cox2009-12-111-117/+60
* tty: stallion: Convert to the tty_port_open/close methodsAlan Cox2009-12-111-81/+35
* tty: tty_port: Move the IO_ERROR clearAlan Cox2009-12-111-1/+1
* tty: tty_port: Add IO_ERROR bit handlingAlan Cox2009-12-111-1/+5
* tty: riscom8: switch to the tty_port_open APIAlan Cox2009-12-111-48/+41
* tty: tty_port: Change the buffer allocator lockingAlan Cox2009-12-111-4/+5
* tty_port: Move hupcl handlingAlan Cox2009-12-111-5/+8
* tty_port: coding style cleaning passAlan Cox2009-12-111-12/+13
* tty_port: add "tty_port_open" helperAlan Cox2009-12-111-1/+35
* tty: stallion: kill BKL ioctlAlan Cox2009-12-111-6/+7
* tty: istallion: Kill off the BKL ioctlAlan Cox2009-12-111-4/+4
* tty: esp: remove broken driverAlan Cox2009-12-113-2547/+0
* tty: const: constify remaining tty_operationsAlexey Dobriyan2009-12-113-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-091-99/+114
|\
| * Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-025-14/+48
| |\
| * | Input: keyboard - fix lack of locking when traversing handler->h_listDmitry Torokhov2009-12-011-97/+105
| * | Input: keyboard - add locking around event handlingDmitry Torokhov2009-11-291-0/+7
| * | Input: keyboard - fix theoretical race on vt switchAlan Jenkins2009-11-201-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-095-5/+5
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-075-5/+5
| |\ \ \
| | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-044-4/+4
| | * | | tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | | | | nvram: Fix missing smp_lock.h in nvramFrederic Weisbecker2009-12-091-0/+1
* | | | | Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-0911-65/+24
|\ \ \ \ \
| * | | | | agp: Remove the BKL from agp_openJohn Kacur2009-10-141-17/+11
| * | | | | mips: Remove BKL from tb0219Thomas Gleixner2009-10-141-5/+1
| * | | | | drivers: Remove BKL from scx200_gpioThomas Gleixner2009-10-141-2/+0
| * | | | | drivers: Remove BKL from pc8736x_gpioThomas Gleixner2009-10-141-2/+0
| * | | | | rtc: Remove BKL from efirtcThomas Gleixner2009-10-141-11/+1
| * | | | | hw_random: Remove BKL from coreThomas Gleixner2009-10-141-1/+0
| * | | | | nvram: Drop the bkl from non-generic nvram_llseek()Frederic Weisbecker2009-10-141-3/+1
| * | | | | nvram: Drop the bkl from nvram_llseek()Frederic Weisbecker2009-10-141-6/+3
| * | | | | mem_class: Drop the bkl from memory_open()Frederic Weisbecker2009-10-141-12/+5
| * | | | | drivers: Remove BKL from cs5535_gpioThomas Gleixner2009-10-141-2/+1
| * | | | | drivers: Remove BKL from misc_openThomas Gleixner2009-10-141-4/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-12-082-94/+92
|\ \ \ \ \ \
| * | | | | | hwrng: core - Prevent too-small buffer sizesIan Molton2009-12-031-1/+2
| * | | | | | hwrng: virtio-rng - Convert to new APIIan Molton2009-12-011-51/+27