index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
efi-pstore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
efi: pstore: move workqueue handling out of efivars
Ard Biesheuvel
1
-2
/
+5
2020-09-29
efi: pstore: disentangle from deprecated efivars module
Ard Biesheuvel
1
-4
/
+72
2020-07-09
efi/efivars: Expose RT service availability via efivars abstraction
Ard Biesheuvel
1
-4
/
+1
2020-03-08
efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()
Vladis Dronov
1
-1
/
+1
2020-02-23
efi: Use more granular check for availability for variable services
Ard Biesheuvel
1
-1
/
+1
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
1
-0
/
+2
2018-12-03
pstore: Convert buf_lock to semaphore
Kees Cook
1
-3
/
+1
2018-06-05
pstore: Convert internal records to timespec64
Kees Cook
1
-13
/
+14
2017-05-31
pstore: Populate pstore record->time field
Kees Cook
1
-3
/
+0
2017-05-31
efi-pstore: Refactor erase routine
Kees Cook
1
-46
/
+38
2017-05-22
Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+11
2017-05-22
efi-pstore: Fix write/erase id tracking
Kees Cook
1
-6
/
+11
2017-05-16
Merge tag 'pstore-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+3
2017-05-16
efi-pstore: Fix read iter after pstore API refactor
Kees Cook
1
-9
/
+3
2017-05-02
Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-86
/
+62
2017-04-05
efi/pstore: Return error code (if any) from efi_pstore_write()
Evgeny Kalugin
1
-3
/
+3
2017-03-07
pstore: Replace arguments for erase() API
Kees Cook
1
-15
/
+11
2017-03-07
pstore: Replace arguments for write() API
Kees Cook
1
-10
/
+8
2017-03-07
pstore: Replace arguments for read() API
Kees Cook
1
-61
/
+43
2016-10-06
Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2016-09-09
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
1
-9
/
+27
2016-09-08
pstore: Split pstore fragile flags
Namhyung Kim
1
-1
/
+1
2016-06-02
efi-pstore: implement efivars_pstore_exit()
Geliang Tang
1
-0
/
+7
2016-06-02
pstore: add lzo/lz4 compression support
Geliang Tang
1
-0
/
+6
2015-11-05
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2015-11-02
efi-pstore: fix kernel-doc argument name
Geliang Tang
1
-1
/
+1
2015-10-12
efi: Auto-load the efi-pstore module
Ben Hutchings
1
-0
/
+1
2014-06-27
efi-pstore: Fix an overflow on 32-bit builds
Andrzej Zaborowski
1
-1
/
+1
2013-12-20
pstore: Don't allow high traffic options on fragile devices
Luck, Tony
1
-0
/
+1
2013-11-29
efi-pstore: Make efi-pstore return a unique id
Madper Xie
1
-6
/
+14
2013-11-28
efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is compl...
Seiji Aguchi
1
-10
/
+133
2013-08-19
efi-pstore: Read and write to the 'compressed' flag of pstore
Aruna Balakrishnaiah
1
-4
/
+18
2013-08-19
pstore: Introduce new argument 'compressed' in the read callback
Aruna Balakrishnaiah
1
-1
/
+2
2013-08-19
pstore: Add new argument 'compressed' in pstore write callback
Aruna Balakrishnaiah
1
-1
/
+1
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-1
/
+1
2013-07-01
pstore: Pass header size in the pstore write callback
Aruna Balakrishnaiah
1
-1
/
+1
2013-06-28
efivars: If pstore_register fails, free unneeded pstore buffer
Lenny Szubowicz
1
-1
/
+5
2013-06-03
efi, pstore: Cocci spatch "memdup.spatch"
Thomas Meyer
1
-2
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2013-04-30
efi, pstore: Read data from variable store before memcpy()
Matt Fleming
1
-1
/
+5
2013-04-30
efi, pstore: Remove entry from list when erasing
Matt Fleming
1
-0
/
+2
2013-04-30
efi, pstore: Initialise 'entry' before iterating
Matt Fleming
1
-1
/
+1
2013-04-30
Merge tag 'v3.9' into efi-for-tip2
Matt Fleming
1
-5
/
+6
2013-04-17
efivars: Move pstore code into the new EFI directory
Matt Fleming
1
-0
/
+244