aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/ram_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-01pstore: Add prefix to ECC messagesGravatar Vincent Whitchurch 1-2/+2
2021-03-31pstore: Add mem_type property DT parsing supportGravatar Mukesh Ojha 1-2/+16
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageGravatar Dmitry Osipenko 1-1/+1
2020-04-23pstore: switch to copy_from_user()Gravatar Al Viro 1-3/+1
2020-03-09pstore/ram: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-01-08pstore/ram: Regularize prz label allocation lifetimeGravatar Kees Cook 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-03pstore/ram: Do not treat empty buffers as validGravatar Joel Fernandes (Google) 1-0/+5
2018-12-03pstore: Improve and update some comments and status outputGravatar Kees Cook 1-1/+3
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneGravatar Kees Cook 1-0/+10
2018-12-03pstore/ram: Report backend assignments with finer granularityGravatar Kees Cook 1-0/+6
2018-12-03pstore/ram: Standardize module name in ramoopsGravatar Kees Cook 1-2/+3
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Gravatar Peng Wang 1-6/+9
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+7
2018-10-22pstore/ram: Clarify resource reservation labelsGravatar Kees Cook 1-4/+7
2018-09-13pstore: Fix incorrect persistent ram buffer mappingGravatar Bin Yang 1-3/+14
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceGravatar Kees Cook 1-7/+22
2017-03-07pstore: Use dynamic spinlock initializerGravatar Kees Cook 1-1/+1
2017-02-13pstore: Correctly initialize spinlock and flagsGravatar Kees Cook 1-5/+7
2016-11-15pstore: Allow prz to control need for lockingGravatar Joel Fernandes 1-9/+15
2016-11-11pstore: Make spinlock per zone instead of globalGravatar Joel Fernandes 1-6/+5
2016-09-08pstore/ram: Use memcpy_fromio() to save old bufferGravatar Andrew Bresticker 1-2/+2
2016-09-08pstore/ram: Use memcpy_toio instead of memcpyGravatar Furquan Shaikh 1-1/+1
2016-09-08pstore/pmsg: drop bounce bufferGravatar Mark Salyzyn 1-2/+45
2016-09-08pstore/core: drop cmpxchg based updatesGravatar Sebastian Andrzej Siewior 1-41/+2
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedGravatar Tony Lindgren 1-9/+22
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsGravatar Rob Herring 1-2/+2
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayGravatar Fabian Frederick 1-1/+1
2014-06-06fs/pstore: logging clean-upGravatar Fabian Frederick 1-19/+17
2014-03-17pstore: Fix buffer overflow while write offset equal to buffer sizeGravatar Liu ShuoX 1-2/+2
2013-06-14pstore/ram: avoid atomic accesses for ioremapped regionsGravatar Rob Herring 1-2/+52
2013-04-03pstore/ram: Restore ecc information blockGravatar Arve Hjønnevåg 1-0/+3
2013-04-03pstore/ram: Allow specifying ecc parameters in platform dataGravatar Arve Hjønnevåg 1-30/+34
2013-04-03pstore/ram: Include ecc_size when calculating ecc_blockGravatar Arve Hjønnevåg 1-1/+2
2013-01-03pstore: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-5/+4
2012-07-17pstore/ram: Make tracing log versionedGravatar Anton Vorontsov 1-5/+7
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagGravatar Anton Vorontsov 1-6/+4
2012-07-17pstore/ram: Make ECC size configurableGravatar Anton Vorontsov 1-7/+8
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyGravatar Anton Vorontsov 1-4/+3
2012-06-20pstore/ram_core: Better ECC size checkingGravatar Anton Vorontsov 1-8/+8
2012-06-20pstore/ram_core: Proper checking for post_init errors (e.g. improper ECC size)Gravatar Anton Vorontsov 1-7/+15
2012-06-20pstore/ram: Probe as early as possibleGravatar Anton Vorontsov 1-4/+5
2012-06-13pstore/ram_core: Remove now unused codeGravatar Anton Vorontsov 1-77/+0
2012-06-13pstore/ram_core: Silence some printksGravatar Anton Vorontsov 1-2/+2
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Gravatar Anton Vorontsov 1-3/+8
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeGravatar Anton Vorontsov 1-0/+1
2012-06-13pstore/ram: Should update old dmesg buffer before readingGravatar Anton Vorontsov 1-7/+8
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cGravatar Anton Vorontsov 1-0/+532