aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-07pstore: Use dynamic spinlock initializerKees Cook1-1/+1
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook1-5/+7
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes1-9/+15
2016-11-11pstore: Make spinlock per zone instead of globalJoel Fernandes1-6/+5
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker1-2/+2
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn1-2/+45
2016-09-08pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior1-41/+2
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren1-9/+22
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-06-06fs/pstore: logging clean-upFabian Frederick1-19/+17
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX1-2/+2
2013-06-14pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring1-2/+52
2013-04-03pstore/ram: Restore ecc information blockArve Hjønnevåg1-0/+3
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg1-30/+34
2013-04-03pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg1-1/+2
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov1-5/+7
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov1-6/+4
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov1-7/+8
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov1-4/+3
2012-06-20pstore/ram_core: Better ECC size checkingAnton Vorontsov1-8/+8
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov1-7/+15
2012-06-20pstore/ram: Probe as early as possibleAnton Vorontsov1-4/+5
2012-06-13pstore/ram_core: Remove now unused codeAnton Vorontsov1-77/+0
2012-06-13pstore/ram_core: Silence some printksAnton Vorontsov1-2/+2
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov1-3/+8
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov1-0/+1
2012-06-13pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov1-7/+8
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov1-0/+532