Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | ACPI / PM: Introduce __acpi_bus_get_power() | Rafael J. Wysocki | 2011-01-12 | 1 | -19/+29 | |
| | * | | | ACPI / PM: Introduce function for refcounting device power resources | Rafael J. Wysocki | 2011-01-12 | 2 | -0/+9 | |
| | * | | | ACPI / PM: Add functions for manipulating lists of power resources | Rafael J. Wysocki | 2011-01-12 | 1 | -29/+38 | |
| | * | | | ACPI / PM: Prevent acpi_power_get_inferred_state() from making changes | Rafael J. Wysocki | 2011-01-12 | 3 | -10/+7 | |
| | |/ / | ||||||
| * | | | ACPICA: Misc comments to minimize code divergence | Lin Ming | 2011-01-12 | 6 | -46/+81 | |
| * | | | ACPICA: Global event handler | Lin Ming | 2011-01-12 | 6 | -5/+92 | |
| * | | | ACPICA: Implicit notify support | Lin Ming | 2011-01-12 | 8 | -88/+161 | |
| * | | | ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_method | Lin Ming | 2011-01-12 | 1 | -12/+45 | |
| * | | | ACPICA: Remove unused function declarations | Lin Ming | 2011-01-12 | 1 | -6/+0 | |
| * | | | ACPICA: New GPE handler callback definition | Lin Ming | 2011-01-12 | 5 | -14/+22 | |
| * | | | ACPICA: Rename some function and variable names | Lin Ming | 2011-01-12 | 12 | -51/+68 | |
| * | | | ACPICA: Move GPE functions to new file evxfgpe.c | Lin Ming | 2011-01-12 | 5 | -601/+654 | |
| |/ / | ||||||
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-01-14 | 2 | -19/+13 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'linus' into idle-test | Len Brown | 2011-01-13 | 3 | -7/+15 | |
| |\ \ \ | ||||||
| * | | | | ACPI: processor_idle: delete use of NOP CPUIDLE_FLAGs | Len Brown | 2011-01-12 | 1 | -4/+0 | |
| * | | | | ACPI, intel_idle: Cleanup idle= internal variables | Thomas Renninger | 2011-01-12 | 2 | -15/+13 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 5 | -8/+8 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix spelling mistakes in comments | Stefan Weil | 2011-01-03 | 2 | -2/+2 | |
| * | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 10 | -93/+153 | |
| |\ \ \ | ||||||
| * | | | | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -2/+2 | |
| * | | | | backlight: constify backlight_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 | |
| * | | | | hibernation: constify platform_hibernation_ops | Lionel Debroux | 2010-11-16 | 1 | -2/+2 | |
| * | | | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 | |
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-01-08 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2010-12-17 | 9 | -92/+152 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address. | Christoph Lameter | 2010-12-17 | 1 | -3/+3 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-01-06 | 1 | -2/+12 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge commit 'v2.6.37-rc8' into x86/apic | Ingo Molnar | 2011-01-04 | 68 | -2741/+2530 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | 2010-12-23 | 1 | -2/+12 | |
* | | | | | | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2011-01-04 | 3 | -42/+63 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| *-. \ \ \ \ | Merge branches 'bugzilla-25412' and 'bugzilla-25302' into release | Len Brown | 2010-12-26 | 3 | -42/+63 | |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | | * | | | | Revert "ACPI battery: update status upon sysfs query" | Len Brown | 2010-12-25 | 1 | -5/+0 | |
| | * | | | | | ACPI / ACPICA: Disable GPEs during initialization | Rafael J. Wysocki | 2010-12-26 | 1 | -0/+3 | |
| | * | | | | | ACPI: Execute _PRW for devices reported as inactive or not present | Rafael J. Wysocki | 2010-12-17 | 1 | -37/+60 | |
| | | |_|/ / | | |/| | | | ||||||
* | | | | | | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 2010-12-22 | 9 | -92/+152 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'bugzilla-23002' into release | Len Brown | 2010-12-14 | 1 | -0/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | ACPI / PM: Do not save/restore NVS on Sony Vaio VGN-NW130D | Rafael J. Wysocki | 2010-12-14 | 1 | -0/+8 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-----. \ \ \ \ | Merge branches 'bugzilla-15418', 'bugzilla-21722', 'bugzilla-22932', 'misc-2.... | Len Brown | 2010-12-11 | 8 | -92/+141 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | | | | * | | | | ACPI: fix allowing to add/remove multiple _OSI strings | Lin Ming | 2010-12-11 | 1 | -16/+50 | |
| | | | | * | | | | acpi: fix _OSI string setup regression | Lin Ming | 2010-12-11 | 1 | -26/+33 | |
| | | | | |/ / / | ||||||
| | | | * | | | | ACPI/HEST: adjust section selection | Jan Beulich | 2010-12-11 | 1 | -5/+5 | |
| | | | * | | | | ACPI: eliminate unused variable warning for !ACPI_SLEEP | Jan Beulich | 2010-12-11 | 1 | -2/+2 | |
| | | | * | | | | ACPI thermal: remove two unused functions | Zhang Rui | 2010-12-11 | 1 | -9/+0 | |
| | | | * | | | | ACPI: fix a section mismatch | Zhang Rui | 2010-12-11 | 1 | -1/+1 | |
| | | | * | | | | ACPI, APEI, use raw spinlock in ERST | Huang Ying | 2010-12-11 | 1 | -17/+17 | |
| | | | |/ / / | ||||||
| | | * | | | | ACPI / PM: Do not refcount power resources that can't be turned on | Rafael J. Wysocki | 2010-12-01 | 1 | -1/+3 | |
| | | * | | | | ACPI / PM: Check device state before refcounting power resources | Rafael J. Wysocki | 2010-12-01 | 1 | -5/+3 | |
| | | |/ / / | ||||||
| | * | | | | ACPI battery: update status upon sysfs query | Zhang Rui | 2010-12-09 | 1 | -0/+5 | |
| | * | | | | ACPI ac: update AC status upon sysfs query | Zhang Rui | 2010-12-09 | 1 | -17/+29 | |
| | |/ / / | ||||||
| * / / / | ACPI: EC: Add another dmi match entry for MSI hardware | Alexey Starikovskiy | 2010-12-09 | 1 | -0/+3 | |
| |/ / / |