index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-18
Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixes
James Bottomley
1
-1
/
+1
2016-06-08
scsi: fix race between simultaneous decrements of ->host_failed
Wei Fang
1
-1
/
+1
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-1
/
+1
2016-05-23
Merge branch 'for-4.7-dw' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2
-271
/
+294
2016-05-23
Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-171
/
+989
2016-05-19
Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-3
/
+3
2016-05-18
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2016-05-13
Merge branch 'for-4.6-fixes' into for-4.7
Tejun Heo
5
-0
/
+223
2016-05-12
ata: dwc: add DMADEVICES dependency
Arnd Bergmann
1
-0
/
+1
2016-05-12
ata: sata_dwc_460ex: make debug messages neat
Andy Shevchenko
1
-4
/
+4
2016-05-12
ata: sata_dwc_460ex: supply physical address of FIFO to DMA
Andy Shevchenko
1
-6
/
+7
2016-05-12
ata: sata_dwc_460ex: use devm_ioremap
Andy Shevchenko
1
-19
/
+11
2016-05-12
ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()
Mans Rullgard
1
-8
/
+6
2016-05-12
ata: sata_dwc_460ex: use readl/writel_relaxed()
Mans Rullgard
1
-48
/
+43
2016-05-12
ata: sata_dwc_460ex: switch to new dmaengine_terminate_* API
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: add __iomem to register base pointer
Mans Rullgard
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: get rid of incorrect cast
Mans Rullgard
1
-2
/
+2
2016-05-10
ata: sata_dwc_460ex: get rid of some pointless casts
Mans Rullgard
1
-15
/
+15
2016-05-10
ata: sata_dwc_460ex: remove empty libata callback
Mans Rullgard
1
-22
/
+0
2016-05-10
ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macros
Andy Shevchenko
1
-11
/
+6
2016-05-10
ata: sata_dwc_460ex: get rid of global data
Mans Rullgard
1
-50
/
+29
2016-05-10
ata: sata_dwc_460ex: add phy support
Mans Rullgard
2
-0
/
+23
2016-05-10
ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
Mans Rullgard
2
-71
/
+138
2016-05-10
ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commands
Andy Shevchenko
1
-2
/
+2
2016-05-10
ata: sata_dwc_460ex: skip dma setup for non-dma commands
Mans Rullgard
1
-26
/
+9
2016-05-10
ata: sata_dwc_460ex: select only core part of DMA driver
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: DMA is always a flow controller
Andy Shevchenko
1
-1
/
+1
2016-05-10
ata: sata_dwc_460ex: burst size must be in items not bytes
Andy Shevchenko
1
-3
/
+3
2016-05-10
ata: sata_dwc_460ex: set dma_boundary to 0x1fff
Andy Shevchenko
1
-1
/
+7
2016-05-10
ata: sata_dwc_460ex: fix crash on offline links without an attached drive
Christian Lamparter
1
-0
/
+7
2016-05-10
ata: sata_dwc_460ex: remove incorrect locking
Mans Rullgard
1
-3
/
+1
2016-05-09
libata: support host-aware and host-managed ZAC devices
Hannes Reinecke
2
-2
/
+130
2016-05-09
libata: support device-managed ZAC devices
Hannes Reinecke
1
-9
/
+10
2016-05-09
libata: NCQ encapsulation for ZAC MANAGEMENT OUT
Hannes Reinecke
3
-8
/
+56
2016-05-09
libata: Implement ZBC OUT translation
Hannes Reinecke
3
-0
/
+84
2016-05-09
libata: implement ZBC IN translation
Hannes Reinecke
3
-0
/
+168
2016-05-09
libata-scsi: Generate sense code for disabled devices
Hannes Reinecke
1
-0
/
+6
2016-05-09
libata-trace: decode subcommands
Hannes Reinecke
1
-0
/
+43
2016-05-09
libata: Check log page directory before accessing pages
Hannes Reinecke
1
-0
/
+17
2016-05-09
libata: Separate out ata_dev_config_ncq_send_recv()
Hannes Reinecke
1
-20
/
+27
2016-05-09
libata: do not attempt to retrieve sense code twice
Hannes Reinecke
1
-2
/
+2
2016-05-09
Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Tejun Heo
1
-1
/
+1
2016-05-09
libata-scsi: use %*ph to dump small buffers
Andy Shevchenko
1
-5
/
+2
2016-05-02
dmaengine: dw: pass platform data via struct dw_dma_chip
Andy Shevchenko
1
-1
/
+1
2016-04-15
scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS
Ming Lin
1
-1
/
+1
2016-04-13
ata: add AMD Seattle platform driver
Brijesh Singh
3
-0
/
+219
2016-04-13
treewide: Fix typos in libata.xml
Masanari Iida
2
-9
/
+9
2016-04-13
dmaengine: dw: rename masters to reflect actual topology
Andy Shevchenko
1
-2
/
+2
2016-04-04
libata-core: Allow longer timeout for drive spinup from PUIS
Damien Le Moal
1
-1
/
+5
2016-04-04
libata-scsi: Set information sense field for invalid parameter
Hannes Reinecke
1
-20
/
+61
[next]