mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
13f4eb6b53
Merge ACPICA updates for 6.12-rc1: - Check return value in acpi_db_convert_to_package() (Pei Xiao). - Detect FACS and allow setting the waking vector on reduced-hardware ACPI platforms (Jiaqing Zhao). - Allow ACPICA to represent semaphores as integers (Adrien Destugues). - Complete CXL 3.0 CXIMS structures support in ACPICA (Zhang Rui). - Make ACPICA support SPCR version 4 and add RISC-V SBI Subtype to DBG2 (Sia Jee Heng). - Implement the Dword_PCC Resource Descriptor Macro in ACPICA (Jose Marinho). - Correct the typo in struct acpi_mpam_msc_node member (Punit Agrawal). - Implement ACPI_WARNING_ONCE() and ACPI_ERROR_ONCE() and use them to prevent a Stall() violation warning from being printed every time this takes place (Vasily Khoruzhick). - Allow PCC Data Type in MCTP resource (Adam Young). - Fix memory leaks on acpi_ps_get_next_namepath() and acpi_ps_get_next_field() failures (Armin Wolf). - Add support for supressing leading zeros in hex strings when converting them to integers and update integer-to-hex-string conversions in ACPICA (Armin Wolf). - Add support for Windows 11 22H2 _OSI string (Armin Wolf). - Avoid warning for Dump Functions in ACPICA (Adam Lackorzynski). - Add extended linear address mode to HMAT MSCIS in ACPICA (Dave Jiang). - Handle empty connection_node in iasl (Aleksandrs Vinarskis). - Allow for more flexibility in _DSM args (Saket Dumbre). - Setup for ACPICA release 20240827 (Saket Dumbre). * acpica: (23 commits) ACPICA: Setup for ACPICA release 20240827 ACPICA: Allow for more flexibility in _DSM args ACPICA: iasl: handle empty connection_node ACPICA: HMAT: Add extended linear address mode to MSCIS ACPICA: Avoid warning for Dump Functions ACPICA: Add support for Windows 11 22H2 _OSI string ACPICA: Update integer-to-hex-string conversions ACPICA: Add support for supressing leading zeros in hex strings ACPICA: Allow for supressing leading zeros when using acpi_ex_convert_to_ascii() ACPICA: Fix memory leak if acpi_ps_get_next_field() fails ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails ACPICA: Allow PCC Data Type in MCTP resource. ACPICA: executer/exsystem: Don't nag user about every Stall() violating the spec ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE ACPICA: MPAM: Correct the typo in struct acpi_mpam_msc_node member ACPICA: Implement the Dword_PCC Resource Descriptor Macro ACPICA: Headers: Add RISC-V SBI Subtype to DBG2 ACPICA: SPCR: Update the SPCR table to version 4 ACPICA: Complete CXL 3.0 CXIMS structures ACPICA: haiku: Fix invalid value used for semaphores ... |
||
---|---|---|
.. | ||
acapps.h | ||
accommon.h | ||
acconvert.h | ||
acdebug.h | ||
acdispat.h | ||
acevents.h | ||
acglobal.h | ||
achware.h | ||
acinterp.h | ||
aclocal.h | ||
acmacros.h | ||
acnamesp.h | ||
acobject.h | ||
acopcode.h | ||
acparser.h | ||
acpredef.h | ||
acresrc.h | ||
acstruct.h | ||
actables.h | ||
acutils.h | ||
amlcode.h | ||
amlresrc.h | ||
dbcmds.c | ||
dbconvert.c | ||
dbdisply.c | ||
dbexec.c | ||
dbfileio.c | ||
dbhistry.c | ||
dbinput.c | ||
dbmethod.c | ||
dbnames.c | ||
dbobject.c | ||
dbstats.c | ||
dbtest.c | ||
dbutils.c | ||
dbxface.c | ||
dsargs.c | ||
dscontrol.c | ||
dsdebug.c | ||
dsfield.c | ||
dsinit.c | ||
dsmethod.c | ||
dsmthdat.c | ||
dsobject.c | ||
dsopcode.c | ||
dspkginit.c | ||
dsutils.c | ||
dswexec.c | ||
dswload.c | ||
dswload2.c | ||
dswscope.c | ||
dswstate.c | ||
evevent.c | ||
evglock.c | ||
evgpe.c | ||
evgpeblk.c | ||
evgpeinit.c | ||
evgpeutil.c | ||
evhandler.c | ||
evmisc.c | ||
evregion.c | ||
evrgnini.c | ||
evsci.c | ||
evxface.c | ||
evxfevnt.c | ||
evxfgpe.c | ||
evxfregn.c | ||
exconcat.c | ||
exconfig.c | ||
exconvrt.c | ||
excreate.c | ||
exdebug.c | ||
exdump.c | ||
exfield.c | ||
exfldio.c | ||
exmisc.c | ||
exmutex.c | ||
exnames.c | ||
exoparg1.c | ||
exoparg2.c | ||
exoparg3.c | ||
exoparg6.c | ||
exprep.c | ||
exregion.c | ||
exresnte.c | ||
exresolv.c | ||
exresop.c | ||
exserial.c | ||
exstore.c | ||
exstoren.c | ||
exstorob.c | ||
exsystem.c | ||
extrace.c | ||
exutils.c | ||
hwacpi.c | ||
hwesleep.c | ||
hwgpe.c | ||
hwpci.c | ||
hwregs.c | ||
hwsleep.c | ||
hwtimer.c | ||
hwvalid.c | ||
hwxface.c | ||
hwxfsleep.c | ||
Makefile | ||
nsaccess.c | ||
nsalloc.c | ||
nsarguments.c | ||
nsconvert.c | ||
nsdump.c | ||
nsdumpdv.c | ||
nseval.c | ||
nsinit.c | ||
nsload.c | ||
nsnames.c | ||
nsobject.c | ||
nsparse.c | ||
nspredef.c | ||
nsprepkg.c | ||
nsrepair.c | ||
nsrepair2.c | ||
nssearch.c | ||
nsutils.c | ||
nswalk.c | ||
nsxfeval.c | ||
nsxfname.c | ||
nsxfobj.c | ||
psargs.c | ||
psloop.c | ||
psobject.c | ||
psopcode.c | ||
psopinfo.c | ||
psparse.c | ||
psscope.c | ||
pstree.c | ||
psutils.c | ||
pswalk.c | ||
psxface.c | ||
rsaddr.c | ||
rscalc.c | ||
rscreate.c | ||
rsdump.c | ||
rsdumpinfo.c | ||
rsinfo.c | ||
rsio.c | ||
rsirq.c | ||
rslist.c | ||
rsmemory.c | ||
rsmisc.c | ||
rsserial.c | ||
rsutils.c | ||
rsxface.c | ||
tbdata.c | ||
tbfadt.c | ||
tbfind.c | ||
tbinstal.c | ||
tbprint.c | ||
tbutils.c | ||
tbxface.c | ||
tbxfload.c | ||
tbxfroot.c | ||
utaddress.c | ||
utalloc.c | ||
utascii.c | ||
utbuffer.c | ||
utcache.c | ||
utcksum.c | ||
utcopy.c | ||
utdebug.c | ||
utdecode.c | ||
utdelete.c | ||
uterror.c | ||
uteval.c | ||
utexcep.c | ||
utglobal.c | ||
uthex.c | ||
utids.c | ||
utinit.c | ||
utlock.c | ||
utmath.c | ||
utmisc.c | ||
utmutex.c | ||
utnonansi.c | ||
utobject.c | ||
utosi.c | ||
utownerid.c | ||
utpredef.c | ||
utprint.c | ||
utresdecode.c | ||
utresrc.c | ||
utstate.c | ||
utstring.c | ||
utstrsuppt.c | ||
utstrtoul64.c | ||
uttrack.c | ||
utuuid.c | ||
utxface.c | ||
utxferror.c | ||
utxfinit.c | ||
utxfmutex.c |