summaryrefslogtreecommitdiff
path: root/arch/xtensa/platforms/iss/simdisk.c
AgeCommit message (Expand)Author
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-11xtensa/simdisk: fix proc_read_simdisk()Yi Yang
2022-03-04iss-simdisk: use bvec_kmap_local in simdisk_submit_bioChristoph Hellwig
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-06-01simdisk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-07-08xtensa/simdisk: remove the call to check_disk_changeChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-05-06xtensa: set proper error code for simdisk_setup()Chengguang Xu
2019-05-06xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2017-11-10xtensa/simdisk: fix compile errorChristoph Hellwig
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig
2017-05-08xtensa: ISS: Use kmalloc_array() in simdisk_init()Markus Elfring
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-20xtensa: ISS: allow simdisk to use high memory buffersMax Filippov
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2014-01-29xtensa: fixup simdisk driver to work with immutable bio_vecsJens Axboe
2013-07-08xtensa: remove the second argument of __bio_kmap_atomic()Zhao Hongjiang
2013-05-09Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds
2013-05-09xtensa simdisk: Fix proc_create_data() conversion falloutGeert Uytterhoeven
2013-05-09xtensa: don't use a7 in simcallsMax Filippov
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-04xtensa simdisk: fix braino in "xtensa simdisk: switch to proc_create_data()"Al Viro
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09xtensa simdisk: switch to proc_create_data()Al Viro
2013-02-23xtensa: ISS: add host file-based simulated diskVictor Prupis