summaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3vram.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+2
* block/ps3vram: Check return of ps3vram_cache_initGeoff Levand2017-08-171-1/+5
* block/ps3vram: Delete an error message for a failed memory allocation in ps3v...Markus Elfring2017-08-171-3/+1
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+7
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+4
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+2
* block/ps3vram: Remove obsolete reference to MTDGeert Uytterhoeven2015-06-101-1/+1
* block/ps3vram: Fix sparse warningsGeoff Levand2015-06-101-16/+16
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-5/+5
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * block: Fix files that are modules and hence need module.hPaul Gortmaker2011-10-311-0/+1
* | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-4/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: fix for "Consolidate phys_segment and hw_segment limits"Stephen Rothwell2010-03-011-1/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* block: Add BLK_ prefix to definitionsMartin K. Petersen2010-02-261-2/+2
* block/ps3: fix slow VRAM IOHideyuki Sasaki2009-11-041-1/+9
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven2009-08-201-1/+1
* ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-151-24/+24
* block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-151-26/+24
* ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven2009-06-151-3/+3
* ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven2009-06-151-13/+1
* ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven2009-06-151-15/+36
* ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-151-14/+7
* ps3vram: GPU memory mapping cleanupGeert Uytterhoeven2009-06-151-5/+14
* ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris2009-06-151-2/+2
* ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven2009-06-151-5/+3
* ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven2009-06-151-0/+1
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-2/+0
* ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven2009-03-131-0/+865
OpenPOWER on IntegriCloud