Age | Commit message (Expand) | Author |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy |
2009-06-25 | usb_serial: Fix oops when unexisting usb serial device is opened. | Thadeu Lima de Souza Cascardo |
2009-06-25 | acm: Fix oops when closing ACM tty device right after open has failed. | Thadeu Lima de Souza Cascardo |
2009-06-25 | acm: Return ENODEV instead of EINVAL when trying to open ACM device. | Thadeu Lima de Souza Cascardo |
2009-06-18 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt |
2009-06-17 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt |
2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds |
2009-06-16 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds |
2009-06-15 | USB: xhci depends on PCI. | Paul Mundt |
2009-06-15 | USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries. | Sarah Sharp |
2009-06-15 | USB: xhci: Respect critical sections. | Sarah Sharp |
2009-06-15 | USB: xHCI: Fix interrupt moderation. | Sarah Sharp |
2009-06-15 | USB: xhci: Remove packed attribute from structures. | Sarah Sharp |
2009-06-15 | usb; xhci: Fix TRB offset calculations. | Sarah Sharp |
2009-06-15 | USB: xhci: replace if-elseif-else with switch-case | Viral Mehta |
2009-06-15 | USB: xhci: Make xhci-mem.c include linux/dmapool.h | Sarah Sharp |
2009-06-15 | USB: xhci: drop spinlock in xhci_urb_enqueue() error path. | Sarah Sharp |
2009-06-15 | USB: Change names of SuperSpeed ep companion descriptor structs. | Sarah Sharp |
2009-06-15 | USB: xhci: Avoid compiler reordering in Link TRB giveback. | Sarah Sharp |
2009-06-15 | USB: xhci: Clean up xhci_irq() function. | Sarah Sharp |
2009-06-15 | USB: xhci: Avoid global namespace pollution. | Sarah Sharp |
2009-06-15 | USB: xhci: Fix Link TRB handoff bit twiddling. | Sarah Sharp |
2009-06-15 | USB: xhci: Fix register write order. | Sarah Sharp |
2009-06-15 | USB: xhci: fix some compiler warnings in xhci.h | Greg Kroah-Hartman |
2009-06-15 | USB: xhci: fix lots of compiler warnings. | Greg Kroah-Hartman |
2009-06-15 | USB: xhci: use xhci_handle_event instead of handle_event | Stephen Rothwell |
2009-06-15 | USB: xhci: URB cancellation support. | Sarah Sharp |
2009-06-15 | USB: xhci: Scatter gather list support for bulk transfers. | Sarah Sharp |
2009-06-15 | USB: Push scatter gather lists down to host controller drivers. | Sarah Sharp |
2009-06-15 | USB: xhci: Bulk transfer support | Sarah Sharp |
2009-06-15 | USB: xhci: Bandwidth allocation support | Sarah Sharp |
2009-06-15 | USB: Support for bandwidth allocation. | Sarah Sharp |
2009-06-15 | USB: Parse and store the SuperSpeed endpoint companion descriptors. | Sarah Sharp |
2009-06-15 | USB: xhci: Control transfer support. | Sarah Sharp |
2009-06-15 | USB: xhci: Allocate and address USB devices | Sarah Sharp |
2009-06-15 | USB: Support for addressing a USB device under xHCI | Sarah Sharp |
2009-06-15 | USB: xhci: Root hub support. | Sarah Sharp |
2009-06-15 | USB: Add route string to struct usb_device. | Sarah Sharp |
2009-06-15 | USB: Don't reset USB 3.0 devices on port change detection. | Sarah Sharp |
2009-06-15 | USB: Add USB 3.0 roothub support to USB core. | Sarah Sharp |
2009-06-15 | USB: Add SuperSpeed to the list of USB device speeds. | Sarah Sharp |
2009-06-15 | USB: xhci: No-op command queueing and irq handler. | Sarah Sharp |
2009-06-15 | USB: xhci: Device context array allocation. | Sarah Sharp |
2009-06-15 | USB: xhci: Ring allocation and initialization. | Sarah Sharp |
2009-06-15 | USB: xhci: BIOS handoff and HW initialization. | Sarah Sharp |
2009-06-15 | USB: xhci: Support xHCI host controllers and USB 3.0 devices. | Sarah Sharp |
2009-06-15 | USB: usbtmc: fix switch statment | Greg Kroah-Hartman |
2009-06-15 | USB: usbtest fix endless loop in unlink tests. | Martin Fuzzey |
2009-06-15 | USB: atmel_usba_udc: change way of specifying bias function | Nicolas Ferre |