summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki
2010-10-25Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-10-25[S390] hvc_iucv: do not call iucv_unregister if iucv_register failedHendrik Brueckner
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22vcs: invoke the vt update callback when /dev/vcs* is written toNicolas Pitre
2010-10-22vcs: add poll/fasync supportNicolas Pitre
2010-10-22tty: icount changeover for other main devicesAlan Cox
2010-10-22tty: Make tiocgicount a handlerAlan Cox
2010-10-22tty_io: check return code of tty_register_deviceVasiliy Kulikov
2010-10-22Char: mxser, call pci_disable_device from probe/removeJiri Slaby
2010-10-22add ttyprintk driverSamo Pogacnik
2010-10-22tty: Remove __GFP_NOFAIL from tty_add_file()Pekka Enberg
2010-10-22tty: add tty_struct->dev pointer to corresponding device instanceDmitry Eremin-Solenikov
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-10-21pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov
2010-10-21virtio: console: Disable lseek(2) for port file operationsAmit Shah
2010-10-21virtio: console: Send SIGIO in case of port unplugAmit Shah
2010-10-21virtio: console: Send SIGIO on new data arrival on portsAmit Shah
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah
2010-10-21virtio: console: Reference counting portdev structs is not neededAmit Shah
2010-10-21virtio: console: Add reference counting for port structAmit Shah
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah
2010-10-21virtio: console: remove_port() should return voidAmit Shah
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah
2010-10-21virtio: console: Remove control vq data only if using multiport supportAmit Shah
2010-10-21virtio: console: Reset vdev before removing deviceAmit Shah
2010-10-21tpm: change 'tpm_suspend_pcr' to be module parameterDmitry Torokhov
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataAmit Shah
2010-10-19tlclk: remove big kernel lockArnd Bergmann
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicAl Viro
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-13Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-29Input: sysrq - add locking to sysrq_filter()Dmitry Torokhov