Age | Commit message (Expand) | Author |
2009-06-18 | ACPI: battery: use .notify method instead of installing handler directly | Bjorn Helgaas |
2009-06-18 | ACPI: ac: use .notify method instead of installing handler directly | Bjorn Helgaas |
2009-06-18 | ACPI: allow drivers to request both device and system notify events | Bjorn Helgaas |
2009-06-17 | ACPI: kill acpi_get_physical_pci_device() | Alexander Chiang |
2009-06-17 | ACPI: video: convert to acpi_get_pci_dev | Alexander Chiang |
2009-06-17 | ACPI: kill acpi_get_pci_id | Alexander Chiang |
2009-06-17 | ACPI: acpi_pci_unbind should clean up properly after acpi_pci_bind | Alexander Chiang |
2009-06-17 | ACPI: simplify acpi_pci_irq_del_prt() API | Alexander Chiang |
2009-06-17 | ACPI: simplify acpi_pci_irq_add_prt() API | Alexander Chiang |
2009-06-17 | ACPI: eviscerate pci_bind.c | Alexander Chiang |
2009-06-17 | ACPI: rearrange acpi_pci_bind/acpi_pci_unbind in pci_bind.c | Alexander Chiang |
2009-06-17 | ACPI: Introduce acpi_get_pci_dev() | Alexander Chiang |
2009-06-17 | ACPI: Introduce acpi_is_root_bridge() | Alexander Chiang |
2009-06-17 | ACPI: make acpi_pci_bind() static | Alexander Chiang |
2009-06-17 | ACPI: clean up whitespace in drivers/acpi/scan.c | Alex Chiang |
2009-06-17 | ACPI: acpi_device_register() should call device_register() | Alex Chiang |
2009-06-16 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds |
2009-06-10 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2009-06-09 | cpumask: alloc zeroed cpumask for static cpumask_var_ts | Yinghai Lu |
2009-06-01 | Merge branch 'linus' into irq/numa | Ingo Molnar |
2009-05-29 | Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311',... | Len Brown |
2009-05-29 | ACPI processor: remove spurious newline from warning message | Frans Pop |
2009-05-29 | drm/i915: acpi/video.c fix section mismatch warning | Jaswinder Singh Rajput |
2009-05-29 | ACPI: video: DMI workaround broken Acer 5315 BIOS enabling display brightness | Zhang Rui |
2009-05-29 | ACPI: video: DMI workaround broken eMachines E510 BIOS enabling display brigh... | Zhang Rui |
2009-05-29 | ACPI: sanity check _PSS frequency to prevent cpufreq crash | Len Brown |
2009-05-27 | ACPI: Disable ARB_DISABLE on platforms where it is not needed | Pallipadi, Venkatesh |
2009-05-27 | ACPI: don't check power state after _ON/_OFF | Bjorn Helgaas |
2009-05-27 | ACPI: processor: move device _HID into driver | Bjorn Helgaas |
2009-05-27 | ACPI: processor: check for synthetic _HID, default to "Device" declaration | Bjorn Helgaas |
2009-05-27 | PCI/ACPI: fix wrong ref count handling in acpi_pci_bind() | Kenji Kaneshige |
2009-05-27 | ACPICA: Disable preservation of SCI enable bit (SCI_EN) | Bob Moore |
2009-05-27 | ACPICA: Region deletion: Ensure region object is removed from handler list | Lin Ming |
2009-05-27 | ACPICA: Eliminate extra call to NsGetParentNode | Alex Chiang |
2009-05-27 | ACPICA: Simplify internal operation region interface | Bob Moore |
2009-05-27 | ACPICA: Update Load() to use operation region interfaces | Bob Moore |
2009-05-27 | ACPICA: New: AcpiInstallMethod - install a single control method | Lin Ming |
2009-05-27 | ACPICA: Invalidate DdbHandle after table unload | Lin Ming |
2009-05-27 | ACPICA: Fix reference count issues for DdbHandle object | Lin Ming |
2009-05-27 | ACPICA: Simplify and optimize NsGetNextNode function | Bob Moore |
2009-05-27 | ACPICA: Additional validation of _PRT packages (resource mgr) | Bob Moore |
2009-05-27 | ACPICA: Fix DebugObject output for DdbHandle objects | Bob Moore |
2009-05-27 | ACPICA: Fix allowable release order for ASL mutex objects | Bob Moore |
2009-05-27 | ACPICA: Mutex support: Fix release ordering issue and current sync level | Bob Moore |
2009-05-27 | ACPICA: Fix implementation of AML BreakPoint operator (break to debugger) | Bob Moore |
2009-05-27 | ACPICA: Fix miscellaneous warnings under gcc 4+ | Bob Moore |
2009-05-27 | ACPICA: Miscellaneous lint changes | Bob Moore |
2009-05-27 | ACPICA: Fix possible dereference of null pointer | Bob Moore |
2009-05-27 | ACPICA: Fix printf format warnings for 64-bit build | Bob Moore |
2009-05-27 | ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit build | Bob Moore |