summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-281-18/+24
| * | | | n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-281-5/+8
| |/ / /
* | | | Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-0128-66/+373
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-06-281-0/+14
| |\ \ \ \
| | * | | | USB: serial: cp210x: add CESINEL device idsJohan Hovold2018-06-181-0/+11
| | * | | | USB: serial: cp210x: add Silicon Labs IDs for Windows UpdateKaroly Pados2018-06-181-0/+3
| | | |/ / | | |/| |
| * | | | usb: chipidea: host: fix disconnection detect issuePeter Chen2018-06-261-1/+4
| * | | | usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-enteredPeter Chen2018-06-251-3/+4
| * | | | typec: tcpm: Fix a msecs vs jiffies bugDan Carpenter2018-06-251-1/+2
| * | | | NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-06-251-2/+2
| * | | | usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff2018-06-251-0/+3
| * | | | staging/typec: fix tcpci_rt1711h build errorsRandy Dunlap2018-06-251-0/+1
| * | | | usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus2018-06-251-0/+13
| * | | | usb: typec: ucsi: acpi: Workaround for cache mode issueHeikki Krogerus2018-06-251-0/+5
| * | | | acpi: Add helper for deactivating memory regionHeikki Krogerus2018-06-252-0/+75
| * | | | usb: xhci: increase CRS timeout valueAjay Gupta2018-06-251-1/+6
| * | | | usb: xhci: tegra: fix runtime PM error handlingStefan Agner2018-06-251-2/+2
| * | | | usb: xhci: remove the code build warningDongjiu Geng2018-06-251-1/+1
| * | | | xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2018-06-252-7/+33
| * | | | xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-06-252-3/+41
| * | | | Merge tag 'fixes-for-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-06-2513-45/+167
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan2018-06-191-1/+6
| | * | | usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan2018-06-191-2/+5
| | * | | usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun2018-06-191-0/+3
| | * | | usb: dwc2: fix isoc split in transfer with no dataWilliam Wu2018-06-191-2/+1
| | * | | usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu2018-06-195-5/+106
| | * | | usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu2018-06-191-1/+1
| | * | | usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan2018-06-191-1/+3
| | * | | usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann2018-06-191-8/+4
| | * | | usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun2018-06-191-0/+1
| | * | | usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan2018-06-181-2/+0
| | * | | usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede2018-06-181-10/+13
| | * | | usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao2018-06-181-3/+0
| | * | | usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold2018-06-181-1/+2
| | * | | usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan2018-06-181-0/+1
| | * | | doc: usb: Fix typo in gadget_configfs documentationJaejoong Kim2018-06-181-1/+1
| | * | | usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier2018-06-181-8/+18
| | * | | usb: dwc3: pci: add support for Intel IceLakeHeikki Krogerus2018-06-181-0/+2
| | |/ /
* | | | Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-07-011-0/+1
|\ \ \ \
| * | | | swiotlb: export swiotlb_dma_opsChristoph Hellwig2018-06-281-0/+1
* | | | | Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-307-34/+17
|\ \ \ \ \
| * | | | | parisc: Build kernel without -ffunction-sectionsHelge Deller2018-06-291-4/+0
| * | | | | parisc: Reduce debug output in unwind codeHelge Deller2018-06-281-2/+2
| * | | | | parisc: Wire up io_pgetevents syscallHelge Deller2018-06-282-1/+3
| * | | | | parisc: Default to 4 SMP CPUsHelge Deller2018-06-281-1/+1
| * | | | | parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko2018-06-281-16/+9
| * | | | | parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller2018-06-281-2/+2
| * | | | | parisc: Drop struct sigaction from not exported header fileHelge Deller2018-06-281-8/+0
| |/ / / /
* | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-06-3011-24/+39
|\ \ \ \ \
| * \ \ \ \ Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-06-292-6/+2
| |\ \ \ \ \