summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki
2019-02-20ACPI: APEI: Fix possible out-of-bounds access to BERT regionRoss Lagerwall
2019-02-11ACPI / APEI: Add support for the SDEI GHES Notification typeJames Morse
2019-02-07ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notificationsJames Morse
2019-02-07ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()James Morse
2019-02-07ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER lengthJames Morse
2019-02-07ACPI / APEI: Make GHES estatus header validation more user friendlyJames Morse
2019-02-07ACPI / APEI: Pass ghes and estatus separately to avoid a later copyJames Morse
2019-02-07ACPI / APEI: Let the notification helper specify the fixmap slotJames Morse
2019-02-07ACPI / APEI: Move locking to the notification helperJames Morse
2019-02-07ACPI / APEI: Switch NOTIFY_SEA to use the estatus queueJames Morse
2019-02-07ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMIJames Morse
2019-02-07ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errorsJames Morse
2019-02-07ACPI / APEI: Generalise the estatus queue's notify codeJames Morse
2019-02-07ACPI / APEI: Don't update struct ghes' flags in read/clear estatusJames Morse
2019-02-07ACPI / APEI: Remove spurious GHES_TO_CLEAR checkJames Morse
2019-02-07ACPI / APEI: Don't store CPER records physical address in struct ghesJames Morse
2019-02-07ACPI / APEI: Make estatus pool allocation a static sizeJames Morse
2019-02-07ACPI / APEI: Make hest.c manage the estatus memory poolJames Morse
2019-02-07ACPI / APEI: Switch estatus pool to use vmalloc memoryJames Morse
2019-02-07ACPI / APEI: Remove silent flag from ghes_read_estatus()James Morse
2019-02-07ACPI / APEI: Don't wait to serialise with oops messages when panic()ingJames Morse
2019-01-22ACPI: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-14ACPI: APEI: EINJ: Use DEFINE_DEBUGFS_ATTRIBUTE for debugfs filesYueHaibing
2019-01-14ACPI / APEI: Fix parsing HEST that includes Deferred Machine Check subtableYazen Ghannam
2019-01-14APEI / ERST: Switch to use new generic UUID APIAndy Shevchenko
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-12-20ACPI/APEI: Clear GHES block_status before panic()Lenny Szubowicz
2018-12-11ACPI, APEI, EINJ: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-12-03pstore: Convert buf_lock to semaphoreKees Cook
2018-12-03pstore: Map PSTORE_TYPE_* to stringsJoel Fernandes (Google)
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-12EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error()Alexandru Gagniuc
2018-05-02ghes, EDAC: Fix ghes_edac registrationBorislav Petkov
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman
2017-12-21Merge back APEI material for v4.16.Rafael J. Wysocki
2017-12-18ACPI: APEI / ERST: Fix missing error handling in erst_reader()Takashi Iwai
2017-12-05ACPI / APEI: remove redundant variables len and node_lenColin Ian King
2017-12-05ACPI: APEI: call into AER handling regardless of severityTyler Baicar
2017-12-05ACPI: APEI: handle PCIe AER errors in separate functionTyler Baicar
2017-11-13Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki
2017-11-09APEI / ERST: use 64-bit timestampsArnd Bergmann
2017-11-07ACPI / APEI: Remove ghes_ioremap_areaJames Morse
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse