dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/acpi/acpica
Linus Torvalds 507a03c1cb Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
This includes initial support for the recently published ACPI 5.0 spec.
In particular, support for the "hardware-reduced" bit that eliminates
the dependency on legacy hardware.

APEI has patches resulting from testing on real hardware.

Plus other random fixes.

* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux: (52 commits)
  acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec
  intel_idle: Split up and provide per CPU initialization func
  ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2
  ACPI processor: Remove unneeded cpuidle_unregister_driver call
  intel idle: Make idle driver more robust
  intel_idle: Fix a cast to pointer from integer of different size warning in intel_idle
  ACPI: kernel-parameters.txt : Add intel_idle.max_cstate
  intel_idle: remove redundant local_irq_disable() call
  ACPI processor: Fix error path, also remove sysdev link
  ACPI: processor: fix acpi_get_cpuid for UP processor
  intel_idle: fix API misuse
  ACPI APEI: Convert atomicio routines
  ACPI: Export interfaces for ioremapping/iounmapping ACPI registers
  ACPI: Fix possible alignment issues with GAS 'address' references
  ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)
  ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)
  ACPI: Store SRAT table revision
  ACPI, APEI, Resolve false conflict between ACPI NVS and APEI
  ACPI, Record ACPI NVS regions
  ACPI, APEI, EINJ, Refine the fix of resource conflict
  ...
2012-01-18 15:51:48 -08:00
..
Makefile ACPICA: Add support for region address conflict checking 2012-01-17 03:38:50 -05:00
accommon.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acconfig.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acdebug.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acdispat.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acevents.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acglobal.h Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 2012-01-18 15:51:48 -08:00
achware.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acinterp.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
aclocal.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acmacros.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acnamesp.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acobject.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acopcode.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acparser.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acpredef.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acresrc.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acstruct.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
actables.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
acutils.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
amlcode.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
amlresrc.h ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsargs.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dscontrol.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsfield.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsinit.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsmethod.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsmthdat.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsobject.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsopcode.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dsutils.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dswexec.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dswload.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dswload2.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dswscope.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
dswstate.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evevent.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evglock.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evgpe.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evgpeblk.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evgpeinit.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evgpeutil.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evmisc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evregion.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evrgnini.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evsci.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evxface.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evxfevnt.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evxfgpe.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
evxfregn.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exconfig.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exconvrt.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
excreate.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exdebug.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exdump.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exfield.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exfldio.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exmisc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exmutex.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exnames.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exoparg1.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exoparg2.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exoparg3.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exoparg6.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exprep.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exregion.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exresnte.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exresolv.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exresop.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exstore.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exstoren.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exstorob.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exsystem.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
exutils.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwacpi.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwgpe.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwpci.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwregs.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwsleep.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwtimer.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwvalid.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
hwxface.c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 2012-01-18 15:51:48 -08:00
nsaccess.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsalloc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsdump.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsdumpdv.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nseval.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsinit.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsload.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsnames.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsobject.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsparse.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nspredef.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsrepair.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsrepair2.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nssearch.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsutils.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nswalk.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsxfeval.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsxfname.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
nsxfobj.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psargs.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psloop.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psopcode.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psparse.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psscope.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
pstree.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psutils.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
pswalk.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
psxface.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsaddr.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rscalc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rscreate.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsdump.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsinfo.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsio.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsirq.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rslist.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsmemory.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsmisc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsserial.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsutils.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
rsxface.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
tbfadt.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
tbfind.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
tbinstal.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
tbutils.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
tbxface.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
tbxfroot.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utaddress.c ACPICA: Add support for region address conflict checking 2012-01-17 03:38:50 -05:00
utalloc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utcopy.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utdebug.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utdecode.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utdelete.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
uteval.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utglobal.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utids.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utinit.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utlock.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utmath.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utmisc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utmutex.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utobject.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utosi.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utresrc.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utstate.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utxface.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utxferror.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00
utxfmutex.c ACPICA: Update all copyrights to 2012 2012-01-17 03:38:51 -05:00