Rusty Russell
|
ac4e97abce
scatterlist: sg_set_buf() argument must be in linear mapping
|
12 years ago |
Linus Torvalds
|
20a2078ce7
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
|
12 years ago |
Imre Deak
|
2db76d7c3c
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
|
12 years ago |
Paolo Bonzini
|
c8164d8931
scatterlist: introduce sg_unmark_end
|
12 years ago |
Imre Deak
|
4225fc8555
lib/scatterlist: use page iterator in the mapping iterator
|
12 years ago |
Imre Deak
|
a321e91b6d
lib/scatterlist: add simple page iterator
|
12 years ago |
Maxim Levitsky
|
2e48461029
scatterlist: add sg_nents
|
12 years ago |
Tomasz Stanislawski
|
efc42bc980
scatterlist: add sg_alloc_table_from_pages function
|
13 years ago |
Paul Gortmaker
|
187f1882b5
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
|
13 years ago |
Sebastian Andrzej Siewior
|
6de7e356fa
lib/scatterlist: add a flags to signalize mapping direction
|
16 years ago |
Tejun Heo
|
137d3edb48
sg: reimplement sg mapping iterator
|
17 years ago |
FUJITA Tomonori
|
b1adaf65ba
[SCSI] block: add sg buffer copy helper functions
|
17 years ago |
James Bottomley
|
7cedb1f17f
SG: work with the SCSI fixed maximum allocations.
|
17 years ago |
Jens Axboe
|
0db9299f48
SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers
|
17 years ago |
Rusty Russell
|
b801a1e7db
Don't blatt first element of prv in sg_chain()
|
17 years ago |
Tejun Heo
|
645a8d9462
scatterlist: add more safeguards
|
17 years ago |
Jens Axboe
|
c46f2334c8
[SG] Get rid of __sg_mark_end()
|
17 years ago |
Jens Axboe
|
013fb33972
SG: Make sg_init_one() use general table init functions
|
17 years ago |
Chuck Lever
|
513f54b78f
sg_init_table() should use unsigned loop index variable
|
17 years ago |
Chuck Lever
|
74eb94f7b8
sg_last() should use unsigned loop index variable
|
17 years ago |
Jens Axboe
|
73fd546aa7
SG: clear termination bit in sg_chain()
|
17 years ago |
Hugh Dickins
|
85cdffcde0
fix sg_phys to use dma_addr_t
|
17 years ago |
Jens Axboe
|
642f149031
SG: Change sg_set_page() to take length and offset argument
|
17 years ago |
Jens Axboe
|
de26103de5
[SG] Add debug check for page alignment
|
17 years ago |
Jens Axboe
|
d6ec084200
Add CONFIG_DEBUG_SG sg validation
|
17 years ago |
Jens Axboe
|
18dabf473e
Change table chaining layout
|
17 years ago |
Jens Axboe
|
82f66fbef5
[SG] Add helpers for manipulating SG entries
|
17 years ago |
Jens Axboe
|
70eb8040dc
Add chained sg support to linux/scatterlist.h
|
18 years ago |
Jens Axboe
|
96b418c960
Add sg helpers for iterating over a scatterlist table
|
18 years ago |
Herbert Xu
|
03fd9cee7f
[PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argument
|
19 years ago |