summaryrefslogtreecommitdiff
path: root/fs/pstore/ram_core.c
AgeCommit message (Expand)Author
2019-01-26pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)
2018-09-26pstore: Fix incorrect persistent ram buffer mappingBin Yang
2017-03-07pstore: Use dynamic spinlock initializerKees Cook
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes
2016-11-11pstore: Make spinlock per zone instead of globalJoel Fernandes
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn
2016-09-08pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsRob Herring
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-06-06fs/pstore: logging clean-upFabian Frederick
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX
2013-06-14pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring
2013-04-03pstore/ram: Restore ecc information blockArve Hjønnevåg
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg
2013-04-03pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg
2013-01-03pstore: remove __dev* attributes.Greg Kroah-Hartman
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov
2012-06-20pstore/ram_core: Better ECC size checkingAnton Vorontsov
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov
2012-06-20pstore/ram: Probe as early as possibleAnton Vorontsov
2012-06-13pstore/ram_core: Remove now unused codeAnton Vorontsov
2012-06-13pstore/ram_core: Silence some printksAnton Vorontsov
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov
2012-06-13pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov