summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/efi-pstore.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-6/+17
|\
| * efi: pstore: Add module parameter for setting the record sizeGuilherme G. Piccoli2022-11-181-6/+17
* | efi: pstore: Follow convention for the efi-pstore backend nameGuilherme G. Piccoli2022-10-171-1/+1
|/
* efi: pstore: Omit efivars caching EFI varstore access layerArd Biesheuvel2022-06-241-290/+84
* efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel2022-06-241-5/+2
* pstore: Don't use semaphores in always-atomic-context codeJann Horn2022-03-151-1/+1
* efi: pstore: move workqueue handling out of efivarsArd Biesheuvel2020-09-291-2/+5
* efi: pstore: disentangle from deprecated efivars moduleArd Biesheuvel2020-09-291-4/+72
* efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-091-4/+1
* efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()Vladis Dronov2020-03-081-1/+1
* efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-231-1/+1
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-0/+2
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-3/+1
* pstore: Convert internal records to timespec64Kees Cook2018-06-051-13/+14
* pstore: Populate pstore record->time fieldKees Cook2017-05-311-3/+0
* efi-pstore: Refactor erase routineKees Cook2017-05-311-46/+38
* Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-221-6/+11
|\
| * efi-pstore: Fix write/erase id trackingKees Cook2017-05-221-6/+11
* | Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-161-9/+3
|\|
| * efi-pstore: Fix read iter after pstore API refactorKees Cook2017-05-161-9/+3
* | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-86/+62
|\|
| * pstore: Replace arguments for erase() APIKees Cook2017-03-071-15/+11
| * pstore: Replace arguments for write() APIKees Cook2017-03-071-10/+8
| * pstore: Replace arguments for read() APIKees Cook2017-03-071-61/+43
* | efi/pstore: Return error code (if any) from efi_pstore_write()Evgeny Kalugin2017-04-051-3/+3
|/
* Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-061-1/+1
|\
| * pstore: Split pstore fragile flagsNamhyung Kim2016-09-081-1/+1
* | efi: Don't use spinlocks for efi varsSylvain Chouleur2016-09-091-9/+27
|/
* efi-pstore: implement efivars_pstore_exit()Geliang Tang2016-06-021-0/+7
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-0/+6
* Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-1/+1
|\
| * efi-pstore: fix kernel-doc argument nameGeliang Tang2015-11-021-1/+1
* | efi: Auto-load the efi-pstore moduleBen Hutchings2015-10-121-0/+1
|/
* efi-pstore: Fix an overflow on 32-bit buildsAndrzej Zaborowski2014-06-271-1/+1
* pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-0/+1
* efi-pstore: Make efi-pstore return a unique idMadper Xie2013-11-291-6/+14
* efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...Seiji Aguchi2013-11-281-10/+133
* efi-pstore: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-4/+18
* pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-191-1/+2
* pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-191-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-1/+1
|\
| * pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah2013-07-011-1/+1
* | efivars: If pstore_register fails, free unneeded pstore bufferLenny Szubowicz2013-06-281-1/+5
* | efi, pstore: Cocci spatch "memdup.spatch"Thomas Meyer2013-06-031-2/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+1
* efi, pstore: Read data from variable store before memcpy()Matt Fleming2013-04-301-1/+5
* efi, pstore: Remove entry from list when erasingMatt Fleming2013-04-301-0/+2
* efi, pstore: Initialise 'entry' before iteratingMatt Fleming2013-04-301-1/+1
* Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-301-5/+6
* efivars: Move pstore code into the new EFI directoryMatt Fleming2013-04-171-0/+244