summaryrefslogtreecommitdiff
path: root/include/linux/pstore.h
AgeCommit message (Expand)Author
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin
2020-05-30pstore/platform: Switch pstore_info::name to constKees Cook
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-12-03pstore: Replace open-coded << with BIT()Kees Cook
2018-12-03pstore: Improve and update some comments and status outputKees Cook
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-06-05pstore: Convert internal records to timespec64Kees Cook
2017-05-31pstore: Populate pstore record->time fieldKees Cook
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 write() APIKees Cook
2017-03-07pstore: Replace arguments for read() APIKees Cook
2017-03-07pstore: Extract common arguments into structureKees Cook
2017-03-07pstore: Add kernel-doc for struct pstore_infoKees Cook
2016-11-15pstore: Add ftrace timestamp counterJoel Fernandes
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn
2016-09-08pstore/ram: Set pstore flags dynamicallyNamhyung Kim
2016-09-08pstore: Split pstore fragile flagsNamhyung Kim
2016-06-02pstore: add lzo/lz4 compression supportGeliang Tang
2015-10-22pstore: add pstore unregisterGeliang Tang
2015-03-23pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah
2013-06-20powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah
2013-01-11pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi
2012-11-26efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi
2012-11-26efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi
2012-09-06pstore/ftrace: Convert to its own enable/disable debugfs knobAnton Vorontsov
2012-07-17pstore: Headers should include all stuff they useAnton Vorontsov
2012-07-17pstore: Add persistent function tracingAnton Vorontsov
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov
2012-06-13pstore: Add console log messages supportAnton Vorontsov
2011-11-17pstore: pass reason to backend write callbackKees Cook
2011-11-17pstore: pass allocated memory region back to callerKees Cook
2011-10-12pstore: make pstore write function return normal success/fail valueChen Gong
2011-08-16pstore: change mutex locking to spin_locksDon Zickus
2011-07-22pstore: Make "part" unsignedMatthew Garrett
2011-07-22pstore: Add extra context for writes and erasesMatthew Garrett
2011-07-22pstore: Extend API for more flexibility in new backendsMatthew Garrett
2011-05-16pstore: fix pstore filesystem mount/remount issueChen Gong
2011-05-16pstore: fix one type of return value in pstoreChen Gong