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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
swiotlb: sg chaining support
Jens Axboe
1
-7
/
+12
2007-10-16
i386: enable sg chaining
Jens Axboe
1
-0
/
+2
2007-10-16
i386 dma_map_sg: convert to using sg helpers
Jens Axboe
1
-6
/
+7
2007-10-16
mmc: need to zero sglist on init
Jens Axboe
1
-3
/
+3
2007-10-16
Panic in blk_rq_map_sg() from CCISS driver
Lee Schermerhorn
1
-0
/
+1
2007-10-16
remove sglist_len
FUJITA Tomonori
2
-8
/
+4
2007-10-16
remove blk_queue_max_phys_segments in libata
FUJITA Tomonori
1
-2
/
+0
2007-10-16
revert sg segment size ifdefs
FUJITA Tomonori
1
-8
/
+20
2007-10-16
Fixup u14-34f ENABLE_SG_CHAINING
Andrew Morton
1
-1
/
+1
2007-10-16
qla1280: enable use_sg_chaining option
FUJITA Tomonori
1
-0
/
+1
2007-10-16
[SCSI] add use_sg_chaining option to scsi_host_template
FUJITA Tomonori
39
-3
/
+58
2007-10-16
qla1280: sg chaining fixes
FUJITA Tomonori
1
-1
/
+4
2007-10-16
libata sg chaining support fix
FUJITA Tomonori
1
-1
/
+6
2007-10-16
zfcp: sg chaining support
FUJITA Tomonori
2
-4
/
+3
2007-10-16
ips: sg chaining support
FUJITA Tomonori
1
-6
/
+8
2007-10-16
IDE: sg chaining support
Jens Axboe
9
-12
/
+25
2007-10-16
i2o: sg chaining support
Jens Axboe
1
-1
/
+2
2007-10-16
Fusion: sg chaining support
Jens Axboe
1
-3
/
+3
2007-10-16
USB storage: sg chaining support
Jens Axboe
8
-45
/
+62
2007-10-16
infiniband: sg chaining support
Jens Axboe
2
-38
/
+47
2007-10-16
aha1542: convert to use the data buffer accessors
Jens Axboe
1
-17
/
+15
2007-10-16
ide-scsi: sg chaining support
Jens Axboe
1
-14
/
+18
2007-10-16
qlogicpti: sg chaining support
Jens Axboe
1
-7
/
+8
2007-10-16
aic94xx: sg chaining support
Jens Axboe
1
-3
/
+3
2007-10-16
qla1280: sg chaining support
Jens Axboe
1
-29
/
+37
2007-10-16
scsi generic: sg chaining support
Jens Axboe
1
-8
/
+8
2007-10-16
scsi_debug: support sg chaining
Jens Axboe
1
-14
/
+16
2007-10-16
libata: convert to using sg helpers
Jens Axboe
2
-20
/
+26
2007-10-16
SCSI: support for allocating large scatterlists
Jens Axboe
3
-54
/
+163
2007-10-16
scsi: simplify scsi_free_sgtable()
Jens Axboe
3
-7
/
+8
2007-10-16
use sg helper function in DMA mapping documentation
saeed bishara
1
-1
/
+1
2007-10-16
ll_rw_blk: temporarily enable max_segments tweaking
Jens Axboe
1
-0
/
+23
2007-10-16
Add chained sg support to linux/scatterlist.h
Jens Axboe
1
-2
/
+77
2007-10-16
scsi: convert to using sg helpers
Jens Axboe
2
-10
/
+15
2007-10-16
block: convert to using sg helpers
Jens Axboe
1
-7
/
+11
2007-10-16
Add sg helpers for iterating over a scatterlist table
Jens Axboe
1
-0
/
+9
2007-10-16
crypto: don't pollute the global namespace with sg_next()
Jens Axboe
3
-3
/
+3
2007-10-16
pktcdvd: don't rely on bio_init() preserving bio->bi_destructor
Laurent Riffard
1
-0
/
+2
2007-10-16
pktcdvd: don't rely on bio_init() preserving bio->bi_io_vec
Jens Axboe
1
-0
/
+5
2007-10-16
remove ide_get_error_location()
Adrian Bunk
2
-40
/
+0
2007-10-16
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
16
-329
/
+36
2007-10-16
block: Initial support for data-less (or empty) barrier support
Jens Axboe
5
-21
/
+71
2007-10-16
block: factor our bio_check_eod()
Jens Axboe
1
-30
/
+33
2007-10-16
block: add end_queued_request() and end_dequeued_request() helpers
Jens Axboe
3
-14
/
+77
2007-10-16
bio: make freeing of ->bi_io_vec conditional in bio_free()
Jens Axboe
1
-3
/
+6
2007-10-16
bio: use memset() in bio_init()
Jens Axboe
1
-13
/
+1
2007-10-16
block: ll_rw_blk.c: cosmetics
Jens Axboe
1
-6
/
+9
2007-10-15
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
171
-1136
/
+13123
2007-10-15
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
14
-146
/
+157
2007-10-15
Merge branch 'release' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ae...
Linus Torvalds
1
-0
/
+1
[next]