aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/ps3vram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01block: fix for "Consolidate phys_segment and hw_segment limits"Stephen Rothwell1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen1-2/+2
2009-11-04block/ps3: fix slow VRAM IOHideyuki Sasaki1-1/+9
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-08-20powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven1-1/+1
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven1-24/+24
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin1-26/+24
2009-06-15ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven1-3/+3
2009-06-15ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven1-13/+1
2009-06-15ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven1-15/+36
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven1-14/+7
2009-06-15ps3vram: GPU memory mapping cleanupGeert Uytterhoeven1-5/+14
2009-06-15ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris1-2/+2
2009-06-15ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven1-5/+3
2009-06-15ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven1-0/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven1-0/+865