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