summaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
Commit message (Expand)AuthorAgeFilesLines
* pstore/ram: Register to module device tableNícolas F. R. A. Prado2024-02-221-0/+1
* pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen2023-12-081-0/+1
* pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang2023-08-171-5/+6
* pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König2023-05-101-4/+2
* pstore: Properly assign mem_type propertyLuca Stefani2022-12-231-1/+1
* pstore/ram: Fix error return code in ramoops_probe()Wang Yufen2022-12-021-0/+2
* pstore/ram: Set freed addresses to NULLKees Cook2022-10-191-5/+8
* pstore/ram: Move internal definitions out of kernel-wide includeKees Cook2022-10-171-1/+2
* pstore/ram: Move pmsg init earlierKees Cook2022-10-171-5/+5
* pstore/ram: Consolidate kfree() pathsKees Cook2022-10-171-11/+11
* pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-311-1/+6
* pstore/ram: Introduce max_reason and convert dump_oopsKees Cook2020-05-301-19/+39
* pstore/ftrace: Provide ftrace log merging routineKees Cook2020-05-301-54/+3
* pstore/ram: Refactor ftrace buffer mergingKees Cook2020-05-301-12/+17
* pstore/ram: Refactor DT size parsingKees Cook2020-05-301-12/+19
* pstore/ram: Adjust module param permissions to reflect realityKees Cook2020-05-301-3/+3
* pstore/ram: remove unnecessary ramoops_unregister_dummy()chenqiwu2020-02-251-1/+0
* pstore/ram: Regularize prz label allocation lifetimeKees Cook2020-01-081-2/+2
* pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin2020-01-021-0/+11
* pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook2020-01-021-0/+2
* pstore: fs superblock limitsDeepa Dinamani2019-08-301-0/+2
* pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson2019-07-081-0/+21
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-15/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-15/+1
* | pstore/ram: Run without kernel crash dump regionKees Cook2019-05-311-13/+23
|/
* pstore/ram: Avoid needless alloc during header writeKees Cook2019-02-121-7/+3
* pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu2019-02-121-0/+3
* pstore/ram: Move initialization earlierYue Hu2019-02-121-9/+9
* pstore: Avoid writing records with zero sizeYue Hu2019-02-121-2/+4
* pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu2019-01-211-21/+14
* pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3
* pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1
* pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook2018-12-031-1/+1
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-1/+0
* pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)2018-12-031-30/+18
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-031-1/+3
* pstore/ram: Report backend assignments with finer granularityKees Cook2018-12-031-2/+2
* pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang2018-12-031-3/+1
* Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook2018-12-031-9/+6
|\
| * pstore/ram: Correctly calculate usable PRZ bytesKees Cook2018-11-291-9/+6
* | Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-4/+14
|\|
| * pstore/ram: Clarify resource reservation labelsKees Cook2018-10-221-3/+13
| * pstore: Allocate compression during late_initcall()Joel Fernandes (Google)2018-10-221-1/+1
* | pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook2018-09-301-4/+25
|/
* pstore: Remove bogus format string definitionArnd Bergmann2018-06-141-11/+6
* pstore: Convert internal records to timespec64Kees Cook2018-06-051-7/+14
* pstore: Use crypto compress APIGeliang Tang2018-03-091-1/+1
* pstore: Populate pstore record->time fieldKees Cook2017-05-311-11/+5
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\
| * Annotate hardware config module parameters in fs/pstore/David Howells2017-04-201-1/+1