aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2009-12-16drivers/char/ipmi: Use KCS_IDLE_STATEJulia Lawall
2009-12-16efirtc: explicitly set llseek to no_llseekJohn Kacur
2009-12-16vt: make the default cursor shape configurableClemens Ladisch
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki
2009-12-16Merge branch 'ipmi' into releaseLen Brown
2009-12-15Input: keyboard - don't override beep with a bellDmitry Torokhov
2009-12-15ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas
2009-12-15ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas
2009-12-15ipmi: remove unused PCI probe codeBjorn Helgaas
2009-12-15random.c: use %pU to print UUIDsJoe Perches
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle
2009-12-15drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo
2009-12-15drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo
2009-12-15misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-15/dev/mem: remove redundant parameter from do_write_kmem()Wu Fengguang
2009-12-15/dev/mem: remove the "written" variable in write_kmem()Wu Fengguang
2009-12-15/dev/mem: make size_inside_page() logic straightWu Fengguang
2009-12-15/dev/mem: cleanup unxlate_dev_mem_ptr() callsWu Fengguang
2009-12-15/dev/mem: introduce size_inside_page()Wu Fengguang
2009-12-15/dev/mem: remove redundant test on lenWu Fengguang
2009-12-15bfin-otp: add BF51x to the supported arch listMike Frysinger
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-11nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-11tty: split the lock up a bit furtherAlan Cox
2009-12-11tty: Move the leader test in disassociateAlan Cox
2009-12-11tty: Push the bkl down a bit in the hangup codeAlan Cox
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox
2009-12-11tty: moxa: split open lockAlan Cox
2009-12-11tty: moxa: Kill the use of lock_kernelAlan Cox
2009-12-11tty: moxa: Fix modem op lockingAlan Cox
2009-12-11tty: moxa: Kill off the throttle methodAlan Cox
2009-12-11tty: moxa: Locking clean upAlan Cox
2009-12-11tty: moxa: rework the locking a bitAlan Cox
2009-12-11tty: moxa: Use more tty_port opsAlan Cox
2009-12-11tty: isicom: fix deadlock on shutdownAlan Cox
2009-12-11tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox
2009-12-11tty: mxser: use the tty_port_open methodAlan Cox
2009-12-11tty: isicom: sort out the board init logicAlan Cox
2009-12-11tty: isicom: switch to the new tty_port_open helperAlan Cox
2009-12-11tty: tty_port: Add a kref object to the tty portAlan Cox