aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* vt: introduce and use vt_kmsg_redirect() functionBernhard Walle2009-12-151-6/+37
* drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo2009-12-151-13/+9
* drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo2009-12-151-3/+5
* misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo2009-12-151-2/+0
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* /dev/mem: remove redundant parameter from do_write_kmem()Wu Fengguang2009-12-151-8/+6
* /dev/mem: remove the "written" variable in write_kmem()Wu Fengguang2009-12-151-27/+22
* /dev/mem: make size_inside_page() logic straightWu Fengguang2009-12-151-22/+12
* /dev/mem: cleanup unxlate_dev_mem_ptr() callsWu Fengguang2009-12-151-8/+6
* /dev/mem: introduce size_inside_page()Wu Fengguang2009-12-151-41/+19
* /dev/mem: remove redundant test on lenWu Fengguang2009-12-151-8/+6
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-141-4/+10
|\
| * nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin2009-12-111-4/+10
* | tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-121-2/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-122-52/+26
|\ \
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0917-412/+242
| |\ \
| * | | agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer2009-12-091-53/+11
| * | | agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer2009-12-091-7/+22
| * | | hvc_console: Export (GPL'ed) hvc_removeAmit Shah2009-12-081-0/+1
* | | | Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-111-26/+89
|\ \ \ \
| * | | | lp: move compat_ioctl handling into lp.cArnd Bergmann2009-12-101-26/+89
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-1116-3327/+554
|\ \ \ \ \
| * | | | | tty: split the lock up a bit furtherAlan Cox2009-12-111-0/+3
| * | | | | tty: Move the leader test in disassociateAlan Cox2009-12-111-2/+3
| * | | | | tty: Push the bkl down a bit in the hangup codeAlan Cox2009-12-111-2/+2
| * | | | | tty: Push the lock down further into the ldisc codeAlan Cox2009-12-112-5/+9
| * | | | | tty: push the BKL down into the handlers a bitAlan Cox2009-12-113-62/+94
| * | | | | tty: moxa: split open lockAlan Cox2009-12-111-12/+11
| * | | | | 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