| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, hotplug: avoid compiling memory hotremove functions when disabled | David Rientjes | 2013-04-30 | 1 | -21/+23 |
* | drivers/base/node.c: switch to register_hotmemory_notifier() | Andrew Morton | 2013-04-30 | 1 | -2/+6 |
* | drivers/video/mmp: remove legacy hw definitions | Zhou Zhu | 2013-04-30 | 1 | -478/+1 |
* | drivers/video/ep93xx-fb.c: fix section mismatch and use module_platform_driver | H Hartley Sweeten | 2013-04-30 | 1 | -15/+3 |
* | drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource() | Sachin Kamat | 2013-04-30 | 1 | -4/+4 |
* | drivers/video: add Hyper-V Synthetic Video Frame Buffer Driver | Haiyang Zhang | 2013-04-30 | 3 | -0/+839 |
* | drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attr | Devendra Naga | 2013-04-30 | 1 | -2/+1 |
* | matroxfb: convert struct i2c_msg initialization to C99 format | Shubhrajyoti Datta | 2013-04-30 | 1 | -2/+14 |
* | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-04-29 | 275 | -9748/+9995 |
|\ |
|
| * | USB: ehci-msm: USB_MSM_OTG needs USB_PHY | Arnd Bergmann | 2013-04-25 | 1 | -0/+1 |
| * | USB: OHCI: avoid conflicting platform drivers | Arnd Bergmann | 2013-04-25 | 1 | -18/+118 |
| * | USB: OMAP: ISP1301 needs USB_PHY | Arnd Bergmann | 2013-04-25 | 2 | -1/+2 |
| * | USB: lpc32xx: ISP1301 needs USB_PHY | Arnd Bergmann | 2013-04-25 | 1 | -0/+1 |
| * | USB: ftdi_sio: enable two UART ports on ST Microconnect Lite | Adrian Thomasset | 2013-04-24 | 1 | -7/+11 |
| * | usb: phy: tegra: don't call into tegra-ehci directly | Arnd Bergmann | 2013-04-23 | 2 | -9/+14 |
| * | usb: phy: phy core cannot yet be a module | Arnd Bergmann | 2013-04-23 | 1 | -1/+1 |
| * | USB: Fix initconst in ehci driver | Andi Kleen | 2013-04-23 | 3 | -3/+3 |
| * | usb-storage: CY7C68300A chips do not support Cypress ATACB | Tormod Volden | 2013-04-23 | 1 | -2/+14 |
| * | USB: serial: option: Added support Olivetti Olicard 145 | Filippo Turato | 2013-04-23 | 1 | -0/+2 |
| * | USB: ftdi_sio: correct ST Micro Connect Lite PIDs | Adrian Thomasset | 2013-04-23 | 2 | -2/+5 |
| * | Merge tag 'usb-for-v3.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2013-04-23 | 6 | -5/+12 |
| |\ |
|
| | * | usb: phy: remove exported function from __init section | Denis Efremov | 2013-04-23 | 1 | -1/+1 |
| | * | usb: gadget: zero: put function instances on unbind | Andrzej Pietrasiewicz | 2013-04-23 | 1 | -0/+2 |
| | * | usb: gadget: f_sourcesink.c: correct a copy-paste misnomer | Andrzej Pietrasiewicz | 2013-04-23 | 1 | -2/+2 |
| | * | usb: gadget: cdc2: fix error return code in cdc_do_config() | Wei Yongjun | 2013-04-23 | 1 | -1/+3 |
| | * | usb: gadget: multi: fix error return code in rndis_do_config() | Wei Yongjun | 2013-04-23 | 1 | -1/+3 |
| | * | usb: gadget: f_obex: fix error return code in obex_bind() | Wei Yongjun | 2013-04-23 | 1 | -0/+1 |
| * | | USB: storage: convert to use module_usb_driver() | Greg Kroah-Hartman | 2013-04-19 | 1 | -29/+1 |
| * | | usb: storage: Convert US_DEBUGP to usb_stor_dbg | Joe Perches | 2013-04-19 | 20 | -834/+753 |
| * | | USB: ti_usb_3410_5052: kill custom closing_wait | Johan Hovold | 2013-04-19 | 1 | -54/+15 |
| * | | USB: ti_usb_3410_5052: remove redundant drain from break_ctl | Johan Hovold | 2013-04-19 | 1 | -2/+0 |
| * | | USB: ti_usb_3410_5052: query hardware-buffer status in chars_in_buffer | Johan Hovold | 2013-04-19 | 1 | -0/+8 |
| * | | USB: ti_usb_3410_5052: remove lsr from port data | Johan Hovold | 2013-04-19 | 1 | -7/+7 |
| * | | USB: ti_usb_3410_5052: move write-fifo flushing to close | Johan Hovold | 2013-04-19 | 1 | -9/+8 |
| * | | USB: io_ti: remove redundant wait_until_sent | Johan Hovold | 2013-04-19 | 1 | -2/+0 |
| * | | USB: io_ti: fix TIOCGSERIAL | Johan Hovold | 2013-04-19 | 1 | -1/+1 |
| * | | USB: usbtmc: remove unnecessary memory allocation | Ming Lei | 2013-04-19 | 1 | -22/+4 |
| * | | usbatm: fix potential NULL pointer dereference | Wei Yongjun | 2013-04-19 | 1 | -3/+3 |
| * | | usb: storage: Fix link error | Joe Perches | 2013-04-19 | 1 | -0/+2 |
| * | | USB: symbolserial: move private-data allocation to port_probe | Johan Hovold | 2013-04-17 | 1 | -11/+19 |
| * | | USB: symbolserial: remove unused private data | Johan Hovold | 2013-04-17 | 1 | -5/+1 |
| * | | USB: symbolserial: use port interrupt-in urb | Johan Hovold | 2013-04-17 | 1 | -90/+12 |
| * | | USB: mct_u232: clean up read implementation | Johan Hovold | 2013-04-17 | 1 | -26/+11 |
| * | | USB: kobil_sct: use port interrupt-out urb | Johan Hovold | 2013-04-17 | 1 | -67/+8 |
| * | | USB: kobil_sct: remove unused endpoint address | Johan Hovold | 2013-04-17 | 1 | -8/+0 |
| * | | USB: kobil_sct: fix broken debug code | Johan Hovold | 2013-04-17 | 1 | -18/+2 |
| * | | USB: omninet: switch to generic read implementation | Johan Hovold | 2013-04-17 | 1 | -40/+3 |
| * | | USB: omninet: refactor read-urb processing | Johan Hovold | 2013-04-17 | 1 | -7/+18 |
| * | | USB: omninet: clean up protocol defines | Johan Hovold | 2013-04-17 | 1 | -7/+7 |
| * | | USB: omninet: clean up protocol description | Johan Hovold | 2013-04-17 | 1 | -7/+6 |