index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-03
isci: add support for 2 more oem parmeters
Henryk Dembkowski
6
-153
/
+174
2011-07-03
isci: Adding EFI variable skeletal support
Dave Jiang
3
-5
/
+68
2011-07-03
isci: Add support for probing OROM for OEM params
Dan Williams
11
-417
/
+438
2011-07-03
isci: reset hardware at init
Dan Williams
1
-1
/
+2
2011-07-03
isci: task.h compile and checkpatch fixes
Dan Williams
1
-23
/
+19
2011-07-03
isci: don't hold scic_lock over calls to sas_task_abort()
Jeff Skirvin
1
-17
/
+17
2011-07-03
isci: fix incorrect assumptions about task->dev and task->dev->port being NULL
Dan Williams
1
-113
/
+55
2011-07-03
isci: add "isci_id" attribute
Dan Williams
1
-4
/
+26
2011-07-03
isci: All pending requests are terminated before stopping the device.
Jeff Skirvin
1
-0
/
+4
2011-07-03
isci: Always set response/status for requests going into the error path.
Jeff Skirvin
2
-16
/
+25
2011-07-03
isci: Errors in the submit path for SATA devices manage the ap lock.
Dan Williams
2
-59
/
+87
2011-07-03
isci: Fixed BUG_ON in isci_abort_task_process_cb callback.
Jeff Skirvin
1
-1
/
+2
2011-07-03
isci: Fix TMF build for SAS/SATA LUN reset cases.
Jeff Skirvin
2
-5
/
+28
2011-07-03
isci: Termination handling cleanup, added termination timeouts.
Jeff Skirvin
2
-93
/
+143
2011-07-03
isci: Code review change for completion pointer cleanup.
Jeff Skirvin
1
-9
/
+11
2011-07-03
isci: Cleaning up task execute path.
Jeff Skirvin
1
-70
/
+71
2011-07-03
isci: save the i/o tag outside the scic request structure.
Jeff Skirvin
3
-7
/
+11
2011-07-03
isci: Any reset indicated on an I/O completion escalates it to the error path.
Jeff Skirvin
3
-27
/
+46
2011-07-03
isci: fix completion / abort path.
Jeff Skirvin
2
-153
/
+129
2011-07-03
isci: Changes in isci_host_completion_routine
Jeff Skirvin
3
-25
/
+64
2011-07-03
isci: isci_request_cleanup_completed_loiterer checks task before task_done
Jeff Skirvin
1
-4
/
+7
2011-07-03
isci: cleanup debug leftovers in isci.h
Dan Williams
1
-23
/
+3
2011-07-03
isci: replace remote_device_lock with scic_lock
Dan Williams
3
-11
/
+5
2011-07-03
isci: preallocate remote devices
Dan Williams
6
-73
/
+68
2011-07-03
isci: replace isci_remote_device completion with event queue
Dan Williams
5
-85
/
+69
2011-07-03
isci: kill "host quiesce" mechanism
Dan Williams
4
-91
/
+8
2011-07-03
isci: remove sci_device_handle
Dan Williams
5
-38
/
+26
2011-07-03
isci: kill isci_host list in favor of an array
Dan Williams
3
-24
/
+14
2011-07-03
isci: enable isci for dmar builds
Dan Williams
1
-3
/
+0
2011-07-03
isci: pad stp and smp request sizes
Dan Williams
4
-51
/
+24
2011-07-03
isci: fix hang after target reset
Dan Williams
1
-6
/
+14
2011-07-03
isci: Cleanup warning messages for phy resets
Dave Jiang
3
-60
/
+43
2011-07-03
isci: Adding support for phy enable and disable
Dave Jiang
2
-37
/
+54
2011-07-03
isci: controller stop/start fixes
Pawel Marek
6
-69
/
+206
2011-07-03
isci: handle cases where a d2h fis is used report an ncq error
Piotr Sawicki
1
-4
/
+21
2011-07-03
isci: workaround port task scheduler starvation issue
Tomasz Chudy
5
-91
/
+298
2011-07-03
isci: rework timer api
Dan Williams
7
-232
/
+104
2011-07-03
isci: fix sas address reporting
Dan Williams
5
-38
/
+19
2011-07-03
isci: Removing deprecated functions
Dave Jiang
16
-1030
/
+130
2011-07-03
isci: Change event notify calls from scic_cb_* to isci_event_*
Dave Jiang
12
-409
/
+476
2011-07-03
isci: have the driver use native SG calls and DMA-API
Dave Jiang
7
-228
/
+245
2011-07-03
isci: Make the driver copy data directly from and to sg for PIO
Dave Jiang
7
-109
/
+84
2011-07-03
isci: Removed special macros that does 64bit address math
Dave Jiang
2
-73
/
+39
2011-07-03
isci: fix for asserts during aborts/resets to SAS/SATA in APC mode
Piotr Sawicki
1
-13
/
+25
2011-07-03
isci: Add Support for new TC completion codes
Tomasz Chudy
2
-0
/
+5
2011-07-03
isci: clean up remaining silicon revision ifdefs in phy init
Dan Williams
4
-121
/
+85
2011-07-03
isci: Add support for user parameters in SCIC layer
Jacek Danecki
4
-23
/
+66
2011-07-03
isci: Move transport layer registers from port to phy
Henryk Dembkowski
9
-162
/
+161
2011-07-03
isci: fix "no outbound task timeout" default value
Tomasz Chudy
1
-2
/
+1
2011-07-03
isci: phy state machine cleanup step1
Dan Williams
3
-208
/
+145
[next]