| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-05-21 | 1 | -2/+2 |
|\ |
|
| * | scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY | Damien Le Moal | 2024-05-16 | 1 | -2/+2 |
* | | Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)" | Martin K. Petersen | 2024-04-12 | 3 | -14/+20 |
|\ \ |
|
| * | | scsi: megaraid_sas: Switch to using ->device_configure | Christoph Hellwig | 2024-04-11 | 3 | -14/+20 |
| |/ |
|
* / | scsi: megaraid: Indent Kconfig option help text | Prasad Pandit | 2024-04-08 | 1 | -57/+56 |
|/ |
|
* | Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1" | Martin K. Petersen | 2023-10-13 | 3 | -4/+7 |
|\ |
|
| * | scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1 | Chandrakanth patil | 2023-10-13 | 1 | -2/+2 |
| * | scsi: megaraid_sas: Log message when controller reset is requested but not is... | Chandrakanth patil | 2023-10-13 | 1 | -0/+3 |
| * | scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec... | Chandrakanth patil | 2023-10-13 | 1 | -2/+2 |
* | | scsi: megaraid_sas: Fix deadlock on firmware crashdump | Junxiao Bi | 2023-09-05 | 2 | -13/+10 |
|/ |
|
* | scsi: megaraid: Use pci_dev_id() to simplify the code | Jialin Zhang | 2023-08-21 | 1 | -1/+1 |
* | scsi: megaraid_sas: Use pci_dev_id() to simplify the code | Jialin Zhang | 2023-08-21 | 1 | -1/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2023-06-30 | 2 | -8/+6 |
|\ |
|
| * | scsi: Add HAS_IOPORT dependencies | Niklas Schnelle | 2023-05-31 | 1 | -3/+3 |
| * | scsi: megaraid_sas: Convert union megasas_sgl to flex-arrays | Kees Cook | 2023-05-16 | 1 | -5/+3 |
* | | overflow: Add struct_size_t() helper | Kees Cook | 2023-05-26 | 2 | -9/+9 |
|/ |
|
* | Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging | Martin K. Petersen | 2023-03-31 | 4 | -8/+15 |
|\ |
|
| * | scsi: megaraid_sas: Fix crash after a double completion | Tomas Henzl | 2023-03-24 | 1 | -2/+2 |
| * | scsi: megaraid_sas: Fix fw_crash_buffer_show() | Tomas Henzl | 2023-03-24 | 1 | -1/+1 |
| * | scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1 | Chandrakanth Patil | 2023-03-06 | 1 | -2/+2 |
| * | scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities | Chandrakanth Patil | 2023-03-06 | 2 | -2/+7 |
| * | scsi: megaraid_sas: Update max supported LD IDs to 240 | Chandrakanth Patil | 2023-03-06 | 2 | -1/+3 |
* | | scsi: megaraid: Declare SCSI host template const | Bart Van Assche | 2023-03-24 | 2 | -2/+2 |
|/ |
|
* | scsi: megaraid_sas: Add flexible array member for SGLs | Kees Cook | 2023-01-18 | 2 | -2/+5 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-12-14 | 2 | -8/+7 |
|\ |
|
| * | scsi: megaraid_sas: Fix some spelling mistakes in comment | Yu Zhe | 2022-11-26 | 1 | -4/+4 |
| * | scsi: core: Change the return type of .eh_timed_out() | Bart Van Assche | 2022-10-22 | 1 | -4/+3 |
* | | Merge branch '6.1/scsi-queue' into 6.1/scsi-fixes | Martin K. Petersen | 2022-10-21 | 1 | -19/+8 |
|\ \
| |/
|/| |
|
| * | scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init() | Guixin Liu | 2022-10-01 | 1 | -1/+1 |
| * | scsi: megaraid_sas: Remove unnecessary memset() | Guixin Liu | 2022-10-01 | 1 | -4/+0 |
| * | scsi: megaraid_sas: Simplify megasas_update_device_list | Guixin Liu | 2022-10-01 | 1 | -12/+5 |
| * | scsi: megaraid_sas: Correct an error message | Guixin Liu | 2022-10-01 | 1 | -1/+1 |
| * | scsi: megaraid_sas: Correct value passed to scsi_device_lookup() | Guixin Liu | 2022-10-01 | 1 | -1/+1 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-10-07 | 5 | -25/+23 |
|\| |
|
| * | scsi: megaraid: Convert sysfs snprintf() to sysfs_emit() | Xuezhi Zhang | 2022-09-15 | 1 | -2/+2 |
| * | scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ... | Gustavo A. R. Silva | 2022-08-31 | 1 | -7/+7 |
| * | scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAP | Gustavo A. R. Silva | 2022-08-31 | 2 | -6/+6 |
| * | scsi: megaraid_sas: Replace one-element array with flexible-array member in M... | Gustavo A. R. Silva | 2022-08-31 | 3 | -4/+4 |
| * | scsi: megaraid_sas: Replace one-element array with flexible-array member in M... | Gustavo A. R. Silva | 2022-08-31 | 1 | -2/+2 |
| * | scsi: megaraid_sas: Replace one-element array with flexible-array member in M... | Gustavo A. R. Silva | 2022-08-31 | 1 | -1/+1 |
| * | scsi: megaraid_sas: Replace one-element array with flexible-array member in M... | Gustavo A. R. Silva | 2022-08-31 | 3 | -4/+4 |
| * | scsi: megaraid: Remove redundant assignment to variable mfiStatus | Colin Ian King | 2022-08-31 | 1 | -3/+1 |
* | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 2022-10-07 | 1 | -4/+2 |
|\ \ |
|
| * | | block: Change the return type of blk_mq_map_queues() into void | Bart Van Assche | 2022-08-22 | 1 | -4/+2 |
| |/ |
|
* | | Merge branch '5.20/scsi-queue' into 6.0/scsi-fixes | Martin K. Petersen | 2022-08-19 | 2 | -7/+2 |
|\ \
| |/
|/| |
|
| * | scsi: megaraid_sas: Remove unnecessary kfree() | Guixin Liu | 2022-08-11 | 1 | -6/+2 |
| * | scsi: megaraid_sas: Fix double kfree() | Guixin Liu | 2022-08-11 | 1 | -1/+0 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-08-13 | 1 | -2/+1 |
|\| |
|
| * | scsi: megaraid_sas: Remove redundant variable cmd_type | Colin Ian King | 2022-08-01 | 1 | -2/+1 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-08-04 | 2 | -3/+3 |
|\| |
|