Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31pstore: Add mem_type property DT parsing supportMukesh Ojha
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook
2020-05-30pstore/ftrace: Provide ftrace log merging routineKees Cook
2020-05-30pstore/ram: Refactor ftrace buffer mergingKees Cook
2020-05-30pstore/ram: Refactor DT size parsingKees Cook
2020-05-30pstore/ram: Adjust module param permissions to reflect realityKees Cook
2020-02-25pstore/ram: remove unnecessary ramoops_unregister_dummy()chenqiwu
2020-01-09pstore/ram: Regularize prz label allocation lifetimeKees Cook
2020-01-02pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin
2020-01-02pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook
2019-08-30pstore: fs superblock limitsDeepa Dinamani
2019-07-09pstore/ram: Improve backward compatibility with older ChromebooksDouglas Anderson
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-13pstore/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-22pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu
2019-01-21pstore/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-04pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook
2018-12-04pstore: Convert buf_lock to semaphoreKees Cook
2018-12-04pstore/ram: Simplify ramoops_get_next_prz() argumentsJoel Fernandes (Google)
2018-12-04pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-12-04pstore/ram: Report backend assignments with finer granularityKees Cook
2018-12-04pstore: Avoid duplicate call of persistent_ram_zap()Peng Wang
2018-12-04Merge branch 'for-linus/pstore' into for-next/pstoreKees Cook
2018-11-30pstore/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-06pstore: Convert internal records to timespec64Kees Cook
2018-03-10pstore: Use crypto compress APIGeliang Tang
2017-05-31pstore: Populate pstore record->time fieldKees Cook
2017-05-11Merge 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-08pstore: Remove write_buf() callbackKees Cook
2017-03-08pstore: Replace arguments for write_buf_user() APIKees Cook
2017-03-08pstore: Replace arguments for write_buf() APIKees Cook
2017-03-08pstore: Replace arguments for erase() APIKees Cook
2017-03-08pstore: 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-16ramoops: add pdata NULL check to ramoops_probeKees Cook
2016-11-16pstore: Clarify context field przs as dprzsKees Cook
2016-11-16pstore: improve error report for failed setupKees Cook