summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram_core.c
Commit message (Expand)AuthorAgeFilesLines
* pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-311-2/+16
* pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko2021-03-021-1/+1
* pstore: switch to copy_from_user()Al Viro2020-04-231-3/+1
* pstore/ram: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-091-1/+1
* pstore/ram: Regularize prz label allocation lifetimeKees Cook2020-01-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)2018-12-031-0/+5
* pstore: Improve and update some comments and status outputKees Cook2018-12-031-1/+3
* pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook2018-12-031-0/+10
* pstore/ram: Report backend assignments with finer granularityKees Cook2018-12-031-0/+6
* pstore/ram: Standardize module name in ramoopsKees Cook2018-12-031-2/+3
* pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2018-12-031-6/+9
* Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-4/+7
|\
| * pstore/ram: Clarify resource reservation labelsKees Cook2018-10-221-4/+7
* | pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-131-3/+14
|/
* pstore/ram: Do not use stack VLA for parity workspaceKees Cook2018-03-071-7/+22
* pstore: Use dynamic spinlock initializerKees Cook2017-03-071-1/+1
* pstore: Correctly initialize spinlock and flagsKees Cook2017-02-131-5/+7
* pstore: Allow prz to control need for lockingJoel Fernandes2016-11-151-9/+15
* pstore: Make spinlock per zone instead of globalJoel Fernandes2016-11-111-6/+5
* pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2016-09-081-2/+2
* pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2016-09-081-1/+1
* pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-081-2/+45
* pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2016-09-081-41/+2
* 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