aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/ps3vram.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-01block: fix for "Consolidate phys_segment and hw_segment limits"Gravatar Stephen Rothwell 1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsGravatar Martin K. Petersen 1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1
2010-02-26block: Add BLK_ prefix to definitionsGravatar Martin K. Petersen 1-2/+2
2009-11-04block/ps3: fix slow VRAM IOGravatar Hideyuki Sasaki 1-1/+9
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-08-20powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Gravatar Geert Uytterhoeven 1-1/+1
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGravatar Geert Uytterhoeven 1-24/+24
2009-06-15block/ps3: remove driver_data direct access of struct deviceGravatar Roel Kluin 1-26/+24
2009-06-15ps3vram: Make ps3vram_priv.reports a void *Gravatar Geert Uytterhoeven 1-3/+3
2009-06-15ps3vram: Remove no longer used ps3vram_priv.ddr_baseGravatar Geert Uytterhoeven 1-13/+1
2009-06-15ps3vram: Replace mutex by spinlock + bio_listGravatar Geert Uytterhoeven 1-15/+36
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Gravatar Geert Uytterhoeven 1-14/+7
2009-06-15ps3vram: GPU memory mapping cleanupGravatar Geert Uytterhoeven 1-5/+14
2009-06-15ps3vram: Correct exchanged gotos in ps3vram_probe() error pathGravatar Jim Paris 1-2/+2
2009-06-15ps3vram: Use proc_create_data() instead of proc_create()Gravatar Geert Uytterhoeven 1-5/+3
2009-06-15ps3vram: Fix error path (return -EIO) for short read/writeGravatar Geert Uytterhoeven 1-0/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-2/+0
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGravatar Geert Uytterhoeven 1-0/+865