index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
apei
/
ghes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
x86/mm: split vmalloc_sync_all()
Joerg Roedel
1
-1
/
+1
2019-08-21
ACPI / APEI: Release resources if gen_pool_add() fails
Liguang Zhang
1
-2
/
+15
2019-08-05
ACPI / APEI: Get rid of NULL_UUID_LE constant
Andy Shevchenko
1
-1
/
+1
2019-07-05
ACPI / APEI: Remove needless __ghes_check_estatus() calls
Liguang Zhang
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-02-11
ACPI / APEI: Add support for the SDEI GHES Notification type
James Morse
1
-0
/
+85
2019-02-08
ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
James Morse
1
-1
/
+1
2019-02-08
ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()
James Morse
1
-27
/
+37
2019-02-08
ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
James Morse
1
-11
/
+29
2019-02-08
ACPI / APEI: Make GHES estatus header validation more user friendly
James Morse
1
-14
/
+32
2019-02-08
ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
James Morse
1
-43
/
+49
2019-02-08
ACPI / APEI: Let the notification helper specify the fixmap slot
James Morse
1
-53
/
+39
2019-02-08
ACPI / APEI: Move locking to the notification helper
James Morse
1
-9
/
+25
2019-02-08
ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
James Morse
1
-17
/
+5
2019-02-08
ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
James Morse
1
-54
/
+59
2019-02-08
ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
James Morse
1
-25
/
+22
2019-02-08
ACPI / APEI: Generalise the estatus queue's notify code
James Morse
1
-22
/
+41
2019-02-08
ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
James Morse
1
-5
/
+0
2019-02-08
ACPI / APEI: Remove spurious GHES_TO_CLEAR check
James Morse
1
-3
/
+0
2019-02-08
ACPI / APEI: Don't store CPER records physical address in struct ghes
James Morse
1
-19
/
+27
2019-02-08
ACPI / APEI: Make estatus pool allocation a static size
James Morse
1
-43
/
+6
2019-02-08
ACPI / APEI: Make hest.c manage the estatus memory pool
James Morse
1
-27
/
+6
2019-02-08
ACPI / APEI: Switch estatus pool to use vmalloc memory
James Morse
1
-15
/
+15
2019-02-08
ACPI / APEI: Remove silent flag from ghes_read_estatus()
James Morse
1
-8
/
+7
2019-02-08
ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
James Morse
1
-2
/
+0
2018-12-20
ACPI/APEI: Clear GHES block_status before panic()
Lenny Szubowicz
1
-0
/
+2
2018-05-12
EDAC, ghes: Remove unused argument to ghes_edac_report_mem_error()
Alexandru Gagniuc
1
-1
/
+1
2018-05-02
ghes, EDAC: Fix ghes_edac registration
Borislav Petkov
1
-8
/
+6
2018-01-31
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-01-23
mm/memory_failure: Remove unused trapno from memory_failure
Eric W. Biederman
1
-1
/
+1
2017-12-05
ACPI / APEI: remove redundant variables len and node_len
Colin Ian King
1
-3
/
+0
2017-12-05
ACPI: APEI: call into AER handling regardless of severity
Tyler Baicar
1
-5
/
+17
2017-12-05
ACPI: APEI: handle PCIe AER errors in separate function
Tyler Baicar
1
-30
/
+34
2017-11-14
Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-95
/
+22
2017-11-07
ACPI / APEI: Remove ghes_ioremap_area
James Morse
1
-37
/
+2
2017-11-07
ACPI / APEI: Replace ioremap_page_range() with fixmap
James Morse
1
-30
/
+14
2017-11-03
ACPI / APEI: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2017-10-23
ACPI / APEI: remove the unused dead-code for SEA/NMI notification type
Dongjiu Geng
1
-28
/
+5
2017-10-11
ACPI / APEI: adjust a local variable type in ghes_ioremap_pfn_irq()
Jan Beulich
1
-1
/
+2
2017-09-28
ACPI / APEI: clear error status before acknowledging the error
Tyler Baicar
1
-7
/
+9
2017-08-30
ACPI / APEI: Suppress message if HEST not present
Punit Agrawal
1
-1
/
+6
2017-07-31
ACPI: APEI: Enable APEI multiple GHES source to share a single external IRQ
Loc Ho
1
-1
/
+2
2017-07-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-30
/
+176
2017-07-04
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-14
/
+25
2017-06-22
acpi: apei: check for pending errors when probing GHES entries
Tyler Baicar
1
-0
/
+3
2017-06-22
arm/arm64: KVM: add guest SEA support
Tyler Baicar
1
-6
/
+11
2017-06-22
trace, ras: add ARM processor error trace event
Tyler Baicar
1
-1
/
+5
2017-06-22
ras: acpi / apei: generate trace event for unrecognized CPER section
Tyler Baicar
1
-0
/
+18
2017-06-22
acpi: apei: panic OS with fatal error status block
Jonathan (Zhixiong) Zhang
1
-15
/
+21
2017-06-22
acpi: apei: handle SEA notification type for ARMv8
Tyler Baicar
1
-6
/
+64
[next]