1. a19bd42 Increase timeout before logging PEL when OCC sensors unavailable by Chris Cain · 6 weeks ago
  2. 7651c06 Prevent missing sensor PEL when host is not running by Chris Cain · 9 weeks ago
  3. 1c3349e Update PEL to Predictive when unable to get OCC PDRs by Chris Cain · 2 months ago
  4. 4b82f3e Create PEL if unable to get the OCC PDRs by Chris Cain · 2 months ago
  5. 755af10 Handle other PLDM_STATE_SET_OPERATIONAL states by Chris Cain · 4 months ago
  6. fb0a5c3 occ_manager: add missing PLDM check by Patrick Williams · 4 months ago
  7. 4800249 prefer std::format over fmt by Patrick Williams · 5 months ago
  8. ae157b6 Force fans to high when no valid temp from sensors by Chris Cain · 5 months ago
  9. ad8f452 Create sensors for DIMM DVFS temps by Matt Spinler · 8 months ago
  10. 818cc8d Support multiple sensors of same fru_type/label by Matt Spinler · 8 months ago
  11. c86d80f Implement processor throttle dbus properties by Chris Cain · 1 year, 2 months ago
  12. a49c987 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  13. 082a6ca Handle OCC active sensor updates prior to host runtime by Chris Cain · 1 year, 4 months ago
  14. af40808 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  15. f55f91a Restart discover timer to ensure recovery is attempted by Chris Cain · 2 years, 1 month ago
  16. 31a2f13 Add safe mode to user interface by Sheldon Bailey · 2 years, 2 months ago
  17. 9789e71 Log a PEL for communication, presence mismatch, and safe state errors by Eddie James · 2 years, 1 month ago
  18. c8dd459 Fix Max fan speed with Deconfigured DIMM by Sheldon Bailey · 2 years, 2 months ago
  19. 7f89e4d Prevent using stale data when active sensors were queued by Chris Cain · 2 years, 2 months ago
  20. 733b201 Prevent repeatedly reading PLDM sensors when proc garded by Chris Cain · 2 years, 2 months ago
  21. cd0940b failure to get OCC temp 0 by Sheldon Bailey · 2 years, 2 months ago
  22. 6d8f37a Ensure occActive called after device enabled by Chris Cain · 2 years, 2 months ago
  23. bd551de Queue active sensor updates before status objs created by Chris Cain · 2 years, 2 months ago
  24. 613dc90 Create PowerMode object before status objects by Chris Cain · 2 years, 3 months ago
  25. ea2b22e BMC: Fan control for Idle Power saver by Sheldon Bailey · 2 years, 3 months ago
  26. d4c19a0 Prevent updating power cap sysfs file when OCC not active by Chris Cain · 2 years, 2 months ago
  27. bae4d07 Wait for OCC Active PDR to become available by Chris Cain · 2 years, 4 months ago
  28. 7e374fb Ignore PLDM message if status objects not created by Chris Cain · 2 years, 3 months ago
  29. 373af75 openpower-occ-control:failure to read OCC state. by Sheldon Bailey · 2 years, 4 months ago
  30. e2d0a43 Handle file errors when device path gets unbound by Chris Cain · 2 years, 3 months ago
  31. 40501a2 Monitor for power cap changes when occ-control started by Chris Cain · 2 years, 4 months ago
  32. 5d66a0a Expose power cap min/max on dbus by Chris Cain · 2 years, 5 months ago
  33. cb018da Fix OCC active check in SBE timeout path by Eddie James · 2 years, 4 months ago
  34. 2a751d7 Check for OCC active before sending HRESET by Eddie James · 2 years, 4 months ago
  35. 1718fd8 Hold off OCC communication if targets not ready by Chris Cain · 2 years, 5 months ago
  36. 1be4337 Read default power mode & IPS parameters from DBus by Chris Cain · 2 years, 7 months ago
  37. 6fa848a Fix occ-control terminations by Chris Cain · 2 years, 5 months ago
  38. d84a833 Update total power units on dbus by Chris Cain · 2 years, 6 months ago
  39. 36f9cde Add support for OEM Power Modes by Chris Cain · 2 years, 7 months ago
  40. f3a4a69 Fix some warnings by cppcheck by George Liu · 2 years, 6 months ago
  41. a7b74dc Clean up error cases on boot or when app restarted by Chris Cain · 2 years, 8 months ago
  42. 1725767 Send ambient and altitude to OCC by Chris Cain · 2 years, 9 months ago
  43. ace67d8 Add proc IO Ring and core/IO ring DVFS sensors by Matt Spinler · 2 years, 9 months ago
  44. cbad219 Add SBE timeout handling by Eddie James · 2 years, 9 months ago
  45. 1d51da2 Use Idle Power Saver parameters from DBus by Chris Cain · 2 years, 10 months ago
  46. 5901abd Add chassis association to sensors by Matt Spinler · 2 years, 9 months ago
  47. ff7afd9 Use big core numbering for P10 cores by Matt Spinler · 2 years, 10 months ago
  48. bcef3b4 Replace std::experimental::filesystem with std::filesystem by George Liu · 2 years, 10 months ago
  49. b5ca101 Update clang-format by George Liu · 2 years, 10 months ago
  50. d267cec Find P10 OCCs by looking in /dev by Matt Spinler · 2 years, 10 months ago
  51. a26f152 Check for read failures during sensor monitoring by Matt Spinler · 2 years, 10 months ago
  52. 53f6814 Set sensors to NaN when polling is stopped by Matt Spinler · 2 years, 10 months ago
  53. 14d1402 The label field for temperature sensors is decimal by Matt Spinler · 2 years, 10 months ago
  54. abbcfc5 Temporarily remove label vs frutype mismatch trace by Matt Spinler · 2 years, 10 months ago
  55. 8b8abee Support 0xFF fru_type values by Matt Spinler · 2 years, 10 months ago
  56. bb895cb Read proc temps and dimm temps by Chicago Duan · 3 years, 1 month ago
  57. 78e8601 Send OCC mode change and IPS parms after reaching active state by Chris Cain · 3 years, 4 months ago
  58. f3b7514 Refactor D-Bus object by George Liu · 3 years, 1 month ago
  59. a8857c5 Trigger periodic OCC POLL commands when the OCCs are running by Chris Cain · 3 years, 5 months ago
  60. 0032523 pldm: Add support for OCC reset by Tom Joseph · 4 years ago
  61. 815f9f5 pldm: Add support for OCC state changes by Tom Joseph · 4 years ago
  62. 94df8c9 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  63. dae2d94 Only add presence watching when all OCCs are bound by Eddie James · 7 years ago
  64. 9fd2bdc Re-enable OCC error watching by Edward A. James · 7 years ago
  65. 41470e5 Powercap: add p8 support by Lei YU · 7 years ago
  66. 30417a1 Create OCC objects on app startup by Deepak Kodihalli · 7 years ago
  67. 636577f Add OCC present count detection and watch by Edward A. James · 7 years ago
  68. b5259a1 Add occ_ prefix for i2c occ dbus objects by Lei YU · 7 years ago
  69. 370f06b Always watch for CPU inventory creation by Deepak Kodihalli · 7 years ago
  70. dfc7ec7 Split occ_manager.hpp into header and source files by Vishwanatha Subbanna · 7 years ago