aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms/iss/simdisk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-05-11xtensa/simdisk: fix proc_read_simdisk()Yi Yang1-6/+12
2022-03-04iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain1-2/+11
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+1
2021-06-01simdisk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-22/+7
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-07-08xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig1-2/+0
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig1-3/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+5
2019-05-06xtensa: set proper error code for simdisk_setup()Chengguang Xu1-1/+1
2019-05-06xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu1-1/+0
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2017-11-10xtensa/simdisk: fix compile errorChristoph Hellwig1-1/+1
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig1-2/+2
2017-05-08xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20xtensa: ISS: allow simdisk to use high memory buffersMax Filippov1-0/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-9/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-9/+3
2014-01-29xtensa: fixup simdisk driver to work with immutable bio_vecsJens Axboe1-7/+7
2013-07-08xtensa: remove the second argument of __bio_kmap_atomic()Zhao Hongjiang1-2/+2
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-2/+2
2013-05-09xtensa simdisk: Fix proc_create_data() conversion falloutGeert Uytterhoeven1-2/+2
2013-05-09xtensa: don't use a7 in simcallsMax Filippov1-2/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-05-04xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"Al Viro1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-04-09xtensa simdisk: switch to proc_create_data()Al Viro1-13/+23
2013-02-23xtensa: ISS: add host file-based simulated diskVictor Prupis1-0/+375