Age | Commit message (Expand) | Author | Files | Lines |
2019-07-11 | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 6 | -50/+81 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -24/+24 |
2019-07-03 | usb: Handle USB3 remote wakeup for LPM enabled devices correctly | Lee, Chiasheng | 1 | -2/+5 |
2019-06-28 | usb: host: Fix excessive alignment restriction for local memory allocations | Fredrik Noring | 1 | -1/+1 |
2019-06-26 | USB: core: Fix compiler warnings in devio.c | Alan Stern | 1 | -6/+6 |
2019-06-26 | USB: core: Remove usbfs_mutex | Alan Stern | 3 | -13/+0 |
2019-06-24 | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose | 2 | -4/+4 |
2019-06-20 | USB: core: correct a spelling mistake in the comment | Harry Pan | 1 | -1/+1 |
2019-06-18 | USB: add usbfs ioctl to retrieve the connection parameters | Dmitry Torokhov | 1 | -1/+41 |
2019-06-17 | Merge 5.2-rc5 into usb-next | Greg Kroah-Hartman | 1 | -0/+3 |
2019-06-06 | USB: move usb debugfs directory creation to the usb common core | Greg Kroah-Hartman | 1 | -6/+4 |
2019-06-05 | usb: Add devaddr in struct usb_device | Jim Lin | 1 | -1/+3 |
2019-06-05 | USB: Fix chipmunk-like voice when using Logitech C270 for recording audio. | Marco Zatta | 1 | -0/+3 |
2019-06-03 | USB: drop HCD_LOCAL_MEM flag | Laurentiu Tudor | 2 | -14/+9 |
2019-06-03 | USB: use genalloc for USB HCs with local memory | Laurentiu Tudor | 2 | -0/+45 |
2019-06-03 | Merge 5.2-rc3 into usb-next | Greg Kroah-Hartman | 2 | -2/+5 |
2019-05-24 | usb: avoid redundant allocation and free of memory | Weitao Hou | 1 | -5/+3 |
2019-05-22 | signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio | Eric W. Biederman | 1 | -24/+24 |
2019-05-21 | usb: core: hub: Disable hub-initiated U1/U2 | Thinh Nguyen | 1 | -12/+16 |
2019-05-21 | usb: core: hub: Enable/disable U1/U2 in configured state | Thinh Nguyen | 1 | -2/+2 |
2019-05-21 | USB: Add LPM quirk for Surface Dock GigE adapter | Maximilian Luz | 1 | -0/+3 |
2019-05-21 | USB: Fix slab-out-of-bounds write in usb_get_bos_descriptor | Alan Stern | 1 | -2/+2 |
2019-05-21 | usb: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2019-05-08 | Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -26/+43 |
2019-05-03 | Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -3/+4 |
2019-05-03 | usb: introduce usb_ep_type_string() function | Chunfeng Yun | 1 | -15/+2 |
2019-05-03 | USB: Export usb_wakeup_enabled_descendants() | Douglas Anderson | 1 | -3/+4 |
2019-04-25 | usb/hcd: Send a uevent signaling that the host controller had died | Raul E Rangel | 1 | -0/+24 |
2019-04-19 | USB: core: Fix bug caused by duplicate interface PM usage counter | Alan Stern | 1 | -13/+0 |
2019-04-17 | USB: core: Don't unbind interfaces following device reset failure | Alan Stern | 1 | -1/+4 |
2019-04-16 | USB: core: Fix unterminated string returned by usb_string() | Alan Stern | 1 | -1/+3 |
2019-04-16 | USB: hub: Remove returned value 'status' since never used | Mathieu Malaterre | 1 | -7/+6 |
2019-04-01 | Merge 5.1-rc3 into usb-next | Greg Kroah-Hartman | 1 | -0/+3 |
2019-03-26 | usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode fails | Chen-Yu Tsai | 1 | -0/+3 |
2019-03-26 | usb: introduce usb_ep_type_string() function | Chunfeng Yun | 1 | -15/+2 |
2019-03-26 | usb: core: Add PM runtime calls to usb_hcd_platform_shutdown | Tony Lindgren | 1 | -0/+3 |
2019-03-06 | Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 15 | -91/+234 |
2019-03-01 | usb: core: make default autosuspend delay configurable | Mans Rullgard | 2 | -2/+14 |
2019-02-27 | usb: core: Fix typo in description of "authorized_default" | Jakub Wilk | 1 | -1/+1 |
2019-02-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -63/+100 |
2019-02-22 | usb: core: add option of only authorizing internal devices | Dmitry Torokhov | 2 | -27/+57 |
2019-02-20 | usb: core: Replace hardcoded check with inline function from usb.h | Keyur Patel | 1 | -1/+1 |
2019-02-20 | usb: core: skip interfaces disabled in devicetree | Mans Rullgard | 1 | -0/+7 |
2019-02-19 | usb: core: config: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -3/+3 |
2019-02-08 | USB: Fix configuration selection issues introduced in v4.20.0 | Nikolay Yakimov | 1 | -19/+25 |
2019-02-08 | usb: handle warm-reset port requests on hub resume | Jan-Marek Glogowski | 1 | -0/+7 |
2019-02-04 | usb: core: Move variable initialization to appropriate place | Suwan Kim | 1 | -2/+1 |
2019-01-30 | usb: core: comply to PHY framework | Miquel Raynal | 3 | -0/+35 |
2019-01-28 | Merge 5.0-rc4 into usb-next | Greg Kroah-Hartman | 1 | -7/+10 |
2019-01-25 | usb: assign ACPI companions for embedded USB devices | Dmitry Torokhov | 1 | -9/+35 |