]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - drivers/scsi/hisi_sas/hisi_sas_main.c
scsi: hisi_sas: Make sg_tablesize consistent value
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / hisi_sas / hisi_sas_main.c
2019-01-14 Xiang Chenscsi: hisi_sas: Make sg_tablesize consistent value
2019-01-14 Xiang Chenscsi: hisi_sas: Relocate some code to reduce complexity
2019-01-14 John Garryscsi: hisi_sas: Fix warnings detected by sparse
2019-01-14 Xiang Chenscsi: hisi_sas: Relocate some codes to avoid an unused...
2019-01-14 Xiang Chenscsi: hisi_sas: Create separate host attributes per HBA
2019-01-14 Gustavo A. R. Silvascsi: hisi_sas: Fix NULL pointer dereference
2019-01-14 Xiang Chenscsi: hisi_sas: Use block layer tag instead for IPTT
2019-01-14 Xiang Chenscsi: hisi_sas: Fix the race between IO completion...
2019-01-14 Luo Jiaxingscsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas...
2019-01-14 Luo Jiaxingscsi: hisi_sas: Feed back linkrate(max/min) when re...
2019-01-14 John Garryscsi: hisi_sas: Drop hisi_sas_slot_abort()
2019-01-14 John Garryscsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()
2019-01-14 John Garryscsi: hisi_sas: remove some unneeded structure members
2019-01-14 Xiaofei Tanscsi: hisi_sas: consolidate command check in hisi_sas_g...
2018-10-01 Xiaofei Tanscsi: hisi_sas: add memory barrier in task delivery...
2018-10-01 Xiang Chenscsi: hisi_sas: Tidy hisi_sas_task_prep()
2018-10-01 Xiaofei Tanscsi: hisi_sas: tidy host controller reset function...
2018-07-01 John Garryscsi: hisi_sas: Add missing PHY spinlock init
2018-07-01 Xiang Chenscsi: hisi_sas: Pre-allocate slot DMA buffers
2018-07-01 Xiaofei Tanscsi: hisi_sas: Release all remaining resources in...
2018-07-01 Xiaofei Tanscsi: hisi_sas: Add a flag to filter PHY events during...
2018-07-01 Xiaofei Tanscsi: hisi_sas: Adjust task reject period during host...
2018-07-01 Xiaofei Tanscsi: hisi_sas: Fix the conflict between dev gone and...
2018-07-01 Xiang Chenscsi: hisi_sas: Use dmam_alloc_coherent()
2018-07-01 Xiang Chenscsi: hisi_sas: use dma_zalloc_coherent()
2018-06-06 Xiang Chenscsi: hisi_sas: Mark PHY as in reset for nexus reset
2018-06-06 Xiaofei Tanscsi: hisi_sas: Fix return value when get_free_slot...
2018-06-06 Xiaofei Tanscsi: hisi_sas: Terminate STP reject quickly for v2 hw
2018-06-06 Xiaofei Tanscsi: hisi_sas: Include TMF elements in struct hisi_sas...
2018-06-06 Xiaofei Tanscsi: hisi_sas: Try wait commands before before control...
2018-06-06 Xiaofei Tanscsi: hisi_sas: Init disks after controller reset
2018-06-06 Xiang Chenscsi: hisi_sas: Create a scsi_host_template per HW...
2018-06-06 Xiang Chenscsi: hisi_sas: Reset disks when discovered
2018-06-06 Xiang Chenscsi: hisi_sas: Change common allocation mode of device id
2018-06-06 Xiang Chenscsi: hisi_sas: change slot index allocation mode
2018-06-06 Wei Yongjunscsi: hisi_sas: fix a typo in hisi_sas_task_prep()
2018-06-06 Xiaofei Tanscsi: hisi_sas: add check of device in hisi_sas_task_exec()
2018-06-06 Xiang Chenscsi: hisi_sas: Use device lock to protect slot alloc...
2018-06-06 Xiang Chenscsi: hisi_sas: Don't lock DQ for complete task sending
2018-06-06 Xiang Chenscsi: hisi_sas: allocate slot buffer earlier
2018-06-06 Xiang Chenscsi: hisi_sas: make return type of prep functions...
2018-06-06 Xiang Chenscsi: hisi_sas: relocate smp sg map
2018-06-06 Xiang Chenscsi: hisi_sas: update PHY linkrate after a controller...
2018-06-06 John Garryscsi: hisi_sas: stop controller timer for reset
2018-06-06 Xiang Chenscsi: hisi_sas: check sas_dev gone earlier in hisi_sas_...
2018-06-06 Xiang Chenscsi: hisi_sas: check host frozen before calling "done...
2018-06-06 Xiang Chenscsi: hisi_sas: Add some checks to avoid free'ing a...
2018-06-06 Xiang Chenscsi: hisi_sas: delete timer when removing hisi_sas...
2018-06-06 Xiang Chenscsi: hisi_sas: initialize dq spinlock before use
2018-05-23 Xiang Chenscsi: hisi_sas: Code cleanup and minor bug fixes
2018-05-23 Xiaofei Tanscsi: hisi_sas: fix return value of hisi_sas_task_prep()
2018-05-23 Xiang Chenscsi: hisi_sas: remove unused variable hisi_sas_devices...
2018-05-23 Xiaofei Tanscsi: hisi_sas: increase timer expire of internal abort...
2018-05-23 Xiaofei Tanscsi: hisi_sas: fix the issue of link rate inconsistency
2018-03-16 Xiang Chenscsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
2018-03-16 Wei Yongjunscsi: hisi_sas: make local symbol host_attrs static
2018-03-16 chenxiangscsi: hisi_sas: Change frame type for SET MAX commands
2018-03-16 Xiang Chenscsi: hisi_sas: add v3 hw suspend and resume
2018-03-16 Xiang Chenscsi: hisi_sas: re-add the lldd_port_deformed()
2018-03-16 Xiang Chenscsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
2018-03-16 Xiaofei Tanscsi: hisi_sas: add internal abort dev in some places
2018-03-16 Xiaofei Tanscsi: hisi_sas: judge result of internal abort
2018-03-16 Xiaofei Tanscsi: hisi_sas: do link reset for some CHL_INT2 ints
2018-03-16 Xiaofei Tanscsi: hisi_sas: use an general way to delay PHY work
2018-03-16 Xiang Chenscsi: hisi_sas: add some print to enhance debugging
2018-03-16 Xiaofei Tanscsi: hisi_sas: add an mechanism to do reset work synch...
2018-03-16 Xiang Chenscsi: hisi_sas: modify hisi_sas_dev_gone() for reset
2018-03-16 Xiaofei Tanscsi: hisi_sas: some optimizations of host controller...
2018-03-16 Xiaofei Tanscsi: hisi_sas: optimise port id refresh function
2018-03-16 Xiaofei Tanscsi: hisi_sas: relocate clearing ITCT and freeing...
2018-03-16 Xiang Chenscsi: hisi_sas: fix dma_unmap_sg() parameter
2018-03-05 Xiaofei Tanscsi: hisi_sas: directly attached disk LED feature...
2018-02-28 Jason Yanscsi: libsas: make the event threshold configurable
2018-01-28 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-26 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-25 Linus TorvaldsMerge tag 'for-4.15-tag' of git://git.kernel.org/pub...
2018-01-21 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-19 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-17 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-14 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-14 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-12 Linus TorvaldsMerge tag 'for-linus-4.15-rc8-tag' of git://git.kernel...
2018-01-11 Paolo BonziniMerge branch 'kvm-insert-lfence' into kvm-master
2018-01-11 Paolo BonziniMerge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel...
2018-01-09 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-05 Linus TorvaldsMerge tag 'for-4.15-rc7-tag' of git://git.kernel.org...
2018-01-05 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-05 Linus TorvaldsMerge tag 'for-linus-4.15-rc7-tag' of git://git.kernel...
2018-01-04 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2017-12-31 Linus TorvaldsMerge branch 'x86/urgent' of git://git.kernel.org/pub...
2017-12-31 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2017-12-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2017-12-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-12-30 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2017-12-27 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2017-12-26 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
next