summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki2011-01-073-1/+151
| | * | | | | | PM: Fix oops in suspend/hibernate code related to failing ioremap()Jiri Slaby2011-01-071-3/+2Star
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'wakeup-etc-rafael' into releaseLen Brown2011-01-127-83/+94
| |\ \ \ \ \ \
| | * | | | | | ACPI / PM: Blacklist Averatec machine known to require acpi_sleep=nonvsRafael J. Wysocki2011-01-071-0/+8
| | * | | | | | ACPI / PM: Report wakeup events from buttonsRafael J. Wysocki2011-01-071-0/+5
| | * | | | | | ACPI / PM: Drop special ACPI wakeup flagsRafael J. Wysocki2011-01-071-4/+1Star
| | * | | | | | ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki2011-01-074-17/+26
| | * | | | | | ACPI / PM: Do not enable multiple devices to wake up simultaneouslyRafael J. Wysocki2011-01-071-25/+1Star
| | * | | | | | ACPI / ACPICA: Fix global lock acquisitionRafael J. Wysocki2011-01-071-39/+55
| | |/ / / / /
| * | | | | | Merge branch 'power-resource' into releaseLen Brown2011-01-126-140/+167
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | ACPI / PM: Drop acpi_power_nocheckRafael J. Wysocki2011-01-123-43/+0Star
| | * | | | | ACPI / PM: Drop acpi_bus_get_power()Rafael J. Wysocki2011-01-121-19/+0Star
| | * | | | | ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki2011-01-123-23/+11Star
| | * | | | | ACPI / PM: Register power resource devices as soon as they are neededRafael J. Wysocki2011-01-121-0/+20
| | * | | | | ACPI / PM: Register acpi_power_driver earlyRafael J. Wysocki2011-01-122-1/+2
| | * | | | | ACPI / PM: Add function for updating device power state consistentlyRafael J. Wysocki2011-01-121-29/+61
| | * | | | | ACPI / PM: Add function for device power state initializationRafael J. Wysocki2011-01-123-4/+27
| | * | | | | ACPI / PM: Introduce __acpi_bus_get_power()Rafael J. Wysocki2011-01-121-19/+29
| | * | | | | ACPI / PM: Introduce function for refcounting device power resourcesRafael J. Wysocki2011-01-122-0/+9
| | * | | | | ACPI / PM: Add functions for manipulating lists of power resourcesRafael J. Wysocki2011-01-121-29/+38
| | * | | | | ACPI / PM: Prevent acpi_power_get_inferred_state() from making changesRafael J. Wysocki2011-01-123-10/+7Star
| | |/ / / /
| * | | | | ACPICA: Misc comments to minimize code divergenceLin Ming2011-01-126-46/+81
| * | | | | ACPICA: Global event handlerLin Ming2011-01-126-5/+92
| * | | | | ACPICA: Implicit notify supportLin Ming2011-01-128-88/+161
| * | | | | ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_methodLin Ming2011-01-121-12/+45
| * | | | | ACPICA: Remove unused function declarationsLin Ming2011-01-121-6/+0Star
| * | | | | ACPICA: New GPE handler callback definitionLin Ming2011-01-125-14/+22
| * | | | | ACPICA: Rename some function and variable namesLin Ming2011-01-1212-51/+68
| * | | | | ACPICA: Move GPE functions to new file evxfgpe.cLin Ming2011-01-125-601/+654
| |/ / / /
* | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-142-19/+13Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into idle-testLen Brown2011-01-133-7/+15
| |\ \ \ \ \
| * | | | | | ACPI: processor_idle: delete use of NOP CPUIDLE_FLAGsLen Brown2011-01-121-4/+0Star
| * | | | | | ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger2011-01-122-15/+13Star
| | |/ / / / | |/| | | |
* | | | | | 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-081-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/+2530Star
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | 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-251-5/+0Star
| | * | | | | ACPI / ACPICA: Disable GPEs during initializationRafael J. Wysocki2010-12-261-0/+3