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