Age | Commit message (Expand) | Author | Files | Lines |
2008-12-30 | ACPI: simplify buffer management for acpi_pci_bind() etc. | Len Brown | 1 | -47/+33 |
2008-12-30 | ACPI: PCI: add HP copyright | Bjorn Helgaas | 1 | -0/+2 |
2008-12-30 | ACPI: PCI: whitespace and useless initialization cleanup | Bjorn Helgaas | 1 | -19/+9 |
2008-12-30 | ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inline | Bjorn Helgaas | 1 | -43/+13 |
2008-12-30 | ACPI: PCI: simplify struct acpi_prt_entry | Bjorn Helgaas | 1 | -20/+15 |
2008-12-30 | ACPI: PCI: simplify list of _PRT entries | Bjorn Helgaas | 1 | -48/+12 |
2008-12-30 | ACPI: PCI: combine lookup and derive | Bjorn Helgaas | 1 | -44/+11 |
2008-12-30 | ACPI: PCI: follow typical PCI INTx swizzling pattern | Bjorn Helgaas | 1 | -4/+7 |
2008-12-30 | ACPI: PCI: use positive logic to simplify code | Bjorn Helgaas | 1 | -17/+16 |
2008-12-30 | ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive | Bjorn Helgaas | 1 | -57/+36 |
2008-12-30 | ACPI: PCI: tweak _PRT lookup debug | Bjorn Helgaas | 1 | -6/+7 |
2008-12-30 | ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pin | Bjorn Helgaas | 1 | -15/+12 |
2008-12-30 | ACPI: PCI: use 1-based encoding for _PRT quirks | Bjorn Helgaas | 1 | -4/+6 |
2008-12-30 | ACPI: PCI: always use the PCI INTx pin values, not the _PRT ones | Bjorn Helgaas | 1 | -7/+8 |
2008-12-30 | ACPI: PCI: add a helper to convert _PRT INTx pin number to name | Bjorn Helgaas | 1 | -10/+15 |
2008-12-30 | ACPI: PCI: move struct acpi_prt_entry declaration out of public header file | Bjorn Helgaas | 1 | -0/+16 |
2008-12-30 | ACPI: PCI: fix GSI/IRQ naming confusion | Bjorn Helgaas | 1 | -10/+10 |
2008-12-30 | ACPI: PCI: ignore _PRT function information | Bjorn Helgaas | 1 | -1/+0 |
2008-12-30 | ACPI: PCI: simplify buffer management for evaluating _PRT | Bjorn Helgaas | 1 | -40/+12 |
2008-12-30 | ACPI: PCI: remove unnecessary null pointer checks | Bjorn Helgaas | 1 | -18/+0 |
2008-12-30 | ACPI: PCI: use conventional PCI address format | Bjorn Helgaas | 2 | -11/+11 |
2008-12-30 | ACPI: Do not modify SCI_EN directly | Rafael J. Wysocki | 1 | -4/+0 |
2008-12-29 | ACPICA: Enhance implicit return mechanism | Lin Ming | 1 | -0/+16 |
2008-12-29 | ACPICA: Consolidate method arg count validation code | Bob Moore | 2 | -74/+101 |
2008-12-29 | ACPICA: Add Buffer->String conversion for predefined methods | Bob Moore | 2 | -29/+124 |
2008-12-29 | ACPICA: Allow multiple backslash prefix in namepaths | Lin Ming | 1 | -1/+7 |
2008-12-29 | ACPICA: Fix to allow aliases within ASL namepaths | Bob Moore | 1 | -0/+4 |
2008-12-29 | ACPICA: Remove references to obsolete ACPI_DUMP_APP | Bob Moore | 1 | -5/+2 |
2008-12-29 | ACPICA: Add support to externally execute _OSI method | Bob Moore | 4 | -3/+27 |
2008-12-29 | ACPICA: Reformat comments, no functional changes | Bob Moore | 9 | -163/+152 |
2008-12-29 | ACPICA: Add global pointer for FACS table to simplify FACS access | Bob Moore | 5 | -47/+48 |
2008-12-29 | ACPICA: Emit warning if two FACS or DSDT tables found in the FADT | Bob Moore | 1 | -2/+15 |
2008-12-29 | ACPICA: Fix namestring for the SystemCMOS address space | Bob Moore | 1 | -1/+1 |
2008-12-29 | ACPICA: Update debug output for IndexField I/O | Bob Moore | 1 | -4/+7 |
2008-12-29 | ACPICA: Add a mechanism to escape infinite AML While() loops | Bob Moore | 1 | -3/+21 |
2008-12-29 | ACPICA: Optimize execution of AML While loops | Bob Moore | 1 | -4/+25 |
2008-12-29 | ACPICA: Fix possible memory leak on error in parser | Lin Ming | 1 | -0/+8 |
2008-12-29 | ACPICA: Update FACS waking vector interfaces | Bob Moore | 1 | -22/+32 |
2008-12-29 | ACPICA: Fix several warnings under gcc 4 compiler | Bob Moore | 1 | -2/+2 |
2008-12-25 | Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core | Ingo Molnar | 2 | -9/+1 |
2008-12-23 | Merge branch 'x86/tsc' into x86/core | Ingo Molnar | 1 | -3/+3 |
2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 1 | -0/+56 |
2008-12-22 | Newly inserted battery might differ from one just removed, so | Alexey Starikovskiy | 1 | -2/+3 |
2008-12-19 | ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86 | Len Brown | 5 | -3157/+0 |
2008-12-19 | ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvs | Rafael J. Wysocki | 1 | -2/+16 |
2008-12-19 | ACPI hibernate: Add a mechanism to save/restore ACPI NVS memory | Rafael J. Wysocki | 1 | -8/+45 |
2008-12-19 | ACPI: fix 2.6.28 acpi.debug_level regression | Bjorn Helgaas | 2 | -9/+1 |
2008-12-16 | x86: support always running TSC on Intel CPUs | Venki Pallipadi | 1 | -3/+3 |
2008-12-15 | ACPI toshiba: only register rfkill if bt is enabled | Frederik Deweerdt | 1 | -25/+29 |
2008-12-11 | ACPI: video: Fix reversed brightness behavior on ThinkPad SL series | Zhang Rui | 1 | -0/+15 |