summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-135-8/+8
|\
| * Fix spelling mistakes in commentsStefan Weil2011-01-032-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2010-12-2210-93/+153
| |\
| * | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-2/+2
| * | backlight: constify backlight_opsLionel Debroux2010-11-161-1/+1
| * | hibernation: constify platform_hibernation_opsLionel Debroux2010-11-161-2/+2
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-3/+3
|\ \ \
| * \ \ Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-179-92/+152
| |\ \ \ | | | |/ | | |/|
| * | | drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-3/+3
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-061-2/+12
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-0468-2741/+2530
| |\ \ \ \
| * | | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-231-2/+12
* | | | | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-043-42/+63
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'bugzilla-25412' and 'bugzilla-25302' into releaseLen Brown2010-12-263-42/+63
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | * | | | Revert "ACPI battery: update status upon sysfs query"Len Brown2010-12-241-5/+0
| | * | | | | ACPI / ACPICA: Disable GPEs during initializationRafael J. Wysocki2010-12-261-0/+3
| | * | | | | ACPI: Execute _PRW for devices reported as inactive or not presentRafael J. Wysocki2010-12-171-37/+60
| | | |_|/ / | | |/| | |
* | | | | | Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-229-92/+152
|\| | | | |
| * | | | | Merge branch 'bugzilla-23002' into releaseLen Brown2010-12-131-0/+8
| |\ \ \ \ \
| | * | | | | ACPI / PM: Do not save/restore NVS on Sony Vaio VGN-NW130DRafael J. Wysocki2010-12-131-0/+8
| | |/ / / /
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'bugzilla-15418', 'bugzilla-21722', 'bugzilla-22932', 'misc-2....Len Brown2010-12-118-92/+141
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | | | * | | | ACPI: fix allowing to add/remove multiple _OSI stringsLin Ming2010-12-111-16/+50
| | | | | * | | | acpi: fix _OSI string setup regressionLin Ming2010-12-111-26/+33
| | | | | |/ / /
| | | | * | | | ACPI/HEST: adjust section selectionJan Beulich2010-12-111-5/+5
| | | | * | | | ACPI: eliminate unused variable warning for !ACPI_SLEEPJan Beulich2010-12-111-2/+2
| | | | * | | | ACPI thermal: remove two unused functionsZhang Rui2010-12-111-9/+0
| | | | * | | | ACPI: fix a section mismatchZhang Rui2010-12-111-1/+1
| | | | * | | | ACPI, APEI, use raw spinlock in ERSTHuang Ying2010-12-111-17/+17
| | | | |/ / /
| | | * | | | ACPI / PM: Do not refcount power resources that can't be turned onRafael J. Wysocki2010-12-011-1/+3
| | | * | | | ACPI / PM: Check device state before refcounting power resourcesRafael J. Wysocki2010-12-011-5/+3
| | | |/ / /
| | * | | | ACPI battery: update status upon sysfs queryZhang Rui2010-12-091-0/+5
| | * | | | ACPI ac: update AC status upon sysfs queryZhang Rui2010-12-091-17/+29
| | |/ / /
| * / / / ACPI: EC: Add another dmi match entry for MSI hardwareAlexey Starikovskiy2010-12-091-0/+3
| |/ / /
* / / / x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-2/+0
|/ / /
* | / ACPI: debugfs custom_method open to non-rootDave Jones2010-11-131-1/+1
| |/ |/|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-2662-2632/+2337
|\ \
| * \ Merge branch 'misc' into releaseLen Brown2010-10-268-213/+20
| |\ \
| | * | ACPI: install ACPI table handler before any dynamic tables being loadedZhang Rui2010-10-261-1/+6
| | * | ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvsRafael J. Wysocki2010-10-251-0/+8
| | * | ACPI dock: move some functions to .init.textUwe Kleine-König2010-10-191-3/+3
| | * | ACPI: thermal: remove unused limit codeLen Brown2010-10-191-71/+0
| | * | ACPI: static sleep_states[] and acpi_gts_bfs_checkStephen Hemminger2010-10-192-3/+2
| | * | ACPI: remove dead codeStephen Hemminger2010-10-193-134/+0
| | * | ACPI: Only processor needs CPU_IDLEJean Delvare2010-10-191-1/+1
| * | | Merge branch 'acpi-mmio' into releaseLen Brown2010-10-261-48/+232
| |\ \ \
| | * | | ACPI: Page based coalescing of I/O remappings optimizationMyron Stowe2010-10-241-11/+51
| | * | | ACPI: Convert simple locking to RCU based lockingMyron Stowe2010-10-241-12/+11
| | * | | ACPI: Pre-map 'system event' related register blocksMyron Stowe2010-10-241-31/+40
| | * | | ACPI: Add interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2010-10-241-0/+38