summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-2/+2
|\
| * alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-2/+2
| |
| \
| \
| \
*---. \ Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', '...Ingo Molnar2009-02-244-9/+34
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/apicIngo Molnar2009-02-224-9/+34
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | | |
| | | \
| | | \
| | | \
| | *---. | Merge branches 'release', 'bugzilla-12011', 'bugzilla-12632', 'misc' and 'sus...Len Brown2009-02-213-9/+25
| | |\ \ \|
| | | | * | ACPI: remove CONFIG_ACPI_SYSTEMBjorn Helgaas2009-02-212-8/+1
| | | | |/
| | | * / battery: don't assume we are fully charged when not charging or dischargingRichard Hughes2009-02-211-1/+24
| | | |/
| | * / ACPI: EC: Add delay for slow MSI controllerAlexey Starikovskiy2009-02-211-0/+9
| | |/
* | / acpi: add some missing section markersJeremy Fitzhardinge2009-02-231-2/+2
|/ /
* | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-094-17/+37
* | acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent...Jeremy Fitzhardinge2009-02-091-0/+6
|/
*-----------. Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-0714-826/+138
|\ \ \ \ \ \ \
| | | | | | | * ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger2009-02-041-105/+0
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * ACPI: add missing KERN_* constants to printksFrank Seidel2009-02-076-11/+12
| |_|_|_|_|/ |/| | | | |
| | | | | * ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real...Thierry Vignaud2009-02-071-1/+1
| | | | | * ACPICA: Fix table entry truncation calculationMyron Stowe2009-02-071-4/+3
| | | | | * ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-02-071-4/+4
| | | | | * ACPI: dock: Don't eval _STA on every show_docked sysfs readHolger Macht2009-02-061-1/+5
| | | | | * ACPI: disable ACPI cleanly when bad RSDP foundLen Brown2009-02-061-1/+6
| | | | | * ACPI: proc_dir_entry 'video/VGA' already registeredZhao Yakui2009-02-021-0/+6
| | | | | * ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.cRafael J. Wysocki2009-01-161-25/+26
| |_|_|_|/ |/| | | |
| | | | * ACPI: Fix crash on ASUS laptopsTero Roponen2009-01-171-1/+1
| |_|_|/ |/| | |
| | | * ACPI: make some IO ports off-limits to AMLLen Brown2009-02-031-0/+50
| | | * ACPICA: add debug dump of BIOS _OSI stringsLen Brown2009-02-031-12/+9
| |_|/ |/| |
| | * ACPI: delete CPU_IDLE=n codeLen Brown2009-02-062-608/+1
| | * ACPI: remove BM_RLD access from idle entry pathLen Brown2009-01-281-48/+9
| | * ACPI: remove locking from PM1x_STS register readsLen Brown2009-01-281-2/+2
| |/ |/|
| * ACPI: Skip the first two elements in the _BCL packageZhao Yakui2009-02-021-4/+4
|/
* Merge branch 'misc' into releaseLen Brown2009-01-162-1/+1
|\
| * ACPI: rename main.c to sleep.cLen Brown2009-01-162-1/+1
| |
| \
*-. \ Merge branches 'bugzilla-11884' and 'bugzilla-8544' into releaseLen Brown2009-01-162-47/+42
|\ \ \ | |_|/ |/| |
| | * thermal fixup for broken BIOS which has invalid trip points.Zhang Rui2009-01-161-4/+12
| |/ |/|
| * ACPI: EC: Don't trust ECDT tables from ASUSAlexey Starikovskiy2009-01-161-44/+30
| * ACPI: EC: Limit workaround for ASUS notebooks even moreAlexey Starikovskiy2009-01-161-1/+2
|/
* 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