aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAge
* ACPI: video: prevent NULL deref in acpi_get_pci_dev()Troy Moure2009-06-26
* Merge branch 'bjorn-notify' into releaseLen Brown2009-06-24
|\
| * ACPI: battery: fix CONFIG_ACPI_PROCFS_POWER=n build warningLen Brown2009-06-18
| * ACPI: use handle, not device, in system notification pathBjorn Helgaas2009-06-18
| * ACPI: remove unused return values from Bus Check & Device Check handlingBjorn Helgaas2009-06-18
| * ACPI: remove unused "status_changed" return value from Check Device handlingBjorn Helgaas2009-06-18
| * ACPI: simplify notification debug messagesBjorn Helgaas2009-06-18
| * ACPI: battery: use .notify method instead of installing handler directlyBjorn Helgaas2009-06-18
| * ACPI: ac: use .notify method instead of installing handler directlyBjorn Helgaas2009-06-18
| * ACPI: allow drivers to request both device and system notify eventsBjorn Helgaas2009-06-18
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------------------------. \ Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * Show the physical device node of backlight class device.Zhang Rui2009-06-23
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | * ACPI: don't check power state after _ON/_OFFBjorn Helgaas2009-05-27
| | | | | | | | | | | | | |/
| | | | | | | | | | | | * / ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh2009-06-20
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| | | | | | | | | | | * | ACPI: idle: rename lapic timer workaround routinesLen Brown2009-06-18
| | | | | | | | | | | * | ACPI: clean up whitespace in drivers/acpi/scan.cAlex Chiang2009-06-17
| | | | | | | | | | | * | ACPI: acpi_device_register() should call device_register()Alex Chiang2009-06-17
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | | | | | | | | | * | ACPI: processor: move device _HID into driverBjorn Helgaas2009-05-27
| | | | | | | | | | * | ACPI: processor: check for synthetic _HID, default to "Device" declarationBjorn Helgaas2009-05-27
| | | | | | | | | | |/
| | | | | | | | | * / ACPI: Disable ARB_DISABLE on platforms where it is not neededPallipadi, Venkatesh2009-05-27
| | | | | | | | | |/
| | | | | | | | * / ACPI: Rename ACPI processor device bus IDZhao Yakui2009-06-24
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui2009-06-23
| | | | | | | * | ACPI: fix a deadlock in hotplug caseZhang Rui2009-06-23
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | ACPI: Add the reference count to avoid unloading ACPI video bus twiceZhao Yakui2009-06-23
| | |_|_|_|/ / | |/| | | | |
| | | | | * | ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightnessZhang Rui2009-06-23
| | |_|_|/ / | |/| | | |
| | | | * | ACPI: DMI to disable Vista compatibility on some Sony laptopsZhang Rui2009-06-23
| | |_|/ / | |/| | |
| | | * | ACPI: pci_root: remove unused dev/fn informationBjorn Helgaas2009-06-20
| | | * | ACPI: pci_root: simplify list traversalsBjorn Helgaas2009-06-20
| | | * | ACPI: pci_root: use driver data rather than list lookupBjorn Helgaas2009-06-20
| | | * | ACPI: pci_root: simplify acpi_pci_root_add() control flowBjorn Helgaas2009-06-20
| | | * | ACPI: pci_root: check _CRS, then _BBN for downstream bus numberBjorn Helgaas2009-06-20
| | |/ / | |/| |
| | * | ACPI: kill acpi_get_physical_pci_device()Alexander Chiang2009-06-17
| | * | ACPI: video: convert to acpi_get_pci_devAlexander Chiang2009-06-17
| | * | ACPI: kill acpi_get_pci_idAlexander Chiang2009-06-17
| | * | ACPI: acpi_pci_unbind should clean up properly after acpi_pci_bindAlexander Chiang2009-06-17
| | * | ACPI: simplify acpi_pci_irq_del_prt() APIAlexander Chiang2009-06-17
| | * | ACPI: simplify acpi_pci_irq_add_prt() APIAlexander Chiang2009-06-17
| | * | ACPI: eviscerate pci_bind.cAlexander Chiang2009-06-17
| | * | ACPI: rearrange acpi_pci_bind/acpi_pci_unbind in pci_bind.cAlexander Chiang2009-06-17
| | * | ACPI: Introduce acpi_get_pci_dev()Alexander Chiang2009-06-17
| | * | ACPI: Introduce acpi_is_root_bridge()Alexander Chiang2009-06-17
| | * | ACPI: make acpi_pci_bind() staticAlexander Chiang2009-06-17
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-22
|\ \ \
| * | | PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSAlex Chiang2009-06-18
| |/ /
* | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-06-16
|\ \ \
| * | | ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore2009-05-27
| * | | ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming2009-05-27
| * | | ACPICA: Eliminate extra call to NsGetParentNodeAlex Chiang2009-05-27
| * | | ACPICA: Simplify internal operation region interfaceBob Moore2009-05-27
| * | | ACPICA: Update Load() to use operation region interfacesBob Moore2009-05-27