Age | Commit message (Expand) | Author | Files | Lines |
2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -13/+9 |
2020-08-24 | ocxl: Don't return trigger page when allocating an interrupt | Frederic Barrat | 1 | -2/+1 |
2020-08-24 | scsi: cxlflash: Access interrupt trigger page from xive directly | Frederic Barrat | 2 | -11/+8 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -20/+18 |
2020-06-10 | scsi: cxlflash: Remove an unnecessary NULL check | Dan Carpenter | 1 | -3/+0 |
2020-05-20 | scsi: cxlflash: Fix error return code in cxlflash_probe() | Wei Yongjun | 1 | -0/+1 |
2019-12-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+0 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -1/+1 |
2019-10-23 | scsi: cxlflash: remove set but not used variable 'ioarcb' | YueHaibing | 1 | -2/+0 |
2019-07-30 | scsi: cxlflash: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+10 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -19/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 13 | -65/+13 |
2019-05-26 | vfs: Convert ocxlflash to use the new mount API | David Howells | 1 | -14/+4 |
2019-05-26 | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 1 | -2/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-20 | cxlflash: don't bother with dentry_operations | Al Viro | 1 | -5/+1 |
2019-03-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -9/+8 |
2019-02-09 | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 3 | -9/+8 |
2019-02-05 | scsi: cxlflash: Prevent deadlock when adapter probe fails | Vaibhav Jain | 1 | -0/+2 |
2018-12-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
2018-11-07 | scsi: kill off the legacy IO path | Jens Axboe | 1 | -6/+0 |
2018-08-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -6/+5 |
2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -11/+4 |
2018-08-14 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -20/+4 |
2018-08-06 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 2 | -5/+4 |
2018-08-03 | scsi: cxlflash: Drop unused sense buffers | Kees Cook | 2 | -11/+4 |
2018-07-22 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -3/+2 |
2018-07-12 | ocxlflash_getfile(): switch to alloc_file_pseudo() | Al Viro | 1 | -19/+4 |
2018-07-12 | alloc_file(): switch to passing O_... flags instead of FMODE_... mode | Al Viro | 1 | -2/+1 |
2018-07-11 | ocxlflash_getfile(): fix double-iput() on alloc_file() failures | Al Viro | 1 | -3/+2 |
2018-07-11 | scsi: cxlflash: fix assignment of the backend operations | Cédric Le Goater | 1 | -2/+2 |
2018-06-22 | scsi: cxlflash: Change return type for fault handler | Souptick Joarder | 2 | -6/+5 |
2018-05-18 | scsi: cxlflash: Isolate external module dependencies | Uma Krishnan | 7 | -7/+16 |
2018-05-18 | scsi: cxlflash: Abstract hardware dependent assignments | Uma Krishnan | 2 | -5/+17 |
2018-05-18 | scsi: cxlflash: Add include guards to backend.h | Uma Krishnan | 1 | -0/+5 |
2018-05-18 | scsi: cxlflash: Use local mutex for AFU serialization | Matthew R. Ochs | 2 | -3/+4 |
2018-05-18 | scsi: cxlflash: Acquire semaphore before invoking ioctl services | Uma Krishnan | 1 | -0/+6 |
2018-05-18 | scsi: cxlflash: Limit the debug logs in the IO path | Uma Krishnan | 1 | -2/+2 |
2018-05-18 | scsi: cxlflash: Yield to active send threads | Uma Krishnan | 1 | -0/+2 |
2018-04-19 | scsi: cxlflash: Handle spurious interrupts | Uma Krishnan | 2 | -0/+12 |
2018-04-19 | scsi: cxlflash: Remove commmands from pending list on timeout | Uma Krishnan | 1 | -0/+14 |
2018-04-19 | scsi: cxlflash: Synchronize reset and remove ops | Uma Krishnan | 1 | -3/+3 |
2018-04-19 | scsi: cxlflash: Enable OCXL operations | Uma Krishnan | 2 | -2/+8 |
2018-04-19 | scsi: cxlflash: Support AFU reset | Uma Krishnan | 1 | -0/+17 |
2018-04-19 | scsi: cxlflash: Register for translation errors | Uma Krishnan | 2 | -2/+33 |
2018-04-19 | scsi: cxlflash: Introduce OCXL context state machine | Uma Krishnan | 2 | -3/+64 |
2018-04-19 | scsi: cxlflash: Update synchronous interrupt status bits | Uma Krishnan | 1 | -14/+21 |
2018-04-19 | scsi: cxlflash: Setup LISNs for master contexts | Uma Krishnan | 1 | -0/+21 |
2018-04-19 | scsi: cxlflash: Setup LISNs for user contexts | Uma Krishnan | 3 | -0/+24 |