summaryrefslogtreecommitdiff
path: root/fs/pstore/ram_core.c
AgeCommit message (Expand)Author
2023-12-08pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov
2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)
2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang
2023-08-04pstore/ram: Check start of empty przs during initEnlin Mu
2023-06-14pstore/ram: Add check for kstrdupJiasheng Jiang
2022-12-05pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd
2022-10-19pstore/ram: Set freed addresses to NULLKees Cook
2022-10-17pstore/ram: Move internal definitions out of kernel-wide includeKees Cook
2022-03-01pstore: Add prefix to ECC messagesVincent Whitchurch
2021-03-31pstore: Add mem_type property DT parsing supportMukesh Ojha
2021-03-02pstore/ram: Rate-limit "uncorrectable error in header" messageDmitry Osipenko
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