aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-31/+22
2010-05-12ACPICA: simplify SCI_EN workaroundLen Brown2-31/+22
2010-05-06ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleepBob Moore3-6/+6
2010-05-06ACPICA: Prevent possible allocation overrun during object copyLin Ming1-3/+11
2010-05-06ACPICA: Split large file, evgpeblkBob Moore5-926/+1025
2010-05-06ACPICA: Add GPE support for dynamically loaded ACPI tablesBob Moore5-47/+298
2010-05-06ACPICA: Clarify/rename some root table descriptor fieldsBob Moore6-65/+68
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming7-230/+316
2010-04-20ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDTLin Ming1-0/+4
2010-04-20ACPICA: Update DSDT copy/detection.Bob Moore5-19/+38
2010-04-20ACPICA: Add subsystem option to force copy of DSDT to local memoryLin Ming5-0/+56
2010-04-20ACPICA: Add detection of corrupted/replaced DSDTLin Ming5-20/+61
2010-04-20ACPICA: Add write support for DataTable operation regionsBob Moore1-3/+10
2010-04-20ACPICA: Fix for acpi_reallocate_root_table for incorrect root table copyAlexey Starikovskiy1-5/+18
2010-04-20ACPICA: Update comments/headers, no functional changeBob Moore1-10/+11
2010-04-20ACPICA: Fix for possible fault in acpi_ex_release_mutexLin Ming1-11/+10
2010-04-20ACPICA: Standardize integer output for ACPICA warnings/errorsBob Moore52-150/+151
2010-04-20ACPICA: Enhance configuration for output of AML Debug ObjectLin Ming5-216/+275
2010-04-16Merge branch 'bugzilla-15749' into releaseLen Brown1-6/+11
2010-04-16ACPI: EC: Limit burst to 64 bitsAlexey Starikovskiy1-6/+11
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into releaseLen Brown2-12/+19
2010-03-23ACPI / ACPICA: Do not check reference counters in acpi_ev_enable_gpe()Rafael J. Wysocki1-12/+7
2010-03-17ACPI: EC: Allow multibyte access to ECAlexey Starikovskiy1-0/+12
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown134-766/+833
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds134-481/+556
2010-02-24ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki3-19/+19
2010-02-22ACPI / ACPICA: Multiple system notify handlers per deviceRafael J. Wysocki3-39/+150
2010-02-22ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki6-235/+117
2010-02-16ACPICA: fix acpi_ex_release_mutex() commentBartlomiej Zolnierkiewicz1-2/+1
2010-01-22ACPICA: Disassembler: Remove obsolete "Integer64" field in parse objectBob Moore1-1/+0
2010-01-22ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) typeBob Moore30-182/+150
2010-01-22ACPICA: Predefined name repair: fix NULL package elementsBob Moore5-92/+209
2010-01-22ACPICA: AcpiGetDevices: Eliminate unnecessary _STA callsLin Ming1-19/+33
2010-01-22ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore134-134/+134
2010-01-22ACPICA: Update for new gcc-4 warning optionsBob Moore5-53/+30
2009-12-15Merge branch 'acpica' into releaseLen Brown24-297/+715
2009-12-15ACPICA: Move check for valid Thread ID structureDan Carpenter1-9/+9
2009-12-15ACPICA: Predefined name repair: automatically remove null package elementsBob Moore3-78/+65
2009-12-15ACPICA: Module-level code: enable _REG execution in same scopeLin Ming6-4/+36
2009-12-15ACPICA: Conditionally perform complex per-predefined-name repairsBob Moore1-13/+24
2009-12-15ACPICA: Update function headers and comments, no functional changeBob Moore2-6/+10
2009-12-15ACPICA: Remove messages if predefined repair(s) are successfulBob Moore3-27/+36
2009-12-15ACPICA: Move Package-to-Buffer repair code into common ToBuffer functionBob Moore3-49/+48
2009-12-15ACPICA: Fix mutex errors when running _REG methodsBob Moore1-11/+20
2009-12-15ACPICA: Update function headers, no functional changeBob Moore1-13/+14
2009-12-15ACPICA: Add more conversions to predefined name repair moduleBob Moore1-76/+327
2009-12-15ACPICA: Update internal namespace node/handle interfacesBob Moore12-77/+40
2009-12-15ACPICA: Add repair for bad _FDE/_GTM buffersBob Moore2-11/+152
2009-12-15ACPICA: Fix two additional Scope override error messagesBob Moore1-6/+8
2009-12-15ACPICA: Fix two Scope type error messagesBob Moore1-8/+11