summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+6
2010-03-15Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown168-2226/+2486
2010-03-15ACPI: processor: push file static MADT pointer into internal map_madt_entry()Alex Chiang1-9/+9
2010-03-15ACPI: processor: refactor internal map_lsapic_id()Alex Chiang1-15/+5
2010-03-15ACPI: processor: refactor internal map_x2apic_id()Alex Chiang1-9/+3
2010-03-15ACPI: processor: refactor internal map_lapic_id()Alex Chiang1-6/+9
2010-03-15ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang2-10/+0
2010-03-15ACPI: processor: remove early _PDC optin quirksAlex Chiang1-37/+0
2010-03-15ACPI: processor: add internal processor_physically_present()Alex Chiang1-0/+42
2010-03-15ACPI: processor: move acpi_get_cpuid into processor_core.cAlex Chiang2-159/+160
2010-03-15ACPI: processor: export acpi_get_cpuid()Alex Chiang1-6/+4
2010-03-15ACPI: processor: mv processor_pdc.c processor_core.cAlex Chiang2-2/+2
2010-03-15ACPI: processor: mv processor_core.c processor_driver.cAlex Chiang2-2/+2
2010-03-14ACPI video: Be more liberal in validating _BQC behaviourMatthew Garrett1-11/+17
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2010-03-08ACPI / EC / PM: Close race between EC and resume from hibernationRafael J. Wysocki3-6/+48
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-08sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+2
2010-03-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-0/+2
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-1/+1
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds143-526/+601
2010-02-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds17-369/+399
2010-02-25ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki4-22/+30
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas1-0/+1
2010-02-23ACPI thermal: Don't invalidate thermal zone if critical trip point is badThomas Renninger1-8/+10
2010-02-23Merge branch 'pcc' into releaseLen Brown1-1/+5
2010-02-23PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki4-3/+22
2010-02-23ACPI / ACPICA: Multiple system notify handlers per deviceRafael J. Wysocki3-39/+150
2010-02-23ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki3-11/+31
2010-02-23ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki11-304/+175
2010-02-22ACPI: Be in TS_POLLING state during mwait based C-state entryPallipadi, Venkatesh1-12/+16
2010-02-19ACPI thermal: Check for thermal zone requirementThomas Renninger1-1/+17
2010-02-19ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0Darrick J. Wong1-1/+5
2010-02-18Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill...Len Brown5-7/+47
2010-02-18ACPI: fix "acpi=ht" boot optionLen Brown1-2/+2
2010-02-18smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu1-2/+2
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2010-02-16ACPI: fix High cpu temperature with 2.6.32Arjan van de Ven1-0/+8
2010-02-16ACPI: dock: properly initialize local struct dock_station in dock_add()Alex Chiang1-0/+1
2010-02-16ACPICA: fix acpi_ex_release_mutex() commentBartlomiej Zolnierkiewicz1-2/+1
2010-02-16ACPI: remove superfluous NULL pointer check from acpi_processor_get_throttlin...Bartlomiej Zolnierkiewicz1-3/+0
2010-02-16ACPI: delete unused acpi_evaluate_string()Len Brown1-45/+0
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-04Fix misspellings of "separate" in strings.Adam Buchbinder1-1/+1
2010-02-01ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger1-5/+19
2010-02-01ACPI: Add NULL pointer check in acpi_bus_startThomas Renninger1-0/+3
2010-01-28ACPI: replace acpi_integer by u64Lin Ming9-45/+45
2010-01-22ACPI: processor: only evaluate _PDC once per processorAlex Chiang1-0/+7
2010-01-22ACPI: processor: add kernel command line support for early _PDC evalAlex Chiang1-0/+7