aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/ram.c
AgeCommit message (Expand)Author
2020-03-20pstore/ram: Regularize prz label allocation lifetimeKees Cook
2020-03-20pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook
2020-03-20pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin
2019-10-07pstore: fs superblock limitsDeepa Dinamani
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook
2019-02-12pstore/ram: Avoid needless alloc during header writeKees Cook
2019-02-12pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu
2019-02-12pstore/ram: Move initialization earlierYue Hu
2019-02-12pstore: Avoid writing records with zero sizeYue Hu
2019-01-21pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu
2019-01-20pstore/ram: Avoid allocation and leak of platform dataKees Cook
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan
2018-12-03pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook
2018-12-03pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-12-03pstore/ram: Report backend assignments with finer granularityKees Cook
2018-12-03pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang
2018-12-03Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook
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-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)
2018-09-30pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann
2018-06-05pstore: Convert internal records to timespec64Kees Cook
2018-03-09pstore: Use crypto compress APIGeliang Tang
2017-05-31pstore: Populate pstore record->time fieldKees Cook
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-20Annotate hardware config module parameters in fs/pstore/David Howells
2017-03-07pstore: Remove write_buf() callbackKees Cook
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook
2017-03-07pstore: Replace arguments for write_buf() APIKees Cook
2017-03-07pstore: Replace arguments for erase() APIKees Cook
2017-03-07pstore: Replace arguments for read() APIKees Cook
2017-02-13pstore: Check for prz allocation in walkerKees Cook
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris
2016-11-15ramoops: add pdata NULL check to ramoops_probeKees Cook
2016-11-15pstore: Clarify context field przs as dprzsKees Cook
2016-11-15pstore: improve error report for failed setupKees Cook
2016-11-15pstore: Merge per-CPU ftrace records into oneJoel Fernandes
2016-11-15ramoops: Split ftrace buffer space into per-CPU zonesJoel Fernandes
2016-11-15pstore: Make ramoops_init_przs generic for other prz arraysKees Cook
2016-11-15pstore: Allow prz to control need for lockingJoel Fernandes
2016-11-11pstore: Warn on PSTORE_TYPE_PMSG using deprecated functionJoel Fernandes
2016-09-08ramoops: move spin_lock_init after kmalloc error checkingGeliang Tang
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn
2016-09-08pstore/ram: Set pstore flags dynamicallyNamhyung Kim