| Commit message (Expand) | Author | Age | Files | Lines |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | cm4000_cs.c: Remove unnecessary cast | H Hartley Sweeten | 2010-02-17 | 1 | -1/+1 |
* | tty: const: constify remaining tty_operations | Alexey Dobriyan | 2009-12-11 | 1 | -1/+1 |
* | pcmcia: rework the irq_req_t typedef | Dominik Brodowski | 2009-11-28 | 3 | -12/+5 |
* | pcmcia: remove deprecated handle_to_dev() macro | Dominik Brodowski | 2009-11-28 | 2 | -4/+4 |
* | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer | Dominik Brodowski | 2009-11-28 | 1 | -2/+2 |
* | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() | Magnus Damm | 2009-11-28 | 1 | -2/+2 |
* | pcmcia: Pass struct pcmcia_device to pcmcia_release_window() | Magnus Damm | 2009-11-28 | 1 | -7/+7 |
* | pcmcia: fix printk formats | Randy Dunlap | 2009-11-11 | 1 | -2/+2 |
* | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char) | Dominik Brodowski | 2009-11-09 | 4 | -107/+63 |
* | ipwireless: make more use of pcmcia_loop_config() | Dominik Brodowski | 2009-11-08 | 1 | -114/+99 |
* | pcmcia: use pcmcia_loop_config in misc pcmcia drivers | Dominik Brodowski | 2009-11-08 | 2 | -121/+46 |
* | pcmcia: fix read buffer overflow | Roel Kluin | 2009-09-22 | 1 | -1/+1 |
* | hdlc: convert to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -4/+3 |
* | tty: fix chars_in_buffers | Alan Cox | 2009-07-20 | 1 | -2/+2 |
* | pcmcia/cm4000: fix lock imbalance | Jiri Slaby | 2009-06-22 | 1 | -1/+2 |
* | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 | 1 | -4/+7 |
* | proc tty: switch synclink_cs to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -39/+34 |
* | WAN: Convert generic HDLC drivers to netdev_ops. | Krzysztof Hałasa | 2009-01-21 | 1 | -7/+11 |
* | synclink_cs: Convert to tty_port | Alan Cox | 2009-01-02 | 1 | -298/+181 |
* | pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted | Alan Cox | 2008-10-17 | 1 | -1/+1 |
* | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 2 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 | 4 | -130/+79 |
|\ |
|
| * | pcmcia: remove unused argument to pcmcia_parse_tuple() | Dominik Brodowski | 2008-08-31 | 2 | -4/+4 |
| * | pcmcia: card services header cleanup | Dominik Brodowski | 2008-08-31 | 1 | -1/+1 |
| * | pcmcia: deprecate CS_SUCCESS | Dominik Brodowski | 2008-08-23 | 2 | -20/+20 |
| * | pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() users | Dominik Brodowski | 2008-08-23 | 1 | -10/+0 |
| * | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 2008-08-23 | 2 | -0/+2 |
| * | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-23 | 2 | -0/+2 |
| * | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 2008-08-23 | 2 | -4/+0 |
| * | pcmcia: use pcmcia_loop_config in misc pcmcia drivers | Dominik Brodowski | 2008-08-23 | 2 | -95/+54 |
* | | tty: ipw need reworking | Alan Cox | 2008-10-13 | 1 | -9/+10 |
* | | removed unused #include <version.h> | Huang Weiyi | 2008-08-16 | 1 | -1/+0 |
* | | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 2008-08-07 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | Remove bogus dosyncppp variable from synclink drivers. | Krzysztof Hałasa | 2008-07-23 | 1 | -4/+0 |
* | | ipwireless: fix compile failure | James Bottomley | 2008-07-28 | 1 | -1/+1 |
* | | ipwireless: Preallocate received packet buffers with MRU size | David Sterba | 2008-07-28 | 3 | -1/+8 |
* | | ipwireless: Put packets to pool start | David Sterba | 2008-07-28 | 1 | -2/+2 |
* | | ipwireless: Increase PPP outgoing queue size | David Sterba | 2008-07-28 | 2 | -3/+5 |
* | | ipwireless: Explicitly request io and mem regions | David Sterba | 2008-07-28 | 2 | -34/+50 |
* | | ipwireless: Constify buffer variables | David Sterba | 2008-07-28 | 3 | -14/+16 |
* | | ipwireless: Do not return value from sending funcs | David Sterba | 2008-07-28 | 1 | -12/+3 |
* | | ipwireless: Remove endian-dependent bitfields | David Sterba | 2008-07-28 | 1 | -13/+38 |
* | | ipwireless: Glue splitted printk strings back | David Sterba | 2008-07-28 | 2 | -18/+12 |
* | | ipwireless: Remove pt_regs from interrupt handler | David Sterba | 2008-07-28 | 2 | -2/+2 |
* | | ipwireless: Rename spinlock variables to lock | David Sterba | 2008-07-28 | 2 | -71/+71 |
* | | ipwireless: Remove unused defines | David Sterba | 2008-07-28 | 2 | -11/+7 |
* | | ipwireless: Misc cleanups | David Sterba | 2008-07-28 | 1 | -32/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 | 2 | -2/+3 |
|\ \ |
|
| * | | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-21 | 2 | -2/+3 |
| |/ |
|