| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 | 5 | -21/+9 |
|\ |
|
| * | BUG_ON() Conversion in drivers/isdn | Eric Sesterhenn | 2006-03-26 | 5 | -21/+9 |
* | | [PATCH] Dead code in drivers/isdn/avm/avmcard.h | Eric Sesterhenn | 2006-03-26 | 1 | -3/+1 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter | Hansjoerg Lipp | 2006-03-26 | 2 | -0/+1605 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handler | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+1009 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connection | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+2365 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - procfs interface | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+81 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+718 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interface | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+567 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - event layer | Hansjoerg Lipp | 2006-03-26 | 1 | -0/+1983 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - common module | Hansjoerg Lipp | 2006-03-26 | 2 | -0/+2141 |
* | | [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles | Hansjoerg Lipp | 2006-03-26 | 4 | -0/+50 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-25 | 1 | -1/+1 |
|\ |
|
| * | fix typos "wich" -> "which" | Uwe Zeisberger | 2006-03-24 | 1 | -1/+1 |
* | | [PATCH] i4l/isdn_tty.c: fix a check-after-use | Adrian Bunk | 2006-03-25 | 1 | -1/+4 |
* | | [PATCH] Remove MODULE_PARM | Rusty Russell | 2006-03-25 | 7 | -10/+10 |
* | | [PATCH] hysdn: remove custom types | Andrew Morton | 2006-03-25 | 12 | -126/+127 |
* | | [PATCH] ISDN: fix copy_to_user() unused result warning in isdn_ppp | Jesper Juhl | 2006-03-25 | 1 | -1/+2 |
|/ |
|
* | [PATCH] kill _INLINE_ | Adrian Bunk | 2006-03-23 | 2 | -2/+0 |
* | [PATCH] sem2mutex: kcapi.c | Arjan van de Ven | 2006-03-23 | 1 | -8/+9 |
* | [PATCH] i4l: fix compatiblity issue with big endian systems | Karsten Keil | 2006-03-06 | 1 | -19/+13 |
* | [PATCH] i4l: fix refcounting problem with ttyIx devices | Karsten Keil | 2006-03-06 | 1 | -0/+1 |
* | [PATCH] i4l: add new PCI IDs for HFC-S PCI | Karsten Keil | 2006-03-06 | 2 | -0/+4 |
* | [PATCH] Fix NULL pointer dereference in isdn_tty_at_cout | Karsten Keil | 2006-02-14 | 1 | -2/+2 |
* | [PATCH] mark HISAX_AMD7930 as broken | Al Viro | 2006-02-08 | 1 | -1/+1 |
* | [PATCH] i4l: warning fixes | Karsten Keil | 2006-02-03 | 1 | -1/+1 |
* | [PATCH] drivers/isdn/sc/ioctl.c: copy_from_user() size fix | Domen Puncer | 2006-02-03 | 1 | -2/+2 |
* | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-14 | 4 | -5/+5 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 4 | -41/+150 |
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 | 1 | -3/+3 |
* | [PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() sign... | Adrian Bunk | 2006-01-08 | 1 | -1/+2 |
* | [PATCH] drivers/isdn/: add missing #includes | Adrian Bunk | 2006-01-08 | 3 | -0/+4 |
* | [PATCH] i4l: __attribute__((packed)) for the CAPI message structs | Jan Blunck | 2006-01-08 | 1 | -44/+44 |
* | [PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1 | Jan Blunck | 2006-01-08 | 2 | -18/+18 |
* | [PATCH] drivers/isdn/: "extern inline" -> "static inline" | Adrian Bunk | 2006-01-08 | 3 | -5/+4 |
* | [PATCH] frv: suppress configuration of certain features for FRV | David Howells | 2006-01-08 | 1 | -5/+5 |
* | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 2006-01-06 | 5 | -296/+50 |
* | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 2006-01-06 | 5 | -115/+11 |
* | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 2006-01-06 | 5 | -127/+36 |
* | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 2006-01-05 | 5 | -86/+132 |
* | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 2006-01-04 | 2 | -2/+0 |
* | [PARISC] Mark hisax and pcbit ISDN drivers as not for parisc | Matthew Wilcox | 2005-11-18 | 2 | -7/+7 |
* | [PATCH] hfc_usb: fix usb device table | Andrew Morton | 2005-11-15 | 1 | -21/+11 |
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason | Olaf Hering | 2005-11-09 | 14 | -14/+0 |
* | [PATCH] kfree cleanup: drivers/isdn | Jesper Juhl | 2005-11-07 | 19 | -160/+79 |
* | [PATCH] isdn: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-11-07 | 5 | -14/+7 |
* | [PATCH] i4l: update hfc_usb driver | Martin Bachem | 2005-11-07 | 2 | -177/+121 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 1 | -0/+1 |
* | [PATCH] sparse cleanups: NULL pointers, C99 struct init. | Randy Dunlap | 2005-10-30 | 1 | -5/+5 |
* | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 1 | -1/+1 |