Age | Commit message (Expand) | Author |
2020-10-02 | drivers core: Miscellaneous changes for sysfs_emit | Joe Perches |
2020-10-02 | drivers core: Reindent a couple uses around sysfs_emit | Joe Perches |
2020-10-02 | drivers core: Remove strcat uses around sysfs_emit and neaten | Joe Perches |
2020-10-02 | drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions | Joe Perches |
2020-07-14 | PM: sleep: core: Emit changed uevent on wakeup_sysfs_add/remove | Abhishek Pandit-Subedi |
2020-05-29 | PM: runtime: Replace pm_runtime_callbacks_present() | Rafael J. Wysocki |
2020-02-26 | drivers/base/power: add dpm_sysfs_change_owner() | Christian Brauner |
2019-08-21 | PM / wakeup: Register wakeup class kobj after device is added | Stephen Boyd |
2019-04-04 | drivers: base: power: add proper SPDX identifiers on files that did not have ... | Greg Kroah-Hartman |
2019-03-07 | PM-runtime: Call pm_runtime_active|suspended_time() from sysfs | Ulf Hansson |
2019-02-19 | PM / core: Add support to skip power management in device/driver model | Sudeep Holla |
2019-01-31 | PM-runtime: Replace jiffies-based accounting with ktime-based accounting | Thara Gopinath |
2018-06-06 | PM / wakeup: Export wakeup_count instead of event_count via sysfs | Ravi Chandra Sadineni |
2017-12-05 | PM / sysfs: Convert to use DEVICE_ATTR_RO / DEVICE_ATTR_RW | Andy Shevchenko |
2017-12-05 | PM / sysfs: Remove redundant 'else' keyword. | Andy Shevchenko |
2017-12-05 | PM / sysfs: Convert to use sysfs_streq() | Andy Shevchenko |
2017-11-08 | PM / QoS: Fix device resume latency framework | Rafael J. Wysocki |
2017-10-14 | PM / QoS: Drop PM_QOS_FLAG_REMOTE_WAKEUP | Rafael J. Wysocki |
2017-07-12 | PM / QoS: return -EINVAL for bogus strings | Dan Carpenter |
2017-06-28 | PM / QoS: constify *_attribute_group. | Arvind Yadav |
2016-11-30 | PM / QoS: Improve sysfs pm_qos_latency_tolerance validation | Andrew Lutomirski |
2015-07-28 | PM / QoS: Make it possible to expose device latency tolerance to userspace | Mika Westerberg |
2014-12-04 | PM: Drop CONFIG_PM_RUNTIME from the driver core | Rafael J. Wysocki |
2014-09-08 | PM / sysfs: avoid shadowing variables | Johannes Berg |
2014-02-11 | PM / QoS: Introcuce latency tolerance device PM QoS type | Rafael J. Wysocki |
2014-02-11 | PM / QoS: Rename device resume latency QoS items | Rafael J. Wysocki |
2013-07-26 | driver core: replace strict_strto*() with kstrto*() | Jingoo Han |
2013-03-04 | PM / QoS: Remove device PM QoS sysfs attributes at the right place | Rafael J. Wysocki |
2012-10-24 | PM / QoS: Make it possible to expose PM QoS device flags to user space | Rafael J. Wysocki |
2012-10-23 | PM / QoS: Prepare struct dev_pm_qos_request for more request types | Rafael J. Wysocki |
2012-07-12 | PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unset | Rafael J. Wysocki |
2012-05-01 | PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources | Rafael J. Wysocki |
2012-05-01 | PM / Sleep: Change wakeup source statistics to follow Android | Rafael J. Wysocki |
2012-03-13 | PM / QoS: Make it possible to expose PM QoS latency constraints | Rafael J. Wysocki |
2011-10-31 | drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. | Paul Gortmaker |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-06 | PM / Runtime: Prevent runtime_resume from racing with probe | Alan Stern |
2011-05-17 | PM / Wakeup: Fix build warning related to the "wakeup" sysfs file | Rafael J. Wysocki |
2011-03-15 | PM: Do not create wakeup sysfs files for devices that cannot wake up | Rafael J. Wysocki |
2010-10-17 | PM / Runtime: Implement autosuspend support | Alan Stern |
2010-10-17 | PM / Runtime: Add no_callbacks flag | Alan Stern |
2010-10-17 | PM / Wakeup: Introduce wakeup source objects and event statistics (v3) | Rafael J. Wysocki |
2010-07-19 | PM / Runtime: Add runtime PM statistics (v3) | Arjan van de Ven |
2010-07-19 | PM / Runtime: Make runtime_status attribute not debug-only (v. 2) | Alan Stern |
2010-07-19 | PM: Make it possible to avoid races between wakeup and system sleep | Rafael J. Wysocki |
2010-05-10 | PM / Runtime: Add sysfs debug files | Dominik Brodowski |
2010-02-26 | PM: Add facility for advanced testing of async suspend/resume | Rafael J. Wysocki |
2010-02-26 | PM / Runtime: Add sysfs switch for disabling device run-time PM | Rafael J. Wysocki |
2008-07-07 | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki |
2008-04-19 | PM: Make wakeup flags available whenever CONFIG_PM is set | Alan Stern |