aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann10-0/+39
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann5-51/+45
2020-01-03compat_ioctl: simplify the implementationArnd Bergmann4-105/+64
2020-01-03compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann3-134/+91
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann7-204/+142
2020-01-03compat_ioctl: ide: floppy: add handlerArnd Bergmann5-0/+61
2020-01-03compat_ioctl: bsg: add handlerArnd Bergmann1-0/+1
2020-01-03compat_ioctl: add scsi_compat_ioctlArnd Bergmann2-14/+41
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann5-0/+7
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann2-26/+5
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann2-39/+25
2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann3-103/+135
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann2-0/+2
2020-01-03compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann2-0/+28
2020-01-03compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann3-95/+90
2020-01-03compat: provide compat_ptr() on all architecturesArnd Bergmann9-109/+20
2020-01-03compat: ARM64: always include asm-generic/compat.hArnd Bergmann1-2/+3
2020-01-02scsi: mpt3sas: Update drive version to 33.100.00.00Sreekanth Reddy1-2/+2
2020-01-02scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy1-1/+17
2020-01-02scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy5-33/+38
2020-01-02scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy5-78/+110
2020-01-02scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy3-17/+25
2020-01-02scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy3-7/+91
2020-01-02scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2-4/+118
2020-01-02scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy4-14/+29
2020-01-02scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2-1/+142
2020-01-02scsi: mpt3sas: Update MPI Headers to v02.00.57Sreekanth Reddy4-6/+34
2020-01-02scsi: ufs-mediatek: configure and enable clk-gatingStanley Chu1-0/+22
2020-01-02scsi: ufs-mediatek: configure customized auto-hibern8 timerStanley Chu1-0/+8
2020-01-02scsi: ufs: export ufshcd_auto_hibern8_update for vendor usageStanley Chu3-20/+19
2020-01-02scsi: ufs-mediatek: introduce reference clock controlStanley Chu2-6/+78
2020-01-02scsi: ufs-mediatek: add device reset implementationStanley Chu2-0/+42