aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 11-15/+13
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 16-286/+748
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 39-5/+50
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 26-142/+160
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 3-140/+207
2010-10-22vcs: invoke the vt update callback when /dev/vcs* is written toGravatar Nicolas Pitre 2-0/+7
2010-10-22vcs: add poll/fasync supportGravatar Nicolas Pitre 1-0/+133
2010-10-22tty: icount changeover for other main devicesGravatar Alan Cox 9-254/+271
2010-10-22tty: Make tiocgicount a handlerGravatar Alan Cox 1-0/+21
2010-10-22tty_io: check return code of tty_register_deviceGravatar Vasiliy Kulikov 1-2/+22
2010-10-22Char: mxser, call pci_disable_device from probe/removeGravatar Jiri Slaby 1-25/+22
2010-10-22add ttyprintk driverGravatar Samo Pogacnik 3-0/+241
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Gravatar Pekka Enberg 2-5/+14
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceGravatar Dmitry Eremin-Solenikov 1-0/+17
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 6-178/+62
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-12/+25
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+5
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-12/+10
2010-10-21pcmcia: synclink_cs: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+2
2010-10-21virtio: console: Disable lseek(2) for port file operationsGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Send SIGIO in case of port unplugGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Send SIGIO on new data arrival on portsGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsGravatar Amit Shah 1-0/+25
2010-10-21virtio: console: Reference counting portdev structs is not neededGravatar Amit Shah 1-0/+8
2010-10-21virtio: console: Add reference counting for port structGravatar Amit Shah 1-16/+64
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Gravatar Amit Shah 1-7/+13
2010-10-21virtio: console: Add a find_port_by_devt() functionGravatar Amit Shah 1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeGravatar Amit Shah 1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingGravatar Amit Shah 1-3/+9
2010-10-21virtio: console: remove_port() should return voidGravatar Amit Shah 1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugGravatar Amit Shah 1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeGravatar Amit Shah 1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Gravatar Amit Shah 1-1/+4
2010-10-21virtio: console: Remove control vq data only if using multiport supportGravatar Amit Shah 1-6/+9
2010-10-21virtio: console: Reset vdev before removing deviceGravatar Amit Shah 1-0/+3
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterGravatar Dmitry Torokhov 1-12/+10
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataGravatar Amit Shah 1-3/+14
2010-10-19tlclk: remove big kernel lockGravatar Arnd Bergmann 1-3/+3
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicGravatar Al Viro 1-103/+140
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 9-12/+10
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 37-5/+47
2010-10-13Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 10-56/+113
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 24-131/+147
2010-09-29pcmcia: avoid messages on module (un)loadingGravatar Dominik Brodowski 4-20/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverGravatar Dominik Brodowski 4-10/+4
2010-09-29pcmcia: remove the "Finally, report what we've done" messageGravatar Dominik Brodowski 1-7/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemGravatar Dominik Brodowski 4-62/+17
2010-09-29pcmcia: introduce autoconfiguration featureGravatar Dominik Brodowski 4-4/+0