summaryrefslogtreecommitdiff
path: root/drivers/acpi/apei
AgeCommit message (Expand)AuthorFilesLines
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-13Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+63
2022-12-07ACPI: APEI: EINJ: Refactor available_error_type_show()Jay Lu1-24/+17
2022-12-07ACPI: APEI: EINJ: Fix formatting errorsJay Lu1-7/+8
2022-12-02ACPI: APEI: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-23ACPI: APEI: Silence missing prototype warningsSudeep Holla1-0/+1
2022-10-28apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel1-27/+33
2022-10-28ACPI: APEI: Drop unsetting driver data on removeUwe Kleine-König1-2/+0
2022-10-24apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()Ard Biesheuvel1-27/+33
2022-10-21EDAC/ghes: Make ghes_edac a proper moduleJia He1-4/+0
2022-10-21EDAC/ghes: Prepare to make ghes_edac a proper moduleJia He1-0/+50
2022-10-20EDAC/ghes: Add a notifier for reporting memory errorsJia He1-1/+15
2022-10-13ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()Ashish Kalra1-1/+1
2022-10-04ACPI: APEI: do not add task_work to kernel thread to avoid memory leakShuai Xue1-1/+1
2022-09-24ACPI: APEI: Remove unneeded result variablesye xingchen2-9/+2
2022-09-03ACPI: APEI: Add BERT error log footerDmitry Monakhov1-0/+3
2022-06-29ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SPDan Williams1-0/+2
2022-06-29ACPI: APEI: Better fix to avoid spamming the console with old error logsTony Luck1-8/+23
2022-06-09ACPI: APEI: Fix double word in a commentXiang wangx1-1/+1
2022-04-22ACPI, APEI, EINJ: Refuse to inject into the zero pageTony Luck1-0/+3
2022-04-13ACPI: APEI: Fix missing ERST record idLiu Xinpeng2-7/+73
2022-03-22ACPI, APEI: Use the correct variable for sizeof()Jakob Koschel1-1/+1
2022-03-09ACPI/APEI: Limit printable size of BERT table dataDarren Hart1-2/+6
2022-03-08ACPI: APEI: fix return value of __setup handlersRandy Dunlap3-3/+3
2022-03-03ACPI: APEI: rename ghes_init() with an "acpi_" prefixShuai Xue1-1/+1
2022-03-03ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue1-11/+8
2021-11-15x86/sgx: Add check for SGX pages to ghes_do_memory_failure()Tony Luck1-1/+1
2021-11-15x86/sgx: Add hook to error injection address validationTony Luck1-1/+2
2021-10-27ACPI: APEI: mark apei_hest_parse() staticChristoph Hellwig1-2/+3
2021-10-27ACPI: APEI: EINJ: Relax platform response timeout to 1 secondShuai Xue1-7/+8
2021-06-17ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan1-17/+64
2021-05-21ACPI: APEI: Don't warn if ACPI is disabledJon Hunter1-1/+1
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki2-2/+2
2021-04-21ACPI: APEI: remove redundant assignment to variable rcColin Ian King1-1/+0
2021-03-19ACPI: fix various typos in commentsTom Saeger2-2/+2
2021-02-05ACPI: APEI: ERST: remove unneeded semicolonYang Li1-1/+1
2021-01-27ACPI: APEI: Add is_generic_error() to identify GHES sourcesYazen Ghannam1-4/+8
2020-11-23Merge ACPI APEI material for v5.11.Rafael J. Wysocki1-1/+1
2020-11-16ACPI, APEI, Fix error return value in apei_map_generic_address()Aili Yao1-0/+4
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+63
2020-10-18task_work: cleanup notification modesJens Axboe1-1/+1
2020-09-25ACPI, APEI: make apei_resources_all staticJason Yan1-1/+1
2020-09-16ACPI / APEI: Add a notifier chain for unknown (vendor) CPER recordsShiju Jose1-0/+63
2020-09-11ACPI: OSL: Change the type of acpi_os_map_generic_address() return valueRafael J. Wysocki1-1/+5
2020-07-27ACPI: APEI: remove redundant assignment to variable rcColin Ian King1-1/+1
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-17/+70
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-6/+0
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki1-11/+56
2020-05-19ACPI: APEI: Kick the memory_failure() queue for synchronous errorsJames Morse1-11/+56