mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
793582ff47
- Update the ACPICA code in the kernel to upstream revision 20230331 including the following changes: * Delete bogus node_array array of pointers from AEST table (Jessica Clarke). * Add support for trace buffer extension in GICC to the ACPI MADT parser (Xiongfeng Wang). * Add missing macro ACPI_FUNCTION_TRACE() for acpi_ns_repair_HID() (Xiongfeng Wang). * Add missing tables to astable (Pedro Falcato). * Add support for 64 bit loong_arch compilation to ACPICA (Huacai Chen). * Add support for ASPT table in disassembler to ACPICA (Jeremi Piotrowski). * Add support for Arm's MPAM ACPI table version 2 (Hesham Almatary). * Update all copyrights/signons in ACPICA to 2023 (Bob Moore). * Add support for ClockInput resource (v6.5) (Niyas Sait). * Add RISC-V INTC interrupt controller definition to the list of supported interrupt controllers for MADT (Sunil V L). * Add structure definitions for the RISC-V RHCT ACPI table (Sunil V L). * Address several cases in which the ACPICA code might lead to undefined behavior (Tamir Duberstein). * Make ACPICA code support flexible arrays properly (Kees Cook). * Check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects() (void0red). * Add os specific support for Zephyr RTOS to ACPICA (Najumon). * Update version to 20230331 (Bob Moore). - Fix evaluating the _PDC ACPI control method when running as Xen dom0 (Roger Pau Monne). - Use platform devices to load ACPI PPC and PCC drivers (Petr Pavlu). - Check for null return of devm_kzalloc() in fch_misc_setup() (Kang Chen). - Log a message if enable_irq_wake() fails for the ACPI SCI (Simon Gaiser). - Initialize the correct IOMMU fwspec while parsing ACPI VIOT (Jean-Philippe Brucker). - Amend indentation and prefix error messages with FW_BUG in the ACPI SPCR parsing code (Andy Shevchenko). - Enable ACPI sysfs support for CCEL records (Kuppuswamy Sathyanarayanan). - Make the APEI error injection code warn on invalid arguments when explicitly indicated by platform (Shuai Xue). - Add CXL error types to the error injection code in APEI (Tony Luck). - Refactor acpi_data_prop_read_single() (Andy Shevchenko). - Fix two issues in the ACPI SBS driver (Armin Wolf). - Replace ternary operator with min_t() in the generic ACPI thermal zone driver (Jiangshan Yi). - Ensure that ACPI notify handlers are not running after removal and clean up code in acpi_sb_notify() (Rafael Wysocki). - Remove register_backlight_delay module option and code and remove quirks for false-positive backlight control support advertised on desktop boards (Hans de Goede). - Replace irqdomain.h include with struct declarations in ACPI headers and update several pieces of code previously including of.h implicitly through those headers (Rob Herring). - Fix acpi_evaluate_dsm_typed() redefinition error (Kiran K). - Update the pm_profile sysfs attribute documentation (Rafael Wysocki). - Add 80862289 ACPI _HID for second PWM controller on Cherry Trail to the ACPI driver for Intel SoCs (Hans de Goede). -----BEGIN PGP SIGNATURE----- iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAmRGvLQSHHJqd0Byand5 c29ja2kubmV0AAoJEILEb/54YlRxoV4P/jxWGAdldtgXORR58lKGbSs6lx/0Y+SF iI7qK88NcbcbWS+a3PqRrisNkjN17rjzajfp28Ue2CXFxzwTViyw6KYELbPJ6N/h /3prem++jKgf7qiueDJG/AyO8N2+Z+yciubhxdMiK1+c1dZM2ycwSyBzJgYocpXn fH+YFPhxE7c8Z8doBrTOZjRuU4SIEKCmxo3c5BbCuyVZkbqCRdQMIDCiBJgLTmbo z4pu9OFhAamB8Cth2QFfRbZWqmuY71Gt54+c4ITPPV2ALlLUYODyHZoSISBJULp3 k0lU/hMCD+i1WRwv+Bb6of7pJPM4Lqp+wOirAtiiibjE9LRxVTNyOUAHLXbx+t2V PN8JKVJVCLaZO6TRELgFIL4nh4aBdOtr4BuaLnClZho9bG68jEkc8grnOZYhFYtM 66BuJBW30rwwGY4N5VSZGzFFR7l2qaHIOSHdq681bxQ3e6erFEeIc5jQVEOKgCqd XWdELVkqf3CnCX0lgonj+AgoeCqOpYdrNcWqMsJ+6OyQRoFhLFltDSPeJm9gHGO7 X+qCQru4ZgEDKexWKpGgH9x8AllDKbh/ApyyumXgsQOsRocVdoNaf+yCBlaaDyqu UYif6hgFYnIxF2Fg1r/POgHDXFobE4iUTHcUU1V2QhuByc4PkN9ljKsHeC2FgVUz JityWRiMABNv =O61K -----END PGP SIGNATURE----- Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm Pull ACPI updates from Rafael Wysocki: "These update the ACPICA code in the kernel to upstream revision 20230331, fix the ACPI SBS driver and the evaluation of the _PDC method on Xen dom0 in the ACPI processor driver, update the ACPI driver for Intel SoCs and clean up code in multiple places. Specifics: - Update the ACPICA code in the kernel to upstream revision 20230331 including the following changes: * Delete bogus node_array array of pointers from AEST table (Jessica Clarke) * Add support for trace buffer extension in GICC to the ACPI MADT parser (Xiongfeng Wang) * Add missing macro ACPI_FUNCTION_TRACE() for acpi_ns_repair_HID() (Xiongfeng Wang) * Add missing tables to astable (Pedro Falcato) * Add support for 64 bit loong_arch compilation to ACPICA (Huacai Chen) * Add support for ASPT table in disassembler to ACPICA (Jeremi Piotrowski) * Add support for Arm's MPAM ACPI table version 2 (Hesham Almatary) * Update all copyrights/signons in ACPICA to 2023 (Bob Moore) * Add support for ClockInput resource (v6.5) (Niyas Sait) * Add RISC-V INTC interrupt controller definition to the list of supported interrupt controllers for MADT (Sunil V L) * Add structure definitions for the RISC-V RHCT ACPI table (Sunil V L) * Address several cases in which the ACPICA code might lead to undefined behavior (Tamir Duberstein) * Make ACPICA code support flexible arrays properly (Kees Cook) * Check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects() (void0red) * Add os specific support for Zephyr RTOS to ACPICA (Najumon) * Update version to 20230331 (Bob Moore) - Fix evaluating the _PDC ACPI control method when running as Xen dom0 (Roger Pau Monne) - Use platform devices to load ACPI PPC and PCC drivers (Petr Pavlu) - Check for null return of devm_kzalloc() in fch_misc_setup() (Kang Chen) - Log a message if enable_irq_wake() fails for the ACPI SCI (Simon Gaiser) - Initialize the correct IOMMU fwspec while parsing ACPI VIOT (Jean-Philippe Brucker) - Amend indentation and prefix error messages with FW_BUG in the ACPI SPCR parsing code (Andy Shevchenko) - Enable ACPI sysfs support for CCEL records (Kuppuswamy Sathyanarayanan) - Make the APEI error injection code warn on invalid arguments when explicitly indicated by platform (Shuai Xue) - Add CXL error types to the error injection code in APEI (Tony Luck) - Refactor acpi_data_prop_read_single() (Andy Shevchenko) - Fix two issues in the ACPI SBS driver (Armin Wolf) - Replace ternary operator with min_t() in the generic ACPI thermal zone driver (Jiangshan Yi) - Ensure that ACPI notify handlers are not running after removal and clean up code in acpi_sb_notify() (Rafael Wysocki) - Remove register_backlight_delay module option and code and remove quirks for false-positive backlight control support advertised on desktop boards (Hans de Goede) - Replace irqdomain.h include with struct declarations in ACPI headers and update several pieces of code previously including of.h implicitly through those headers (Rob Herring) - Fix acpi_evaluate_dsm_typed() redefinition error (Kiran K) - Update the pm_profile sysfs attribute documentation (Rafael Wysocki) - Add 80862289 ACPI _HID for second PWM controller on Cherry Trail to the ACPI driver for Intel SoCs (Hans de Goede)" * tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (64 commits) ACPI: LPSS: Add 80862289 ACPI _HID for second PWM controller on Cherry Trail ACPI: bus: Ensure that notify handlers are not running after removal ACPI: bus: Add missing braces to acpi_sb_notify() ACPI: video: Remove desktops without backlight DMI quirks ACPI: video: Remove register_backlight_delay module option and code ACPI: Replace irqdomain.h include with struct declarations fpga: lattice-sysconfig-spi: Add explicit include for of.h tpm: atmel: Add explicit include for of.h virtio-mmio: Add explicit include for of.h pata: ixp4xx: Add explicit include for of.h ata: pata_macio: Add explicit include of irqdomain.h serial: 8250_tegra: Add explicit include for of.h net: rfkill-gpio: Add explicit include for of.h staging: iio: resolver: ad2s1210: Add explicit include for of.h iio: adc: ad7292: Add explicit include for of.h ACPICA: Update version to 20230331 ACPICA: add os specific support for Zephyr RTOS ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in acpi_db_display_objects ACPICA: acpi_resource_irq: Replace 1-element arrays with flexible array ACPICA: acpi_madt_oem_data: Fix flexible array member definition ... |
||
---|---|---|
.. | ||
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 | ||
dswload2.c | ||
dswload.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 | ||
nsrepair2.c | ||
nsrepair.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 |