Age | Commit message (Expand) | Author |
2018-03-06 | usb: quirks: add control message delay for 1b1c:1b20 | Danilo Krummrich |
2018-02-15 | Add delay-init quirk for Corsair K70 RGB keyboards | Jack Stocker |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-01 | Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-01-22 | signal: Replace memset(info,...) with clear_siginfo for clarity | Eric W. Biederman |
2018-01-02 | Merge 4.15.0-rc6 into usb-next | Greg Kroah-Hartman |
2017-12-19 | usb: Add device quirk for Logitech HD Pro Webcam C925e | Dmitry Fleytman Dmitry Fleytman |
2017-12-19 | usb: add RESET_RESUME for ELSA MicroLink 56K | Oliver Neukum |
2017-12-19 | USB: Fix off by one in type-specific length check of BOS SSP capability | Mathias Nyman |
2017-12-18 | Merge 4.15-rc4 into usb-next | Greg Kroah-Hartman |
2017-12-15 | usb: core: add support for USB_REQ_SET_ISOCH_DELAY | Felipe Balbi |
2017-12-13 | USB: core: prevent malicious bNumInterfaces overflow | Alan Stern |
2017-12-13 | Revert "USB: core: only clean up what we allocated" | Greg Kroah-Hartman |
2017-12-12 | USB: remove the URB_NO_FSBR flag | Alan Stern |
2017-12-12 | USB: core: only clean up what we allocated | Andrey Konovalov |
2017-12-07 | usb: Don't print a warning if interface driver rebind is deferred at resume | Mathias Nyman |
2017-12-06 | usb: core: Fix logging messages with spurious periods after newlines | Joe Perches |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-28 | usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub | Kai-Heng Feng |
2017-11-28 | usb: hub: Cycle HUB power when initialization fails | Mike Looijmans |
2017-11-28 | USB: core: Add type-specific length check of BOS descriptors | Masakazu Mokuno |
2017-11-28 | USB: usbfs: Filter flags passed in from user space | Oliver Neukum |
2017-11-28 | USB: of: clean up device-node helper | Johan Hovold |
2017-11-28 | USB: ledtrig-usbport: fix of-node leak | Johan Hovold |
2017-11-28 | USB: add device-tree support for interfaces | Johan Hovold |
2017-11-28 | usb: core: lower log level when device is not able to deal with string | Kai-Heng Feng |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-14 | Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai |
2017-11-13 | Merge branch 'for-next' into for-linus | Takashi Iwai |
2017-11-09 | USB: usbfs: compute urb->actual_length for isochronous | Alan Stern |
2017-11-09 | usb: core: message: remember to reset 'ret' to 0 when necessary | Felipe Balbi |
2017-11-07 | usb: core: add a 'type' parameter to usb_get_status() | Felipe Balbi |
2017-11-07 | usb: core: introduce a new usb_get_std_status() helper | Felipe Balbi |
2017-11-07 | usb: core: rename usb_get_status() 'type' argument to 'recip' | Felipe Balbi |
2017-11-07 | usb: core: add Status Type definitions | Felipe Balbi |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-04 | USB: Add delay-init quirk for Corsair K70 LUX keyboards | Bernhard Rosenkraenzer |
2017-11-04 | USB: core: Remove redundant license text | Greg Kroah-Hartman |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman |
2017-11-03 | USB: core: move existing SPDX tags to top of the file | Greg Kroah-Hartman |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-01 | usb: core: urb: mark expected switch fall-through | Gustavo A. R. Silva |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-10-23 | Merge 4.14-rc6 into usb-next | Greg Kroah-Hartman |
2017-10-23 | USB: Force disconnect Huawei 4G modem during suspend | Daniel Drake |
2017-10-19 | usb: hub: Allow reset retry for USB2 devices on connect bounce | Mathias Nyman |
2017-10-18 | USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor() | Alan Stern |