aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds9-539/+1927
2010-10-19PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki1-0/+85
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2-0/+629
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+31
2010-10-17PM: Lock PM device list mutex in show_dev_hash()James Hogan1-1/+4
2010-10-17PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki1-9/+2
2010-10-17PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki1-68/+54
2010-10-17PM / Runtime: Implement autosuspend supportAlan Stern2-7/+219
2010-10-17PM / Runtime: Add no_callbacks flagAlan Stern3-8/+103
2010-10-17PM / Runtime: Combine runtime PM entry pointsAlan Stern1-110/+64
2010-10-17PM / Runtime: Merge synchronous and async runtime routinesAlan Stern1-235/+140
2010-10-17PM / Runtime: Replace boolean arguments with bitflagsAlan Stern1-36/+39
2010-10-17PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern1-39/+38
2010-10-17PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki1-6/+9
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki5-83/+573
2010-10-17PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee1-1/+1
2010-10-17PM / Runtime: Lenient generic runtime pm callbacksOhad Ben-Cohen1-2/+2
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar1-0/+1
2010-09-09topology/sysfs: Provide book id and siblings attributesHeiko Carstens1-1/+15
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross1-0/+1
2010-08-23firmware_class: fix typo in error pathJohannes Berg1-1/+1
2010-08-09drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro1-23/+23
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds6-222/+160
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+12
2010-08-05driver core: device_rename's new_name can be constJohannes Berg1-1/+1
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm1-0/+4
2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song1-1/+1
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König1-1/+1
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König1-78/+26
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König1-3/+3
2010-08-05firmware loader: embed device into firmware_priv structureDmitry Torokhov1-133/+122
2010-08-05firmware loader: use statically initialized data attributeDmitry Torokhov1-6/+3
2010-08-05Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+64
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds5-28/+374
2010-07-26Driver-core: Always create class directories for classses that support namespaces.Eric W. Biederman1-1/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-0/+6
2010-07-24drivercore/of: Add OF style matching to platform busGrant Likely1-1/+6
2010-07-19PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven2-7/+77
2010-07-19PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern1-20/+33
2010-07-19PM: Do not use dynamically allocated objects in pm_wakeup_event()Rafael J. Wysocki1-19/+37
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki4-1/+246
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-0/+64
2010-05-27topology: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+3
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-4/+7
2010-05-21driver core: Implement ns directory support for device classes.Eric W. Biederman1-9/+12
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2-14/+72
2010-05-21Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach1-3/+22