Age | Commit message (Expand) | Author |
2011-02-22 | tty: move obsolete and broken tty drivers to drivers/staging/tty/ | Greg Kroah-Hartman |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox |
2010-12-10 | ip2: fix compiler warning on ip2main_pci_tbl | Namhyung Kim |
2010-10-27 | drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-y | Tracey Dent |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds |
2010-10-22 | tty: icount changeover for other main devices | Alan Cox |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-10-05 | drivers: autoconvert trivial BKL users to private mutex | Arnd Bergmann |
2010-08-23 | ip2: return -EFAULT on copy_to_user errors | Dan Carpenter |
2010-08-23 | ip2: remove unneeded NULL check | Dan Carpenter |
2010-08-10 | tty: release BTM while sleeping in block_til_ready | Arnd Bergmann |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina |
2010-03-02 | tty: declare MODULE_FIRMWARE in various drivers | Ben Hutchings |
2010-03-02 | ip2: Add module parameter. | Rakib Mullick |
2010-03-02 | ip2: remove #ifdef MODULE from ip2main.c | Rakib Mullick |
2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack |
2009-06-11 | tty: rewrite the ldisc locking | Alan Cox |
2009-04-01 | proc tty: switch ip2 to ->proc_fops | Alexey Dobriyan |
2008-10-16 | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman |
2008-10-13 | tty: kref the tty driver object | Alan Cox |
2008-10-13 | ip2: avoid add_timer with pending timer | Akinobu Mita |
2008-10-13 | ip2: init/deinit cleanup | Jiri Slaby |
2008-10-13 | ip2: fix sparse warnings | Jiri Slaby |
2008-10-13 | ip2: cleanup globals | Jiri Slaby |
2008-10-13 | Char: merge ip2main and ip2base | Jiri Slaby |
2008-07-25 | ip2: push BKL down for the firmware interface | Alan Cox |
2008-07-21 | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman |
2008-07-20 | tty: Ldisc revamp | Alan Cox |
2008-07-14 | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 | Linus Torvalds |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet |
2008-07-10 | ip2: use request_firmware() | David Woodhouse |
2008-06-20 | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet |
2008-05-24 | ip2: fix crashes on load/unload | Alan Cox |
2008-04-30 | ip2: switch remaining direct call of ops->flush_buffer | Alan Cox |
2008-04-30 | tty: The big operations rework | Alan Cox |
2008-04-30 | Char: ip2, macros cleanup | Jiri Slaby |
2008-04-30 | drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_in... | Jon Schindler |
2008-04-29 | proc: switch /proc/ip2mem to seq_file interface | Alexey Dobriyan |
2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan |
2008-04-02 | Char: ip2, fix sparse warnings | Jiri Slaby |
2008-02-07 | Char: char/serial, remove SERIAL_TYPE_NORMAL redefines | Jiri Slaby |
2008-02-03 | drivers/char/: Spelling fixes | Joe Perches |
2007-10-23 | drivers/char/ip2: separate polling and irq-driven work entry points | Jeff Garzik |
2007-10-23 | drivers/char/ip2: split out irq core logic into separate function | Jeff Garzik |
2007-10-17 | drivers/char/ip2: fix used-uninit'd bug | Jeff Garzik |
2007-10-17 | drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski |
2007-10-12 | Convert from class_device to device in drivers/char | tonyj@suse.de |