aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-03isci: exposing user parameters via module paramsDave Jiang4-37/+102
2011-07-03isci: fix oem parameter initialization and mode detectionDan Williams9-72/+87
2011-07-03isci: Fixup for OEM parameter EFI variable retrievalDave Jiang2-11/+59
2011-07-03isci: fixup with testing from isci OROM in BIOSDan Williams3-8/+60
2011-07-03isci: copy the oem parameters instead of assignDave Jiang1-15/+5
2011-07-03isci: update efi variable name and guidDave Jiang1-3/+6
2011-07-03isci: add support for 2 more oem parmetersHenryk Dembkowski7-155/+176
2011-07-03isci: Adding EFI variable skeletal supportDave Jiang3-5/+68
2011-07-03isci: Add support for probing OROM for OEM paramsDan Williams12-427/+453
2011-07-03isci: reset hardware at initDan Williams1-1/+2
2011-07-03isci: task.h compile and checkpatch fixesDan Williams1-23/+19
2011-07-03isci: don't hold scic_lock over calls to sas_task_abort()Jeff Skirvin1-17/+17
2011-07-03isci: fix incorrect assumptions about task->dev and task->dev->port being NULLDan Williams1-113/+55
2011-07-03isci: add "isci_id" attributeDan Williams1-4/+26
2011-07-03isci: All pending requests are terminated before stopping the device.Jeff Skirvin1-0/+4
2011-07-03isci: Always set response/status for requests going into the error path.Jeff Skirvin2-16/+25
2011-07-03isci: Errors in the submit path for SATA devices manage the ap lock.Dan Williams2-59/+87
2011-07-03isci: Fixed BUG_ON in isci_abort_task_process_cb callback.Jeff Skirvin1-1/+2
2011-07-03isci: Fix TMF build for SAS/SATA LUN reset cases.Jeff Skirvin2-5/+28
2011-07-03isci: Termination handling cleanup, added termination timeouts.Jeff Skirvin2-93/+143
2011-07-03isci: Code review change for completion pointer cleanup.Jeff Skirvin1-9/+11
2011-07-03isci: Cleaning up task execute path.Jeff Skirvin1-70/+71
2011-07-03isci: save the i/o tag outside the scic request structure.Jeff Skirvin3-7/+11
2011-07-03isci: Any reset indicated on an I/O completion escalates it to the error path.Jeff Skirvin3-27/+46
2011-07-03isci: fix completion / abort path.Jeff Skirvin2-153/+129
2011-07-03isci: Changes in isci_host_completion_routineJeff Skirvin3-25/+64
2011-07-03isci: isci_request_cleanup_completed_loiterer checks task before task_doneJeff Skirvin1-4/+7
2011-07-03isci: cleanup debug leftovers in isci.hDan Williams1-23/+3
2011-07-03isci: replace remote_device_lock with scic_lockDan Williams3-11/+5
2011-07-03isci: preallocate remote devicesDan Williams6-73/+68
2011-07-03isci: replace isci_remote_device completion with event queueDan Williams5-85/+69
2011-07-03isci: kill "host quiesce" mechanismDan Williams4-91/+8
2011-07-03isci: remove sci_device_handleDan Williams5-38/+26
2011-07-03isci: kill isci_host list in favor of an arrayDan Williams3-24/+14
2011-07-03isci: enable isci for dmar buildsDan Williams1-3/+0
2011-07-03isci: pad stp and smp request sizesDan Williams4-51/+24
2011-07-03isci: fix hang after target resetDan Williams1-6/+14
2011-07-03isci: Cleanup warning messages for phy resetsDave Jiang3-60/+43
2011-07-03isci: Adding support for phy enable and disableDave Jiang2-37/+54
2011-07-03isci: controller stop/start fixesPawel Marek6-69/+206
2011-07-03isci: handle cases where a d2h fis is used report an ncq errorPiotr Sawicki1-4/+21
2011-07-03isci: workaround port task scheduler starvation issueTomasz Chudy5-91/+298
2011-07-03isci: rework timer apiDan Williams7-232/+104
2011-07-03isci: fix sas address reportingDan Williams5-38/+19
2011-07-03isci: Removing deprecated functionsDave Jiang16-1030/+130
2011-07-03isci: Change event notify calls from scic_cb_* to isci_event_*Dave Jiang12-409/+476
2011-07-03isci: have the driver use native SG calls and DMA-APIDave Jiang7-228/+245
2011-07-03isci: Make the driver copy data directly from and to sg for PIODave Jiang7-109/+84
2011-07-03isci: Removed special macros that does 64bit address mathDave Jiang2-73/+39
2011-07-03isci: fix for asserts during aborts/resets to SAS/SATA in APC modePiotr Sawicki1-13/+25