1. 948b3ed drivers core: Miscellaneous changes for sysfs_emit by Joe Perches · 4 years, 3 months ago
  2. 27275d3 drivers core: Reindent a couple uses around sysfs_emit by Joe Perches · 4 years, 3 months ago
  3. 973c391 drivers core: Remove strcat uses around sysfs_emit and neaten by Joe Perches · 4 years, 3 months ago
  4. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 3 months ago
  5. a45aca5 PM: sleep: core: Emit changed uevent on wakeup_sysfs_add/remove by Abhishek Pandit-Subedi · 4 years, 6 months ago
  6. 9a78754 PM: runtime: Replace pm_runtime_callbacks_present() by Rafael J. Wysocki · 4 years, 7 months ago
  7. 3b52fc5 drivers/base/power: add dpm_sysfs_change_owner() by Christian Brauner · 4 years, 10 months ago
  8. 2ca3d1e PM / wakeup: Register wakeup class kobj after device is added by Stephen Boyd · 5 years ago
  9. 5de363b drivers: base: power: add proper SPDX identifiers on files that did not have them. by Greg Kroah-Hartman · 6 years ago
  10. 0996584 PM-runtime: Call pm_runtime_active|suspended_time() from sysfs by Ulf Hansson · 6 years ago
  11. 85945c2 PM / core: Add support to skip power management in device/driver model by Sudeep Holla · 6 years ago
  12. a08c2a5 PM-runtime: Replace jiffies-based accounting with ktime-based accounting by Thara Gopinath · 6 years ago
  13. 2d5ed61 PM / wakeup: Export wakeup_count instead of event_count via sysfs by Ravi Chandra Sadineni · 7 years ago
  14. 47acbd77 PM / sysfs: Convert to use DEVICE_ATTR_RO / DEVICE_ATTR_RW by Andy Shevchenko · 7 years ago
  15. f0e6d9f PM / sysfs: Remove redundant 'else' keyword. by Andy Shevchenko · 7 years ago
  16. 325c4b3 PM / sysfs: Convert to use sysfs_streq() by Andy Shevchenko · 7 years ago
  17. 0759e80 PM / QoS: Fix device resume latency framework by Rafael J. Wysocki · 7 years ago
  18. 20f97ca PM / QoS: Drop PM_QOS_FLAG_REMOTE_WAKEUP by Rafael J. Wysocki · 7 years ago
  19. 2ca3033 PM / QoS: return -EINVAL for bogus strings by Dan Carpenter · 7 years ago
  20. dbb1d8b PM / QoS: constify *_attribute_group. by Arvind Yadav · 8 years ago
  21. ee061da PM / QoS: Improve sysfs pm_qos_latency_tolerance validation by Andrew Lutomirski · 8 years ago
  22. 13b2c4a PM / QoS: Make it possible to expose device latency tolerance to userspace by Mika Westerberg · 9 years ago
  23. d30d819 PM: Drop CONFIG_PM_RUNTIME from the driver core by Rafael J. Wysocki · 10 years ago
  24. 2b4f431 PM / sysfs: avoid shadowing variables by Johannes Berg · 10 years ago
  25. 2d984ad PM / QoS: Introcuce latency tolerance device PM QoS type by Rafael J. Wysocki · 11 years ago
  26. b02f669 PM / QoS: Rename device resume latency QoS items by Rafael J. Wysocki · 11 years ago
  27. 34da5e6 driver core: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  28. 37530f2 PM / QoS: Remove device PM QoS sysfs attributes at the right place by Rafael J. Wysocki · 12 years ago
  29. e39473d PM / QoS: Make it possible to expose PM QoS device flags to user space by Rafael J. Wysocki · 12 years ago
  30. 021c870 PM / QoS: Prepare struct dev_pm_qos_request for more request types by Rafael J. Wysocki · 12 years ago
  31. d181b49 PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unset by Rafael J. Wysocki · 12 years ago
  32. 5585094 PM / Sleep: Add "prevent autosleep time" statistics to wakeup sources by Rafael J. Wysocki · 13 years ago
  33. 30e3ce6 PM / Sleep: Change wakeup source statistics to follow Android by Rafael J. Wysocki · 13 years ago
  34. 85dc0b8 PM / QoS: Make it possible to expose PM QoS latency constraints by Rafael J. Wysocki · 13 years ago
  35. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 14 years ago
  36. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  37. 69c843b PM / Runtime: Prevent runtime_resume from racing with probe by Alan Stern · 13 years ago
  38. e762318 PM / Wakeup: Fix build warning related to the "wakeup" sysfs file by Rafael J. Wysocki · 14 years ago
  39. cb8f51b PM: Do not create wakeup sysfs files for devices that cannot wake up by Rafael J. Wysocki · 14 years ago
  40. 15bcb91d PM / Runtime: Implement autosuspend support by Alan Stern · 14 years ago
  41. 7490e44 PM / Runtime: Add no_callbacks flag by Alan Stern · 14 years ago
  42. 074037e PM / Wakeup: Introduce wakeup source objects and event statistics (v3) by Rafael J. Wysocki · 14 years ago
  43. 8d4b9d1 PM / Runtime: Add runtime PM statistics (v3) by Arjan van de Ven · 14 years ago
  44. 0fcb4ee PM / Runtime: Make runtime_status attribute not debug-only (v. 2) by Alan Stern · 14 years ago
  45. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  46. c92445f PM / Runtime: Add sysfs debug files by Dominik Brodowski · 15 years ago
  47. 5a2eb85 PM: Add facility for advanced testing of async suspend/resume by Rafael J. Wysocki · 15 years ago
  48. 5382363 PM / Runtime: Add sysfs switch for disabling device run-time PM by Rafael J. Wysocki · 15 years ago
  49. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  50. d288e47 PM: Make wakeup flags available whenever CONFIG_PM is set by Alan Stern · 17 years ago
  51. 471d055 PM: Remove deprecated sysfs files by Alan Stern · 17 years ago
  52. 2bca293 PM: add kconfig option for deprecated .../power/state files by David Brownell · 18 years ago
  53. 047bda3 PM: update docs for writing .../power/state by David Brownell · 18 years ago
  54. 022f7b0 [PATCH] Fix Userspace interface breakage in power/state by Pavel Machek · 19 years ago
  55. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  56. 0ac8524 [PATCH] driver model wakeup flags by David Brownell · 19 years ago
  57. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  58. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 20 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago