summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Merge branch 'pm-domains'Rafael J. Wysocki1-46/+143
2012-03-04Merge branch 'pm-sleep'Rafael J. Wysocki3-96/+393
2012-03-04PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki1-9/+41
2012-03-04PM / Sleep: Make __pm_stay_awake() delete wakeup source timersRafael J. Wysocki1-2/+6
2012-03-04PM / Sleep: Fix race conditions related to wakeup source timer functionRafael J. Wysocki1-2/+14
2012-03-04PM / Sleep: Fix possible infinite loop during wakeup source destructionRafael J. Wysocki1-10/+5
2012-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2012-02-15regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen1-2/+2
2012-02-13PM / Sleep: Initialize wakeup source locks in wakeup_source_add()Rafael J. Wysocki1-1/+1
2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman1-0/+1
2012-02-02drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu2-5/+34
2012-02-02driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman1-0/+20
2012-02-01Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki1-0/+32
2012-01-29PM / Domains: Run late/early device suspend callbacks at the right timeRafael J. Wysocki1-46/+111
2012-01-29PM / Sleep: Introduce generic callbacks for new device PM phasesRafael J. Wysocki1-53/+104
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-22/+225
2012-01-28Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-385/+17
2012-01-27PM / Domains: Add OF supportThomas Abraham1-0/+32
2012-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+3
2012-01-24base/core.c:fix typo in comment in function device_addmajianpeng1-1/+1
2012-01-24Documentation update for the driver model coreAlan Stern1-0/+15
2012-01-24kernel-doc: fix new warnings in driver-coreRandy Dunlap1-4/+5
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap1-4/+5
2012-01-22driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2-384/+1
2012-01-20regmap: Reset cache status when reinitialsing the cacheMark Brown1-0/+3
2012-01-16Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+34
2012-01-14PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-5/+19
2012-01-14PM / Domains: Fix build for CONFIG_PM_SLEEP unsetRafael J. Wysocki1-0/+15
2012-01-13dma-buf: drop option text so users don't select it.Dave Airlie1-1/+1
2012-01-12kdump: add udev events for memory online/offlineMichael Holzheu1-3/+14
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2-0/+23
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2-9/+6
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+303
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds9-153/+574
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-576/+912
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-6/+6
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-335/+618
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman14-333/+616
2012-01-06dma-buf: mark EXPERIMENTAL for 1st release.Sumit Semwal1-0/+1
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal3-0/+302
2012-01-04firmware: Fix an oops on reading fw_priv->fw in sysfs loading fileNeil Horman1-7/+7
2012-01-03switch devtmpfs to umode_tAl Viro1-3/+3
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro2-3/+3
2011-12-25Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki4-146/+576
2011-12-25Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2-28/+144
2011-12-25PM / QoS: Introduce dev_pm_qos_add_ancestor_request()Rafael J. Wysocki1-0/+25
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers2-164/+142