summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2009-06-18ACPI: simplify notification debug messagesBjorn Helgaas1-24/+3
2009-06-18ACPI: battery: use .notify method instead of installing handler directlyBjorn Helgaas1-17/+5
2009-06-18ACPI: ac: use .notify method instead of installing handler directlyBjorn Helgaas1-15/+5
2009-06-18ACPI: allow drivers to request both device and system notify eventsBjorn Helgaas1-1/+5
2009-06-17ACPI: kill acpi_get_physical_pci_device()Alexander Chiang1-40/+0
2009-06-17ACPI: video: convert to acpi_get_pci_devAlexander Chiang2-7/+8
2009-06-17ACPI: kill acpi_get_pci_idAlexander Chiang1-71/+0
2009-06-17ACPI: acpi_pci_unbind should clean up properly after acpi_pci_bindAlexander Chiang1-4/+7
2009-06-17ACPI: simplify acpi_pci_irq_del_prt() APIAlexander Chiang2-5/+5
2009-06-17ACPI: simplify acpi_pci_irq_add_prt() APIAlexander Chiang3-11/+10
2009-06-17ACPI: eviscerate pci_bind.cAlexander Chiang2-209/+38
2009-06-17ACPI: rearrange acpi_pci_bind/acpi_pci_unbind in pci_bind.cAlexander Chiang1-45/+45
2009-06-17ACPI: Introduce acpi_get_pci_dev()Alexander Chiang1-0/+81
2009-06-17ACPI: Introduce acpi_is_root_bridge()Alexander Chiang1-0/+24
2009-06-17ACPI: make acpi_pci_bind() staticAlexander Chiang2-3/+2
2009-06-17ACPI: clean up whitespace in drivers/acpi/scan.cAlex Chiang1-24/+20
2009-06-17ACPI: acpi_device_register() should call device_register()Alex Chiang1-3/+2
2009-06-16Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds34-157/+516
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu1-1/+1
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar8-46/+157
2009-05-29Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311',...Len Brown5-24/+24
2009-05-29ACPI processor: remove spurious newline from warning messageFrans Pop1-1/+1
2009-05-29drm/i915: acpi/video.c fix section mismatch warningJaswinder Singh Rajput1-1/+1
2009-05-29ACPI: video: DMI workaround broken Acer 5315 BIOS enabling display brightnessZhang Rui1-0/+8
2009-05-29ACPI: video: DMI workaround broken eMachines E510 BIOS enabling display brigh...Zhang Rui1-0/+8
2009-05-29ACPI: sanity check _PSS frequency to prevent cpufreq crashLen Brown1-3/+9
2009-05-27ACPI: Disable ARB_DISABLE on platforms where it is not neededPallipadi, Venkatesh1-2/+5
2009-05-27ACPI: don't check power state after _ON/_OFFBjorn Helgaas1-26/+2
2009-05-27ACPI: processor: move device _HID into driverBjorn Helgaas1-1/+1
2009-05-27ACPI: processor: check for synthetic _HID, default to "Device" declarationBjorn Helgaas1-15/+15
2009-05-27PCI/ACPI: fix wrong ref count handling in acpi_pci_bind()Kenji Kaneshige1-18/+6
2009-05-27ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore1-4/+7
2009-05-27ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming1-0/+21
2009-05-27ACPICA: Eliminate extra call to NsGetParentNodeAlex Chiang1-3/+4
2009-05-27ACPICA: Simplify internal operation region interfaceBob Moore4-20/+23
2009-05-27ACPICA: Update Load() to use operation region interfacesBob Moore1-18/+78
2009-05-27ACPICA: New: AcpiInstallMethod - install a single control methodLin Ming6-4/+166
2009-05-27ACPICA: Invalidate DdbHandle after table unloadLin Ming1-2/+19
2009-05-27ACPICA: Fix reference count issues for DdbHandle objectLin Ming1-3/+6
2009-05-27ACPICA: Simplify and optimize NsGetNextNode functionBob Moore4-29/+69
2009-05-27ACPICA: Additional validation of _PRT packages (resource mgr)Bob Moore1-1/+1
2009-05-27ACPICA: Fix DebugObject output for DdbHandle objectsBob Moore1-1/+3
2009-05-27ACPICA: Fix allowable release order for ASL mutex objectsBob Moore1-4/+11
2009-05-27ACPICA: Mutex support: Fix release ordering issue and current sync levelBob Moore1-2/+19
2009-05-27ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)Bob Moore1-6/+11
2009-05-27ACPICA: Fix miscellaneous warnings under gcc 4+Bob Moore3-6/+11
2009-05-27ACPICA: Miscellaneous lint changesBob Moore5-13/+10
2009-05-27ACPICA: Fix possible dereference of null pointerBob Moore1-5/+2
2009-05-27ACPICA: Fix printf format warnings for 64-bit buildBob Moore2-4/+4