1. ccb9e72 dbuspassive: Register signal before property fetch by Eric Yang · 5 months ago
  2. 35ae0bb test: sensor host: use PDI constants by Alexander Hansen · 3 months ago
  3. e907a81 test: PID Zone: use PDI constants by Alexander Hansen · 3 months ago
  4. dc6a050 test: DBus util: use PDI constants by Alexander Hansen · 3 months ago
  5. 207730b test: DBus passive: use PDI constants by Alexander Hansen · 3 months ago
  6. 3bfece8 dbuspassive: Fail reason for missing D-Bus object by Eric Yang · 5 months ago
  7. 765a6d8 meson option requires config.h for meson options to operate properly by Pete O_o · 6 months ago
  8. f8b6e55 Fix includes by Ed Tanous · 7 months ago
  9. d2768c5 Implement clang-tidy fixes by Ed Tanous · 7 months ago
  10. e3c6077 sensormanager: use bus reference_wrapper over pointer by Patrick Williams · 10 months ago
  11. 215ffb5 dbusactiveread: delete unused class by Patrick Williams · 10 months ago
  12. a427007 print zone failsafe reason when enter failsafe mode by Harvey Wu · 1 year, 8 months ago
  13. 7ca8887 Fix spelling mistakes using codespell by Manojkiran Eda · 1 year, 7 months ago
  14. 7df3c27 add missing headers by Patrick Williams · 12 months ago
  15. 6813d89 meson: reformat with meson formatter by Patrick Williams · 12 months ago
  16. 6df8bb5 Add failsafe logger for zones by James Zheng · 1 year, 2 months ago
  17. 2922eeb clang-tidy: Fix Move Prevents Copy Elision by Jayanth Othayoth · 1 year, 1 month ago
  18. 92f9f3c Auto determine failsafe duty according sensor fail by Harvey Wu · 2 years, 3 months ago
  19. 1b3b730 fix CI failed by Harvey Wu · 1 year, 4 months ago
  20. bd63bca clang-format: re-format for clang-18 by Patrick Williams · 1 year, 5 months ago
  21. 9366089 fancontroller: Add missing config.h by Patrick Rudolph · 2 years, 3 months ago
  22. 9788963 Support to accumulate PWM of different controllers for same sensor by Delphine CC Chiu · 2 years, 3 months ago
  23. 397e6bc build: use allowed over enabled by Patrick Williams · 2 years, 2 months ago
  24. 3f0f7bc Add MissingIsAcceptable feature to avoid failsafe by Josh Lehan · 3 years ago
  25. 31058fd Implementing the TempToMargin feature by Josh Lehan · 3 years ago
  26. e1dbb59 clang-format: copy latest and re-format by Patrick Williams · 2 years, 3 months ago
  27. 3718006 zone: Add debug thermal/power interface by Harvey Wu · 2 years, 4 months ago
  28. cc0232a zone: Add debug interface to zone dbus path by Harvey Wu · 3 years ago
  29. 57a7af6 fix compile error when enable meson test option by Harvey Wu · 2 years, 7 months ago
  30. 9fe3a3c Set failsafePwm by pid configuration by ykchiu · 2 years, 9 months ago
  31. 7c6d35d Allow disabling PID loops at runtime by ykchiu · 2 years, 9 months ago
  32. 8c05112 clang-format: copy latest and re-format by Patrick Williams · 2 years, 9 months ago
  33. aacd568 meson: Remove autotools files and ignore patches by Harvey Wu · 3 years, 1 month ago
  34. 9f9a06a Fix interval calculation bug and D-Bus init by Josh Lehan · 3 years, 1 month ago
  35. c612c05 Allow derivativeCoeff and DCoefficient optional by Josh Lehan · 3 years, 1 month ago
  36. 23e22b9 Add new PID Class types "power" and "powersum" by Josh Lehan · 3 years, 2 months ago
  37. d38ae27 FanController: Use raw RPM as input to fan PID loop by Josh Lehan · 5 years ago
  38. de74542 Adding new feature of core PID loop logging by Josh Lehan · 5 years ago
  39. 5d678da Fix Meson build problem when building tests by Josh Lehan · 3 years, 2 months ago
  40. c51ba91 Add debug mode by Bonnie Lo · 3 years, 3 months ago
  41. 0e8fc39 Support derivative term in PID algorithm and support to set cycle interval time from fan table by Bonnie Lo · 3 years, 4 months ago
  42. b300575 pid/zone: Adding unscaled to cache and logging by Josh Lehan · 4 years ago
  43. b1225b2 meson: Add meson and meson_option files by Harvey.Wu · 3 years, 3 months ago
  44. 3dcfd54 Change folder name build to buildjson by Harvey Wu · 3 years, 3 months ago
  45. a1ae4fa fix compile warning when meson build by Harvey.Wu · 3 years, 3 months ago
  46. bcdeb83 Add --strict-failsafe-pwm compile flag by Brandon Kim · 3 years, 5 months ago
  47. b228bc3 sdbusplus: use shorter type aliases by Patrick Williams · 3 years, 6 months ago
  48. ccc8bb6 For each zone log sensor name with max setpoint by Nirav Shah · 4 years ago
  49. a4146eb pid/zone: Restore PWM when fans returned to auto by Josh Lehan · 5 years ago
  50. 8f73ad7 Make specific UNA sensors not trigger failsafe by Alex.Song · 4 years, 4 months ago
  51. 7a8d5a1 Fix regex in findSensors by Jae Hyun Yoo · 5 years ago
  52. 841931d Modify function signature for unit test. by Hao Jiang · 5 years ago
  53. 1df9e87 drop struct keyword for non-packed objects by Patrick Venture · 5 years ago
  54. b8cfc64 dbus: move zone indexing to util by Patrick Venture · 5 years ago
  55. 1a7c49f dbus: Move findSensors to dbus util by Patrick Venture · 5 years ago
  56. 8b4478c dbus: add unit-tests for dbusutil: getSensorPath by Patrick Venture · 5 years ago
  57. 7a98c19 use ZoneInterface pointers where Dbus aspect not important by Patrick Venture · 5 years ago
  58. 597ebd6 s/PIDZone/DbusPidZone/g by Patrick Venture · 5 years ago
  59. 1a15379 pid/zone: split zone interface into its own header by Patrick Venture · 5 years ago
  60. 9b93692 dbushelper: drop obsolete parameter from interface by Patrick Venture · 5 years ago
  61. 8729eb9 Make the dbushelper own its own bus handle. by Patrick Venture · 5 years ago
  62. aadb30d move dbus helper interface into its own file by Patrick Venture · 5 years ago
  63. a076487 sensors/zones: place in namespace and cleanup by Patrick Venture · 5 years ago
  64. cdd6134 Move the sensor utils into their own module by Patrick Venture · 5 years ago
  65. a83a3ec update clang-format from Latest in docs by Patrick Venture · 5 years ago
  66. 0709e2f Fix unit test by James Feist · 6 years ago
  67. 6b9f599 conf: add ignoreDbusMinMax option by Patrick Venture · 6 years ago
  68. f7a2dd5 rename away from RPM by Patrick Venture · 7 years ago
  69. 9bbf333 rename RPMSetPoint to SetPoint by Patrick Venture · 7 years ago
  70. 98b704e Add Fan Redundancy Support by James Feist · 7 years ago
  71. 375f709 Add stepwise parser by Hank Liou · 7 years ago
  72. ded0ab5 Check fans for failure by Will Liang · 7 years ago
  73. 1fe0895 Make dbusconfiguration reloadable without reboot by James Feist · 7 years ago
  74. 0c8223b Consolidate all util.hpp by James Feist · 7 years ago
  75. e3eeef4 bugfix: grab hystersis parameter from pid json by Patrick Venture · 7 years ago
  76. 90e9dbc autotools: Fix for autoconf-archive 2019.01.19 by Patrick Venture · 7 years ago
  77. 94feffa build: enable code coverage by Patrick Venture · 7 years ago
  78. 90f9bb5 build: rework gtest checks by Patrick Venture · 7 years ago
  79. c32e3fc add tuning enable variable by Patrick Venture · 7 years ago
  80. f81f288 Expand conf namespace by James Feist · 7 years ago
  81. 3484bed s/minThermalRPM/minThermalOutput by James Feist · 7 years ago
  82. 75eb769 dbuspassive: allow scaling by James Feist · 7 years ago
  83. 608304d stepwise: Add ceiling type by James Feist · 7 years ago
  84. 903b042 conf change: s/feedFwdOffOffsetCoeff/feedFwdOffsetCoeff/g by Patrick Venture · 7 years ago
  85. dca2d48 DBusConfiguration: Fix scaling by James Feist · 7 years ago
  86. 5426c34 add json verification for configurations by Patrick Venture · 7 years ago
  87. d149172 add support to build zones and PIDs from json by Patrick Venture · 7 years ago
  88. 7280e27 conf change: s/set-point/setpoint/ by Patrick Venture · 7 years ago
  89. 69c5106 conf change: sensors: read and write path rename by Patrick Venture · 7 years ago
  90. eeeb867 add support to build sensors from json by Patrick Venture · 7 years ago
  91. 1f802f5 Move all variant usage to std by James Feist · 7 years ago
  92. 572c43d Add Hysteresis to pid controllers by James Feist · 7 years ago
  93. 4cf3986 test: add phosphor-logging to test make by Patrick Venture · 7 years ago
  94. 734f953 Allow multiple inputs to thermal and stepwise controllers by James Feist · 7 years ago
  95. 5f59c0f Move all floats to doubles by Patrick Venture · 7 years ago
  96. e6a7a2e style: s/getMinThermalRpmSetPt/getMinThermalRPMSetpoint/g by Patrick Venture · 7 years ago
  97. 2d8e785 performance: fixup missing const reference in zone by Patrick Venture · 7 years ago
  98. 0bbeaf8 style: s/getZoneId/getZoneID/g by Patrick Venture · 7 years ago
  99. f8cb464 dbus: passive: move exception checking into factory by Patrick Venture · 7 years ago
  100. 7af157b style: function names should be lower camel by Patrick Venture · 7 years ago