summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightnessZhang Rui2009-06-231-0/+8
| | |_|_|/ / | |/| | | |
| | | | * | ACPI: DMI to disable Vista compatibility on some Sony laptopsZhang Rui2009-06-231-0/+16
| | |_|/ / | |/| | |
| | | * | ACPI: pci_root: remove unused dev/fn informationBjorn Helgaas2009-06-201-16/+9
| | | * | ACPI: pci_root: simplify list traversalsBjorn Helgaas2009-06-201-14/+9
| | | * | ACPI: pci_root: use driver data rather than list lookupBjorn Helgaas2009-06-201-17/+4
| | | * | ACPI: pci_root: simplify acpi_pci_root_add() control flowBjorn Helgaas2009-06-201-62/+38
| | | * | ACPI: pci_root: check _CRS, then _BBN for downstream bus numberBjorn Helgaas2009-06-201-38/+16
| | |/ / | |/| |
| | * | ACPI: kill acpi_get_physical_pci_device()Alexander Chiang2009-06-171-40/+0
| | * | ACPI: video: convert to acpi_get_pci_devAlexander Chiang2009-06-172-7/+8
| | * | ACPI: kill acpi_get_pci_idAlexander Chiang2009-06-171-71/+0
| | * | ACPI: acpi_pci_unbind should clean up properly after acpi_pci_bindAlexander Chiang2009-06-171-4/+7
| | * | ACPI: simplify acpi_pci_irq_del_prt() APIAlexander Chiang2009-06-172-5/+5
| | * | ACPI: simplify acpi_pci_irq_add_prt() APIAlexander Chiang2009-06-173-11/+10
| | * | ACPI: eviscerate pci_bind.cAlexander Chiang2009-06-172-209/+38
| | * | ACPI: rearrange acpi_pci_bind/acpi_pci_unbind in pci_bind.cAlexander Chiang2009-06-171-45/+45
| | * | ACPI: Introduce acpi_get_pci_dev()Alexander Chiang2009-06-171-0/+81
| | * | ACPI: Introduce acpi_is_root_bridge()Alexander Chiang2009-06-171-0/+24
| | * | ACPI: make acpi_pci_bind() staticAlexander Chiang2009-06-172-3/+2
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-221-0/+1
|\ \ \
| * | | PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSAlex Chiang2009-06-181-0/+1
| |/ /
* | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-06-1634-157/+516
|\ \ \
| * | | ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore2009-05-271-4/+7
| * | | ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming2009-05-271-0/+21
| * | | ACPICA: Eliminate extra call to NsGetParentNodeAlex Chiang2009-05-271-3/+4
| * | | ACPICA: Simplify internal operation region interfaceBob Moore2009-05-274-20/+23
| * | | ACPICA: Update Load() to use operation region interfacesBob Moore2009-05-271-18/+78
| * | | ACPICA: New: AcpiInstallMethod - install a single control methodLin Ming2009-05-276-4/+166
| * | | ACPICA: Invalidate DdbHandle after table unloadLin Ming2009-05-271-2/+19
| * | | ACPICA: Fix reference count issues for DdbHandle objectLin Ming2009-05-271-3/+6
| * | | ACPICA: Simplify and optimize NsGetNextNode functionBob Moore2009-05-274-29/+69
| * | | ACPICA: Additional validation of _PRT packages (resource mgr)Bob Moore2009-05-271-1/+1
| * | | ACPICA: Fix DebugObject output for DdbHandle objectsBob Moore2009-05-271-1/+3
| * | | ACPICA: Fix allowable release order for ASL mutex objectsBob Moore2009-05-271-4/+11
| * | | ACPICA: Mutex support: Fix release ordering issue and current sync levelBob Moore2009-05-271-2/+19
| * | | ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)Bob Moore2009-05-271-6/+11
| * | | ACPICA: Fix miscellaneous warnings under gcc 4+Bob Moore2009-05-273-6/+11
| * | | ACPICA: Miscellaneous lint changesBob Moore2009-05-275-13/+10
| * | | ACPICA: Fix possible dereference of null pointerBob Moore2009-05-271-5/+2
| * | | ACPICA: Fix printf format warnings for 64-bit buildBob Moore2009-05-272-4/+4
| * | | ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit buildBob Moore2009-05-273-21/+22
| * | | ACPICA: Remove unused global variablesBob Moore2009-05-271-3/+0
| * | | ACPICA: Change behavior of object copy for mutex/event objectsBob Moore2009-05-271-0/+23
| * | | ACPICA: Fix a few warnings for gcc 3.4.4Bob Moore2009-05-271-2/+2
| * | | ACPICA: Update error/warning interfacesBob Moore2009-05-271-11/+9
| | |/ | |/|
* | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-101-2/+3
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into irq/numaIngo Molnar2009-06-018-46/+157
| |\ \
| * \ \ Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-122-1/+9
| |\ \ \
| * | | | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-2/+3
* | | | | cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-091-1/+1
| |_|/ / |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311',...Len Brown2009-05-295-24/+24
|\ \ \ \ \ \ \ \ | | | | | | |_|/ | | | | | |/| |
OpenPOWER on IntegriCloud