Age | Commit message (Expand) | Author |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-03-24 | scsi: pmcraid: Declare SCSI host template const | Bart Van Assche |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2022-06-07 | scsi: pmcraid: Fix missing resource cleanup in error case | Chengguang Xu |
2022-05-23 | scsi: pmcraid: Fix typo in comment | Julia Lawall |
2022-04-18 | scsi: pmcraid: Remove unneeded semicolon | Jiapeng Chong |
2022-03-29 | scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementation | Christophe JAILLET |
2021-12-22 | scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist() | Christoph Hellwig |
2021-11-29 | scsi: pmcraid: Fix a kernel-doc warning | Bart Van Assche |
2021-10-16 | scsi: pmcraid: Switch to attribute groups | Bart Van Assche |
2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche |
2021-10-16 | scsi: pmcraid: Call scsi_done() directly | Bart Van Assche |
2021-03-18 | scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in header | Lee Jones |
2021-03-18 | scsi: pmcraid: Fix a whole host of kernel-doc issues | Lee Jones |
2020-11-25 | scsi: pmcraid: Use generic power management | Vaibhav Gupta |
2020-11-25 | scsi: pmcraid: Drop PCI Wakeup calls from .resume | Vaibhav Gupta |
2020-09-09 | scsi: pmcraid: Remove set but not used 'res' | Ye Bin |
2020-08-20 | scsi: pmcraid: Remove superfluous memset() | Li Heng |
2020-04-24 | scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zalloc | Wu Bo |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann |
2019-08-12 | scsi: pmcraid: Fix a typo - pcmraid --> pmcraid | Christophe JAILLET |
2019-07-11 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-06-20 | scsi: pmcraid: use sg helper to iterate over scatterlist | Ming Lei |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds |
2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig |
2018-11-06 | scsi: pmcraid: use generic DMA API | Christoph Hellwig |
2018-11-06 | scsi: pmcraid: don't allocate a dma coherent buffer for sense data | Christoph Hellwig |
2018-11-06 | scsi: pmcraid: simplify pmcraid_cancel_all a bit | Christoph Hellwig |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-02-13 | scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order() | Bart Van Assche |
2018-02-13 | scsi: pmcraid: remove redundant initializations of pointer 'ioadl' | Colin Ian King |
2017-12-07 | scsi: pmcraid: use correct size unit when calling find_first_zero_bit() | Niklas Cassel |
2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook |
2017-11-01 | scsi: pmcraid: Convert timers to use timer_setup() | Kees Cook |
2017-08-24 | scsi: pmcraid: fix duplicated code for different branches | Gustavo A. R. Silva |
2017-08-07 | scsi: pmcraid: Replace PCI pool old API | Romain Perier |
2017-05-08 | scsi: pmcraid: remove redundant check to see if request_size is less than zero | Colin Ian King |
2017-04-24 | scsi: pmcraid: use normal copy_from_user | Arnd Bergmann |
2017-04-24 | scsi: pmcraid: fix minor sparse warnings | Arnd Bergmann |
2017-04-24 | scsi: pmcraid: fix endianess sparse annotations | Arnd Bergmann |
2017-04-24 | scsi: pmcraid: use __iomem pointers for ioctl argument | Arnd Bergmann |
2017-04-24 | scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload() | Christoph Hellwig |
2017-01-09 | scsi: pmcraid: switch to pci_alloc_irq_vectors | Christoph Hellwig |
2016-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2016-11-22 | scsi: pmcraid: Add missing resource releases | Quentin Lambert |
2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg |
2016-10-27 | genetlink: statically initialize families | Johannes Berg |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg |
2016-09-04 | scsi: pmcraid: mark symbols static where possible | Baoyou Xie |