index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
apei
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPI: APEI: EINJ: Limit error type to 32-bit width
Shuai Xue
2023-01-30
1
-0
/
+4
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-1
/
+1
*
Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
1
-3
/
+63
|
\
|
*
apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
Ard Biesheuvel
2022-10-24
1
-27
/
+33
|
*
EDAC/ghes: Make ghes_edac a proper module
Jia He
2022-10-21
1
-4
/
+0
|
*
EDAC/ghes: Prepare to make ghes_edac a proper module
Jia He
2022-10-21
1
-0
/
+50
|
*
EDAC/ghes: Add a notifier for reporting memory errors
Jia He
2022-10-20
1
-1
/
+15
*
|
ACPI: APEI: EINJ: Refactor available_error_type_show()
Jay Lu
2022-12-07
1
-24
/
+17
*
|
ACPI: APEI: EINJ: Fix formatting errors
Jay Lu
2022-12-07
1
-7
/
+8
*
|
ACPI: APEI: Remove a useless include
Christophe JAILLET
2022-12-02
1
-1
/
+0
*
|
ACPI: APEI: Silence missing prototype warnings
Sudeep Holla
2022-11-23
1
-0
/
+1
*
|
apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
Ard Biesheuvel
2022-10-28
1
-27
/
+33
*
|
ACPI: APEI: Drop unsetting driver data on remove
Uwe Kleine-König
2022-10-28
1
-2
/
+0
*
|
ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
Ashish Kalra
2022-10-13
1
-1
/
+1
|
/
*
ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
Shuai Xue
2022-10-04
1
-1
/
+1
*
ACPI: APEI: Remove unneeded result variables
ye xingchen
2022-09-24
2
-9
/
+2
*
ACPI: APEI: Add BERT error log footer
Dmitry Monakhov
2022-09-03
1
-0
/
+3
*
ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP
Dan Williams
2022-06-29
1
-0
/
+2
*
ACPI: APEI: Better fix to avoid spamming the console with old error logs
Tony Luck
2022-06-29
1
-8
/
+23
*
ACPI: APEI: Fix double word in a comment
Xiang wangx
2022-06-09
1
-1
/
+1
*
ACPI, APEI, EINJ: Refuse to inject into the zero page
Tony Luck
2022-04-22
1
-0
/
+3
*
ACPI: APEI: Fix missing ERST record id
Liu Xinpeng
2022-04-13
2
-7
/
+73
*
ACPI, APEI: Use the correct variable for sizeof()
Jakob Koschel
2022-03-22
1
-1
/
+1
*
ACPI/APEI: Limit printable size of BERT table data
Darren Hart
2022-03-09
1
-2
/
+6
*
ACPI: APEI: fix return value of __setup handlers
Randy Dunlap
2022-03-08
3
-3
/
+3
*
ACPI: APEI: rename ghes_init() with an "acpi_" prefix
Shuai Xue
2022-03-03
1
-1
/
+1
*
ACPI: APEI: explicit init of HEST and GHES in apci_init()
Shuai Xue
2022-03-03
1
-11
/
+8
*
x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
Tony Luck
2021-11-15
1
-1
/
+1
*
x86/sgx: Add hook to error injection address validation
Tony Luck
2021-11-15
1
-1
/
+2
*
ACPI: APEI: mark apei_hest_parse() static
Christoph Hellwig
2021-10-27
1
-2
/
+3
*
ACPI: APEI: EINJ: Relax platform response timeout to 1 second
Shuai Xue
2021-10-27
1
-7
/
+8
*
ACPI: APEI: fix synchronous external aborts in user-mode
Xiaofei Tan
2021-06-17
1
-17
/
+64
*
ACPI: APEI: Don't warn if ACPI is disabled
Jon Hunter
2021-05-21
1
-1
/
+1
*
Merge branch 'acpi-misc'
Rafael J. Wysocki
2021-04-26
2
-2
/
+2
|
\
|
*
ACPI: fix various typos in comments
Tom Saeger
2021-03-19
2
-2
/
+2
*
|
ACPI: APEI: remove redundant assignment to variable rc
Colin Ian King
2021-04-21
1
-1
/
+0
|
/
*
ACPI: APEI: ERST: remove unneeded semicolon
Yang Li
2021-02-05
1
-1
/
+1
*
ACPI: APEI: Add is_generic_error() to identify GHES sources
Yazen Ghannam
2021-01-27
1
-4
/
+8
*
Merge ACPI APEI material for v5.11.
Rafael J. Wysocki
2020-11-23
1
-1
/
+1
|
\
|
*
ACPI, APEI: make apei_resources_all static
Jason Yan
2020-09-25
1
-1
/
+1
*
|
ACPI, APEI, Fix error return value in apei_map_generic_address()
Aili Yao
2020-11-16
1
-0
/
+4
*
|
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-23
1
-1
/
+1
|
\
\
|
*
|
task_work: cleanup notification modes
Jens Axboe
2020-10-17
1
-1
/
+1
*
|
|
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-22
1
-0
/
+63
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ACPI / APEI: Add a notifier chain for unknown (vendor) CPER records
Shiju Jose
2020-09-16
1
-0
/
+63
|
|
/
*
/
ACPI: OSL: Change the type of acpi_os_map_generic_address() return value
Rafael J. Wysocki
2020-09-11
1
-1
/
+5
|
/
*
ACPI: APEI: remove redundant assignment to variable rc
Colin Ian King
2020-07-27
1
-1
/
+1
*
Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2020-06-02
5
-17
/
+70
|
\
|
*
-
.
Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'
Rafael J. Wysocki
2020-06-01
1
-11
/
+56
|
|
\
\
|
|
*
|
ACPI: APEI: Kick the memory_failure() queue for synchronous errors
James Morse
2020-05-19
1
-11
/
+56
|
|
|
/
[next]