summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/erst.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: APEI: Remove unneeded result variablesye xingchen2022-09-241-5/+1
* ACPI: APEI: Fix missing ERST record idLiu Xinpeng2022-04-131-6/+71
* ACPI: APEI: fix return value of __setup handlersRandy Dunlap2022-03-081-1/+1
* ACPI: fix various typos in commentsTom Saeger2021-03-191-1/+1
* ACPI: APEI: ERST: remove unneeded semicolonYang Li2021-02-051-1/+1
* ACPI: APEI: Put the error record serialization table for error pathHanjun Guo2020-05-091-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* APEI / ERST: Switch to use new generic UUID APIAndy Shevchenko2019-01-141-15/+12
* pstore: Convert buf_lock to semaphoreKees Cook2018-12-031-1/+0
* pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)2018-12-031-1/+1
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-1/+2
* ACPI: APEI / ERST: Fix missing error handling in erst_reader()Takashi Iwai2017-12-181-1/+1
* APEI / ERST: use 64-bit timestampsArnd Bergmann2017-11-091-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-6/+2
* pstore: Replace arguments for erase() APIKees Cook2017-03-071-5/+3
* pstore: Replace arguments for write() APIKees Cook2017-03-071-11/+7
* pstore: Replace arguments for read() APIKees Cook2017-03-071-22/+16
* pstore: Split pstore fragile flagsNamhyung Kim2016-09-081-1/+1
* pstore: add lzo/lz4 compression supportGeliang Tang2016-06-021-2/+5
* ACPI / APEI: ERST: Fixed leaked resources in erst_initJosh Hunt2016-03-111-0/+3
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-4/+2
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
* Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2014-01-121-1/+1
|\
| * ACPI, APEI: Cleanup alignment-aware accessesChen, Gong2013-12-211-1/+1
* | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-0/+1
|/
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-28/+23
|\
| * APEI/ERST: Fix error message formattingBorislav Petkov2013-07-311-28/+23
* | erst: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-1/+12
* | pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-191-2/+2
* | pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-191-2/+2
* | acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()Wei Yongjun2013-08-191-1/+3
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-2/+2
|\
| * pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah2013-07-011-2/+2
* | acpi: Eliminate console msg if pstore.backend excludes ERSTLenny Szubowicz2013-06-281-6/+14
|/
* efi_pstore: Add a sequence counter to a variable nameSeiji Aguchi2012-11-261-6/+6
* efi_pstore: Add ctime to argument of erase callbackSeiji Aguchi2012-11-261-2/+2
* ACPI, APEI, Fix ERST header length checkJiang Liu2012-03-301-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-181-3/+2
|\
| * ACPI, APEI, Remove table not found messageHuang Ying2012-01-171-3/+2
* | pstore: pass reason to backend write callbackKees Cook2011-11-171-2/+4
|/
* pstore: pass allocated memory region back to callerKees Cook2011-11-171-9/+22
* pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-4/+6
* pstore: change mutex locking to spin_locksDon Zickus2011-08-161-1/+1
* Merge branch 'apei' into apei-releaseLen Brown2011-08-031-6/+6
|\
| * ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTHuang Ying2011-07-131-6/+6
* | pstore: Make "part" unsignedMatthew Garrett2011-07-221-4/+4
* | pstore: Add extra context for writes and erasesMatthew Garrett2011-07-221-4/+6
* | pstore: Extend API for more flexibility in new backendsMatthew Garrett2011-07-221-5/+13
|/
* pstore: fix potential logic issue in pstore read interfaceChen Gong2011-05-161-1/+8