summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram_core.c
Commit message (Expand)AuthorAgeFilesLines
* pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2014-12-111-9/+22
* pstore-ram: Fix hangs by using write-combine mappingsRob Herring2014-12-111-2/+2
* fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-081-1/+1
* fs/pstore: logging clean-upFabian Frederick2014-06-061-19/+17
* pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX2014-03-171-2/+2
* pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring2013-06-141-2/+52
* pstore/ram: Restore ecc information blockArve Hjønnevåg2013-04-031-0/+3
* pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2013-04-031-30/+34
* pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg2013-04-031-1/+2
* pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+4
* pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-171-5/+7
* pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov2012-07-171-6/+4
* pstore/ram: Make ECC size configurableAnton Vorontsov2012-07-171-7/+8
* pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov2012-07-171-4/+3
* pstore/ram_core: Better ECC size checkingAnton Vorontsov2012-06-201-8/+8
* pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov2012-06-201-7/+15
* pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-201-4/+5
* pstore/ram_core: Remove now unused codeAnton Vorontsov2012-06-131-77/+0
* pstore/ram_core: Silence some printksAnton Vorontsov2012-06-131-2/+2
* pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-131-3/+8
* pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov2012-06-131-0/+1
* pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-131-7/+8
* staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov2012-05-171-0/+532