Age | Commit message (Expand) | Author | Files | Lines |
2016-06-02 | usb: quirks: Fix sorting | Hans de Goede | 1 | -10/+10 |
2016-06-02 | xhci: fix platform quirks overwrite regression in 4.7-rc1 | Mathias Nyman | 1 | -1/+1 |
2016-06-02 | usb: xhci-plat: properly handle probe deferral for devm_clk_get() | Thomas Petazzoni | 1 | -0/+3 |
2016-06-02 | xhci: Fix handling timeouted commands on hosts in weird states. | Mathias Nyman | 1 | -5/+22 |
2016-06-02 | xhci: Cleanup only when releasing primary hcd | Gabriel Krisman Bertazi | 2 | -13/+17 |
2016-06-02 | Merge tag 'fixes-for-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 17 | -112/+186 |
2016-06-01 | usb: dwc3: Set the ClearPendIN bit on Clear Stall EP command | John Youn | 2 | -6/+25 |
2016-05-31 | usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration. | Peter Griffin | 1 | -2/+8 |
2016-05-31 | usb: gadget: composite: don't queue OS desc req if length is invalid | William Wu | 1 | -8/+13 |
2016-05-31 | usb: gadget: f_fs: Fix kernel panic if use_os_string not set | Jim Lin | 1 | -8/+10 |
2016-05-31 | usb: gadget: f_tcm: out of bound access in usbg_drop_tpg | Heinrich Schuchardt | 1 | -9/+11 |
2016-05-31 | usb: gadget: avoid exposing kernel stack | Heinrich Schuchardt | 1 | -0/+1 |
2016-05-31 | usb: dwc2: fix regression on big-endian PowerPC/ARM systems | Arnd Bergmann | 1 | -0/+27 |
2016-05-31 | usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPAT | Jim Lin | 1 | -1/+1 |
2016-05-31 | usb: gadget: storage-common: Fix old comment about qualifier descriptor | Krzysztof Opasiak | 1 | -3/+1 |
2016-05-31 | usb: gadget: uac2: Drop unused device qualifier descriptor | Krzysztof Opasiak | 1 | -12/+0 |
2016-05-31 | usb: gadget: printer: Drop unused device qualifier descriptor | Krzysztof Opasiak | 1 | -8/+0 |
2016-05-31 | Documentation: configfs-usb-gadget-uvc: fix kernel version | Alexandre Belloni | 1 | -29/+29 |
2016-05-31 | usb: dwc2: gadget: Do not halt isochronous endpoints | Vahram Aharonyan | 1 | -0/+5 |
2016-05-31 | usb: dwc2: gadget: Do not halt endpoint if active | Vahram Aharonyan | 1 | -4/+15 |
2016-05-31 | usb: gadget: fix spinlock dead lock in gadgetfs | Bin Liu | 1 | -4/+13 |
2016-05-31 | usb: f_fs: off by one bug in _ffs_func_bind() | Dan Carpenter | 1 | -6/+4 |
2016-05-31 | usb: dwc3: exynos: Fix deferred probing storm. | Steinar H. Gunderson | 1 | -8/+11 |
2016-05-31 | usb: gadget: Fix binding to UDC via configfs interface | Krzysztof Opasiak | 3 | -4/+12 |
2016-05-29 | Linux 4.7-rc1v4.7-rc1 | Linus Torvalds | 1 | -3/+3 |
2016-05-29 | hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS | George Spelvin | 1 | -2/+2 |
2016-05-29 | Rename other copy of hash_string to hashlen_string | George Spelvin | 1 | -2/+2 |
2016-05-29 | hpfs: implement the show_options method | Mikulas Patocka | 1 | -11/+32 |
2016-05-29 | affs: fix remount failure when there are no options changed | Mikulas Patocka | 1 | -2/+3 |
2016-05-29 | hpfs: fix remount failure when there are no options changed | Mikulas Patocka | 1 | -2/+3 |
2016-05-29 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 67 | -258/+373 |
2016-05-29 | fs: fix binfmt_aout.c build error | Guenter Roeck | 1 | -1/+0 |
2016-05-29 | Merge branch 'hash' of git://ftp.sciencehorizons.net/linux | Linus Torvalds | 17 | -150/+734 |
2016-05-28 | h8300: Add <asm/hash.h> | George Spelvin | 2 | -0/+54 |
2016-05-28 | microblaze: Add <asm/hash.h> | George Spelvin | 2 | -0/+82 |
2016-05-28 | m68k: Add <asm/hash.h> | George Spelvin | 2 | -0/+60 |
2016-05-28 | <linux/hash.h>: Add support for architecture-specific functions | George Spelvin | 6 | -4/+299 |
2016-05-28 | fs/namei.c: Improve dcache hash function | George Spelvin | 1 | -40/+81 |
2016-05-28 | Eliminate bad hash multipliers from hash_32() and hash_64() | George Spelvin | 2 | -53/+36 |
2016-05-28 | Change hash_64() return value to 32 bits | George Spelvin | 1 | -3/+3 |
2016-05-28 | <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() | George Spelvin | 1 | -31/+9 |
2016-05-28 | fs/namei.c: Add hashlen_string() function | George Spelvin | 3 | -9/+53 |
2016-05-28 | Pull out string hash to <linux/stringhash.h> | George Spelvin | 2 | -26/+73 |
2016-05-28 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2016-05-28 | Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -17/+234 |
2016-05-28 | Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 56 | -331/+2800 |
2016-05-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 46 | -814/+5737 |
2016-05-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 105 | -3400/+1986 |
2016-05-28 | Revert "platform/chrome: chromeos_laptop: Add Leon Touch" | Benson Leung | 1 | -15/+0 |
2016-05-28 | i2c: dev: use after free in detach | Dan Carpenter | 1 | -1/+1 |