| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-27 | 1 | -1/+1 |
|\ |
|
| * | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 1 | -1/+1 |
* | | scsi: cxlflash: s/semahpore/semaphore/ | Geert Uytterhoeven | 2023-04-12 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-24 | 1 | -1/+1 |
|\ |
|
| * | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-10 | 1 | -1/+1 |
* | | scsi: cxlflash: Convert to scsi_execute_cmd() | Mike Christie | 2023-01-19 | 2 | -32/+34 |
|/ |
|
* | driver core: fix up missed scsi/cxlflash class.devnode() conversion. | Stephen Rothwell | 2022-11-30 | 1 | -1/+1 |
* | scsi: cxlflash: Drop DID_ALLOC_FAILURE use | Mike Christie | 2022-09-07 | 1 | -1/+1 |
* | scsi: cxlflash: Include missing linux/irqdomain.h | Christophe Leroy | 2022-07-28 | 1 | -0/+1 |
* | scsi: cxlflash: Query write_zeroes limit for zeroing | Christoph Hellwig | 2022-02-23 | 1 | -2/+2 |
* | scsi: cxlflash: Switch to attribute groups | Bart Van Assche | 2021-10-17 | 1 | -18/+22 |
* | scsi: cxlflash: Call scsi_done() directly | Bart Van Assche | 2021-10-17 | 1 | -3/+3 |
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-09-08 | 1 | -28/+6 |
|\ |
|
| * | scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword() | Heiner Kallweit | 2021-08-24 | 1 | -28/+6 |
* | | scsi: cxlflash: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 2021-08-12 | 1 | -1/+1 |
|/ |
|
* | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 2021-06-01 | 1 | -2/+1 |
* | scsi: core: Stop using DRIVER_ERROR | Hannes Reinecke | 2021-06-01 | 1 | -1/+1 |
* | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-05-05 | 1 | -2/+1 |
|\ |
|
| * | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument | Heiner Kallweit | 2021-04-30 | 1 | -2/+1 |
* | | scsi: cxlflash: Fix some misnaming related doc-rot | Lee Jones | 2021-03-19 | 1 | -4/+4 |
* | | scsi: cxlflash: Fix a few misnaming issues | Lee Jones | 2021-03-19 | 1 | -3/+3 |
* | | scsi: cxlflash: Fix a little doc-rot | Lee Jones | 2021-03-19 | 1 | -4/+4 |
|/ |
|
* | ocxl: Update the Process Element Entry | Christophe Lombard | 2020-12-03 | 1 | -2/+4 |
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2020-10-16 | 2 | -13/+9 |
|\ |
|
| * | ocxl: Don't return trigger page when allocating an interrupt | Frederic Barrat | 2020-08-24 | 1 | -2/+1 |
| * | scsi: cxlflash: Access interrupt trigger page from xive directly | Frederic Barrat | 2020-08-24 | 2 | -11/+8 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 2 | -20/+18 |
|/ |
|
* | scsi: cxlflash: Remove an unnecessary NULL check | Dan Carpenter | 2020-06-10 | 1 | -3/+0 |
* | scsi: cxlflash: Fix error return code in cxlflash_probe() | Wei Yongjun | 2020-05-20 | 1 | -0/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-12-02 | 1 | -2/+0 |
|\ |
|
| * | scsi: cxlflash: remove set but not used variable 'ioarcb' | YueHaibing | 2019-10-23 | 1 | -2/+0 |
* | | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -1/+1 |
|/ |
|
* | scsi: cxlflash: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-07-30 | 1 | -2/+10 |
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-07-19 | 1 | -19/+4 |
|\ |
|
| * | vfs: Convert ocxlflash to use the new mount API | David Howells | 2019-05-26 | 1 | -14/+4 |
| * | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 2019-05-25 | 1 | -2/+1 |
| * | cxlflash: don't bother with dentry_operations | Al Viro | 2019-05-20 | 1 | -5/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 13 | -65/+13 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-03-10 | 3 | -9/+8 |
|\ |
|
| * | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 2019-02-08 | 3 | -9/+8 |
* | | scsi: cxlflash: Prevent deadlock when adapter probe fails | Vaibhav Jain | 2019-02-05 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 1 | -1/+0 |
|\ |
|
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | | scsi: kill off the legacy IO path | Jens Axboe | 2018-11-07 | 1 | -6/+0 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-08-16 | 2 | -6/+5 |
|\ |
|
| * | scsi: cxlflash: Change return type for fault handler | Souptick Joarder | 2018-06-22 | 2 | -6/+5 |
* | | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-08-14 | 2 | -11/+4 |
|\ \ |
|
| * \ | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 2018-08-06 | 2 | -5/+4 |
| |\ \ |
|
| * | | | scsi: cxlflash: Drop unused sense buffers | Kees Cook | 2018-08-02 | 2 | -11/+4 |
| | |/
| |/| |
|