index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
apei
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+5
2026-01-28
ACPI: APEI: GHES: Add ghes_edac support for __ZX__ and _BYO_ systems
Tony W Wang-oc
-0
/
+2
2026-01-28
ACPI: APEI: GHES: Disable KASAN instrumentation when compile testing with cla...
Nathan Chancellor
-0
/
+4
2026-01-14
ACPI: APEI: GHES: Add helper to copy CPER CXL protocol error info to work struct
Fabio M. De Francesco
-21
/
+34
2026-01-14
ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checks
Fabio M. De Francesco
-17
/
+35
2026-01-14
ACPI: APEI: GHES: Improve ghes_notify_sea() status check
Shuai Xue
-3
/
+17
2026-01-14
ACPI: APEI: GHES: Extract helper functions for error status handling
Shuai Xue
-21
/
+68
2026-01-14
ACPI: APEI: GHES: Improve ghes_notify_nmi() status check
Tony Luck
-3
/
+37
2026-01-14
APEI/GHES: ensure that won't go past CPER allocated record
Mauro Carvalho Chehab
-1
/
+5
2026-01-14
APEI/GHES: ARM processor Error: don't go past allocated memory
Mauro Carvalho Chehab
-4
/
+28
2026-01-07
ACPI: APEI: EINJ: make read-only array non_mmio_desc static const
Colin Ian King
-1
/
+1
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+36
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+0
2025-12-04
Merge tag 'efi-next-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-13
/
+14
2025-11-27
vmcoreinfo: track and log recoverable hardware errors
Breno Leitao
-0
/
+36
2025-11-21
efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
Mauro Carvalho Chehab
-6
/
+10
2025-11-21
RAS: Report all ARM processor CPER information to userspace
Jason Tian
-7
/
+4
2025-11-19
ACPI: APEI: EINJ: Fix EINJV2 initialization and injection
Tony Luck
-23
/
+41
2025-11-16
mm: change ghes code to allow poison of non-struct pfn
Ankit Agrawal
-6
/
+0
2025-09-28
ACPI: APEI: Remove redundant rcu_read_lock/unlock() under spinlock
pengdonglin
-2
/
+0
2025-09-15
ACPI: APEI: EINJ: Allow more types of addresses except MMIO
Jiaqi Yan
-9
/
+42
2025-09-15
ACPI: APEI: Remove redundant assignments in erst_dbg_{ioctl|write}()
Thorsten Blum
-5
/
+3
2025-08-18
ACPI: APEI: EINJ: Fix resource leak by remove callback in .exit.text
Uwe Kleine-König
-9
/
+3
2025-08-18
ACPI: APEI: EINJ: fix potential NULL dereference in __einj_error_inject()
Charles Han
-0
/
+3
2025-08-18
ACPI: APEI: EINJ: Check if user asked for EINJV2 injection
Tony Luck
-1
/
+1
2025-07-16
ACPI: APEI: handle synchronous exceptions in task work
Shuai Xue
-34
/
+45
2025-07-16
ACPI: APEI: send SIGBUS to current task if synchronous memory error not recov...
Shuai Xue
-0
/
+11
2025-07-07
ACPI: APEI: EINJ: Fix trigger actions
Tony Luck
-4
/
+10
2025-07-03
ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path
Breno Leitao
-0
/
+2
2025-06-26
ACPI: APEI: EINJ: Fix check and iounmap of uninitialized pointer p
Colin Ian King
-1
/
+1
2025-06-26
ACPI: APEI: EINJ: Fix less than zero comparison on a size_t variable
Colin Ian King
-1
/
+1
2025-06-26
ACPI: APEI: EINJ: prevent memory corruption in error_type_set()
Dan Carpenter
-0
/
+4
2025-06-18
ACPI: APEI: EINJ: Enable EINJv2 error injections
Zaid Alali
-11
/
+47
2025-06-18
ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
Tony Luck
-0
/
+97
2025-06-18
ACPI: APEI: EINJ: Discover EINJv2 parameters
Zaid Alali
-2
/
+24
2025-06-18
ACPI: APEI: EINJ: Add einjv2 extension struct
Zaid Alali
-0
/
+24
2025-06-18
ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
Zaid Alali
-16
/
+63
2025-06-18
ACPI: APEI: EINJ: Fix kernel test sparse warnings
Zaid Alali
-46
/
+60
2025-06-10
ACPI: APEI: EINJ: Do not fail einj_init() on faux_device_create() failure
Dan Williams
-6
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-05-30
Merge tag 'acpi-6.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2025-05-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-1
/
+2
2025-05-27
ACPI: APEI: EINJ: Clean up on error in einj_probe()
Dan Carpenter
-1
/
+1
2025-05-09
ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type()
Zaid Alali
-13
/
+9
2025-05-08
firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
Huang Yiwei
-1
/
+2
2025-05-07
ACPI: APEI: EINJ: Fix probe error message
Jon Hunter
-5
/
+5
2025-04-09
ACPI: APEI: EINJ: Transition to the faux device interface
Sudeep Holla
-21
/
+11
2025-03-14
acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
Smita Koralahalli
-0
/
+49
[next]