| Commit message (Expand) | Author | Age |
* | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 2010-03-07 |
* | driver core: Use sysfs_rename_link in device_rename | Eric W. Biederman | 2010-03-07 |
* | Driver core: Fix first line of kernel-doc for a few functions | Ben Hutchings | 2010-03-07 |
* | Driver core: make struct platform_driver.id_table const | Uwe Kleine-König | 2010-03-07 |
* | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-07 |
* | sysdev: fix up the probe/release attributes | Greg Kroah-Hartman | 2010-03-07 |
* | kobject: Constify struct kset_uevent_ops | Emese Revfy | 2010-03-07 |
* | driver-core: firmware_class: remove base.h header inclusion | Luis R. Rodriguez | 2010-03-07 |
* | Driver-Core: require valid action string in uevent trigger | Kay Sievers | 2010-03-07 |
* | Driver-Core: disable /sbin/hotplug by default | Kay Sievers | 2010-03-07 |
* | Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the description | Kay Sievers | 2010-03-07 |
* | Driver-Core: devtmpfs - reset inode permissions before unlinking | Kay Sievers | 2010-03-07 |
* | driver core: Add class_attr_string for simple read-only string | Andi Kleen | 2010-03-07 |
* | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 2010-03-07 |
* | sysdev: Fix type of sysdev class attribute in memory driver | Andi Kleen | 2010-03-07 |
* | sysdev: Use sysdev_class attribute arrays in node driver | Andi Kleen | 2010-03-07 |
* | sysdev: Convert node driver | Andi Kleen | 2010-03-07 |
* | sysfs: Add attribute array to sysdev classes | Andi Kleen | 2010-03-07 |
* | sysdev: Convert cpu driver sysdev class attributes | Andi Kleen | 2010-03-07 |
* | sysdev: Convert node driver class attributes to be data driven | Andi Kleen | 2010-03-07 |
* | sysdev: Pass attribute in sysdev_class attributes show/store | Andi Kleen | 2010-03-07 |
* | Driver core: add platform_create_bundle() helper | Dmitry Torokhov | 2010-03-07 |
* | driver-core: fix race condition in get_device_parent() | Tejun Heo | 2010-03-07 |
* | PM: Provide generic subsystem-level callbacks | Rafael J. Wysocki | 2010-03-06 |
* | PM: Allow device drivers to use dpm_wait() | Rafael J. Wysocki | 2010-02-26 |
* | PM: Start asynchronous resume threads upfront | Rafael J. Wysocki | 2010-02-26 |
* | PM: Add facility for advanced testing of async suspend/resume | Rafael J. Wysocki | 2010-02-26 |
* | PM: Add a switch for disabling/enabling asynchronous suspend/resume | Rafael J. Wysocki | 2010-02-26 |
* | PM: Asynchronous suspend and resume of devices | Rafael J. Wysocki | 2010-02-26 |
* | PM: Add parent information to timing messages | Rafael J. Wysocki | 2010-02-26 |
* | PM / Runtime: Add sysfs switch for disabling device run-time PM | Rafael J. Wysocki | 2010-02-26 |
* | class: Free the class private data in class_release | Laurent Pinchart | 2010-02-16 |
* | Revert "sysdev: fix prototype for memory_sysdev_class show/store functions" | Greg Kroah-Hartman | 2010-01-20 |
* | driver-core: fix devtmpfs crash on s390 | Heiko Carstens | 2010-01-20 |
* | sysdev: fix prototype for memory_sysdev_class show/store functions | Wu Fengguang | 2010-01-16 |
* | memory-hotplug: add 0x prefix to HEX block_size_bytes | Wu Fengguang | 2010-01-16 |
* | power: fix kernel-doc notation | Randy Dunlap | 2010-01-11 |
* | devtmpfs: unlock mutex in case of string allocation error | Kay Sievers | 2009-12-23 |
* | Driver core: export platform_device_register_data as a GPL symbol | Michael Hennerich | 2009-12-23 |
* | driver core: Prevent reference to freed memory on error path | Phil Carmody | 2009-12-23 |
* | Driver-core: Fix bogus 0 error return in device_add() | Thomas Gleixner | 2009-12-23 |
* | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 2009-12-23 |
* | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 2009-12-23 |
* | Driver core: device_attribute parameters can often be const* | Phil Carmody | 2009-12-23 |
* | devtmpfs: Convert dirlock to a mutex | Thomas Gleixner | 2009-12-23 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-12-22 |
|\ |
|
| * | PM / Runtime: Use device type and device class callbacks | Rafael J. Wysocki | 2009-12-22 |
| * | PM: Use pm_runtime_put_sync in system resume | Alan Stern | 2009-12-20 |
| * | PM: Measure device suspend and resume times | Rafael J. Wysocki | 2009-12-17 |
| * | PM: Make the initcall_debug style timing for suspend/resume complete | Rafael J. Wysocki | 2009-12-17 |