index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
platforms
/
iss
/
simdisk.c
Age
Commit message (
Expand
)
Author
2021-06-01
simdisk: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2020-07-08
xtensa/simdisk: remove the call to check_disk_change
Christoph Hellwig
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
simdisk: stop using ->queuedata
Christoph Hellwig
2020-03-27
block: simplify queue allocation
Christoph Hellwig
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2019-05-06
xtensa: set proper error code for simdisk_setup()
Chengguang Xu
2019-05-06
xtensa: fix incorrect fd close in error case of simdisk_setup()
Chengguang Xu
2018-03-17
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2017-11-10
xtensa/simdisk: fix compile error
Christoph Hellwig
2017-11-10
block: remove __bio_kmap_atomic
Christoph Hellwig
2017-05-08
xtensa: ISS: Use kmalloc_array() in simdisk_init()
Markus Elfring
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-20
xtensa: ISS: allow simdisk to use high memory buffers
Max Filippov
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
2015-11-07
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2014-01-29
xtensa: fixup simdisk driver to work with immutable bio_vecs
Jens Axboe
2013-07-08
xtensa: remove the second argument of __bio_kmap_atomic()
Zhao Hongjiang
2013-05-09
Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linux
Linus Torvalds
2013-05-09
xtensa simdisk: Fix proc_create_data() conversion fallout
Geert Uytterhoeven
2013-05-09
xtensa: don't use a7 in simcalls
Max Filippov
2013-05-07
block_device_operations->release() should return void
Al Viro
2013-05-04
xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"
Al Viro
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
xtensa simdisk: switch to proc_create_data()
Al Viro
2013-02-23
xtensa: ISS: add host file-based simulated disk
Victor Prupis