summaryrefslogtreecommitdiffstats
path: root/fs/pstore/pmsg.c
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-08pstore: Revert pmsg_lock back to a normal mutexJohn Stultz-4/+3
2022-12-23Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+4
2022-12-14pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz-3/+4
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-9/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2017-05-31pstore: Create common record initializerKees Cook-5/+5
2017-04-27pstore: Remove unused vmalloc.h in pmsgGeliang Tang-1/+0
2017-03-07pstore: Remove write_buf() callbackKees Cook-2/+2
2017-03-07pstore: Replace arguments for write_buf_user() APIKees Cook-3/+6
2016-09-08pstore/pmsg: drop bounce bufferMark Salyzyn-29/+6
2015-10-22pstore: add pstore unregisterGeliang Tang-0/+7
2015-10-21pstore: add vmalloc error checkGeliang Tang-0/+2
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn-0/+114