summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram_core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)2018-12-041-0/+5
* pstore: Improve and update some comments and status outputKees Cook2018-12-041-1/+3
* pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook2018-12-041-0/+10
* pstore/ram: Report backend assignments with finer granularityKees Cook2018-12-041-0/+6
* pstore/ram: Standardize module name in ramoopsKees Cook2018-12-041-2/+3
* pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2018-12-041-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-161-9/+15
* pstore: Make spinlock per zone instead of globalJoel Fernandes2016-11-111-6/+5Star
* pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2016-09-091-2/+2
* pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2016-09-091-1/+1
* pstore/pmsg: drop bounce bufferMark Salyzyn2016-09-091-2/+45
* pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2016-09-091-41/+2Star
* 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-091-1/+1
* fs/pstore: logging clean-upFabian Frederick2014-06-071-19/+17Star
* 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-151-2/+52
* pstore/ram: Restore ecc information blockArve Hjønnevåg2013-04-041-0/+3
* pstore/ram: Allow specifying ecc parameters in platform dataArve Hjønnevåg2013-04-041-30/+34
* pstore/ram: Include ecc_size when calculating ecc_blockArve Hjønnevåg2013-04-041-1/+2
* pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-5/+4Star
* pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-181-5/+7
* pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov2012-07-171-6/+4Star
* 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/+3Star
* pstore/ram_core: Better ECC size checkingAnton Vorontsov2012-06-211-8/+8
* pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Anton Vorontsov2012-06-211-7/+15
* pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-211-4/+5
* pstore/ram_core: Remove now unused codeAnton Vorontsov2012-06-141-77/+0Star
* pstore/ram_core: Silence some printksAnton Vorontsov2012-06-141-2/+2
* pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov2012-06-141-3/+8
* pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov2012-06-141-0/+1
* pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov2012-06-141-7/+8
* staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov2012-05-171-0/+532