summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2010-10-22driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap
2010-10-22driver-core: base: change to new flag variablematt mooney
2010-10-22FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov
2010-10-22base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross
2010-08-23firmware_class: fix typo in error pathJohannes Berg
2010-08-09drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-05driver core: device_rename's new_name can be constJohannes Berg
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm
2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König
2010-08-05firmware loader: embed device into firmware_priv structureDmitry Torokhov
2010-08-05firmware loader: use statically initialized data attributeDmitry Torokhov
2010-08-05Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-07-26Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely
2010-07-24drivercore/of: Add OF style matching to platform busGrant Likely
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven
2010-07-19PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern
2010-07-19PM: Do not use dynamically allocated objects in pm_wakeup_event()Rafael J. Wysocki
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches
2010-05-27topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21driver core: Implement ns directory support for device classes.Eric W. Biederman
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-05-21Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach
2010-05-21firmware loader: do not allocate firmare id separatelyDmitry Torokhov
2010-05-21firmware loader: split out builtin firmware handlingDmitry Torokhov
2010-05-21firmware loader: rely on driver core to create class attributeDmitry Torokhov
2010-05-21firmware class: export nowait to userspaceJohannes Berg
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner
2010-05-21platform_bus: allow custom extensions to system PM methodsKevin Hilman
2010-05-21devtmpfs: support !CONFIG_TMPFSPeter Korsgaard