aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/apei/erst.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-08pstore: Split pstore fragile flagsGravatar Namhyung Kim 1-1/+1
2016-06-02pstore: add lzo/lz4 compression supportGravatar Geliang Tang 1-2/+5
2016-03-11ACPI / APEI: ERST: Fixed leaked resources in erst_initGravatar Josh Hunt 1-0/+3
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Gravatar Tetsuo Handa 1-4/+2
2015-07-08ACPI: Remove FSF mailing addressesGravatar Jarkko Nikula 1-4/+0
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Gravatar Stephen Rothwell 1-0/+1
2014-01-12Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Ingo Molnar 1-1/+1
2013-12-21ACPI, APEI: Cleanup alignment-aware accessesGravatar Chen, Gong 1-1/+1
2013-12-20pstore: Don't allow high traffic options on fragile devicesGravatar Luck, Tony 1-0/+1
2013-09-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-28/+23
2013-08-19erst: Read and write to the 'compressed' flag of pstoreGravatar Aruna Balakrishnaiah 1-1/+12
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackGravatar Aruna Balakrishnaiah 1-2/+2
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackGravatar Aruna Balakrishnaiah 1-2/+2
2013-08-19acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()Gravatar Wei Yongjun 1-1/+3
2013-07-31APEI/ERST: Fix error message formattingGravatar Borislav Petkov 1-28/+23
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-2/+2
2013-07-01pstore: Pass header size in the pstore write callbackGravatar Aruna Balakrishnaiah 1-2/+2
2013-06-28acpi: Eliminate console msg if pstore.backend excludes ERSTGravatar Lenny Szubowicz 1-6/+14
2012-11-26efi_pstore: Add a sequence counter to a variable nameGravatar Seiji Aguchi 1-6/+6
2012-11-26efi_pstore: Add ctime to argument of erase callbackGravatar Seiji Aguchi 1-2/+2
2012-03-30ACPI, APEI, Fix ERST header length checkGravatar Jiang Liu 1-1/+1
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-3/+2
2012-01-17ACPI, APEI, Remove table not found messageGravatar Huang Ying 1-3/+2
2011-11-17pstore: pass reason to backend write callbackGravatar Kees Cook 1-2/+4
2011-11-17pstore: pass allocated memory region back to callerGravatar Kees Cook 1-9/+22
2011-10-12pstore: make pstore write function return normal success/fail valueGravatar Chen Gong 1-4/+6
2011-08-16pstore: change mutex locking to spin_locksGravatar Don Zickus 1-1/+1
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 1-6/+6
2011-07-22pstore: Make "part" unsignedGravatar Matthew Garrett 1-4/+4
2011-07-22pstore: Add extra context for writes and erasesGravatar Matthew Garrett 1-4/+6
2011-07-22pstore: Extend API for more flexibility in new backendsGravatar Matthew Garrett 1-5/+13
2011-07-13ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTGravatar Huang Ying 1-6/+6
2011-05-16pstore: fix potential logic issue in pstore read interfaceGravatar Chen Gong 1-1/+8
2011-05-16pstore: fix pstore filesystem mount/remount issueGravatar Chen Gong 1-13/+35
2011-05-16pstore: fix one type of return value in pstoreGravatar Chen Gong 1-2/+2
2011-03-23Merge branch 'linus' into releaseGravatar Len Brown 1-0/+136
2011-03-21ACPI, APEI, Add ERST record ID cacheGravatar Huang Ying 1-44/+191
2011-03-16Pull pstorev4 into release branchGravatar Tony Luck 1-0/+136
2011-01-03pstore: X86 platform interface using ACPI/APEI/ERSTGravatar Tony Luck 1-0/+136
2011-01-03Fix spelling mistakes in commentsGravatar Stefan Weil 1-1/+1
2010-12-11ACPI, APEI, use raw spinlock in ERSTGravatar Huang Ying 1-17/+17
2010-09-29Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736',...Gravatar Len Brown 1-4/+21
2010-09-29ACPI, APEI, Fix ERST MOVE_DATA instruction implementationGravatar Huang Ying 1-3/+20
2010-09-29ACPI, APEI, Fix APEI related table size checkingGravatar Huang Ying 1-1/+3
2010-09-28ACPI: Fix typosGravatar Lucas De Marchi 1-1/+1
2010-08-12acpi: fix bogus preemption logicGravatar Thomas Gleixner 1-0/+1
2010-07-01correct console log level when ERST ACPI table is not foundGravatar Daniel J Blueman 1-1/+1
2010-05-19ACPI, APEI, Error Record Serialization Table (ERST) supportGravatar Huang Ying 1-0/+855