| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-03-09 | char: pcmcia: remove all the drivers | Jiri Slaby | 1 | -4290/+0 |
| 2023-02-24 | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+11 |
| 2023-01-19 | pcmcia: synclink_cs: remove kernel-doc notation | Randy Dunlap | 1 | -11/+11 |
| 2023-01-19 | tty: Call ->dtr_rts() parameter active consistently | Ilpo Järvinen | 1 | -3/+3 |
| 2023-01-19 | tty: Convert ->dtr_rts() to take bool argument | Ilpo Järvinen | 1 | -2/+2 |
| 2023-01-19 | tty: Convert ->carrier_raised() and callchains to bool | Ilpo Järvinen | 1 | -5/+3 |
| 2023-01-19 | tty: Cleanup tty_port_set_initialized() bool parameter | Ilpo Järvinen | 1 | -2/+2 |
| 2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+2 |
| 2022-06-03 | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2022-05-19 | pcmcia: synclink_cs: Don't allow CS5-6 | Ilpo Järvinen | 1 | -1/+5 |
| 2022-05-19 | tty: remove CMSPAR ifdefs | Ilpo Järvinen | 1 | -2/+0 |
| 2022-04-20 | tty: synclink_cs: Use bitwise instead of arithmetic operator for flags | Haowen Bai | 1 | -1/+1 |
| 2021-09-01 | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+2 |
| 2021-07-27 | net: split out ndo_siowandev ioctl | Arnd Bergmann | 1 | -14/+9 |
| 2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -2/+2 |
| 2021-06-15 | tty: make use of tty_get_{char,frame}_size | Jiri Slaby | 1 | -7/+1 |
| 2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -3/+3 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 1 | -4/+4 |
| 2021-04-07 | pcmcia: synclink_cs: drop redundant tty-port initialisation | Johan Hovold | 1 | -2/+0 |
| 2021-01-07 | tty_port: drop last traces of low_latency | Jiri Slaby | 1 | -2/+0 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
| 2018-10-13 | synclink: reduce pointless checks in ->ioctl() | Al Viro | 1 | -2/+1 |
| 2018-05-16 | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 1 | -14/+1 |
| 2017-10-20 | char: pcmcia: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+4 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-10-20 | net: use core MTU range checking in WAN drivers | Jarod Wilson | 1 | -1/+0 |
| 2016-05-20 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -18/+11 |
| 2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -2/+2 |
| 2016-04-30 | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 1 | -6/+6 |
| 2016-04-30 | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley | 1 | -6/+2 |
| 2016-04-30 | tty: Replace ASYNC_CTS_FLOW bit and update atomically | Peter Hurley | 1 | -4/+1 |
| 2016-04-30 | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 1 | -1/+1 |
| 2016-04-30 | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 1 | -1/+1 |
| 2016-01-28 | tty: Use termios c_*flag macros | Peter Hurley | 1 | -13/+8 |
| 2015-10-17 | tty: Remove ASYNC_CLOSING checks in open()/hangup() methods | Peter Hurley | 1 | -9/+0 |
| 2015-06-01 | char:pcmcia:synclink_cs - Do not initialise statics to 0. | Shailendra Verma | 1 | -1/+1 |
| 2014-07-10 | char: synclink: Remove WARN_ON for bad port count | Peter Hurley | 1 | -2/+0 |
| 2014-07-10 | tty: Remove tty_hung_up_p() tests from tty drivers' open() | Peter Hurley | 1 | -1/+1 |
| 2014-01-07 | tty: synclink: avoid sleep_on race | Arnd Bergmann | 1 | -2/+2 |
| 2013-07-26 | pcmcia: synclink_cs: replace sum of bitmasks with OR operation. | Alexandru Juncu | 1 | -13/+13 |
| 2013-02-21 | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -305/+340 |
| 2013-02-08 | pcmcia: synclink_cs: cleanup checkpatch warnings | Alexey Khoroshilov | 1 | -306/+310 |
| 2013-02-08 | pcmcia: synclink_cs: fix error handling in mgslpc_probe() | Alexey Khoroshilov | 1 | -10/+41 |
| 2013-01-30 | TTY: synclink: Convert + to | for bit operations | Joe Perches | 1 | -13/+13 |
| 2013-01-15 | TTY: synclink, remove unneeded tests | Jiri Slaby | 1 | -3/+0 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -11/+3 |
| 2013-01-15 | TTY: move low_latency to tty_port | Jiri Slaby | 1 | -1/+1 |
| 2013-01-15 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -1/+1 |
| 2013-01-15 | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 1 | -1/+2 |
| 2013-01-15 | synclink fix ldisc buffer argument | Paul Fulghum | 1 | -1/+11 |
| 2012-11-15 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -1/+4 |
| 2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -71/+60 |
| 2012-09-26 | pcmcia: synclink_cs: fix potential tty NULL dereference | Alexey Khoroshilov | 1 | -7/+13 |
| 2012-09-05 | serial: add a new helper function | Huang Shijie | 1 | -1/+1 |
| 2012-08-16 | TTY: tty_alloc_driver() returns error pointers | Dan Carpenter | 1 | -2/+2 |
| 2012-08-14 | TTY: synclink_cs, fix build | Jiri Slaby | 1 | -1/+1 |
| 2012-08-13 | TTY: synclink_cs, final cleanup in synclink_cs_init | Jiri Slaby | 1 | -33/+32 |
| 2012-08-13 | TTY: synclink_cs, use dynamic tty devices | Jiri Slaby | 1 | -12/+15 |
| 2012-08-13 | TTY: synclink_cs, sanitize fail paths | Jiri Slaby | 1 | -27/+14 |
| 2012-07-19 | pcmcia,synclink_cs: fix termios port I missed | Alan Cox | 1 | -12/+12 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -1/+1 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2011-05-06 | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-01 | pcmcia: synclink_cs: fix prototype for mgslpc_ioctl() | Axel Lin | 1 | -2/+1 |
| 2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -3/+3 |
| 2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -2/+2 |
| 2010-11-09 | tty: fix warning in synclink driver | Andres Salomon | 1 | -0/+1 |
| 2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 1 | -33/+27 |
| 2010-10-22 | tty: icount changeover for other main devices | Alan Cox | 1 | -33/+27 |
| 2010-10-21 | pcmcia: synclink_cs: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+2 |
| 2010-09-29 | pcmcia: avoid messages on module (un)loading | Dominik Brodowski | 1 | -4/+0 |
| 2010-09-29 | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 1 | -3/+1 |
| 2010-09-29 | pcmcia: remove the "Finally, report what we've done" message | Dominik Brodowski | 1 | -7/+0 |
| 2010-09-29 | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 1 | -13/+3 |
| 2010-09-29 | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 1 | -1/+0 |
| 2010-09-29 | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 1 | -7/+3 |
| 2010-09-29 | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 1 | -3/+3 |
| 2010-09-29 | pcmcia: simplify IntType | Dominik Brodowski | 1 | -2/+0 |
| 2010-08-03 | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 1 | -12/+9 |
| 2010-08-03 | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 1 | -4/+3 |
| 2010-07-30 | pcmcia: remove cs_types.h | Dominik Brodowski | 1 | -1/+0 |
| 2010-05-10 | pcmcia: dev_node removal (drivers with updated printk call) | Dominik Brodowski | 1 | -8/+2 |
| 2010-05-10 | pcmcia: re-work pcmcia_request_irq() | Dominik Brodowski | 1 | -9/+3 |
| 2009-11-28 | pcmcia: rework the irq_req_t typedef | Dominik Brodowski | 1 | -3/+0 |
| 2009-11-09 | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char) | Dominik Brodowski | 1 | -12/+11 |
| 2009-11-08 | pcmcia: use pcmcia_loop_config in misc pcmcia drivers | Dominik Brodowski | 1 | -40/+24 |
| 2009-09-01 | hdlc: convert to netdev_tx_t | Stephen Hemminger | 1 | -4/+3 |
| 2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 1 | -4/+7 |
| 2009-04-01 | proc tty: switch synclink_cs to ->proc_fops | Alexey Dobriyan | 1 | -39/+34 |
| 2009-01-21 | WAN: Convert generic HDLC drivers to netdev_ops. | Krzysztof Hałasa | 1 | -7/+11 |
| 2009-01-02 | synclink_cs: Convert to tty_port | Alan Cox | 1 | -298/+181 |
| 2008-10-17 | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted | Alan Cox | 1 | -1/+1 |
| 2008-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2008-08-31 | pcmcia: remove unused argument to pcmcia_parse_tuple() | Dominik Brodowski | 1 | -1/+1 |
| 2008-08-07 | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 1 | -4/+0 |
| 2008-07-23 | Remove bogus dosyncppp variable from synclink drivers. | Krzysztof Hałasa | 1 | -4/+0 |
| 2008-07-22 | tty: rework break handling | Alan Cox | 1 | -2/+3 |
| 2008-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -16/+12 |
| 2008-07-20 | tty: Ldisc revamp | Alan Cox | 1 | -2/+2 |
| 2008-07-04 | WAN: convert drivers to use built-in netdev_stats | Krzysztof Halasa | 1 | -16/+12 |
| 2008-04-30 | pcmcia: serial to int put_char method | Alan Cox | 1 | -3/+4 |
| 2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -14/+2 |
| 2008-04-28 | synclink drivers bool conversion | Joe Perches | 1 | -62/+63 |
| 2008-04-20 | drivers/char: minor irq handler cleanups | Jeff Garzik | 1 | -6/+4 |
| 2008-02-06 | synclink: standardize format of linux header file include's with "<>" | Robert P. J. Day | 1 | -2/+1 |
| 2007-10-23 | char/pcmcia/synclink_cs: trim trailing whitespace | Jeff Garzik | 1 | -353/+353 |
| 2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -2/+1 |
| 2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-02-12 | [PATCH] Char: timers cleanup | Jiri Slaby | 1 | -6/+4 |
| 2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -3/+1 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -1/+1 |
| 2006-12-07 | [PATCH] generic HDLC synclink config mismatch fix | Paul Fulghum | 1 | -12/+14 |
| 2006-12-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 1 | -7/+0 |
| 2006-12-04 | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 1 | -7/+0 |
| 2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -4/+4 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -3/+2 |
| 2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |
| 2006-10-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 1 | -1/+0 |
| 2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -1/+1 |
| 2006-10-01 | [SERIAL] Remove wrong asm/serial.h inclusions | Russell King | 1 | -1/+0 |
| 2006-07-21 | [WAN]: Converted synclink drivers to use netif_carrier_*() | Krzysztof Halasa | 1 | -4/+10 |
| 2006-06-25 | [PATCH] More !tty cleanups in drivers/char | Eric Sesterhenn | 1 | -2/+2 |
| 2006-06-23 | [PATCH] Sparse fixes for synclink_cs | Peter Hagervall | 1 | -27/+27 |
| 2006-03-31 | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 1 | -18/+10 |
| 2006-03-31 | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 1 | -6/+10 |
| 2006-03-31 | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 1 | -26/+20 |
| 2006-03-31 | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 1 | -12/+9 |
| 2006-03-31 | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 1 | -7/+0 |
| 2006-03-31 | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 1 | -6/+0 |
| 2006-03-31 | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 1 | -9/+1 |
| 2006-03-24 | [PATCH] s/;;/;/g | Alexey Dobriyan | 1 | -1/+1 |
| 2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -17/+11 |
| 2006-01-10 | [PATCH] drivers/char: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -2/+2 |
| 2006-01-06 | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 1 | -41/+8 |
| 2006-01-06 | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 1 | -13/+1 |
| 2006-01-06 | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 1 | -26/+8 |
| 2006-01-05 | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 1 | -18/+29 |
| 2005-11-07 | [PATCH] kfree cleanup: drivers/char | Jesper Juhl | 1 | -2/+1 |
| 2005-09-10 | [PATCH] synclink_cs add statistics clear | Paul Fulghum | 1 | -5/+11 |
| 2005-07-07 | [PATCH] pcmcia: remove references to pcmcia/version.h | Dominik Brodowski | 1 | -1/+0 |
| 2005-07-07 | [PATCH] pcmcia: move event handler | Dominik Brodowski | 1 | -5/+1 |
| 2005-06-27 | [PATCH] pcmcia: synclink_cs IRQ_INFO2_INFO is gone | Dominik Brodowski | 1 | -1/+1 |
| 2005-06-27 | [PATCH] pcmcia: id_table for synclink_cs.c | Dominik Brodowski | 1 | -0/+7 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+4611 |