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: fix ssp response iu buffer size in isci_tmf
Dan Williams
1
-1
/
+2
2011-07-03
isci: cleanup request allocation
Dan Williams
3
-223
/
+121
2011-07-03
isci: cleanup/optimize queue increment macros
Dan Williams
4
-90
/
+44
2011-07-03
isci: cleanup tag macros
Dan Williams
5
-114
/
+52
2011-07-03
isci: cleanup/optimize pool implementation
Dan Williams
4
-231
/
+56
2011-07-03
isci: Disable link layer hang detection
Jeff Skirvin
1
-5
/
+2
2011-07-03
isci: Hard reset failure will link reset all phys in the port
Jeff Skirvin
1
-5
/
+17
2011-07-03
isci: Explicitly decode remote node ready and suspended states
Jeff Skirvin
1
-2
/
+13
2011-07-03
isci: fix isci_terminate_pending() list management
Dan Williams
3
-71
/
+67
2011-07-03
isci: Handle timed-out request terminations correctly
Jeff Skirvin
2
-186
/
+181
2011-07-03
isci: Requests that do not start must be set to "complete"
Jeff Skirvin
1
-1
/
+2
2011-07-03
isci: Add decode for SMP request retry error condition
Jeff Skirvin
2
-10
/
+52
2011-07-03
isci: filter broadcast change notifications during SMP phy resets
Jeff Skirvin
3
-41
/
+338
2011-07-03
isci: Move the reset delay after the remote node resumption.
Jeff Skirvin
1
-1
/
+3
2011-07-03
isci: remove 'min memory' infrastructure
Dan Williams
6
-472
/
+144
2011-07-03
isci: Added support for C0 to SCU Driver
Adam Gruchala
5
-27
/
+76
2011-07-03
isci: additional state machine cleanup
Edmund Nadolski
13
-294
/
+62
2011-07-03
isci: state machine cleanup
Edmund Nadolski
15
-1160
/
+1076
2011-07-03
isci: Removing unused variables compiler warnings
Dave Jiang
2
-10
/
+1
2011-07-03
isci: Retrieve the EFI variable for OEM parameter
Dave Jiang
2
-51
/
+24
2011-07-03
isci: removing the kmalloc in smp request construct
Dave Jiang
1
-16
/
+10
2011-07-03
isci: remove isci_timer interface
Edmund Nadolski
9
-352
/
+1
2011-07-03
isci: Remove tmf timeout_timer
Edmund Nadolski
2
-87
/
+20
2011-07-03
isci: convert phy_startup_timer to sci_timer
Edmund Nadolski
2
-47
/
+34
2011-07-03
isci: convert scic_timeout_timer to sci_timer
Edmund Nadolski
2
-28
/
+36
2011-07-03
isci: convert power control timer to sci_timer
Edmund Nadolski
2
-58
/
+50
2011-07-03
isci: convert phy sata_timeout_timer to sci_timer
Edmund Nadolski
3
-49
/
+35
2011-07-03
isci: convert port config agent timer to sci_timer
Edmund Nadolski
3
-77
/
+53
2011-07-03
isci: replace isci_timer list with proper embedded timers
Edmund Nadolski
4
-25
/
+60
2011-07-03
isci: add some type safety to the state machine interface
Dan Williams
8
-194
/
+148
2011-07-03
isci: unify rnc start{io|task} handlers
Dan Williams
3
-307
/
+47
2011-07-03
isci: unify rnc suspend/resume handlers
Dan Williams
2
-234
/
+104
2011-07-03
isci: unify rnc destruct handlers
Dan Williams
2
-80
/
+39
2011-07-03
isci: unify rnc event handlers
Dan Williams
2
-270
/
+111
2011-07-03
isci: unify port start_io and complete_io handlers
Dan Williams
2
-428
/
+59
2011-07-03
isci: unify port link_up and link_down handlers
Piotr Sawicki
2
-179
/
+76
2011-07-03
isci: remove port frame and event handlers
Piotr Sawicki
2
-43
/
+0
2011-07-03
isci: unify port reset, add_phy, and remove_phy handlers
Piotr Sawicki
2
-327
/
+163
2011-07-03
isci: remove port destruct handler
Piotr Sawicki
2
-40
/
+0
2011-07-03
isci: unify port stop handlers
Piotr Sawicki
3
-62
/
+24
2011-07-03
isci: remove port start handler
Piotr Sawicki
3
-110
/
+80
2011-07-03
isci: merge port ready substates into primary state machine
Piotr Sawicki
2
-256
/
+210
2011-07-03
isci: c99 port state handlers
Piotr Sawicki
1
-121
/
+106
2011-07-03
isci: clarify phy to port lookups
Dan Williams
5
-12
/
+11
2011-07-03
isci: unify phy consume_power handlers
Dan Williams
2
-527
/
+83
2011-07-03
isci: unify phy event handlers
Dan Williams
2
-642
/
+384
2011-07-03
isci: unify phy frame handlers
Dan Williams
2
-179
/
+93
2011-07-03
isci: remove phy destruct handlers
Dan Williams
2
-34
/
+0
2011-07-03
isci: unify phy reset handlers
Dan Williams
2
-47
/
+12
2011-07-03
isci: unify phy stop handlers
Dan Williams
2
-62
/
+23
[next]