Age | Commit message (Expand) | Author | Files | Lines |
2006-03-31 | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 5 | -154/+128 |
2006-03-31 | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 5 | -82/+54 |
2006-03-31 | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 5 | -24/+10 |
2006-03-31 | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 5 | -81/+1 |
2006-03-31 | [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq | Dominik Brodowski | 3 | -15/+11 |
2006-03-31 | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 5 | -58/+12 |
2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+1 |
2006-03-28 | [PATCH] capi: register_chrdev() fix | Andrew Morton | 1 | -3/+5 |
2006-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 5 | -21/+9 |
2006-03-26 | [PATCH] Dead code in drivers/isdn/avm/avmcard.h | Eric Sesterhenn | 1 | -3/+1 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter | Hansjoerg Lipp | 2 | -0/+1605 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handler | Hansjoerg Lipp | 1 | -0/+1009 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connection | Hansjoerg Lipp | 1 | -0/+2365 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - procfs interface | Hansjoerg Lipp | 1 | -0/+81 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface | Hansjoerg Lipp | 1 | -0/+718 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interface | Hansjoerg Lipp | 1 | -0/+567 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - event layer | Hansjoerg Lipp | 1 | -0/+1983 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - common module | Hansjoerg Lipp | 2 | -0/+2141 |
2006-03-26 | [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles | Hansjoerg Lipp | 4 | -0/+50 |
2006-03-26 | BUG_ON() Conversion in drivers/isdn | Eric Sesterhenn | 5 | -21/+9 |
2006-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2006-03-25 | [PATCH] i4l/isdn_tty.c: fix a check-after-use | Adrian Bunk | 1 | -1/+4 |
2006-03-25 | [PATCH] Remove MODULE_PARM | Rusty Russell | 7 | -10/+10 |
2006-03-25 | [PATCH] hysdn: remove custom types | Andrew Morton | 12 | -126/+127 |
2006-03-25 | [PATCH] ISDN: fix copy_to_user() unused result warning in isdn_ppp | Jesper Juhl | 1 | -1/+2 |
2006-03-24 | fix typos "wich" -> "which" | Uwe Zeisberger | 1 | -1/+1 |
2006-03-23 | [PATCH] kill _INLINE_ | Adrian Bunk | 2 | -2/+0 |
2006-03-23 | [PATCH] sem2mutex: kcapi.c | Arjan van de Ven | 1 | -8/+9 |
2006-03-07 | [PATCH] i4l: fix compatiblity issue with big endian systems | Karsten Keil | 1 | -19/+13 |
2006-03-07 | [PATCH] i4l: fix refcounting problem with ttyIx devices | Karsten Keil | 1 | -0/+1 |
2006-03-07 | [PATCH] i4l: add new PCI IDs for HFC-S PCI | Karsten Keil | 2 | -0/+4 |
2006-02-15 | [PATCH] Fix NULL pointer dereference in isdn_tty_at_cout | Karsten Keil | 1 | -2/+2 |
2006-02-08 | [PATCH] mark HISAX_AMD7930 as broken | Al Viro | 1 | -1/+1 |
2006-02-03 | [PATCH] i4l: warning fixes | Karsten Keil | 1 | -1/+1 |
2006-02-03 | [PATCH] drivers/isdn/sc/ioctl.c: copy_from_user() size fix | Domen Puncer | 1 | -2/+2 |
2006-01-15 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 4 | -5/+5 |
2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 4 | -41/+150 |
2006-01-10 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -3/+3 |
2006-01-09 | [PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() sign... | Adrian Bunk | 1 | -1/+2 |
2006-01-09 | [PATCH] drivers/isdn/: add missing #includes | Adrian Bunk | 3 | -0/+4 |
2006-01-09 | [PATCH] i4l: __attribute__((packed)) for the CAPI message structs | Jan Blunck | 1 | -44/+44 |
2006-01-09 | [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1 | Jan Blunck | 2 | -18/+18 |
2006-01-09 | [PATCH] drivers/isdn/: "extern inline" -> "static inline" | Adrian Bunk | 3 | -5/+4 |
2006-01-09 | [PATCH] frv: suppress configuration of certain features for FRV | David Howells | 1 | -5/+5 |
2006-01-06 | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 5 | -296/+50 |
2006-01-06 | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 5 | -115/+11 |
2006-01-06 | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 5 | -127/+36 |
2006-01-06 | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 5 | -86/+132 |
2006-01-05 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 2 | -2/+0 |
2005-11-19 | [PARISC] Mark hisax and pcbit ISDN drivers as not for parisc | Matthew Wilcox | 2 | -7/+7 |