- 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
- 83b5753 mm/memory_failure: Remove unused trapno from memory_failure by Eric W. Biederman · 8 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 · 8 years ago
- 4422d80 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 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
- a61072a 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 · 9 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
- 8ece249 acpi/apei: Use appropriate pgprot_t to map GHES memory by Jonathan (Zhixiong) Zhang · 9 years ago
- 4c62dbb ACPI: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
- 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 10 years ago
- 6fe9e7c GHES: Make NMI handler have a single reader by Jiri Kosina · 10 years ago
- 2383844 GHES: Elliminate double-loop in the NMI handler by Borislav Petkov · 10 years ago
- 6169ddf GHES: Panic right after detection by Borislav Petkov · 10 years ago
- e10be03 GHES: Carve out the panic functionality by Borislav Petkov · 10 years ago
- 1156849 GHES: Carve out error queueing in a separate function by Borislav Petkov · 10 years ago
- 93d76c8 Merge tag 'please-pull-einj-mmcfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 10 years ago
- d91525e ACPI, EINJ: Enhance error injection tolerance level by Chen, Gong · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 8f7c31f GHES: Make ghes_estatus_caches static by Borislav Petkov · 10 years ago
- 8d21d4c APEI, GHES: Cleanup unnecessary function for lockless list by Chen, Gong · 10 years ago
- e61bf8d acpi: apei: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- 594c725 acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context. by Tomasz Nowicki · 10 years ago
- 44a69f6 acpi, apei, ghes: Make NMI error notification to be GHES architecture extension. by Tomasz Nowicki · 10 years ago
- 9dae3d0 apei, mce: Factor out APEI architecture specific MCE calls. by Tomasz Nowicki · 10 years ago
- 0a00fd5 ACPICA: Restore error table definitions to reduce code differences between Linux and ACPICA upstream. by Lv Zheng · 11 years ago
- a238317 ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem. by Lv Zheng · 11 years ago
- 5157275 ACPI / APEI: Remove X86 redundant dependency for APEI GHES. by Tomasz Nowicki · 11 years ago
- 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
- b769e01 Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 11 years ago
- da45407 Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes. by Ingo Molnar · 11 years ago
- 8cf126d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- ca104ed ACPI, APEI, GHES: Cleanup ghes memory error handling by Chen, Gong · 11 years ago
- d3ab3ed ACPI, APEI: Cleanup alignment-aware accesses by Chen, Gong · 11 years ago
- addccbb ACPI, APEI, GHES: Do not report only correctable errors with SCI by Chen, Gong · 11 years ago
- df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago