| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | treewide: Drop pci_save_state() after pci_restore_state() | Lukas Wunner | 1 | -1/+0 |
| 2025-10-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+4 |
| 2025-08-19 | scsi: ipr: Use vmalloc_array() to simplify code | Qianfeng Rong | 1 | -4/+4 |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -4/+4 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -5/+5 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -4/+4 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -6/+6 |
| 2025-01-02 | Merge patch series "scsi: Constify 'struct bin_attribute'" | Martin K. Petersen | 1 | -13/+13 |
| 2025-01-02 | scsi: ipr: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -13/+13 |
| 2024-12-09 | scsi: Constify struct pci_device_id | Christophe JAILLET | 1 | -1/+1 |
| 2024-12-04 | scsi: Rename .device_configure() into .sdev_configure() | Bart Van Assche | 1 | -4/+4 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -6/+6 |
| 2024-05-21 | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-16 | scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY | Damien Le Moal | 1 | -1/+1 |
| 2024-04-11 | scsi: ipr: Switch to using ->device_configure | Christoph Hellwig | 1 | -4/+6 |
| 2023-12-05 | scsi: ipr: Remove obsolete check for old CPUs | Michael Ellerman | 1 | -55/+0 |
| 2023-10-10 | scsi: ipr: Do PCI error checks on own line | Ilpo Järvinen | 1 | -4/+8 |
| 2023-04-24 | scsi: ipr: Remove several unused variables | Tom Rix | 1 | -14/+0 |
| 2023-04-18 | scsi: ipr: Remove SATA support | Brian King | 1 | -764/+10 |
| 2023-03-24 | scsi: ipr: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
| 2023-03-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -30/+24 |
| 2023-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -7/+2 |
| 2023-02-21 | scsi: ipr: Work around fortify-string warning | Arnd Bergmann | 1 | -20/+21 |
| 2023-02-21 | scsi: ipr: Make ipr_probe_ioa_part2() return void | Deepak R Varma | 1 | -10/+3 |
| 2023-01-18 | scsi: ipr: Replace kmap() with kmap_local_page() | Fabio M. De Francesco | 1 | -7/+2 |
| 2023-01-04 | ata: libata: simplify qc_fill_rtf port operation interface | Damien Le Moal | 1 | -6/+1 |
| 2023-01-04 | ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH | Niklas Cassel | 1 | -2/+2 |
| 2022-11-26 | scsi: ipr: Fix WARNING in ipr_init() | Shang XiaoJing | 1 | -1/+9 |
| 2022-06-07 | scsi: ipr: Fix missing/incorrect resource cleanup in error case | Chengguang Xu | 1 | -2/+2 |
| 2022-05-16 | scsi: ipr: Use kobj_to_dev() | Minghao Chi | 1 | -5/+5 |
| 2022-04-25 | scsi: ipr: Directly return instead of using local ret variable | Haowen Bai | 1 | -2/+1 |
| 2021-10-16 | scsi: ipr: Switch to attribute groups | Bart Van Assche | 1 | -17/+21 |
| 2021-10-16 | scsi: ipr: Call scsi_done() directly | Bart Van Assche | 1 | -5/+5 |
| 2021-06-29 | scsi: ipr: System crashes when seeing type 20 error | Wen Xiong | 1 | -2/+2 |
| 2021-03-18 | scsi: ipr: Fix incorrect function names in their headers | Lee Jones | 1 | -4/+4 |
| 2020-10-26 | scsi: Remove unneeded break statements | Tom Rix | 1 | -1/+0 |
| 2020-08-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -33/+57 |
| 2020-07-15 | scsi: ipr: Remove a bunch of set but checked variables | Lee Jones | 1 | -11/+6 |
| 2020-07-15 | scsi: ipr: Fix a mountain of kerneldoc misdemeanours | Lee Jones | 1 | -22/+51 |
| 2020-06-15 | scsi: Wire up ata_scsi_dma_need_drain for SAS HBA drivers | Christoph Hellwig | 1 | -0/+1 |
| 2020-04-24 | scsi: ipr: Remove NULL check before freeing function | Jason Yan | 1 | -2/+1 |
| 2020-04-14 | scsi: ipr: remove unneeded semicolon | Jason Yan | 1 | -1/+1 |
| 2020-04-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+3 |
| 2020-03-17 | scsi: ipr: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -3/+3 |
| 2020-03-10 | scsi: ipr: Fix softlockup when rescanning devices in petitboot | Wen Xiong | 1 | -1/+2 |
| 2020-01-03 | compat_ioctl: scsi: handle HDIO commands from drivers | Arnd Bergmann | 1 | -0/+3 |
| 2019-07-11 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -13/+16 |
| 2019-06-20 | scsi: ipr: use sg helper to iterate over scatterlist | Ming Lei | 1 | -13/+16 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -15/+1 |
| 2019-02-08 | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 1 | -1/+2 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-09-21 | scsi: ipr: System hung while dlpar adding primary ipr adapter back | Wen Xiong | 1 | -45/+61 |
| 2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+25 |
| 2018-06-19 | scsi: ipr: Format HCAM overlay ID 0x41 | Wen Xiong | 1 | -0/+25 |
| 2018-06-18 | scsi: ipr: Eliminate duplicate barriers | Arnd Bergmann | 1 | -2/+0 |
| 2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -2/+4 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -4/+6 |
| 2018-05-14 | scsi: ipr: new IOASC update | Wen Xiong | 1 | -0/+2 |
| 2018-03-12 | scsi: ipr: Use dma_pool_zalloc() | Souptick Joarder | 1 | -2/+2 |
| 2018-02-13 | scsi: ipr: Use sgl_alloc_order() and sgl_free_order() | Bart Van Assche | 1 | -41/+8 |
| 2017-12-04 | scsi: ipr: fix incorrect indentation of assignment statement | Colin Ian King | 1 | -2/+2 |
| 2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -4/+4 |
| 2017-11-01 | scsi: ipr: Convert timers to use timer_setup() | Kees Cook | 1 | -15/+15 |
| 2017-08-22 | scsi: ipr: Set no_report_opcodes for RAID arrays | Brian King | 1 | -0/+1 |
| 2017-08-08 | scsi: ipr: Fix scsi-mq lockdep issue | Brian King | 1 | -14/+19 |
| 2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -61/+198 |
| 2017-04-12 | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes | James Bottomley | 1 | -1/+6 |
| 2017-04-11 | scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITION | Mauricio Faria de Oliveira | 1 | -1/+6 |
| 2017-03-23 | scsi: ipr: Fix SATA EH hang | Brian King | 1 | -21/+41 |
| 2017-03-23 | scsi: ipr: Error path locking fixes | Brian King | 1 | -13/+93 |
| 2017-03-23 | scsi: ipr: Fix abort path race condition | Brian King | 1 | -17/+47 |
| 2017-03-23 | scsi: ipr: Remove redundant initialization | Brian King | 1 | -6/+5 |
| 2017-03-23 | scsi: ipr: Fix missed EH wakeup | Brian King | 1 | -4/+12 |
| 2017-02-27 | scripts/spelling.txt: add "intialization" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2016-11-30 | scsi: ipr: Fix runaway IRQs when falling back from MSI to LSI | Benjamin Herrenschmidt | 1 | -0/+1 |
| 2016-11-08 | scsi: ipr: Use pci_irq_allocate_vectors | Christoph Hellwig | 1 | -122/+51 |
| 2016-10-14 | scsi: ipr: Fix async error WARN_ON | Brian King | 1 | -2/+1 |
| 2016-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -16/+118 |
| 2016-09-19 | scsi: ipr: Remove redundant messages at adapter init time | Brian King | 1 | -1/+2 |
| 2016-09-19 | scsi: ipr: Don't log unnecessary 9084 error details | Brian King | 1 | -3/+3 |
| 2016-08-25 | scsi: ipr: Add asynchronous error notification | Brian King | 1 | -12/+113 |
| 2016-08-09 | ipr: Fix sync scsi scan | Brian King | 1 | -5/+6 |
| 2016-08-02 | ipr: Fix error return code in ipr_probe_ioa() | Wei Yongjun | 1 | -0/+1 |
| 2016-07-27 | ipr: Wait to do async scan until scsi host is initialized | Brian King | 1 | -0/+9 |
| 2016-07-13 | ipr: Increase MSIX vectors number | Wen Xiong | 1 | -2/+2 |
| 2016-07-13 | ipr: Add new CCIN for new adapters support | Wen Xiong | 1 | -1/+6 |
| 2016-06-29 | ipr: Clear interrupt on croc/crocodile when running with LSI | Brian King | 1 | -0/+1 |
| 2016-02-26 | ipr: Fix regression when loading firmware | Gabriel Krisman Bertazi | 1 | -0/+5 |
| 2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -14/+11 |
| 2016-01-07 | ipr: Fix out-of-bounds null overwrite | Insu Yun | 1 | -3/+2 |
| 2015-12-11 | irq_poll: fold irq_poll_sched_prep into irq_poll_sched | Christoph Hellwig | 1 | -2/+1 |
| 2015-12-11 | irq_poll: don't disable new irq_poll instances | Christoph Hellwig | 1 | -2/+0 |
| 2015-12-11 | irq_poll: make blk-iopoll available outside the block layer | Christoph Hellwig | 1 | -14/+14 |
| 2015-11-12 | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 1 | -16/+137 |
| 2015-11-09 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -1/+0 |
| 2015-11-09 | ipr: Issue Configure Cache Parameters command. | Gabriel Krisman Bertazi | 1 | -1/+58 |
| 2015-11-09 | ipr: Inquiry IOA page 0xC4 during initialization. | Gabriel Krisman Bertazi | 1 | -1/+34 |
| 2015-11-09 | ipr: Don't set NO_ULEN_CHK bit when resource is a vset. | Gabriel Krisman Bertazi | 1 | -3/+7 |
| 2015-11-09 | ipr: Add delay to ensure coherent dumps. | Gabriel Krisman Bertazi | 1 | -12/+39 |
| 2015-08-28 | ipr: Enable SIS pipe commands for SIS-32 devices. | Gabriel Krisman Bertazi | 1 | -1/+1 |
| 2015-08-28 | ipr: Inhibit underlength data check for AFDASD in raw mode. | Gabriel Krisman Bertazi | 1 | -1/+5 |
| 2015-07-30 | ipr: Endian / sparse fixes | Brian King | 1 | -6/+7 |
| 2015-07-30 | ipr: Byte swapping for device_id attribute in sysfs | Wen Xiong | 1 | -1/+1 |
| 2015-07-30 | ipr: Fix invalid array indexing for HRRQ | Brian King | 1 | -3/+8 |
| 2015-07-30 | ipr: Fix incorrect trace indexing | Brian King | 1 | -2/+3 |
| 2015-07-30 | ipr: Fix locking for unit attention handling | Brian King | 1 | -5/+7 |
| 2015-04-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -25/+294 |
| 2015-04-09 | ipr: AF DASD raw mode implementation in ipr driver | Wen Xiong | 1 | -0/+85 |
| 2015-04-09 | ipr: Re-enable write same | Brian King | 1 | -1/+0 |
| 2015-04-09 | ipr: Fix possible error path oops during initialization | Brian King | 1 | -7/+9 |
| 2015-04-09 | ipr: Reset in task context | Brian King | 1 | -26/+65 |
| 2015-04-09 | ipr: Reboot speed improvements | Brian King | 1 | -8/+152 |
| 2015-03-19 | ata: Add a new flag to destinguish sas controller | Shaohua Li | 1 | -1/+2 |
| 2015-01-19 | ipr: wait for aborted command responses | Brian King | 1 | -0/+92 |
| 2014-12-15 | ipr: set scsi_level correctly for disk arrays | Brian King | 1 | -0/+1 |
| 2014-12-15 | ipr: add support for async scanning to speed up boot | Brian King | 1 | -45/+43 |
| 2014-12-04 | scsi: remove scsi_get_tag_type | Christoph Hellwig | 1 | -1/+1 |
| 2014-12-04 | scsi: remove ->change_queue_type method | Christoph Hellwig | 1 | -25/+0 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -7/+3 |
| 2014-11-12 | ipr: set coherent DMA mask | Anton Blanchard | 1 | -5/+6 |
| 2014-11-12 | ipr: convert to generic DMA API | Anton Blanchard | 1 | -49/+52 |
| 2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -4/+4 |
| 2014-11-12 | scsi: always assign block layer tags if enabled | Christoph Hellwig | 1 | -0/+1 |
| 2014-11-12 | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 1 | -30/+4 |
| 2014-11-12 | scsi: provide a generic change_queue_type method | Christoph Hellwig | 1 | -17/+3 |
| 2014-09-25 | ipr: don't log error messages when applications issues illegal requests | wenxiong@linux.vnet.ibm.com | 1 | -0/+10 |
| 2014-04-01 | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+5 |
| 2014-03-19 | [SCSI] ipr: Add new CCIN definition for Grand Canyon support | Wendy Xiong | 1 | -0/+6 |
| 2014-03-19 | [SCSI] ipr: Format HCAM overlay ID 0x21 | Wendy Xiong | 1 | -0/+39 |
| 2014-03-19 | [SCSI] ipr: Use pci_enable_msi_range() and pci_enable_msix_range() | Alexander Gordeev | 1 | -29/+18 |
| 2014-03-19 | [SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix() | Alexander Gordeev | 1 | -2/+0 |
| 2014-03-19 | [SCSI] ipr: Handle early EEH | Brian King | 1 | -89/+176 |
| 2014-03-19 | [SCSI] ipr: Add new CCIN definition for new hardware support | Wendy Xiong | 1 | -0/+2 |
| 2014-03-19 | [SCSI] ipr: Remove extended delay bit on GSCSI reads/writes ops | Wendy Xiong | 1 | -1/+5 |
| 2014-03-13 | block: remove old blk_iopoll_enabled variable | Jens Axboe | 1 | -10/+5 |
| 2013-12-19 | [SCSI] ipr: Increase msi-x interrupt vectors to 16 | wenxiong@linux.vnet.ibm.com | 1 | -1/+1 |
| 2013-11-29 | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 1 | -1/+2 |
| 2013-08-26 | [SCSI] ipr: Add sereral new CCIN definitions for new adapters support | wenxiong@linux.vnet.ibm.com | 1 | -0/+14 |
| 2013-06-26 | [SCSI] ipr: IOA Status Code(IOASC) update | wenxiong@linux.vnet.ibm.com | 1 | -1/+39 |
| 2013-06-26 | [SCSI] ipr: qc_fill_rtf() method should not store alternate status register | Sergei Shtylyov | 1 | -1/+0 |
| 2013-06-26 | [SCSI] ipr: possible irq lock inversion dependency detected | wenxiong@linux.vnet.ibm.com | 1 | -8/+9 |
| 2013-06-04 | [SCSI] ipr: Avoid target_destroy accessing memory after it was freed | wenxiong@linux.vnet.ibm.com | 1 | -16/+0 |
| 2013-05-02 | [SCSI] ipr: SATA DVD probing failed with 64bit adapter | wenxiong@linux.vnet.ibm.com | 1 | -2/+2 |
| 2013-05-02 | [SCSI] ipr: Need to reset adapter after the 6th EEH error | wenxiong@linux.vnet.ibm.com | 1 | -2/+10 |
| 2013-04-06 | [SCSI] ipr: dlpar failed when adding an adapter back | wenxiong@linux.vnet.ibm.com | 1 | -0/+1 |
| 2013-04-06 | [SCSI] ipr: fix addition of abort command to HRRQ free queue | Kleber Sacilotto de Souza | 1 | -1/+1 |
| 2013-04-06 | [SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapter | wenxiong@linux.vnet.ibm.com | 1 | -2/+8 |
| 2013-02-24 | [SCSI] ipr: Fix oops while resetting an ipr adapter | Brian King | 1 | -10/+23 |
| 2013-01-30 | [SCSI] ipr: Fix sparse error in ipr driver | wenxiong@linux.vnet.ibm.com | 1 | -52/+17 |
| 2013-01-30 | [SCSI] ipr: Implement block iopoll | wenxiong@linux.vnet.ibm.com | 1 | -49/+172 |
| 2013-01-30 | [SCSI] ipr: Reduce lock contention | wenxiong@linux.vnet.ibm.com | 1 | -95/+228 |
| 2013-01-30 | [SCSI] ipr: Add support for MSI-X and distributed completion | wenxiong@linux.vnet.ibm.com | 1 | -167/+549 |
| 2013-01-30 | [SCSI] ipr: Resource path error logging cleanup | Brian King | 1 | -25/+53 |
| 2013-01-30 | [SCSI] ipr: Handler ID memory allocation failure at module load time | Brian King | 1 | -0/+7 |
| 2013-01-30 | [SCSI] ipr: Add sereral new CCIN definitions for new adapters support | wenxiong@linux.vnet.ibm.com | 1 | -0/+10 |
| 2013-01-03 | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -17/+15 |
| 2012-10-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -9/+9 |
| 2012-10-02 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -50/+118 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -1/+1 |
| 2012-09-24 | [SCSI] ipr: trivial: fix small coding style issues | Kleber Sacilotto de Souza | 1 | -33/+33 |
| 2012-09-14 | [SCSI] ipr: remove an unneeded check | Dan Carpenter | 1 | -7/+5 |
| 2012-09-14 | [SCSI] ipr: missing unlock before a return | Dan Carpenter | 1 | -2/+5 |
| 2012-09-07 | scsi: make pci error handlers const | Stephen Hemminger | 1 | -1/+1 |
| 2012-09-05 | powerpc: Rename 64-bit PVR constants to PVR_foo | Michael Ellerman | 1 | -9/+9 |
| 2012-09-01 | ipr: fix small coding style issues | Kleber Sacilotto de Souza | 1 | -33/+33 |
| 2012-08-24 | [SCSI] ipr: Reduce interrupt lock time | Brian King | 1 | -14/+46 |
| 2012-08-24 | [SCSI] ipr: Reduce queuecommand lock time | Brian King | 1 | -27/+63 |
| 2012-08-24 | [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init | Dan Williams | 1 | -2/+1 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-04-23 | [SCSI] libsas, libata: fix start of life for a sas ata_port | Dan Williams | 1 | -1/+5 |
| 2012-03-28 | [SCSI] ipr: Increase alignment boundary of command blocks | Brian King | 1 | -1/+1 |
| 2012-03-28 | [SCSI] ipr: Increase max concurrent oustanding commands | Brian King | 1 | -0/+17 |
| 2012-03-28 | [SCSI] ipr: Remove unnecessary memory barriers | Brian King | 1 | -12/+4 |
| 2012-03-28 | [SCSI] ipr: Remove unnecessary interrupt clearing on new adapters | Brian King | 1 | -6/+15 |
| 2012-03-28 | [SCSI] ipr: Fix target id allocation re-use problem | Brian King | 1 | -8/+9 |
| 2012-02-29 | [SCSI] ipr: update PCI ID definitions for new adapters | Wayne Boyer | 1 | -7/+7 |
| 2012-02-18 | [SCSI] ipr: fix eeh recovery for 64-bit adapters | Kleber Sacilotto de Souza | 1 | -6/+18 |
| 2012-01-06 | PCI: Rework config space blocking services | Jan Kiszka | 1 | -7/+60 |
| 2011-10-31 | [SCSI] ipr: add definitions for additional adapter | Wayne Boyer | 1 | -0/+2 |
| 2011-10-20 | [SCSI] ipr: Fix BUG on adapter dump timeout | Brian King | 1 | -1/+3 |
| 2011-10-16 | [SCSI] ipr: Add support to flash FPGA and flash back DRAM images | Wayne Boyer | 1 | -8/+2 |
| 2011-09-22 | [SCSI] ipr: Stop reading adapter dump prematurely | Brian King | 1 | -4/+11 |
| 2011-08-27 | [SCSI] ipr: Always initiate hard reset in kdump kernel | Anton Blanchard | 1 | -1/+1 |
| 2011-07-27 | [SCSI] ipr: reorder error handling code to include iounmap | Julia Lawall | 1 | -6/+6 |
| 2011-05-24 | [SCSI] ipr: fix possible false positive detection of stuck interrupt | Wayne Boyer | 1 | -6/+6 |
| 2011-05-17 | [SCSI] ipr: Rate limit DMA mapping errors | Anton Blanchard | 1 | -1/+2 |
| 2011-05-01 | [SCSI] ipr: increase the dump size for 64 bit adapters | Kleber Sacilotto de Souza | 1 | -15/+65 |
| 2011-05-01 | [SCSI] ipr: improve interrupt service routine performance | Wayne Boyer | 1 | -29/+39 |
| 2011-05-01 | [SCSI] ipr: remove unneeded volatile declarations | Wayne Boyer | 1 | -3/+3 |
| 2011-05-01 | [SCSI] ipr: fix synchronous request flags for better performance | Wayne Boyer | 1 | -1/+2 |
| 2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -3/+6 |
| 2011-03-02 | libata: remove ATA_FLAG_NO_LEGACY | Sergei Shtylyov | 1 | -1/+1 |
| 2011-03-02 | libata: remove ATA_FLAG_MMIO | Sergei Shtylyov | 1 | -2/+1 |
| 2011-03-02 | libata: remove ATA_FLAG_{SRST|SATA_RESET} | Sergei Shtylyov | 1 | -2/+2 |
| 2011-03-02 | ipr/sas_ata: use mode mask macros from <linux/ata.h> | Sergei Shtylyov | 1 | -3/+3 |
| 2011-02-18 | [SCSI] ipr: Fix a race on multiple configuration changes | Kleber Sacilotto de Souza | 1 | -2/+5 |
| 2011-02-12 | [SCSI] remove flush_scheduled_work() usages | Tejun Heo | 1 | -1/+1 |
| 2011-01-14 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -7/+1 |
| 2011-01-10 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |