Revision 688daed2e5daf0a1513effdc05ce3c56ade836f9 authored by Linus Torvalds on 10 January 2021, 21:17:21 UTC, committed by Linus Torvalds on 10 January 2021, 21:17:21 UTC
Pull SCSI fixes from James Bottomley:
 "This is two driver fixes (megaraid_sas and hisi_sas).

  The megaraid one is a revert of a previous revert of a cpu hotplug fix
  which exposed a bug in the block layer which has been fixed in this
  merge window.

  The hisi_sas performance enhancement comes from switching to interrupt
  managed completion queues, which depended on the addition of
  devm_platform_get_irqs_affinity() which is now upstream via the irq
  tree in the last merge window"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: hisi_sas: Expose HW queues for v2 hw
  Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug""
2 parent s ed41fd0 + a8f8088
History
File Mode Size
Kconfig -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 841 bytes
dsa.c -rw-r--r-- 11.3 KB
dsa2.c -rw-r--r-- 19.7 KB
dsa_priv.h -rw-r--r-- 7.5 KB
master.c -rw-r--r-- 9.2 KB
port.c -rw-r--r-- 18.8 KB
slave.c -rw-r--r-- 55.2 KB
switch.c -rw-r--r-- 9.1 KB
tag_8021q.c -rw-r--r-- 15.5 KB
tag_ar9331.c -rw-r--r-- 2.3 KB
tag_brcm.c -rw-r--r-- 6.3 KB
tag_dsa.c -rw-r--r-- 10.2 KB
tag_gswip.c -rw-r--r-- 2.7 KB
tag_hellcreek.c -rw-r--r-- 1.4 KB
tag_ksz.c -rw-r--r-- 5.4 KB
tag_lan9303.c -rw-r--r-- 4.0 KB
tag_mtk.c -rw-r--r-- 3.1 KB
tag_ocelot.c -rw-r--r-- 12.0 KB
tag_qca.c -rw-r--r-- 2.6 KB
tag_rtl4_a.c -rw-r--r-- 3.2 KB
tag_sja1105.c -rw-r--r-- 10.4 KB
tag_trailer.c -rw-r--r-- 1.4 KB

back to top