aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drivers-platform' into releaseLen Brown2009-01-095-3157/+0
|\
| * ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86Len Brown2008-12-195-3157/+0
* | Merge branch 'simplify_PRT' into releaseLen Brown2009-01-092-394/+168
|\ \
| * | ACPI: simplify buffer management for acpi_pci_bind() etc.Len Brown2008-12-301-47/+33
| * | ACPI: PCI: add HP copyrightBjorn Helgaas2008-12-301-0/+2
| * | ACPI: PCI: whitespace and useless initialization cleanupBjorn Helgaas2008-12-301-19/+9
| * | ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inlineBjorn Helgaas2008-12-301-43/+13
| * | ACPI: PCI: simplify struct acpi_prt_entryBjorn Helgaas2008-12-301-20/+15
| * | ACPI: PCI: simplify list of _PRT entriesBjorn Helgaas2008-12-301-48/+12
| * | ACPI: PCI: combine lookup and deriveBjorn Helgaas2008-12-301-44/+11
| * | ACPI: PCI: follow typical PCI INTx swizzling patternBjorn Helgaas2008-12-301-4/+7
| * | ACPI: PCI: use positive logic to simplify codeBjorn Helgaas2008-12-301-17/+16
| * | ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_deriveBjorn Helgaas2008-12-301-57/+36
| * | ACPI: PCI: tweak _PRT lookup debugBjorn Helgaas2008-12-301-6/+7
| * | ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pinBjorn Helgaas2008-12-301-15/+12
| * | ACPI: PCI: use 1-based encoding for _PRT quirksBjorn Helgaas2008-12-301-4/+6
| * | ACPI: PCI: always use the PCI INTx pin values, not the _PRT onesBjorn Helgaas2008-12-301-7/+8
| * | ACPI: PCI: add a helper to convert _PRT INTx pin number to nameBjorn Helgaas2008-12-301-10/+15
| * | ACPI: PCI: move struct acpi_prt_entry declaration out of public header fileBjorn Helgaas2008-12-301-0/+16
| * | ACPI: PCI: fix GSI/IRQ naming confusionBjorn Helgaas2008-12-301-10/+10
| * | ACPI: PCI: ignore _PRT function informationBjorn Helgaas2008-12-301-1/+0
| * | ACPI: PCI: simplify buffer management for evaluating _PRTBjorn Helgaas2008-12-301-40/+12
| * | ACPI: PCI: remove unnecessary null pointer checksBjorn Helgaas2008-12-301-18/+0
| * | ACPI: PCI: use conventional PCI address formatBjorn Helgaas2008-12-302-11/+11
* | | Merge branch 'linus' into releaseLen Brown2009-01-0913-56/+167
|\ \ \
| * \ \ Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-01-071-0/+20
| |\ \ \
| | * | | ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge addedAndrew Patterson2009-01-071-0/+2
| | * | | ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson2009-01-071-0/+3
| | * | | ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson2009-01-071-2/+8
| | * | | ACPI/PCI: call _OSC support during root bridge discoveryAndrew Patterson2009-01-071-0/+9
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-076-7/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | trivial: Fix misspelling of "firmware" in acpi_memhotplug.cNick Andrew2009-01-061-1/+1
| | * | | trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-065-6/+6
| * | | | remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-061-0/+1
| |/ / /
| * | | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell2009-01-033-44/+78
| | | |
| | \ \
| *-. \ \ Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/coreIngo Molnar2008-12-252-9/+1
| |\ \ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| * | | Merge branch 'x86/tsc' into x86/coreIngo Molnar2008-12-231-3/+3
| |\ \ \
| | * | | x86: support always running TSC on Intel CPUsVenki Pallipadi2008-12-161-3/+3
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-0/+56
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-10-2877-1683/+3320
| | | | | | | |\ \
| | | | | | | * \ \ Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-1871-709/+1586
| | | | | | | |\ \ \
| | | | | | | * | | | pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalentStefan Assmann2008-07-081-0/+56
* | | | | | | | | | | Merge branch 'suspend' into releaseLen Brown2009-01-091-8/+59
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI hibernate: Introduce new kernel parameter acpi_sleep=s4_nonvsRafael J. Wysocki2008-12-191-2/+16
| * | | | | | | | | | | ACPI hibernate: Add a mechanism to save/restore ACPI NVS memoryRafael J. Wysocki2008-12-191-8/+45
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'misc' into releaseLen Brown2009-01-093-5/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-1/+2
| * | | | | | | | | | | video: always update the brightness when poking "brightness"Zhang Rui2008-12-301-0/+5
| * | | | | | | | | | | ACPI: Do not modify SCI_EN directlyRafael J. Wysocki2008-12-301-4/+0
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fluff' into releaseLen Brown2009-01-093-5/+5
|\ \ \ \ \ \ \ \ \ \ \