index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-23
ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy()
Kees Cook
1
-2
/
+1
2026-03-17
ACPICA: Update the format of Arg3 of _DSM
Saket Dumbre
1
-1
/
+1
2026-03-02
ACPICA: Update the _CPC definition to match ACPI 6.6
Saket Dumbre
1
-2
/
+3
2026-01-15
ACPICA: ACPI 6.6: Add _VDM (Voltage Domain) object
Pawel Chmielewski
1
-0
/
+3
2026-01-15
ACPICA: Fix asltests using the Fatal() opcode
Armin Wolf
1
-0
/
+7
2026-01-15
ACPICA: Abort AML bytecode execution when executing AML_FATAL_OP
Armin Wolf
1
-27
/
+17
2026-01-15
ACPICA: Add support for the Microsoft display mux _OSI string
Armin Wolf
1
-1
/
+5
2026-01-15
ACPICA: Fix NULL pointer dereference in acpi_ev_address_space_dispatch()
Alexey Simakov
1
-1
/
+3
2026-01-15
ACPICA: ACPICA: replace ACPI_FREE() with acpi_ut_delete_object_desc()
Zilin Guan
2
-2
/
+2
2025-11-25
ACPICA: Avoid walking the Namespace if start_node is NULL
Cryolitia PukNgae
1
-3
/
+6
2025-10-21
ACPICA: Work around bogus -Wstringop-overread warning since GCC 11
Xi Ruoyao
1
-0
/
+6
2025-09-15
ACPICA: ACPI_TYPE_ANY does not include the package type
Saket Dumbre
1
-1
/
+2
2025-09-15
ACPICA: Fix largest possible resource descriptor index
Dmitry Antipov
1
-1
/
+1
2025-09-15
ACPICA: Print error messages for too few or too many arguments
Saket Dumbre
1
-2
/
+9
2025-09-15
ACPICA: Update dsmethod.c to get rid of unused variable warning
Saket Dumbre
1
-1
/
+0
2025-09-15
ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method()
Hans de Goede
1
-8
/
+1
2025-09-15
ACPICA: Debugger: drop ACPI_NONSTRING attribute from name_seg
Ahmed Salem
1
-1
/
+1
2025-09-15
ACPICA: iASL: Fix printing CDAT table header
Ahmed Salem
1
-0
/
+8
2025-09-15
ACPICA: Allow to skip Global Lock initialization
Huacai Chen
1
-0
/
+4
2025-09-15
ACPICA: Change the compilation conditions
Zhe Qiao
1
-2
/
+3
2025-09-15
ACPICA: Remove redundant "#ifdef" definitions
Zhe Qiao
1
-3
/
+0
2025-09-15
ACPICA: Modify variable definition position
Zhe Qiao
1
-2
/
+4
2025-06-26
ACPICA: Decrease `AcpiExTracePoint` verbosity
Mario Limonciello
1
-2
/
+2
2025-06-18
ACPICA: Refuse to evaluate a method if arguments are missing
Rafael J. Wysocki
1
-0
/
+7
2025-05-29
ACPICA: Switch back to using strncpy() in acpi_ut_safe_strncpy()
Ahmed Salem
1
-1
/
+1
2025-05-12
ACPICA: Update copyright year
Saket Dumbre
143
-144
/
+144
2025-05-12
ACPICA: Replace strncpy() with memcpy()
Ahmed Salem
3
-5
/
+5
2025-05-12
ACPICA: Apply ACPI_NONSTRING in more places
Ahmed Salem
1
-1
/
+1
2025-05-12
ACPICA: Adjust the position of code lines
Zhe Qiao
1
-1
/
+1
2025-05-12
ACPICA: Apply ACPI_NONSTRING
Kees Cook
3
-4
/
+4
2025-05-12
ACPICA: Utilities: Fix spelling mistake "Incremement" -> "Increment"
Colin Ian King
1
-1
/
+1
2025-05-12
ACPICA: utilities: Fix overflow check in vsnprintf()
gldrk
1
-5
/
+2
2025-05-06
ACPICA: Apply pack(1) to union aml_resource
Tamir Duberstein
5
-48
/
+21
2025-04-25
Merge back earlier ACPICA material for 6.16
Rafael J. Wysocki
6
-38
/
+84
2025-04-24
ACPICA: Add support for printing AML arguments when trace point enabled
Mario Limonciello
3
-0
/
+55
2025-04-20
gcc-15: acpi: sprinkle random '__nonstring' crumbles around
Linus Torvalds
2
-3
/
+3
2025-04-09
ACPICA: exserial: don't forget to handle FFixedHW opregions for reading
Daniil Tatianin
1
-0
/
+6
2025-03-27
ACPICA: Fix warnings from PR #295 merge
Saket Dumbre
1
-2
/
+2
2025-03-27
ACPICA: fix acpi parse and parseext cache leaks
Seunghun Han
1
-37
/
+15
2025-03-27
ACPICA: fix acpi operand cache leak in dswstate.c
Seunghun Han
1
-1
/
+8
2025-01-26
LoongArch: Fix warnings during S3 suspend
Huacai Chen
1
-2
/
+0
2024-12-12
ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired
Daniil Tatianin
1
-2
/
+0
2024-09-11
Merge branch 'acpica'
Rafael J. Wysocki
16
-45
/
+139
2024-08-29
ACPICA: Allow for more flexibility in _DSM args
Saket Dumbre
1
-1
/
+1
2024-08-29
ACPICA: iasl: handle empty connection_node
Aleksandrs Vinarskis
1
-0
/
+3
2024-08-29
ACPICA: Avoid warning for Dump Functions
Adam Lackorzynski
1
-0
/
+2
2024-08-29
ACPICA: Add support for Windows 11 22H2 _OSI string
Armin Wolf
1
-0
/
+1
2024-08-29
ACPICA: Update integer-to-hex-string conversions
Armin Wolf
1
-0
/
+24
2024-08-29
ACPICA: Add support for supressing leading zeros in hex strings
Armin Wolf
1
-1
/
+11
2024-08-29
ACPICA: Allow for supressing leading zeros when using acpi_ex_convert_to_ascii()
Armin Wolf
1
-6
/
+16
[next]