summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2010-09-07Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2010-09-07Merge branch 'quilt/rr'Stephen Rothwell
2010-09-07Merge remote branch 'crypto-current/master'Stephen Rothwell
2010-09-07Merge remote branch 'input-current/for-linus'Stephen Rothwell
2010-09-07virtio: console: Send SIGIO in case of port unplugAmit Shah
2010-09-07virtio: console: Send SIGIO on new data arrival on portsAmit Shah
2010-09-07virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah
2010-09-07virtio: console: Reference counting portdev structs is not neededAmit Shah
2010-09-07virtio: console: Add reference counting for port structAmit Shah
2010-09-07virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah
2010-09-07virtio: console: Add a find_port_by_devt() functionAmit Shah
2010-09-07virtio: console: Add a list of portdevs that are activeAmit Shah
2010-09-07virtio: console: open: Use a common path for error handlingAmit Shah
2010-09-07virtio: console: remove_port() should return voidAmit Shah
2010-09-07virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah
2010-09-07virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah
2010-09-07virtio: console: Unblock poll on port hot-unplugAmit Shah
2010-09-07virtio: console: Un-block reads on chardev closeAmit Shah
2010-09-07virtio: console: Check if portdev is valid in send_control_msg()Amit Shah
2010-09-07virtio: console: Remove control vq data only if using multiport supportAmit Shah
2010-09-07virtio: console: Reset vdev before removing deviceAmit Shah
2010-09-06tty: fix tty_line must not be equal to number of allocated tty pointers in tt...Nathael Pajani
2010-09-06vt: Fix console corruption on driver hand-over.Francisco Jerez
2010-08-28Input: use PIT_TICK_RATE in vt beep ioctlArnd Bergmann
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-23synclink: add mutex_unlock() on error pathDan Carpenter
2010-08-23rocket: add a mutex_unlock()Dan Carpenter
2010-08-23ip2: return -EFAULT on copy_to_user errorsDan Carpenter
2010-08-23ip2: remove unneeded NULL checkDan Carpenter
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-08-21drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang
2010-08-21agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov
2010-08-20keyboard,kgdboc: Allow key release on kernel resumeJason Wessel
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-18tty: fix fu_list abuseNick Piggin
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-16of: Fix missing includesGrant Likely
2010-08-16vt,console,kdb: preserve console_blanked while in kdbJason Wessel
2010-08-16vt: fix regression warnings from KMS mergeJason Wessel
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-12pc8736x_gpio: depends on X86_32Randy Dunlap
2010-08-11kfifo: fix kfifo miss use of nozami.cStefani Seibold
2010-08-11drivers/char/n_gsm.c: add missing spin_unlock_irqrestoreJulia Lawall
2010-08-11ipmi: print info for spmi and smbios paths like acpi and pciYinghai Lu
2010-08-11ipmi: fix memleaking for add_smi when duplicating happenYinghai Lu
2010-08-11drivers/char/ipmi/ipmi_si_intf.c: fix warning: variable 'addr_space' set but ...Justin P. Mattock