aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/ram_core.c
AgeCommit message (Expand)Author
2020-04-23pstore: switch to copy_from_user()Al Viro
2020-03-09pstore/ram: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-08pstore/ram: Regularize prz label allocation lifetimeKees Cook
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-03pstore/ram: Do not treat empty buffers as validJoel Fernandes (Google)
2018-12-03pstore: Improve and update some comments and status outputKees Cook
2018-12-03pstore/ram: Add kern-doc for struct persistent_ram_zoneKees Cook
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook
2018-12-03pstore/ram: Standardize module name in ramoopsKees Cook
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook
2018-09-13pstore: Fix incorrect persistent ram buffer mappingBin Yang
2018-03-07pstore/ram: Do not use stack VLA for parity workspaceKees Cook
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