- dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
- 1c0d9b1 ACPI: APEI: Fix possible out-of-bounds access to BERT region by Ross Lagerwall · 6 years ago
- f9f0539 ACPI / APEI: Add support for the SDEI GHES Notification type by James Morse · 6 years ago
- b972d2e ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications by James Morse · 6 years ago
- d9f608d ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry() by James Morse · 6 years ago
- e00a6e3 ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length by James Morse · 6 years ago
- f2a681b ACPI / APEI: Make GHES estatus header validation more user friendly by James Morse · 6 years ago
- f2a7e05 ACPI / APEI: Pass ghes and estatus separately to avoid a later copy by James Morse · 6 years ago
- b484079 ACPI / APEI: Let the notification helper specify the fixmap slot by James Morse · 6 years ago
- 3b880cb ACPI / APEI: Move locking to the notification helper by James Morse · 6 years ago
- 255097c ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue by James Morse · 6 years ago
- 9c9d080 ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI by James Morse · 6 years ago
- 06ddead ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors by James Morse · 6 years ago
- ee2eb3d ACPI / APEI: Generalise the estatus queue's notify code by James Morse · 6 years ago
- 5cc6c68 ACPI / APEI: Don't update struct ghes' flags in read/clear estatus by James Morse · 6 years ago
- 7d49f2c ACPI / APEI: Remove spurious GHES_TO_CLEAR check by James Morse · 6 years ago
- eeb2555 ACPI / APEI: Don't store CPER records physical address in struct ghes by James Morse · 6 years ago
- fb7be08 ACPI / APEI: Make estatus pool allocation a static size by James Morse · 6 years ago
- e147133 ACPI / APEI: Make hest.c manage the estatus memory pool by James Morse · 6 years ago
- 0ac234b ACPI / APEI: Switch estatus pool to use vmalloc memory by James Morse · 6 years ago
- 93066e9 ACPI / APEI: Remove silent flag from ghes_read_estatus() by James Morse · 6 years ago
- 78b0b69 ACPI / APEI: Don't wait to serialise with oops messages when panic()ing by James Morse · 6 years ago
- 9ec6dbf ACPI: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- ee9fa8f ACPI: APEI: EINJ: Use DEFINE_DEBUGFS_ATTRIBUTE for debugfs files by YueHaibing · 6 years ago
- f335529 ACPI / APEI: Fix parsing HEST that includes Deferred Machine Check subtable by Yazen Ghannam · 6 years ago
- 6f9c104b APEI / ERST: Switch to use new generic UUID API by Andy Shevchenko · 6 years ago
- c06e9ef Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
- 98cff8b ACPI/APEI: Clear GHES block_status before panic() by Lenny Szubowicz · 6 years ago
- 0c166c3 ACPI, APEI, EINJ: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
- ea84b58 pstore: Convert buf_lock to semaphore by Kees Cook · 6 years ago
- f0f23e5 pstore: Map PSTORE_TYPE_* to strings by Joel Fernandes (Google) · 6 years ago
- 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 305d0e0 EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error() by Alexandru Gagniuc · 7 years ago
- cc7f3f1 ghes, EDAC: Fix ghes_edac registration by Borislav Petkov · 7 years ago
- d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
- 83b57531 mm/memory_failure: Remove unused trapno from memory_failure by Eric W. Biederman · 7 years ago
- fd08619 Merge back APEI material for v4.16. by Rafael J. Wysocki · 7 years ago
- bb82e0b ACPI: APEI / ERST: Fix missing error handling in erst_reader() by Takashi Iwai · 7 years ago
- 24bc8f0 ACPI / APEI: remove redundant variables len and node_len by Colin Ian King · 7 years ago
- 9852ce9 ACPI: APEI: call into AER handling regardless of severity by Tyler Baicar · 7 years ago
- 3c5b977f ACPI: APEI: handle PCIe AER errors in separate function by Tyler Baicar · 7 years ago
- 04ed510 Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 85595ad Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86' by Rafael J. Wysocki · 7 years ago
- c0041d4 APEI / ERST: use 64-bit timestamps by Arnd Bergmann · 7 years ago
- 520e18a ACPI / APEI: Remove ghes_ioremap_area by James Morse · 7 years ago
- 4f89fa2 ACPI / APEI: Replace ioremap_page_range() with fixmap by James Morse · 7 years ago
- d527200 ACPI / APEI: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c49870e ACPI / APEI: remove the unused dead-code for SEA/NMI notification type by Dongjiu Geng · 7 years ago
- 095f613 ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq() by Jan Beulich · 7 years ago
- aaf2c2f ACPI / APEI: clear error status before acknowledging the error by Tyler Baicar · 7 years ago
- e931d0d ACPI / APEI: Suppress message if HEST not present by Punit Agrawal · 7 years ago
- 1d5d820 ACPI, APEI, EINJ: Subtract any matching Register Region from Trigger resources by Yazen Ghannam · 7 years ago
- c4335fd ACPI: APEI: fix the wrong iteration of generic error status block by gengdongjiu · 7 years ago
- bdb9458 ACPI: APEI: Enable APEI multiple GHES source to share a single external IRQ by Loc Ho · 7 years ago
- 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 4422d80 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 77b246b acpi: apei: check for pending errors when probing GHES entries by Tyler Baicar · 8 years ago
- 621f48e arm/arm64: KVM: add guest SEA support by Tyler Baicar · 8 years ago
- e9279e8 trace, ras: add ARM processor error trace event by Tyler Baicar · 8 years ago
- 297b64c ras: acpi / apei: generate trace event for unrecognized CPER section by Tyler Baicar · 8 years ago
- 2fb5853 acpi: apei: panic OS with fatal error status block by Jonathan (Zhixiong) Zhang · 8 years ago
- 7edda08 acpi: apei: handle SEA notification type for ARMv8 by Tyler Baicar · 8 years ago
- bbcc2e7 ras: acpi/apei: cper: add support for generic data v3 structure by Tyler Baicar · 8 years ago
- 42aa560 acpi: apei: read ack upon ghes record consumption by Tyler Baicar · 8 years ago
- 5b53696 ACPI / APEI: Switch to use new generic UUID API by Andy Shevchenko · 8 years ago
- 7bf130e ACPI/APEI: Handle GSIV and GPIO notification types by Shiju Jose · 8 years ago
- 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
- 2575be8 Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 3dee9fb Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 7237c75 ACPI/APEI: Use setup_deferrable_timer() by Geliang Tang · 8 years ago
- 7d64f82 ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal by James Morse · 8 years ago
- a61072aa pstore: Replace arguments for erase() API by Kees Cook · 8 years ago
- 76cc958 pstore: Replace arguments for write() API by Kees Cook · 8 years ago
- 125cc42 pstore: Replace arguments for read() API by Kees Cook · 8 years ago
- 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
- 41139ac ACPI: APEI: Fix BERT resources conflict with ACPI NVS area by Huang Ying · 8 years ago
- d222678 ACPI, APEI, EINJ: fix malformed newline escape by Colin Ian King · 8 years ago
- 9f9a35a ACPI / APEI / ARM64: APEI initial support for ARM64 by Tomasz Nowicki · 8 years ago
- a545715 ACPI / APEI: Fix NMI notification handling by Prarit Bhargava · 8 years ago
- 806487a ACPI / APEI: Fix incorrect return value of ghes_proc() by Punit Agrawal · 8 years ago
- e6e3d8f Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
- 2458d66 ACPI / APEI: Send correct severity to calculate AER severity by Tyler Baicar · 8 years ago
- c950fd6 pstore: Split pstore fragile flags by Namhyung Kim · 8 years ago
- 1b3fc0b Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- a3e2acc ACPI / APEI: Add Boot Error Record Table (BERT) support by Huang Ying · 8 years ago
- dba64830 ACPI / einj: Make error paths more talkative by Borislav Petkov · 9 years ago
- b2f740b ACPI / einj: Convert EINJ_PFX to proper pr_fmt by Borislav Petkov · 9 years ago
- 8cfc8dd pstore: add lzo/lz4 compression support by Geliang Tang · 9 years ago
- 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- bdeabcc Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc' by Rafael J. Wysocki · 9 years ago
- 3a03d12 ACPI / APEI: ERST: Fixed leaked resources in erst_init by Josh Hunt · 9 years ago
- e56c925 ACPI / APEI: Fix leaked resources by Josh Hunt · 9 years ago
- 020bf06 drivers/acpi: make apei/ghes.c more explicitly non-modular by Paul Gortmaker · 9 years ago
- 4650bac ACPI/EINJ: Allow memory error injection to NVDIMM by Toshi Kani · 9 years ago
- 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
- c7d77a7 Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix by Ingo Molnar · 9 years ago