aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2010-03-24power: support _noirq actions on device types and classesDominik Brodowski
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-03-19driver core: numa: fix BUILD_BUG_ON for node_read_distanceDavid Rientjes
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula
2010-03-19sysdev: the cpu probe/release attributes should be sysdev_class_attributesStephen Rothwell
2010-03-19driver-core: fix missing kernel-doc in firmware_classRandy Dunlap
2010-03-19Driver core: Early platform kernel-doc updateMagnus Damm
2010-03-19sysfs: use sysfs_bin_attr_init in firmware class driverJiri Kosina
2010-03-17memory hotplug: allow setting of phys_deviceHeiko Carstens
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07sysdev: fix up the probe/release attributesGreg Kroah-Hartman
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-07driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers
2010-03-07Driver-Core: disable /sbin/hotplug by defaultKay Sievers
2010-03-07Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionKay Sievers
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverAndi Kleen
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverAndi Kleen
2010-03-07sysdev: Convert node driverAndi Kleen
2010-03-07sysfs: Add attribute array to sysdev classesAndi Kleen
2010-03-07sysdev: Convert cpu driver sysdev class attributesAndi Kleen
2010-03-07sysdev: Convert node driver class attributes to be data drivenAndi Kleen
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo
2010-03-06PM: Provide generic subsystem-level callbacksRafael J. Wysocki
2010-02-26PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki
2010-02-26PM: Start asynchronous resume threads upfrontRafael J. Wysocki
2010-02-26PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2010-02-26PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2010-02-26PM: Asynchronous suspend and resume of devicesRafael J. Wysocki
2010-02-26PM: Add parent information to timing messagesRafael J. Wysocki
2010-02-26PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki
2010-02-16class: Free the class private data in class_releaseLaurent Pinchart
2010-01-20Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman
2010-01-20driver-core: fix devtmpfs crash on s390Heiko Carstens
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang
2010-01-11power: fix kernel-doc notationRandy Dunlap
2009-12-23devtmpfs: unlock mutex in case of string allocation errorKay Sievers
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner