aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/ram.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-31pstore: Add mem_type property DT parsing supportGravatar Mukesh Ojha 1-1/+6
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsGravatar Kees Cook 1-19/+39
2020-05-30pstore/ftrace: Provide ftrace log merging routineGravatar Kees Cook 1-54/+3
2020-05-30pstore/ram: Refactor ftrace buffer mergingGravatar Kees Cook 1-12/+17
2020-05-30pstore/ram: Refactor DT size parsingGravatar Kees Cook 1-12/+19
2020-05-30pstore/ram: Adjust module param permissions to reflect realityGravatar Kees Cook 1-3/+3
2020-02-25pstore/ram: remove unnecessary ramoops_unregister_dummy()Gravatar chenqiwu 1-1/+0
2020-01-08pstore/ram: Regularize prz label allocation lifetimeGravatar Kees Cook 1-2/+2
2020-01-02pstore/ram: Write new dumps to start of recycled zonesGravatar Aleksandr Yashkin 1-0/+11
2020-01-02pstore/ram: Fix error-path memory leak in persistent_ram_new() callersGravatar Kees Cook 1-0/+2
2019-08-30pstore: fs superblock limitsGravatar Deepa Dinamani 1-0/+2
2019-07-08pstore/ram: Improve backward compatibility with older ChromebooksGravatar Douglas Anderson 1-0/+21
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-15/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-15/+1
2019-05-31pstore/ram: Run without kernel crash dump regionGravatar Kees Cook 1-13/+23
2019-02-12pstore/ram: Avoid needless alloc during header writeGravatar Kees Cook 1-7/+3
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Gravatar Yue Hu 1-0/+3
2019-02-12pstore/ram: Move initialization earlierGravatar Yue Hu 1-9/+9
2019-02-12pstore: Avoid writing records with zero sizeGravatar Yue Hu 1-2/+4
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryGravatar Yue Hu 1-21/+14
2019-01-20pstore/ram: Avoid allocation and leak of platform dataGravatar Kees Cook 1-6/+3
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsGravatar Sai Prakash Ranjan 1-2/+1
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathGravatar Kees Cook 1-1/+1
2018-12-03pstore: Convert buf_lock to semaphoreGravatar Kees Cook 1-1/+0
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsGravatar Joel Fernandes (Google) 1-30/+18
2018-12-03pstore: Map PSTORE_TYPE_* to stringsGravatar Joel Fernandes (Google) 1-1/+3
2018-12-03pstore/ram: Report backend assignments with finer granularityGravatar Kees Cook 1-2/+2
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Gravatar Peng Wang 1-3/+1
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreGravatar Kees Cook 1-9/+6
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesGravatar Kees Cook 1-9/+6
2018-10-24Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+14
2018-10-22pstore/ram: Clarify resource reservation labelsGravatar Kees Cook 1-3/+13
2018-10-22pstore: Allocate compression during late_initcall()Gravatar Joel Fernandes (Google) 1-1/+1
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initGravatar Kees Cook 1-4/+25
2018-06-14pstore: Remove bogus format string definitionGravatar Arnd Bergmann 1-11/+6
2018-06-05pstore: Convert internal records to timespec64Gravatar Kees Cook 1-7/+14
2018-03-09pstore: Use crypto compress APIGravatar Geliang Tang 1-1/+1
2017-05-31pstore: Populate pstore record->time fieldGravatar Kees Cook 1-11/+5
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-04-20Annotate hardware config module parameters in fs/pstore/Gravatar David Howells 1-1/+1
2017-03-07pstore: Remove write_buf() callbackGravatar Kees Cook 1-5/+5
2017-03-07pstore: Replace arguments for write_buf_user() APIGravatar Kees Cook 1-9/+5
2017-03-07pstore: Replace arguments for write_buf() APIGravatar Kees Cook 1-22/+22
2017-03-07pstore: Replace arguments for erase() APIGravatar Kees Cook 1-8/+7
2017-03-07pstore: Replace arguments for read() APIGravatar Kees Cook 1-24/+29
2017-02-13pstore: Check for prz allocation in walkerGravatar Kees Cook 1-2/+3
2017-02-09pstore: don't OOPS when there are no ftrace zonesGravatar Brian Norris 1-1/+1
2016-11-15ramoops: add pdata NULL check to ramoops_probeGravatar Kees Cook 1-2/+11
2016-11-15pstore: Clarify context field przs as dprzsGravatar Kees Cook 1-12/+12
2016-11-15pstore: improve error report for failed setupGravatar Kees Cook 1-19/+34