| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 18 | -66/+60 |
* | treewide: init_timer() -> setup_timer() | Kees Cook | 2017-11-22 | 1 | -3/+1 |
* | usb: usbatm: Convert timers to use timer_setup() | Kees Cook | 2017-11-22 | 3 | -20/+29 |
* | Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-11-15 | 1 | -4/+26 |
|\ |
|
| * | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2017-11-13 | 71 | -0/+71 |
| |\ |
|
| * \ | Merge branch 'for-next' into for-linus | Takashi Iwai | 2017-11-13 | 1 | -4/+26 |
| |\ \ |
|
| | * | | usb: core: Add a helper function to check the validity of EP type in URB | Takashi Iwai | 2017-10-11 | 1 | -4/+26 |
* | | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 2017-11-14 | 22 | -51/+51 |
|\ \ \ \ |
|
| * | | | | usb: gadget: configfs: make config_item_type const | Bhumika Goyal | 2017-10-19 | 1 | -5/+5 |
| * | | | | usb: gadget: make config_item_type structures const | Bhumika Goyal | 2017-10-19 | 21 | -46/+46 |
* | | | | | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-11-14 | 658 | -8691/+3984 |
|\ \ \ \ \ |
|
| * | | | | | usb: gadget: f_fs: Fix use-after-free in ffs_free_inst | Andrew Gabbasov | 2017-11-09 | 1 | -0/+1 |
| * | | | | | USB: usbfs: compute urb->actual_length for isochronous | Alan Stern | 2017-11-09 | 1 | -0/+14 |
| * | | | | | usb: core: message: remember to reset 'ret' to 0 when necessary | Felipe Balbi | 2017-11-09 | 1 | -0/+2 |
| * | | | | | USB: typec: Remove remaining redundant license text | Greg Kroah-Hartman | 2017-11-07 | 4 | -34/+0 |
| * | | | | | USB: typec: add SPDX identifiers to some files | Greg Kroah-Hartman | 2017-11-07 | 5 | -0/+5 |
| * | | | | | USB: renesas_usbhs: rcar?.h: add SPDX tags | Greg Kroah-Hartman | 2017-11-07 | 2 | -0/+2 |
| * | | | | | USB: chipidea: ci_hdrc_tegra.c: add SPDX line | Greg Kroah-Hartman | 2017-11-07 | 1 | -0/+1 |
| * | | | | | USB: host: xhci-debugfs: add SPDX lines | Greg Kroah-Hartman | 2017-11-07 | 2 | -0/+2 |
| * | | | | | USB: add SPDX identifiers to all remaining Makefiles | Greg Kroah-Hartman | 2017-11-07 | 10 | -0/+10 |
| * | | | | | usb: host: isp1362-hcd: remove a couple of redundant assignments | Colin Ian King | 2017-11-07 | 1 | -2/+1 |
| * | | | | | USB: adutux: remove redundant variable minor | Colin Ian King | 2017-11-07 | 1 | -2/+0 |
| * | | | | | usb: core: add a 'type' parameter to usb_get_status() | Felipe Balbi | 2017-11-07 | 1 | -7/+40 |
| * | | | | | usb: core: introduce a new usb_get_std_status() helper | Felipe Balbi | 2017-11-07 | 3 | -10/+10 |
| * | | | | | usb: core: rename usb_get_status() 'type' argument to 'recip' | Felipe Balbi | 2017-11-07 | 1 | -3/+3 |
| * | | | | | usb: core: add Status Type definitions | Felipe Balbi | 2017-11-07 | 1 | -2/+2 |
| * | | | | | USB: gadget: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 7 | -32/+0 |
| * | | | | | USB: gadget: function: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 55 | -244/+0 |
| * | | | | | USB: gadget: udc: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 60 | -346/+1 |
| * | | | | | USB: gadget: legacy: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 17 | -74/+0 |
| * | | | | | USB: host: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 9 | -85/+0 |
| * | | | | | USB: host: imx21: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 3 | -42/+0 |
| * | | | | | USB: host: fhci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 8 | -40/+0 |
| * | | | | | USB: host: ehci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 29 | -296/+0 |
| * | | | | | USB: host: ohci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 9 | -51/+1 |
| * | | | | | USB: host: whci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 11 | -136/+0 |
| * | | | | | USB: host: xhci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 22 | -178/+0 |
| * | | | | | USB: early: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 2 | -8/+0 |
| * | | | | | USB: c67x00: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 6 | -90/+0 |
| * | | | | | USB: dwc2: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 3 | -22/+0 |
| * | | | | | USB: dwc3: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 19 | -168/+0 |
| * | | | | | USB: chipidea: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 19 | -102/+1 |
| * | | | | | USB: isp1760: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 5 | -20/+0 |
| * | | | | | USB: mtu3: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 11 | -110/+0 |
| * | | | | | USB: musb: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 33 | -567/+0 |
| * | | | | | USB: typec: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 4 | -16/+0 |
| * | | | | | USB: phy: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 19 | -184/+1 |
| * | | | | | USB: renesas_usbhs: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 12 | -111/+0 |
| * | | | | | USB: usbip: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 20 | -277/+0 |
| * | | | | | USB: wusbcore: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 16 | -234/+0 |