summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2009-09-08ACPICA: Fix memory leak for ill-formed Package objectsBob Moore1-5/+18
2009-09-08ACPICA: Remove error message for Store(Localx,Localx)Bob Moore1-4/+4
2009-09-08ACPICA: Fix extraneous warning if _DSM returns a packageBob Moore1-2/+6
2009-08-31ACPI: fix NULL bug for HID/UID stringHugh Dickins1-8/+12
2009-08-28ACPICA: acpi_reset: Bypass port validation mechanismBob Moore1-2/+15
2009-08-28ACPICA: Add support for module-level executable AML codeLin Ming13-52/+306
2009-08-28ACPICA: ACPI 4: Add validation for new predefined names.Bob Moore2-7/+73
2009-08-28ACPICA: reformat predefined method table, no functional changeLin Ming1-210/+293
2009-08-28ACPICA: Fix fault if acpi_terminate is called twiceBob Moore2-19/+19
2009-08-28ACPICA: ACPI 4.0 : Add new return package type, restructure module.Bob Moore2-135/+196
2009-08-28ACPICA: Add repair for predefined methods that return nested packagesBob Moore3-2/+84
2009-08-28ACPICA: Move predefined repair code to new file, no functional changeBob Moore4-119/+171
2009-08-27ACPICA: Clarify common suffix for error/warning messagesBob Moore1-1/+1
2009-08-27ACPICA: Fix: Predefined object repair executed only onceBob Moore5-170/+277
2009-08-27ACPICA: Dump table header - suppress output of non-printable charactersBob Moore1-7/+75
2009-08-27ACPICA: Fix several acpi_attach_data problemsBob Moore6-32/+67
2009-08-27ACPICA: ACPI 4.0: Interpreter support for IPMI.Lin Ming3-31/+61
2009-08-27ACPICA: ACPI 4.0: iASL/Disassembler - IPMI keyword support.Lin Ming3-1/+3
2009-08-27ACPICA: Fix possible memory leak in nspredefBob Moore1-12/+15
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore19-550/+837
2009-08-27ACPICA: Remove duplicate prototypes from headerBob Moore1-4/+0
2009-08-27ACPICA: Add 64-bit support to acpi_read and acpi_writeBob Moore7-103/+325
2009-08-27ACPICA: Remove duplicate extern declarations for public globalsBob Moore1-15/+18
2009-08-27ACPICA: Fix several pointer casts to avoid possible compile warningsBob Moore2-5/+6
2009-08-02Merge branch 'misc-2.6.31' into releaseLen Brown1-1/+1
2009-08-02Merge branch 'memhotplug-crash' into releaseLen Brown1-9/+25
2009-08-02ACPI: Ingore the memory block with zero block size in course of memory hotplugZhao Yakui1-3/+15
2009-08-02ACPI: Don't treat generic error as ACPI error code in acpi memory hotplug driverZhao Yakui1-6/+10
2009-08-02Merge branch 'bugzilla-13751' into releaseLen Brown1-0/+25
2009-08-02ACPI: bind workqueues to CPU 0 to avoid SMI corruptionBjorn Helgaas1-0/+25
2009-08-02Merge branch 'bugzilla-13620-revert' into releaseLen Brown3-0/+31
2009-08-02ACPI: root-only read protection on /sys/firmware/acpi/tables/*Len Brown1-1/+1
2009-07-29PM / ACPI: HP G7000 Notebook needs a SCI_EN resume quirkBartlomiej Zolnierkiewicz1-0/+8
2009-07-27Revert "ACPICA: Remove obsolete acpi_os_validate_address interface"Len Brown3-0/+31
2009-06-26ACPI: video: prevent NULL deref in acpi_get_pci_dev()Troy Moure1-1/+1
2009-06-24Merge branch 'bjorn-notify' into releaseLen Brown3-106/+39
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown12-585/+382
2009-06-24ACPI: Rename ACPI processor device bus IDZhao Yakui1-1/+10
2009-06-23ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightnessZhang Rui1-0/+8
2009-06-23ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui1-12/+8
2009-06-23ACPI: Add the reference count to avoid unloading ACPI video bus twiceZhao Yakui1-6/+35
2009-06-23ACPI: DMI to disable Vista compatibility on some Sony laptopsZhang Rui1-0/+16
2009-06-23ACPI: fix a deadlock in hotplug caseZhang Rui1-9/+16
2009-06-23Show the physical device node of backlight class device.Zhang Rui1-0/+6
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+1
2009-06-20ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh1-0/+2
2009-06-20ACPI: pci_root: remove unused dev/fn informationBjorn Helgaas1-16/+9
2009-06-20ACPI: pci_root: simplify list traversalsBjorn Helgaas1-14/+9
2009-06-20ACPI: pci_root: use driver data rather than list lookupBjorn Helgaas1-17/+4
2009-06-20ACPI: pci_root: simplify acpi_pci_root_add() control flowBjorn Helgaas1-62/+38