Age | Commit message (Expand) | Author | Files | Lines |
2013-02-13 | ACPI / hotplug: Fix concurrency issues and memory leaks | Rafael J. Wysocki | 1 | -3/+16 |
2013-02-02 | ACPI / dock: Fix acpi_bus_get_device() check in drivers/acpi/dock.c | Yasuaki Ishimatsu | 1 | -1/+1 |
2013-01-26 | ACPI / scan: Make it clear that acpi_bus_trim() cannot fail | Rafael J. Wysocki | 1 | -6/+2 |
2013-01-19 | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead | Rafael J. Wysocki | 1 | -1/+1 |
2013-01-15 | ACPI / scan: Drop the second argument of acpi_bus_trim() | Rafael J. Wysocki | 1 | -1/+1 |
2013-01-03 | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument | Rafael J. Wysocki | 1 | -1/+3 |
2013-01-03 | ACPI: Remove the arguments of acpi_bus_add() that are not used | Rafael J. Wysocki | 1 | -11/+2 |
2012-11-21 | ACPI: Update Dock hotplug error messages | Toshi Kani | 1 | -16/+14 |
2012-11-15 | ACPI: dock: Remove redundant ACPI NS walk | Toshi Kani | 1 | -19/+7 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
2011-07-16 | ACPI: constify ops structs | Vasiliy Kulikov | 1 | -2/+2 |
2011-01-12 | ACPICA: Rename some function and variable names | Lin Ming | 1 | -1/+1 |
2010-10-26 | Merge branch 'misc' into release | Len Brown | 1 | -3/+3 |
2010-10-19 | ACPI dock: move some functions to .init.text | Uwe Kleine-König | 1 | -3/+3 |
2010-09-24 | ACPI / ACPICA: Defer enabling of runtime GPEs (v3) | Rafael J. Wysocki | 1 | -0/+1 |
2010-04-06 | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 1 | -5/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-23 | ACPI dock: support multiple ACPI dock devices | Zhang Rui | 1 | -5/+2 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-02-16 | ACPI: dock: properly initialize local struct dock_station in dock_add() | Alex Chiang | 1 | -0/+1 |
2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
2009-12-16 | Merge branch 'dock' into release | Len Brown | 1 | -170/+91 |
2009-12-16 | ACPI: dock: minor whitespace and style cleanups | Alex Chiang | 1 | -58/+45 |
2009-12-16 | ACPI: dock: add struct dock_station * directly to platform device data | Alex Chiang | 1 | -27/+13 |
2009-12-16 | ACPI: dock: dock_add - hoist up platform_device_register_simple() | Alex Chiang | 1 | -9/+7 |
2009-12-16 | ACPI: dock: remove global 'dock_device_name' | Alex Chiang | 1 | -2/+1 |
2009-12-16 | ACPI: dock: combine add|alloc_dock_dependent_device (v2) | Alex Chiang | 1 | -36/+19 |
2009-11-24 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 1 | -4/+4 |
2009-11-03 | ACPI: dock: convert sysfs attributes to an attribute_group | Alex Chiang | 1 | -57/+24 |
2009-10-03 | ACPI: dock: fix "sibiling" typo | Alex Chiang | 1 | -8/+8 |
2009-09-19 | Merge branch 'acpica' into release | Len Brown | 1 | -5/+3 |
2009-08-28 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 1 | -0/+2 |
2009-08-27 | ACPICA: Major update for acpi_get_object_info external interface | Bob Moore | 1 | -5/+3 |
2009-04-05 | Merge branch 'linus' into release | Len Brown | 1 | -1/+1 |
2009-04-03 | dock: fix dereference after kfree() | Dan Carpenter | 1 | -1/+2 |
2009-03-24 | Driver core: implement uevent suppress in kobject | Ming Lei | 1 | -1/+1 |
2009-02-07 | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 1 | -5/+9 |
2009-02-07 | ACPI: add missing KERN_* constants to printks | Frank Seidel | 1 | -4/+4 |
2009-02-06 | ACPI: dock: Don't eval _STA on every show_docked sysfs read | Holger Macht | 1 | -1/+5 |
2008-10-22 | Merge branch 'ull' into test | Len Brown | 1 | -3/+3 |
2008-10-11 | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 1 | -3/+3 |
2008-10-11 | Subject: ACPI dock: Use ACPI_EXCEPTION instead of printk(KERN_ERR | Thomas Renninger | 1 | -2/+3 |
2008-09-23 | dock: add 'type' sysfs file | Shaohua Li | 1 | -0/+25 |
2008-09-23 | dock: fix for ATA bay in a dock station | Shaohua Li | 1 | -4/+10 |
2008-09-23 | dock: introduce .uevent for devices in dock, eg libata | Shaohua Li | 1 | -7/+15 |
2008-09-23 | libata: remove functions now handed by ACPI dock driver | Shaohua Li | 1 | -1/+2 |
2008-09-23 | ACPI: fix hotplug race | Zhang Rui | 1 | -1/+24 |
2008-09-23 | ACPI: introduce notifier change to avoid duplicates | Shaohua Li | 1 | -22/+24 |
2008-09-23 | dock: add bay and battery hotplug support | Shaohua Li | 1 | -48/+175 |
2008-09-23 | dock: add _LCK support | Shaohua Li | 1 | -0/+21 |