index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
apei
/
ghes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
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-13
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-02
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-27
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-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-30
/
+176
2017-07-03
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
2017-06-22
ras: acpi/apei: cper: add support for generic data v3 structure
Tyler Baicar
1
-6
/
+5
2017-06-22
acpi: apei: read ack upon ghes record consumption
Tyler Baicar
1
-3
/
+56
2017-06-05
ACPI / APEI: Switch to use new generic UUID API
Andy Shevchenko
1
-4
/
+4
2017-05-21
ACPI/APEI: Handle GSIV and GPIO notification types
Shiju Jose
1
-14
/
+25
2017-05-01
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+2
2017-04-19
ACPI/APEI: Use setup_deferrable_timer()
Geliang Tang
1
-3
/
+2
2017-03-28
ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal
James Morse
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-02
ACPI / APEI: Fix NMI notification handling
Prarit Bhargava
1
-3
/
+4
2016-10-24
ACPI / APEI: Fix incorrect return value of ghes_proc()
Punit Agrawal
1
-1
/
+1
2016-09-20
ACPI / APEI: Send correct severity to calculate AER severity
Tyler Baicar
1
-1
/
+1
2016-03-09
drivers/acpi: make apei/ghes.c more explicitly non-modular
Paul Gortmaker
1
-16
/
+7
2015-10-14
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
Ingo Molnar
1
-4
/
+0
2015-09-14
acpi/apei: Use appropriate pgprot_t to map GHES memory
Jonathan (Zhixiong) Zhang
1
-3
/
+7
2015-07-08
ACPI: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2015-04-27
GHES: Make NMI handler have a single reader
Jiri Kosina
1
-5
/
+7
2015-04-27
GHES: Elliminate double-loop in the NMI handler
Borislav Petkov
1
-9
/
+2
2015-04-27
GHES: Panic right after detection
Borislav Petkov
1
-10
/
+6
2015-04-27
GHES: Carve out the panic functionality
Borislav Petkov
1
-10
/
+14
2015-04-27
GHES: Carve out error queueing in a separate function
Borislav Petkov
1
-22
/
+29
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-10-21
GHES: Make ghes_estatus_caches static
Borislav Petkov
1
-1
/
+1
2014-10-21
APEI, GHES: Cleanup unnecessary function for lockless list
Chen, Gong
1
-16
/
+2
2014-10-20
acpi: apei: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-06
Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-16
/
+16
2014-07-22
acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.
Tomasz Nowicki
1
-7
/
+11
2014-07-22
acpi, apei, ghes: Make NMI error notification to be GHES architecture extension.
Tomasz Nowicki
1
-52
/
+97
2014-07-22
apei, mce: Factor out APEI architecture specific MCE calls.
Tomasz Nowicki
1
-4
/
+2
[next]