summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-1924-86/+157
|\ \ \ \
| * | | | scsi: cxgb4i: add wait_for_completion()Varun Prakash2019-01-124-18/+31
| * | | | scsi: qla1280: set 64bit coherent maskThomas Bogendoerfer2019-01-121-1/+1
| * | | | scsi: ufs: Fix geometry descriptor sizeAvri Altman2019-01-121-1/+1
| * | | | scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S2019-01-121-1/+2
| * | | | scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2019-01-122-0/+4
| * | | | scsi: ufs: Fix system suspend statusStanley Chu2019-01-121-0/+2
| * | | | scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei2019-01-123-1/+4
| * | | | scsi: hisi_sas: Set protection parameters prior to adding SCSI hostJohn Garry2019-01-121-6/+6
| * | | | scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li2019-01-121-27/+61
| * | | | scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe2019-01-091-7/+7
| * | | | scsi: lpfc: lpfc_sli: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-091-9/+11
| * | | | scsi: smartpqi_init: fix boolean expression in pqi_device_remove_startGustavo A. R. Silva2019-01-091-1/+1
| * | | | scsi: core: Synchronize request queue PM status only on successful resumeStanley Chu2019-01-091-11/+15
| * | | | scsi: pm80xx: reduce indentationJulia Lawall2019-01-091-1/+1
| * | | | scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing2019-01-091-0/+2
| * | | | scsi: megaraid_sas: correct an info messageTomas Henzl2019-01-091-1/+1
| * | | | scsi: target/iscsi: fix error msg typo when create lio_qr_cache failedLeo Zhang2019-01-091-1/+1
| * | | | scsi: sd: Fix cache_type_store()Ivan Mironov2019-01-091-0/+6
| |/ / /
* | | | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-194-17/+18
|\ \ \ \
| * | | | nvme-pci: fix nvme_setup_irqs()Ming Lei2019-01-161-8/+13
| * | | | nvmet-tcp: fix uninitialized variable accessSagi Grimberg2019-01-161-1/+1
| * | | | nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-151-2/+3
| * | | | md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza2019-01-141-6/+1
* | | | | Merge tag 'media/v5.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-01-182-6/+22
|\ \ \ \ \
| * | | | | media: vim2m: only cancel work if it is for right contextHans Verkuil2019-01-161-1/+3
| * | | | | media: v4l: ioctl: Validate num_planes for debug messagesSakari Ailus2019-01-161-1/+3
| * | | | | media: v4l: ioctl: Validate num_planes before using itSakari Ailus2019-01-161-0/+8
| * | | | | media: v4l2-ioctl: Clear only per-plane reserved fieldsThierry Reding2019-01-161-4/+8
| | |_|/ / | |/| | |
* | | | | Merge tag 'pci-v5.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-183-24/+23
|\ \ \ \ \
| * | | | | PCI: Fix __initdata issue with "pci=disable_acs_redir" parameterLogan Gunthorpe2019-01-171-1/+2
| * | | | | PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()Ming Lei2019-01-161-9/+13
| * | | | | PCI: Fix PCI kconfig menu organizationRob Herring2019-01-151-14/+8
* | | | | | Merge tag 'i3c/fixes-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-182-7/+4
|\ \ \ \ \ \
| * | | | | | i3c: master: dw-i3c-master: fix i3c_attach/reattachVitor Soares2019-01-151-5/+2
| * | | | | | i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'Christophe JAILLET2019-01-071-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'mtd/fixes-for-5.0-rc3' of git://git.infradead.org/linux-mtdLinus Torvalds2019-01-183-23/+2
|\ \ \ \ \ \
| * | | | | | mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada2019-01-181-1/+1
| * | | | | | mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem'Luc Van Oostenryck2019-01-181-1/+1
| * | | | | | mtd: rawnand: fsmc: Keep bank enable bit setLinus Walleij2019-01-151-21/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-181-1/+7
|\ \ \ \ \ \
| * | | | | | regmap-irq: do not write mask register if mask_base is zeroMark Zhang2019-01-141-0/+6
| * | | | | | Merge branch 'regmap-4.21' into regmap-5.0Mark Brown2019-01-071-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen2018-12-311-1/+1
* | | | | | | Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-183-35/+80
|\ \ \ \ \ \ \
| * | | | | | | xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-161-1/+1
| * | | | | | | pvcalls-front: fix potential null dereferenceWen Yang2019-01-151-0/+3
| * | | | | | | pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang2019-01-101-22/+59
| * | | | | | | xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-01-041-2/+0
| * | | | | | | pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-01-021-3/+4