summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* firmware_class: fix typo in error pathJohannes Berg2010-08-231-1/+1
* drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro2010-08-091-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-066-222/+160
|\
| * driver core: device_rename's new_name can be constJohannes Berg2010-08-051-1/+1
| * Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm2010-08-051-0/+4
| * driver core: fix memory leak on one error path in bus_register()Jike Song2010-08-051-1/+1
| * Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König2010-08-051-1/+1
| * Driver core: reduce duplicated code for platform_device creationUwe Kleine-König2010-08-051-78/+26
| * Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König2010-08-051-3/+3
| * firmware loader: embed device into firmware_priv structureDmitry Torokhov2010-08-051-133/+122
| * firmware loader: use statically initialized data attributeDmitry Torokhov2010-08-051-6/+3
| * Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov2010-08-051-1/+1
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-1/+12
|\ \ | |/ |/|
| * of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-0/+6
| * drivercore/of: Add OF style matching to platform busGrant Likely2010-07-241-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-0/+64
|\ \
| * | device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-041-0/+64
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-08-045-28/+374
|\ \
| * | PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven2010-07-192-7/+77
| * | PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern2010-07-191-20/+33
| * | PM: Do not use dynamically allocated objects in pm_wakeup_event()Rafael J. Wysocki2010-07-191-19/+37
| * | PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-194-1/+246
| |/
* | Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman2010-07-261-1/+1
|/
* topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
* mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-251-0/+3
* driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger2010-05-211-1/+1
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-4/+7
* driver core: Implement ns directory support for device classes.Eric W. Biederman2010-05-211-9/+12
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-212-14/+72
* Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach2010-05-211-3/+22
* firmware loader: do not allocate firmare id separatelyDmitry Torokhov2010-05-211-13/+4
* firmware loader: split out builtin firmware handlingDmitry Torokhov2010-05-211-26/+50
* firmware loader: rely on driver core to create class attributeDmitry Torokhov2010-05-211-35/+24
* firmware class: export nowait to userspaceJohannes Berg2010-05-211-5/+11
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+1
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-2/+1
* platform_bus: allow custom extensions to system PM methodsKevin Hilman2010-05-211-4/+4
* devtmpfs: support !CONFIG_TMPFSPeter Korsgaard2010-05-212-2/+10
* driver core: module.c: Use kasprintfJulia Lawall2010-05-211-3/+1
* Driver core: don't initialize wakeup flagsAlan Stern2010-05-211-1/+0
* driver-core: fix potential race condition in drivers/base/dd.cStefani Seibold2010-05-211-2/+2
* Driver core: Reduce the level of request_firmware() messagesRafael J. Wysocki2010-05-211-3/+2
* firmware_class: fix memory leak - free allocated pagesDavid Woodhouse2010-05-211-6/+20
* drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich2010-05-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-203-11/+70
|\
| * PM / platform_bus: Allow runtime PM by defaultMark Brown2010-05-101-3/+3
| * PM / Runtime: Add sysfs debug filesDominik Brodowski2010-05-101-3/+62
| * PM: Allow runtime_suspend methods to call pm_schedule_suspend()Alan Stern2010-05-101-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-191-0/+20
|\ \
| * \ Merge branch 'sh/driver-core'Paul Mundt2010-05-131-1/+1
| |\ \
OpenPOWER on IntegriCloud