aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-05-2072-1375/+2065
|\
| * ACPI: fix early DSDT dmi check warnings on ia64Lin Ming2010-05-191-1/+8
| * ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleepBob Moore2010-05-063-6/+6
| * ACPICA: Prevent possible allocation overrun during object copyLin Ming2010-05-061-3/+11
| * ACPICA: Split large file, evgpeblkBob Moore2010-05-065-926/+1025
| * ACPICA: Add GPE support for dynamically loaded ACPI tablesBob Moore2010-05-065-47/+298
| * ACPICA: Clarify/rename some root table descriptor fieldsBob Moore2010-05-066-65/+68
| * ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming2010-04-209-234/+319
| * ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDTLin Ming2010-04-202-0/+41
| * ACPICA: Update DSDT copy/detection.Bob Moore2010-04-205-19/+38
| * ACPICA: Add subsystem option to force copy of DSDT to local memoryLin Ming2010-04-205-0/+56
| * ACPICA: Add detection of corrupted/replaced DSDTLin Ming2010-04-205-20/+61
| * ACPICA: Add write support for DataTable operation regionsBob Moore2010-04-201-3/+10
| * ACPICA: Fix for acpi_reallocate_root_table for incorrect root table copyAlexey Starikovskiy2010-04-201-5/+18
| * ACPICA: Update comments/headers, no functional changeBob Moore2010-04-201-10/+11
| * ACPICA: Fix for possible fault in acpi_ex_release_mutexLin Ming2010-04-201-11/+10
| * ACPICA: Standardize integer output for ACPICA warnings/errorsBob Moore2010-04-2052-150/+151
| * ACPICA: Enhance configuration for output of AML Debug ObjectLin Ming2010-04-205-216/+275
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-3/+2
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-04-2339-1352/+1496
| |\ \ | | |/
| * | Remove empty comment in acpi/power.cJustin P. Mattock2010-04-011-1/+0
| * | Fix typos in commentsThomas Weber2010-03-161-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-201-1/+1
|\ \ \
| * | | PM QOS updateMark Gross2010-05-101-1/+1
* | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-3/+5
|\ \ \ \
| * | | | x86, acpi/irq: pci device dev->irq is an isa irq not a gsiEric W. Biederman2010-05-041-3/+5
| | |_|/ | |/| |
* | | | ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[]Alex Chiang2010-05-111-89/+1
| |/ / |/| |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'bugzilla-14337', 'bugzilla-14998', 'bugzilla-15407', 'bugzill...Len Brown2010-05-066-4/+152
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | ACPI: fix acpi_hest_firmware_first_pci() caused oopsShaohua Li2010-05-061-0/+4
| | | * | sbshc: acpi_device_class "smbus_host_controller" too longDan Carpenter2010-05-061-1/+1
| | | * | power_meter: acpi_device_class "power_meter_resource" too longDan Carpenter2010-05-061-1/+1
| | | * | acpi_pad: "processor_aggregator" name too longDan Carpenter2010-05-061-1/+1
| |_|/ / |/| | |
| | * | ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155xKamal Mostafa2010-05-061-0/+24
| | * | ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPadsAlex Chiang2010-05-051-0/+120
| |/ / |/| |
| * | ACPI: silence kmemcheck false positiveDan Carpenter2010-04-271-1/+1
|/ /
* | Merge branch 'bugzilla-15749' into releaseLen Brown2010-04-161-6/+11
|\ \
| * | ACPI: EC: Limit burst to 64 bitsAlexey Starikovskiy2010-04-161-6/+11
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*---------------. \ \ Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-0634-83/+128
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | | | | | | * | ACPI: Don't send KEY_UNKNOWN for random video notificationsMatthew Garrett2010-04-041-13/+16
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | | | | | | * | ACPI: NUMA: map pxms to low node idsDavid Rientjes2010-04-041-2/+4
| | | | |_|_|_|/ / | | | |/| | | | |
| | | | | | | * | ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanupChase Douglas2010-04-041-10/+4
| | | | |_|_|/ / | | | |/| | | |
| | | | | | * | ACPI / ACPICA: Do not check reference counters in acpi_ev_enable_gpe()Rafael J. Wysocki2010-03-231-12/+7
| | | | | * | | ACPI: use _HID when supplied by root-level devicesBjorn Helgaas2010-04-031-6/+6
| | | | |/ / / | | | |/| | |
| | | | * | | ACPI: fixes a false alarm from lockdepZhang Rui2010-03-231-1/+8
| | | | * | | ACPI dock: support multiple ACPI dock devicesZhang Rui2010-03-231-5/+2
| | | | |/ /
| | * | | | ACPI / PM: Move ACPI video resume to a PM notifierRafael J. Wysocki2010-04-061-8/+30
| | * | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3030-0/+30
| | |/ / /
| * | | | ACPI: EC: Allow multibyte access to ECAlexey Starikovskiy2010-03-172-26/+21
* | | | | ACPI: battery drivers should call power_supply_changed()Alan Jenkins2010-04-041-1/+1
* | | | | ACPI: battery: Fix CONFIG_ACPI_SYSFS_POWER=nAlan Jenkins2010-04-041-2/+2
| |/ / / |/| | |