summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-1094/+804
2010-10-27Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds1-1/+2
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2010-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-2/+3
2010-10-27drivers/char/hpet.c: fix information leak to userlandVasiliy Kulikov1-2/+1
2010-10-27hpet: fix style problemsJaswinder Singh Rajput1-10/+10
2010-10-27hpet: fix unwanted interrupt due to stale irq status bitClemens Ladisch1-0/+15
2010-10-27hpet: unmap unused I/O spaceJiri Slaby1-0/+2
2010-10-27ipmi: proper spinlock initializationEric Dumazet1-11/+19
2010-10-26vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki1-0/+4
2010-10-25Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-3/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-10/+36
2010-10-25[S390] hvc_iucv: do not call iucv_unregister if iucv_register failedHendrik Brueckner1-3/+1
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds11-15/+13
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds16-286/+748
2010-10-22xen/hvc: only notify if we actually sent somethingJeremy Fitzhardinge1-1/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds39-5/+50
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds26-142/+160
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-140/+207
2010-10-22vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre2-0/+7
2010-10-22vcs: add poll/fasync supportNicolas Pitre1-0/+133
2010-10-22tty: icount changeover for other main devicesAlan Cox9-254/+271
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-0/+21
2010-10-22tty_io: check return code of tty_register_deviceVasiliy Kulikov1-2/+22
2010-10-22Char: mxser, call pci_disable_device from probe/removeJiri Slaby1-25/+22
2010-10-22add ttyprintk driverSamo Pogacnik3-0/+241
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg2-5/+14
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov1-0/+17
2010-10-22agp/intel: Restore valid PTE bit for Sandybridge after bdd3072Chris Wilson1-3/+3
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds6-178/+62
2010-10-22Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+25
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+5
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-12/+10
2010-10-21pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov1-0/+2
2010-10-21virtio: console: Disable lseek(2) for port file operationsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO in case of port unplugAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO on new data arrival on portsAmit Shah1-0/+3
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah1-0/+25
2010-10-21virtio: console: Reference counting portdev structs is not neededAmit Shah1-0/+8
2010-10-21virtio: console: Add reference counting for port structAmit Shah1-16/+64
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah1-7/+13
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah1-3/+9
2010-10-21virtio: console: remove_port() should return voidAmit Shah1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah1-1/+4