summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-4/+3
* media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-7/+4
* drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard2020-01-311-1/+1
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-318-14/+13
* goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-14/+3
* media/v4l2-core: set pages dirty upon releasing DMA buffersJohn Hubbard2020-01-311-1/+4
* IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard2020-01-311-11/+6
* vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard2020-01-311-25/+5
* goldish_pipe: rename local pin_user_pages() routineJohn Hubbard2020-01-311-9/+9
* mm: Cleanup __put_devmap_managed_page() vs ->page_free()Dan Williams2020-01-311-6/+0
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-1/+0
* Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-291-2/+4
|\
| * fs: move filp_close() outside of __close_fd_get_file()Jens Axboe2020-01-201-2/+4
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-29120-1352/+2968
|\ \
| * | scsi: hisi_sas: Rename hisi_sas_cq.pci_irq_maskJohn Garry2020-01-203-3/+3
| * | scsi: hisi_sas: Add prints for v3 hw interrupt converge and automatic affinityLuo Jiaxing2020-01-201-0/+5
| * | scsi: hisi_sas: Modify the file permissions of trigger_dump to write onlyLuo Jiaxing2020-01-201-1/+1
| * | scsi: hisi_sas: Replace magic number when handle channel interruptLuo Jiaxing2020-01-201-5/+12
| * | scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/...Xiang Chen2020-01-202-34/+26
| * | scsi: hisi_sas: use threaded irq to process CQ interruptsXiang Chen2020-01-204-45/+37
| * | scsi: ufs: Use UFS device indicated maximum LU numberBean Huo2020-01-203-6/+12
| * | scsi: ufs: Add max_lu_supported in struct ufs_dev_infoBean Huo2020-01-202-2/+41
| * | scsi: ufs: Delete is_init_prefetch from struct ufs_hbaBean Huo2020-01-202-6/+1
| * | scsi: ufs: Inline two functions into their callersBean Huo2020-01-201-13/+4
| * | scsi: ufs: Move ufshcd_get_max_pwr_mode() to ufshcd_device_params_init()Bean Huo2020-01-201-5/+7
| * | scsi: ufs: Split ufshcd_probe_hba() based on its called flowBean Huo2020-01-201-66/+101
| * | scsi: ufs: Delete struct ufs_dev_descBean Huo2020-01-206-48/+36
| * | scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus()...Bean Huo2020-01-201-1/+2
| * | scsi: ufs-mediatek: enable low-power mode for hibern8 stateStanley Chu2020-01-201-0/+53
| * | scsi: ufs: export some functions for vendor usageStanley Chu2020-01-202-4/+10
| * | scsi: ufs-mediatek: add dbg_register_dump implementationStanley Chu2020-01-202-0/+21
| * | scsi: qla2xxx: Fix a NULL pointer dereference in an error pathBart Van Assche2020-01-201-9/+8
| * | scsi: qla1280: Make checking for 64bit support consistentThomas Bogendoerfer2020-01-201-1/+1
| * | scsi: megaraid_sas: Update driver version to 07.713.01.00-rc1Anand Lodnoor2020-01-151-2/+2
| * | scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO req...Anand Lodnoor2020-01-151-25/+31
| * | scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmwa...Anand Lodnoor2020-01-151-3/+55
| * | scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor2020-01-153-2/+5
| * | scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUSAnand Lodnoor2020-01-152-25/+34
| * | scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational stateAnand Lodnoor2020-01-151-0/+9
| * | scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabledAnand Lodnoor2020-01-151-2/+6
| * | scsi: megaraid_sas: Do not kill host bus adapter, if adapter is already deadAnand Lodnoor2020-01-151-0/+6
| * | scsi: megaraid_sas: Update optimal queue depth for SAS and NVMe devicesAnand Lodnoor2020-01-151-2/+2
| * | scsi: megaraid_sas: Set no_write_same only for Virtual DiskAnand Lodnoor2020-01-152-4/+18
| * | scsi: megaraid_sas: Reset adapter if FW is not in READY state after device re...Anand Lodnoor2020-01-151-2/+29
| * | scsi: qla1280: Fix dma firmware download, if dma address is 64bitThomas Bogendoerfer2020-01-152-6/+16
| * | scsi: iscsi: Fail session and connection on transport registration failureGabriel Krisman Bertazi2020-01-151-2/+16
| * | scsi: drivers: base: Propagate errors through the transport componentGabriel Krisman Bertazi2020-01-151-3/+8
| * | scsi: drivers: base: Support atomic version of attribute_container_device_tri...Gabriel Krisman Bertazi2020-01-151-0/+103
| * | scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black2020-01-152-3/+27
| * | scsi: ufs-mediatek: add apply_dev_quirks variant operationStanley Chu2020-01-151-0/+11