aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25fix devtmpfs raceAl Viro1-1/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-139/+198
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-125/+0
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Al Viro1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Al Viro1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadAl Viro1-73/+149
2011-07-15Merge branch 'pm-runtime' into for-linusRafael J. Wysocki3-51/+67
2011-07-15Merge branch 'pm-domains' into for-linusRafael J. Wysocki6-124/+1524
2011-07-15PM: Add "RTC" to PM trace time stamps to avoid confusionRafael J. Wysocki1-1/+1
2011-07-15PM / OPP: Introduce function to free cpufreq tableNishanth Menon1-0/+17
2011-07-14PM / Domains: Take .power_off() error code into accountRafael J. Wysocki1-2/+10
2011-07-14ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki1-1/+1
2011-07-13PM / Domains: Introduce function to power off all unused PM domainsRafael J. Wysocki1-0/+21
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-1/+0
2011-07-12PM / Domains: Queue up power off work only if it is not pendingRafael J. Wysocki1-1/+14
2011-07-12PM / Domains: Improve handling of wakeup devices during system suspendRafael J. Wysocki1-0/+30
2011-07-12PM / Domains: Do not restore all devices on power off errorRafael J. Wysocki1-9/+4
2011-07-12PM / Domains: Allow callbacks to execute all runtime PM helpersRafael J. Wysocki1-45/+99
2011-07-12PM / Domains: Do not execute device callbacks under locksRafael J. Wysocki1-71/+178
2011-07-12PM / Domains: Make failing pm_genpd_prepare() clean up properlyRafael J. Wysocki1-1/+11
2011-07-12PM / Domains: Set device state to "active" during system resumeRafael J. Wysocki1-0/+2
2011-07-11PM: Reintroduce dropped call to check_wakeup_irqsColin Cross1-0/+8
2011-07-10PM / Domains: Export pm_genpd_poweron() in headerMagnus Damm1-1/+1
2011-07-08PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu1-1/+1
2011-07-07Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into core/iommuIngo Molnar2-125/+0
2011-07-06PM / Runtime: Prevent runtime_resume from racing with probeAlan Stern1-1/+5
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki1-33/+33
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki1-12/+23
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki1-4/+5
2011-07-02PM: Rename clock management functionsRafael J. Wysocki1-94/+94
2011-07-02PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki1-1/+59
2011-07-02PM / Domains: Wakeup devices support for system sleep transitionsRafael J. Wysocki1-0/+8
2011-07-02PM / Domains: System-wide transitions support for generic domains (v5)Rafael J. Wysocki1-15/+536
2011-07-02PM / Domains: Move code from under #ifdef CONFIG_PM_RUNTIME (v2)Rafael J. Wysocki1-55/+65
2011-07-02PM: Introduce generic "noirq" callback routines for subsystems (v2)Rafael J. Wysocki1-15/+83
2011-07-02PM / Domains: Support for generic I/O PM domains (v8)Rafael J. Wysocki2-0/+495
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki3-28/+28
2011-06-28Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2011-06-21PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki1-2/+2
2011-06-21PM: Fix async resume following suspend failureAlan Stern1-2/+12
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-5/+9
2011-06-14drivers: iommu: move to a dedicated folderOhad Ben-Cohen2-125/+0
2011-06-07PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki1-8/+8
2011-06-07drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_moduleAndrew Morton1-1/+1
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-5/+9
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+4
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-45/+41
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki1-0/+39
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-6/+12
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-2/+1