aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendGravatar Colin Cross 1-0/+1
2010-08-23firmware_class: fix typo in error pathGravatar Johannes Berg 1-1/+1
2010-08-09drivers/base/node.c: reduce stack usage of node_read_meminfo()Gravatar KOSAKI Motohiro 1-23/+23
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 6-222/+160
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+12
2010-08-05driver core: device_rename's new_name can be constGravatar Johannes Berg 1-1/+1
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERGravatar Magnus Damm 1-0/+4
2010-08-05driver core: fix memory leak on one error path in bus_register()Gravatar Jike Song 1-1/+1
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Gravatar Uwe Kleine-König 1-1/+1
2010-08-05Driver core: reduce duplicated code for platform_device creationGravatar Uwe Kleine-König 1-78/+26
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesGravatar Uwe Kleine-König 1-3/+3
2010-08-05firmware loader: embed device into firmware_priv structureGravatar Dmitry Torokhov 1-133/+122
2010-08-05firmware loader: use statically initialized data attributeGravatar Dmitry Torokhov 1-6/+3
2010-08-05Driver core: internal struct dma_coherent_mem, change type of a member.Gravatar Marin Mitov 1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+64
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 5-28/+374
2010-07-26Driver-core: Always create class directories for classses that support namesp...Gravatar Eric W. Biederman 1-1/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGravatar Grant Likely 1-0/+6
2010-07-24drivercore/of: Add OF style matching to platform busGravatar Grant Likely 1-1/+6
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Gravatar Arjan van de Ven 2-7/+77
2010-07-19PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Gravatar Alan Stern 1-20/+33
2010-07-19PM: Do not use dynamically allocated objects in pm_wakeup_event()Gravatar Rafael J. Wysocki 1-19/+37
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepGravatar Rafael J. Wysocki 4-1/+246
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsGravatar Joe Perches 1-0/+64
2010-05-27topology: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-1/+1
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionGravatar Mel Gorman 1-0/+3
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEGravatar Christoph Egger 1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-4/+7
2010-05-21driver core: Implement ns directory support for device classes.Gravatar Eric W. Biederman 1-9/+12
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Gravatar Eric W. Biederman 2-14/+72
2010-05-21Driver core: Protect device shutdown from hot unplug events.Gravatar Hugh Daschbach 1-3/+22
2010-05-21firmware loader: do not allocate firmare id separatelyGravatar Dmitry Torokhov 1-13/+4
2010-05-21firmware loader: split out builtin firmware handlingGravatar Dmitry Torokhov 1-26/+50
2010-05-21firmware loader: rely on driver core to create class attributeGravatar Dmitry Torokhov 1-35/+24
2010-05-21firmware class: export nowait to userspaceGravatar Johannes Berg 1-5/+11
2010-05-21lockdep: Add novalidate class for dev->mutex conversionGravatar Peter Zijlstra 1-0/+1
2010-05-21drivers/base: Convert dev->sem to mutexGravatar Thomas Gleixner 1-2/+1
2010-05-21platform_bus: allow custom extensions to system PM methodsGravatar Kevin Hilman 1-4/+4
2010-05-21devtmpfs: support !CONFIG_TMPFSGravatar Peter Korsgaard 2-2/+10
2010-05-21driver core: module.c: Use kasprintfGravatar Julia Lawall 1-3/+1
2010-05-21Driver core: don't initialize wakeup flagsGravatar Alan Stern 1-1/+0
2010-05-21driver-core: fix potential race condition in drivers/base/dd.cGravatar Stefani Seibold 1-2/+2
2010-05-21Driver core: Reduce the level of request_firmware() messagesGravatar Rafael J. Wysocki 1-3/+2
2010-05-21firmware_class: fix memory leak - free allocated pagesGravatar David Woodhouse 1-6/+20
2010-05-21drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineGravatar Jan Beulich 1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-11/+70
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 1-0/+20
2010-05-18Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+29
2010-05-17platform: Make platform resource input parameters constGravatar Geert Uytterhoeven 1-2/+2
2010-05-13Merge branch 'sh/driver-core'Gravatar Paul Mundt 1-1/+1