kernel_optimize_test/drivers/acpi/acpica
Bob Moore 4be4be8fee ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.
This change fixes a problem where a Store operation to an ArgX object
that contained a reference to a field object did not complete the
automatic dereference and then write to the actual field object.
Instead, the object type of the field object was inadvertently changed
to match the type of the source operand. The new behavior will actually
write to the field object (buffer field or field unit), thus matching
the correct ACPI-defined behavior.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-09-06 15:39:59 +02:00
..
accommon.h
acdebug.h
acdispat.h
acevents.h
acglobal.h ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version. 2013-08-13 13:13:09 +02:00
achware.h
acinterp.h
aclocal.h ACPICA: Emit all unresolved method externals in a text block 2013-08-08 15:36:08 +02:00
acmacros.h
acnamesp.h ACPICA: Update names for walk_namespace callbacks to clarify usage. 2013-08-13 13:14:16 +02:00
acobject.h
acopcode.h
acparser.h
acpredef.h
acresrc.h
acstruct.h
actables.h ACPICA: Export acpi_tb_validate_rsdp(). 2013-08-08 15:36:08 +02:00
acutils.h ACPICA: Add acpi_update_interfaces() public interface 2013-07-23 04:06:03 +02:00
amlcode.h
amlresrc.h
dsargs.c
dscontrol.c
dsfield.c
dsinit.c
dsmethod.c
dsmthdat.c
dsobject.c
dsopcode.c
dsutils.c
dswexec.c
dswload2.c
dswload.c
dswscope.c
dswstate.c
evevent.c
evglock.c
evgpe.c
evgpeblk.c
evgpeinit.c ACPICA: Remove restriction of 256 maximum GPEs in any GPE block 2013-07-23 01:06:49 +02:00
evgpeutil.c
evhandler.c
evmisc.c
evregion.c
evrgnini.c
evsci.c
evxface.c
evxfevnt.c
evxfgpe.c
evxfregn.c
exconfig.c
exconvrt.c
excreate.c
exdebug.c
exdump.c ACPICA: Fix compiler warnings for casting issues (only some compilers) 2013-07-23 01:06:50 +02:00
exfield.c
exfldio.c
exmisc.c
exmutex.c
exnames.c
exoparg1.c ACPICA: Return error if DerefOf resolves to a null package element. 2013-08-13 13:14:15 +02:00
exoparg2.c
exoparg3.c
exoparg6.c
exprep.c
exregion.c
exresnte.c
exresolv.c
exresop.c
exstore.c ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field. 2013-09-06 15:39:59 +02:00
exstoren.c
exstorob.c
exsystem.c
exutils.c
hwacpi.c
hwesleep.c ACPI / sleep: Introduce acpi_os_prepare_extended_sleep() for extended sleep path 2013-07-31 14:20:39 +02:00
hwgpe.c
hwpci.c
hwregs.c
hwsleep.c
hwtimer.c ACPICA: Make ACPI Power Management Timer (PM Timer) optional. 2013-08-13 13:13:21 +02:00
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 ACPICA: Fix possible fault for methods that optionally have no return value. 2013-08-13 13:10:36 +02:00
nsprepkg.c
nsrepair2.c
nsrepair.c
nssearch.c
nsutils.c
nswalk.c ACPICA: Update names for walk_namespace callbacks to clarify usage. 2013-08-13 13:14:16 +02:00
nsxfeval.c ACPICA: Update names for walk_namespace callbacks to clarify usage. 2013-08-13 13:14:16 +02:00
nsxfname.c ACPICA: Fix compiler warnings for casting issues (only some compilers) 2013-07-23 01:06:50 +02:00
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
tbfadt.c ACPICA: Make ACPI Power Management Timer (PM Timer) optional. 2013-08-13 13:13:21 +02:00
tbfind.c
tbinstal.c
tbprint.c
tbutils.c
tbxface.c
tbxfload.c
tbxfroot.c ACPICA: Export acpi_tb_validate_rsdp(). 2013-08-08 15:36:08 +02:00
utaddress.c
utalloc.c
utbuffer.c
utcache.c
utcopy.c
utdebug.c
utdecode.c
utdelete.c
uterror.c
uteval.c
utexcep.c
utglobal.c ACPICA: Fix divergences of the commit - ACPICA: Expose OSI version. 2013-08-13 13:13:09 +02:00
utids.c
utinit.c
utlock.c
utmath.c
utmisc.c
utmutex.c
utobject.c
utosi.c ACPICA: Add acpi_update_interfaces() public interface 2013-07-23 04:06:03 +02:00
utownerid.c
utpredef.c
utresrc.c
utstate.c
utstring.c ACPICA: Disassembler: Expand maximum output string length to 64K 2013-07-23 01:06:49 +02:00
uttrack.c
utxface.c ACPICA: Add acpi_update_interfaces() public interface 2013-07-23 04:06:03 +02:00
utxferror.c
utxfinit.c
utxfmutex.c