| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: add binary API to usbmon | Pete Zaitcev | 2007-02-07 | 7 | -57/+1502 |
* | USB: Add usb_endpoint_xfer_control to usb.h | Sarah Bailey | 2007-02-07 | 1 | -0/+12 |
* | USB Gadget file_storage.c: remove unnecessary casts | John Daiker | 2007-02-07 | 1 | -16/+15 |
* | USB: Bugfix for aircable: Add module and name to usb_serial_driver | Johannes Hölzl | 2007-02-07 | 1 | -1/+4 |
* | USB serial: add driver pointer to all usb-serial drivers | Johannes Hölzl | 2007-02-07 | 36 | -45/+104 |
* | USB serial: add dynamic id support to usb-serial core | Greg Kroah-Hartman | 2007-02-07 | 5 | -21/+117 |
* | ohci: Add support for OHCI controller on the of_platform bus | Sylvain Munaut | 2007-02-07 | 3 | -1/+274 |
* | ohci: Rework bus glue integration to allow several at once | Sylvain Munaut | 2007-02-07 | 13 | -198/+80 |
* | rndis_host learns ActiveSync basics | Ole Andre Vadla Ravnas | 2007-02-07 | 4 | -31/+144 |
* | USB: ethernet gadget interop with MCCI Windows driver | David Brownell | 2007-02-07 | 1 | -39/+103 |
* | usbcore: remove unneeded error check | Alan Stern | 2007-02-07 | 1 | -5/+1 |
* | USB: indicate active altsetting in proc/bus/usb/devices file | David Brownell | 2007-02-07 | 2 | -12/+17 |
* | USB: devio.c add missing INIT_LIST_HEAD() | Dan Carpenter | 2007-02-07 | 1 | -0/+1 |
* | USB: mutexification of rio500 | Oliver Neukum | 2007-02-07 | 1 | -24/+30 |
* | USB: Remove unneeded void * casts in idmouse.c | Tobias Klauser | 2007-02-07 | 1 | -6/+4 |
* | USB: define USB_CLASS_MISC in <linux/usb/ch9.h> | David Brownell | 2007-02-07 | 1 | -0/+1 |
* | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 2007-02-07 | 22 | -20/+24 |
* | USB: Fix EHCI warning | Benjamin Herrenschmidt | 2007-02-07 | 1 | -0/+8 |
* | USB: Fix OHCI warning | Benjamin Herrenschmidt | 2007-02-07 | 1 | -0/+8 |
* | USB: Implement support for EHCI with big endian MMIO | Benjamin Herrenschmidt | 2007-02-07 | 9 | -142/+213 |
* | USB: Implement support for "split" endian OHCI | Benjamin Herrenschmidt | 2007-02-07 | 4 | -55/+130 |
* | USB: Rework the OHCI quirk mecanism as suggested by David | Benjamin Herrenschmidt | 2007-02-07 | 1 | -63/+110 |
* | USB: convert usb class devices to real devices | Greg Kroah-Hartman | 2007-02-07 | 2 | -9/+9 |
* | USB: move usb_device_class class devices to be real devices | Greg Kroah-Hartman | 2007-02-07 | 2 | -13/+13 |
* | USB: add EPIC support to the io_edgeport driver | Greg Kroah-Hartman | 2007-02-07 | 4 | -84/+386 |
* | USB: unusual_devs.h for Sony floppy | Luiz Fernando N. Capitulino | 2007-02-07 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2007-02-07 | 10 | -49/+92 |
|\ |
|
| * | JFS: Remove incorrect kgdb define | Dave Kleikamp | 2007-01-26 | 1 | -5/+0 |
| * | JFS: call io_schedule() instead of schedule() to avoid deadlock | Dave Kleikamp | 2007-01-17 | 3 | -3/+3 |
| * | JFS: Add lockdep annotations | Dave Kleikamp | 2007-01-09 | 5 | -41/+74 |
| * | JFS: Avoid BUG() on a damaged file system | Dave Kleikamp | 2007-01-09 | 1 | -0/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2007-02-07 | 39 | -1119/+866 |
|\ \ |
|
| * | | [GFS2] make gfs2_writepages() static | Adrian Bunk | 2007-02-07 | 1 | -1/+2 |
| * | | [GFS2] Unlock page on prepare_write try lock failure | Steven Whitehouse | 2007-02-07 | 1 | -1/+3 |
| * | | [GFS2] nfsd readdirplus assertion failure | Wendy Cheng | 2007-02-06 | 1 | -5/+11 |
| * | | [DLM] fix softlockup in dlm_recv | Patrick Caulfield | 2007-02-05 | 1 | -6/+9 |
| * | | [DLM] zero new user lvbs | David Teigland | 2007-02-05 | 1 | -2/+2 |
| * | | [DLM/GFS2] indent help text | Randy Dunlap | 2007-02-05 | 2 | -31/+30 |
| * | | [GFS2] Fix unlink deadlocks | Russell Cattelan | 2007-02-05 | 2 | -53/+40 |
| * | | [GFS2] Put back semaphore to avoid umount problem | Steven Whitehouse | 2007-02-05 | 1 | -0/+6 |
| * | | [GFS2] more CURRENT_TIME_SEC | Eric Sandeen | 2007-02-05 | 1 | -4/+4 |
| * | | [GFS2/DLM] fix GFS2 circular dependency | Adrian Bunk | 2007-02-05 | 2 | -4/+2 |
| * | | [GFS2/DLM] use sysfs | Randy Dunlap | 2007-02-05 | 2 | -0/+2 |
| * | | [GFS2] make lock_dlm drop_count tunable in sysfs | David Teigland | 2007-02-05 | 3 | -10/+15 |
| * | | [GFS2] increase default lock limit | David Teigland | 2007-02-05 | 1 | -1/+1 |
| * | | [GFS2] Fix list corruption in lops.c | Steven Whitehouse | 2007-02-05 | 1 | -3/+11 |
| * | | [GFS2] Fix recursive locking attempt with NFS | Steven Whitehouse | 2007-02-05 | 2 | -9/+16 |
| * | | [DLM] can miss clearing resend flag | David Teigland | 2007-02-05 | 1 | -0/+6 |
| * | | [DLM] saved dlm message can be dropped | David Teigland | 2007-02-05 | 1 | -2/+2 |
| * | | [DLM] Make sock_sem into a mutex | Patrick Caulfield | 2007-02-05 | 1 | -22/+22 |