Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge branch 'procfs-cleanup' into release | Len Brown | 2011-01-12 | 6 | -193/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39 | Zhang Rui | 2011-01-12 | 4 | -1/+8 | |
| | * | | | | | | | ACPI processor: remove processor throttling control procfs I/F | Zhang Rui | 2010-12-14 | 3 | -192/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'suspend-ioremap-cache' into release | Len Brown | 2011-01-12 | 5 | -7/+158 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | ACPI: Use ioremap_cache() | Len Brown | 2011-01-07 | 1 | -3/+3 | |
| | * | | | | | | ACPI / PM: Make suspend_nvs_save() use acpi_os_map_memory() | Rafael J. Wysocki | 2011-01-07 | 1 | -2/+4 | |
| | * | | | | | | ACPI / PM: Update file information and the list of includes in nvs.c | Rafael J. Wysocki | 2011-01-07 | 1 | -3/+3 | |
| | * | | | | | | PM / ACPI: Move NVS saving and restoring code to drivers/acpi | Rafael J. Wysocki | 2011-01-07 | 3 | -1/+151 | |
| | * | | | | | | PM: Fix oops in suspend/hibernate code related to failing ioremap() | Jiri Slaby | 2011-01-07 | 1 | -3/+2 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'wakeup-etc-rafael' into release | Len Brown | 2011-01-12 | 7 | -83/+94 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ACPI / PM: Blacklist Averatec machine known to require acpi_sleep=nonvs | Rafael J. Wysocki | 2011-01-07 | 1 | -0/+8 | |
| | * | | | | | | ACPI / PM: Report wakeup events from buttons | Rafael J. Wysocki | 2011-01-07 | 1 | -0/+5 | |
| | * | | | | | | ACPI / PM: Drop special ACPI wakeup flags | Rafael J. Wysocki | 2011-01-07 | 1 | -4/+1 | |
| | * | | | | | | ACPI / PM: Use device wakeup flags for handling ACPI wakeup devices | Rafael J. Wysocki | 2011-01-07 | 4 | -17/+26 | |
| | * | | | | | | ACPI / PM: Do not enable multiple devices to wake up simultaneously | Rafael J. Wysocki | 2011-01-07 | 1 | -25/+1 | |
| | * | | | | | | ACPI / ACPICA: Fix global lock acquisition | Rafael J. Wysocki | 2011-01-07 | 1 | -39/+55 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'power-resource' into release | Len Brown | 2011-01-12 | 6 | -140/+167 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | ACPI / PM: Drop acpi_power_nocheck | Rafael J. Wysocki | 2011-01-12 | 3 | -43/+0 | |
| | * | | | | | ACPI / PM: Drop acpi_bus_get_power() | Rafael J. Wysocki | 2011-01-12 | 1 | -19/+0 | |
| | * | | | | | ACPI / Fan: Rework the handling of power resources | Rafael J. Wysocki | 2011-01-12 | 3 | -23/+11 | |
| | * | | | | | ACPI / PM: Register power resource devices as soon as they are needed | Rafael J. Wysocki | 2011-01-12 | 1 | -0/+20 | |
| | * | | | | | ACPI / PM: Register acpi_power_driver early | Rafael J. Wysocki | 2011-01-12 | 2 | -1/+2 | |
| | * | | | | | ACPI / PM: Add function for updating device power state consistently | Rafael J. Wysocki | 2011-01-12 | 1 | -29/+61 | |
| | * | | | | | ACPI / PM: Add function for device power state initialization | Rafael J. Wysocki | 2011-01-12 | 3 | -4/+27 | |
| | * | | | | | 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-13 | 2 | -19/+13 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'linus' into idle-test | Len Brown | 2011-01-12 | 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-07 | 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 | |
| | |_|_|/ | |/| | | |