summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-10-02thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroyzhong jiang
2018-10-02mei: replace POLL* with EPOLL* for write queues.Tomas Winkler
2018-10-02uio: make symbol 'uio_class_registered' staticWei Yongjun
2018-10-02Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui
2018-10-02Drivers: hv: kvp: Fix two "this statement may fall through" warningsDexuan Cui
2018-10-02Drivers: hv: kvp: Fix the indentation of some "break" statementsDexuan Cui
2018-10-02Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui
2018-10-02w1: omap-hdq: fix missing bus unregister at removalAndreas Kemnade
2018-10-02VMCI: Resource wildcard match fixedJorgen Hansen
2018-10-02Merge tag 'soundwire-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2018-10-01Merge tag 'extcon-next-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2018-09-30Merge 4.19-rc6Greg Kroah-Hartman
2018-09-29Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman
2018-09-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman
2018-09-29Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Greg Kroah-Hartman
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor
2018-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-09-28Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2018-09-28Merge tag 'pinctrl-v4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-09-28Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman
2018-09-28Merge tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-09-28Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linusJens Axboe
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla
2018-09-28nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski
2018-09-28nvmem: fix commenting styleBartosz Golaszewski
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski
2018-09-28nvmem: add a notifier chainBartosz Golaszewski
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski
2018-09-28nvmem: add support for cell infoBartosz Golaszewski
2018-09-28nvmem: remove the global cell listBartosz Golaszewski
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski
2018-09-28nvmem: mxs-ocotp: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28nvmem: lpc18xx_eeprom: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski
2018-09-28nvmem: use krefBartosz Golaszewski
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski
2018-09-28eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski
2018-09-28eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski
2018-09-28Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie