summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski2018-09-281-6/+6
| * | | | nvmem: use SPDX license identifiersBartosz Golaszewski2018-09-282-8/+2
| * | | | nvmem: add a notifier chainBartosz Golaszewski2018-09-281-0/+21
| * | | | nvmem: add support for cell lookups from machine codeBartosz Golaszewski2018-09-281-0/+28
| * | | | nvmem: add support for cell infoBartosz Golaszewski2018-09-281-9/+24
| * | | | nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski2018-09-281-6/+3
| * | | | nvmem: provide nvmem_dev_name()Bartosz Golaszewski2018-09-281-0/+8
| * | | | uio: introduce UIO_MEM_IOVAStephen Hemminger2018-09-251-0/+1
| * | | | vmbus: split ring buffer allocation from openStephen Hemminger2018-09-251-0/+9
| * | | | vmbus: keep pointer to ring buffer pageStephen Hemminger2018-09-251-1/+1
| * | | | vmbus: pass channel to hv_process_channel_removalStephen Hemminger2018-09-251-1/+1
| * | | | coresight: Add support for CLAIM tag protocolSuzuki K Poulose2018-09-251-0/+20
| * | | | coresight: perf: Remove set_buffer call backSuzuki K Poulose2018-09-251-5/+1
| * | | | coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose2018-09-251-5/+1
| * | | | coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose2018-09-251-7/+2
| * | | | Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman2018-09-1614-19/+25
| |\ \ \ \
| * | | | | binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen2018-09-141-0/+10
| * | | | | vmbus: add driver_override supportStephen Hemminger2018-09-121-0/+1
* | | | | | Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-263-5/+24
|\ \ \ \ \ \
| * | | | | | devres: provide devm_kstrdup_const()Bartosz Golaszewski2018-10-161-0/+2
| * | | | | | mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski2018-10-161-0/+14
| * | | | | | devres: constify p in devm_kfree()Bartosz Golaszewski2018-10-161-1/+1
| * | | | | | driver core: add BUS_ATTR_WO() macroGreg Kroah-Hartman2018-10-161-0/+2
| * | | | | | kernfs: update comment about kernfs_path() return valueKonstantin Khlebnikov2018-09-161-4/+5
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-268-205/+251
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'usb-ci-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-081-0/+6
| |\ \ \ \ \ \
| | * | | | | | usb: chipidea: Add dynamic pinctrl selectionLoic Poulain2018-09-201-0/+6
| * | | | | | | Merge 4.19-rc7 into usb-nextGreg Kroah-Hartman2018-10-0822-73/+81
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge tag 'usb-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-10-051-152/+152
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'uvcg-20180925' of git://linuxtv.org/pinchartl/media into testing/nextFelipe Balbi2018-10-021-152/+152
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | usb: video: Fix endianness mismatches in descriptor structuresLaurent Pinchart2018-09-251-152/+152
| | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | Merge tag 'phy-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-10-011-38/+0
| |\ \ \ \ \ \ \
| | * | | | | | | scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam2018-09-261-24/+0
| | * | | | | | | phy: qcom-ufs: Remove stale methods that handle ref clkVivek Gautam2018-09-261-14/+0
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman2018-09-3021-102/+135
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | drivers: base: Helpers for adding device connection descriptionsHeikki Krogerus2018-09-201-0/+24
| * | | | | | | USB: EHCI: ehci-mv: remove private_initLubomir Rintel2018-09-201-1/+0
| * | | | | | | usb: usbtmc: Add ioctl USBTMC_IOCTL_API_VERSIONGuido Kiener2018-09-201-0/+1
| * | | | | | | usb: usbtmc: Add ioctl USBTMC_IOCTL_AUTO_ABORTGuido Kiener2018-09-201-0/+1
| * | | | | | | usb: usbtmc: add ioctl USBTMC_IOCTL_MSG_IN_ATTRGuido Kiener2018-09-201-0/+2
| * | | | | | | usb: usbtmc: Add ioctl USBTMC488_IOCTL_WAIT_SRQGuido Kiener2018-09-201-0/+1
| * | | | | | | usb: usbtmc: Add ioctl USBTMC_IOCTL_CLEANUP_IOGuido Kiener2018-09-201-0/+1
| * | | | | | | usb: usbtmc: Add ioctl USBTMC_IOCTL_CANCEL_IOGuido Kiener2018-09-201-0/+3
| * | | | | | | usb: usbtmc: Add ioctl for vendor specific readGuido Kiener2018-09-201-0/+2
| * | | | | | | usb: usbtmc: Add ioctl USBTMC_IOCTL_WRITE_RESULTGuido Kiener2018-09-201-0/+1
| * | | | | | | usb: usbtmc: Add ioctl for vendor specific writeGuido Kiener2018-09-201-0/+14
| * | | | | | | usb: usbtmc: Add ioctl for generic requests on controlGuido Kiener2018-09-201-0/+15
| * | | | | | | dt-bindings: connector: Add support for USB-PD PPS APDOs to bindingsAdam Thomson2018-09-201-0/+26
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman2018-09-1623-30/+86
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | usb: ehci-sh: convert to SPDX identifiersKuninori Morimoto2018-09-101-14/+2