index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efi-pstore.c
Age
Commit message (
Expand
)
Author
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2018-12-03
pstore: Convert buf_lock to semaphore
Kees Cook
2018-06-05
pstore: Convert internal records to timespec64
Kees Cook
2017-05-31
pstore: Populate pstore record->time field
Kees Cook
2017-05-31
efi-pstore: Refactor erase routine
Kees Cook
2017-05-22
Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-22
efi-pstore: Fix write/erase id tracking
Kees Cook
2017-05-16
Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-16
efi-pstore: Fix read iter after pstore API refactor
Kees Cook
2017-05-02
Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-04-05
efi/pstore: Return error code (if any) from efi_pstore_write()
Evgeny Kalugin
2017-03-07
pstore: Replace arguments for erase() API
Kees Cook
2017-03-07
pstore: Replace arguments for write() API
Kees Cook
2017-03-07
pstore: Replace arguments for read() API
Kees Cook
2016-10-06
Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-09-09
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
2016-09-08
pstore: Split pstore fragile flags
Namhyung Kim
2016-06-02
efi-pstore: implement efivars_pstore_exit()
Geliang Tang
2016-06-02
pstore: add lzo/lz4 compression support
Geliang Tang
2015-11-05
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-11-02
efi-pstore: fix kernel-doc argument name
Geliang Tang
2015-10-12
efi: Auto-load the efi-pstore module
Ben Hutchings
2014-06-27
efi-pstore: Fix an overflow on 32-bit builds
Andrzej Zaborowski
2013-12-20
pstore: Don't allow high traffic options on fragile devices
Luck, Tony
2013-11-29
efi-pstore: Make efi-pstore return a unique id
Madper Xie
2013-11-28
efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...
Seiji Aguchi
2013-08-19
efi-pstore: Read and write to the 'compressed' flag of pstore
Aruna Balakrishnaiah
2013-08-19
pstore: Introduce new argument 'compressed' in the read callback
Aruna Balakrishnaiah
2013-08-19
pstore: Add new argument 'compressed' in pstore write callback
Aruna Balakrishnaiah
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-07-01
pstore: Pass header size in the pstore write callback
Aruna Balakrishnaiah
2013-06-28
efivars: If pstore_register fails, free unneeded pstore buffer
Lenny Szubowicz
2013-06-03
efi, pstore: Cocci spatch "memdup.spatch"
Thomas Meyer
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
efi, pstore: Read data from variable store before memcpy()
Matt Fleming
2013-04-30
efi, pstore: Remove entry from list when erasing
Matt Fleming
2013-04-30
efi, pstore: Initialise 'entry' before iterating
Matt Fleming
2013-04-30
Merge tag 'v3.9' into efi-for-tip2
Matt Fleming
2013-04-17
efivars: Move pstore code into the new EFI directory
Matt Fleming