summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * | ACPI: PCI: whitespace and useless initialization cleanupBjorn Helgaas2008-12-311-19/+9Star
| * | ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inlineBjorn Helgaas2008-12-311-43/+13Star
| * | ACPI: PCI: simplify struct acpi_prt_entryBjorn Helgaas2008-12-311-20/+15Star
| * | ACPI: PCI: simplify list of _PRT entriesBjorn Helgaas2008-12-311-48/+12Star
| * | ACPI: PCI: combine lookup and deriveBjorn Helgaas2008-12-311-44/+11Star
| * | ACPI: PCI: follow typical PCI INTx swizzling patternBjorn Helgaas2008-12-311-4/+7
| * | ACPI: PCI: use positive logic to simplify codeBjorn Helgaas2008-12-311-17/+16Star
| * | ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_deriveBjorn Helgaas2008-12-311-57/+36Star
| * | ACPI: PCI: tweak _PRT lookup debugBjorn Helgaas2008-12-311-6/+7
| * | ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pinBjorn Helgaas2008-12-311-15/+12Star
| * | ACPI: PCI: use 1-based encoding for _PRT quirksBjorn Helgaas2008-12-311-4/+6
| * | ACPI: PCI: always use the PCI INTx pin values, not the _PRT onesBjorn Helgaas2008-12-311-7/+8
| * | ACPI: PCI: add a helper to convert _PRT INTx pin number to nameBjorn Helgaas2008-12-311-10/+15
| * | ACPI: PCI: move struct acpi_prt_entry declaration out of public header fileBjorn Helgaas2008-12-311-0/+16
| * | ACPI: PCI: fix GSI/IRQ naming confusionBjorn Helgaas2008-12-311-10/+10
| * | ACPI: PCI: ignore _PRT function informationBjorn Helgaas2008-12-311-1/+0Star
| * | ACPI: PCI: simplify buffer management for evaluating _PRTBjorn Helgaas2008-12-311-40/+12Star
| * | ACPI: PCI: remove unnecessary null pointer checksBjorn Helgaas2008-12-311-18/+0Star
| * | ACPI: PCI: use conventional PCI address formatBjorn Helgaas2008-12-312-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-081-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-071-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/+1Star
| |\ \| | | | | |/ | | |/|
| * | | 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-311-0/+5
| * | | | | | | | | | | ACPI: Do not modify SCI_EN directlyRafael J. Wysocki2008-12-311-4/+0Star
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fluff' into releaseLen Brown2009-01-093-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI: ec.c, pci_link.c, video_detec.c: staticRoel Kluin2008-12-313-5/+5
| |/ / / / / / / / / /
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12...Len Brown2009-01-092-21/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | ACPI: video: Fix reversed brightness behavior on ThinkPad SL seriesZhang Rui2008-12-111-0/+15
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | ACPI: EC: fix compilation warningHannes Eder2008-11-301-2/+2
| * | | | | | | | | | | ACPI: EC: Add some basic check for ECDT dataAlexey Starikovskiy2008-11-261-21/+22
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |