summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/axonram.c
AgeCommit message (Expand)AuthorLines
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2017-09-01axonram: Return directly after a failed kzalloc() in axon_ram_probe()Markus Elfring-22/+17
2017-09-01axonram: Improve a size determination in axon_ram_probe()Markus Elfring-1/+1
2017-09-01axonram: Delete an error message for a failed memory allocation in axon_ram_p...Markus Elfring-1/+0
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-1/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring-2/+2
2017-06-27dax: remove default copy_from_iter fallbackDan Williams-0/+8
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams-19/+4
2017-04-19axon_ram: add dax_operations supportDan Williams-6/+42
2017-03-08axonram: Fix gendisk handlingJan Kara-1/+4
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman-3/+3
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2016-07-12pmem: kill __pmem address spaceDan Williams-2/+2
2016-06-27block: convert to device_add_disk()Dan Williams-2/+1
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams-1/+1
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams-5/+4
2015-11-26powerpc/axonram: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe-2/+3
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+4
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams-1/+1
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler-3/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-1/+1
2015-01-13Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe-13/+4
2015-01-13block: Change direct_access calling conventionMatthew Wilcox-13/+4
2015-01-13axonram: Fix bug in direct_accessMatthew Wilcox-1/+1
2014-10-20powerpc: sysdev: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-25powerpc: make of_device_ids constUwe Kleine-König-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet-9/+9
2013-11-23block: Abstract out bvec iteratorKent Overstreet-1/+2
2012-01-03fs: move code out of buffer.cAl Viro-1/+0
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig-6/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-1/+1
2011-05-19powerpc: Remove ioremap_flagsAnton Blanchard-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely-6/+5
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely-6/+6
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-4/+4
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-3/+3
2009-09-22const: make block_device_operations constAlexey Dobriyan-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen-1/+1
2008-07-22powerpc/axonram: Enable partitioning of the Axons DDR2 DIMMsMaxim Shchetynin-1/+4
2008-07-22powerpc/axonram: Use only one block device major numberMaxim Shchetynin-8/+15
2008-04-28return pfn from direct_access, for XIPJared Hulbert-2/+3
2007-12-06[POWERPC] Clean out asm/of_{platform, device}.h from sysdev/Jon Loeliger-2/+3
2007-10-11missed bio_endio() in axonramAl Viro-2/+2
2007-10-11[POWERPC] Move of_platform_driver initialisations: arch/powerpcStephen Rothwell-3/+5
2007-08-25[POWERPC] axonram: Do not delete gendisks queue in error pathMaxim Shchetynin-3/+0
2007-08-25[POWERPC] axonram: Module modification for latest firmware API changesMaxim Shchetynin-32/+11
2007-07-20[CELL] driver for DDR2 memory on AXONMaxim Shchetynin-0/+381