Age | Commit message (Expand) | Author | Files | Lines |
2014-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2014-06-10 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -40/+0 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 144 | -6277/+10865 |
2014-06-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -8/+8 |
2014-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -17/+47 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -3/+3 |
2014-06-03 | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 141 | -6265/+10853 |
2014-06-03 | Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2014-06-03 | usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=y | Stephen Rothwell | 1 | -0/+6 |
2014-05-29 | usb: qcserial: add additional Sierra Wireless QMI devices | Aleksander Morgado | 1 | -0/+6 |
2014-05-29 | usb: host: max3421-hcd: Use module_spi_driver | Sachin Kamat | 1 | -14/+1 |
2014-05-29 | usb: host: max3421-hcd: Allow platform-data to specify Vbus polarity | David Mosberger-Tang | 1 | -2/+4 |
2014-05-29 | usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warning | David Mosberger-Tang | 1 | -34/+60 |
2014-05-29 | usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue() | David Mosberger-Tang | 1 | -2/+5 |
2014-05-29 | usb: qcserial: add Netgear AirCard 341U | Aleksander Morgado | 1 | -0/+1 |
2014-05-29 | xhci: delete endpoints from bandwidth list before freeing whole device | Mathias Nyman | 1 | -10/+10 |
2014-05-29 | usb: host: xhci-plat: add xhci_plat_start() | Yoshihiro Shimoda | 1 | -1/+6 |
2014-05-29 | usb: host: max3421-hcd: Fix potential NULL urb dereference | David Mosberger-Tang | 1 | -1/+3 |
2014-05-29 | usb: pci-quirks: Prevent Sony VAIO t-series from switching usb ports | Mathias Nyman | 1 | -0/+7 |
2014-05-28 | Revert "usb: gadget: net2280: Add support for PLX USB338X" | Greg Kroah-Hartman | 3 | -1131/+91 |
2014-05-28 | usb: resume child device when port is powered on | Dan Williams | 2 | -14/+37 |
2014-05-28 | usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y | Dan Williams | 2 | -46/+49 |
2014-05-28 | usb: introduce port status lock | Dan Williams | 4 | -37/+72 |
2014-05-28 | usb: synchronize port poweroff and khubd | Dan Williams | 1 | -1/+20 |
2014-05-28 | usb: refactor port handling in hub_events() | Dan Williams | 1 | -189/+185 |
2014-05-28 | usb: usb3 ports do not support FEAT_C_ENABLE | Dan Williams | 1 | -1/+2 |
2014-05-28 | usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failure | Dan Williams | 1 | -1/+0 |
2014-05-28 | usb: block suspension of superspeed port while hispeed peer is active | Dan Williams | 3 | -17/+93 |
2014-05-28 | usb: make usb_port flags atomic, rename did_runtime_put to child_usage | Dan Williams | 3 | -25/+25 |
2014-05-28 | usb: sysfs link peer ports | Dan Williams | 1 | -5/+34 |
2014-05-28 | usb: find internal hub tier mismatch via acpi | Dan Williams | 4 | -22/+83 |
2014-05-28 | usb: assign usb3 external hub port peers | Dan Williams | 1 | -8/+24 |
2014-05-28 | usb: assign default peer ports for root hubs | Dan Williams | 5 | -27/+134 |
2014-05-28 | usb: cleanup setting udev->removable from port_dev->connect_type | Dan Williams | 2 | -33/+23 |
2014-05-28 | usb: rename usb_port device objects | Dan Williams | 4 | -189/+158 |
2014-05-28 | usb: disable port power control if not supported in wHubCharacteristics | Dan Williams | 3 | -11/+20 |
2014-05-28 | USB: mutual exclusion for resetting a hub and power-managing a port | Alan Stern | 3 | -0/+19 |
2014-05-28 | usb: pci_quirks: fix sparse 'symbol not declared' warning | Konrad Zapalowicz | 1 | -0/+1 |
2014-05-28 | usb: gadget: rename CONFIG_USB_GADGET_PXA25X | Paul Bolle | 1 | -1/+1 |
2014-05-28 | USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpy | Benoit Taine | 1 | -2/+1 |
2014-05-28 | usb: usbtest: add pattern check on pipe in phase of unlink read | Huang Rui | 1 | -0/+3 |
2014-05-28 | usb: usbtest: fix unlink write error with pattern 1 | Huang Rui | 1 | -0/+10 |
2014-05-28 | usb: usb5303: add support for reference clock specified in device tree | Marek Szyprowski | 1 | -2/+57 |
2014-05-28 | USB: separate usb_address0 mutexes for each bus | Todd E Brandt | 2 | -4/+3 |
2014-05-28 | xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown. | Denis Turischev | 1 | -1/+3 |
2014-05-28 | USB: yurex: fix race between probe() and read() | Oliver Neukum | 1 | -2/+1 |
2014-05-28 | USB: appledisplay: fix race between reading and writing from the device | Oliver Neukum | 1 | -3/+10 |
2014-05-28 | USB: usbtmc: fix DMA on stack | Oliver Neukum | 1 | -1/+5 |
2014-05-28 | USB: cdc-acm: use BIT macro | Oliver Neukum | 1 | -6/+6 |