aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov2010-10-221-1/+8
| * | | | | driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+35
| * | | | | driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto2010-10-221-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-10-219-539/+1927
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki2010-10-191-0/+85
| * | | | PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2010-10-172-0/+629
| * | | | PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-171-0/+31
| * | | | PM: Lock PM device list mutex in show_dev_hash()James Hogan2010-10-171-1/+4
| * | | | PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-171-9/+2
| * | | | PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-171-68/+54
| * | | | PM / Runtime: Implement autosuspend supportAlan Stern2010-10-172-7/+219
| * | | | PM / Runtime: Add no_callbacks flagAlan Stern2010-10-173-8/+103
| * | | | PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-171-110/+64
| * | | | PM / Runtime: Merge synchronous and async runtime routinesAlan Stern2010-10-171-235/+140
| * | | | PM / Runtime: Replace boolean arguments with bitflagsAlan Stern2010-10-171-36/+39
| * | | | PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern2010-10-171-39/+38
| * | | | PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki2010-10-171-6/+9
| * | | | PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-175-83/+573
| * | | | PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee2010-10-171-1/+1
| * | | | PM / Runtime: Lenient generic runtime pm callbacksOhad Ben-Cohen2010-10-171-2/+2
| |/ / /
* | | | Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar2010-09-211-0/+1
|\ \ \ \ | |/ / /
| * | | PM: Prevent waiting forever on asynchronous resume after failing suspendColin Cross2010-09-091-0/+1
* | | | topology/sysfs: Provide book id and siblings attributesHeiko Carstens2010-09-091-1/+15
|/ / /
* | | 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