1. 8187cb1 event_manager: use PDI definitions by Alexander Hansen · 6 weeks ago
  2. cfc27c2 platform-mc: use Metric.Value interface name by Alexander Hansen · 8 weeks ago
  3. f3b3121 platform-mc: use Sensor.Value interface name by Alexander Hansen · 8 weeks ago
  4. a6046a7 fix ci: move to stdexec::inline_scheduler by Alexander Hansen · 8 weeks ago
  5. ffa9b96 numeric_sensor: removed unnecessary include by Patrick Williams · 3 months ago
  6. e7b4f07 platform-mc: Clarify SetTID failure logging by Eric Yang · 4 months ago
  7. 2965f7d platform-mc: Refactor default terminus name code by Konstantin Aladyshev · 3 months ago
  8. 8eedaa6 platform-mc: Use a default terminus name if empty by Aditya Kurdunkar · 5 months ago
  9. 3419e18 platform-mc: Enlist common types for Terminus by Chau Ly · 5 months ago
  10. 1507b1d platform-mc: Add support for sensor unit 'Hertz' by Aditya Kurdunkar · 5 months ago
  11. 502bd60 platform-mc: use MCTP target name as the default terminus name by Kevin Tung · 5 months ago
  12. 8d76eb8 platform-mc: Fix size of getPDRRepositoryInfo cmd by Konstantin Aladyshev · 5 months ago
  13. 12daa10 platform-mc: Correct Created Inventory message level by Konstantin Aladyshev · 5 months ago
  14. 04d2728 numeric_sensor: log threshold even if value unchanged by Peter Yin · 6 months ago
  15. 79931b6 platform-mc: Add structured logging for threshold events by Amithash Prasad · 8 months ago
  16. 22bcb07 Revert "pldm: use std::expected for instance ID allocation" by ManojKiran Eda · 6 months ago
  17. 70262ed pldm: use std::expected for instance ID allocation by Eric Yang · 6 months ago
  18. 2480c57 platform-mc: Refactor all threshold alarms into helpers by Amithash Prasad · 8 months ago
  19. 15d42c5 wstring_convert: pragma out deprecation warning by Patrick Williams · 6 months ago
  20. 378e3f7 platform-mc: Simplify numeric sensor event handler by Amithash Prasad · 8 months ago
  21. 37ab29c platform-mc: Ensure independent terminus init flow by Eric Yang · 10 months ago
  22. 70eca96 Fix build issues after migrating to Clang 20 by Eric Yang · 8 months ago
  23. c40d4a6 requester: associate Entity Manager configs with MCTP endpoints by Unive Tien · 10 months ago
  24. 9a224ae platform-mc: sensor: Support HardShutdown threshold in pldm sensors by Zoey YJ Chung · 9 months ago
  25. f264c08 pldmd: Remove Requester interface from D-Bus by Andrew Jeffery · 9 months ago
  26. 2cb36eb pldm: Migrate to pldm_edac_crc32() by Andrew Jeffery · 9 months ago
  27. 5ea7237 tests: Migrate to placement_new from reinterpret casting by Pavithra Barithaya · 11 months ago
  28. fe25279 Use system include directives for libpldm headers by Manojkiran Eda · 10 months ago
  29. dd1f28b Move dbus_to_terminus_effecter code to platform-mc by Manojkiran Eda · 10 months ago
  30. fdf61cc platform-mc: Defer adding sensor objects from PDRs by Chaul Ly · 12 months ago
  31. 38a09d2 platform-mc: Terminus: Add getSensorNames function by Chau Ly · 10 months ago
  32. 38e12aa Support `terminus_name` option in `dbus_to_terminus_effecter` by Thu Nguyen · 12 months ago
  33. 36b3693 platform-mc : Migrate to placement_new from reinterpret casting by Pavithra Barithaya · 11 months ago
  34. 6baafe4 platform-mc: startSensorPolling post PDR init by Eric Yang · 12 months ago
  35. 8fa40db platform-mc: Call MCTP `.Recover` in the request timeout by Chau Ly · 1 year, 9 months ago
  36. 75e0042 platform-mc: Handle `Connectivity` propertiesChanged signal by Chau Ly · 1 year, 10 months ago
  37. 366507c clang-format: update latest spec and reformat by Patrick Williams · 11 months ago
  38. efa0032 sdbusplus: use shorter type aliases by Patrick Williams · 12 months ago
  39. b6d3943 platform-mc: discovery FRU data from terminus by Dung Cao · 1 year, 7 months ago
  40. 5028734 platform-mc: Support register OEM mechanism to poll events by Dung Cao · 2 years, 2 months ago
  41. 0469b56 Replace all isnan calls with isfinite by Ed Tanous · 1 year ago
  42. 7c14fc4 clang-tidy: Replace NULL with nullptr by Jayanth Othayoth · 1 year, 1 month ago
  43. a187117 platform-mc: Refactor units and range field PDR decode by Amithash Prasad · 1 year, 1 month ago
  44. 9825660 platform-mc: Refactor unit conversion out of constructor by Amithash Prasad · 1 year, 1 month ago
  45. 6dce7d1 platform-mc: Support multi-handlers for polled events by Thu Nguyen · 1 year, 2 months ago
  46. 6e61562 platform-mc: Support GetPLDMVersion by Thu Nguyen · 1 year, 7 months ago
  47. 6894e90 platform-mc: Support register OEM CPER Event class(0xFA) by Thu Nguyen · 1 year, 3 months ago
  48. d197f09 platform-mc: Add pldm entity inventory path by Chau Ly · 2 years, 2 months ago
  49. 1be2072 platform-mc: Unmap TID on get PLDM Type failure by Eric Yang · 1 year, 2 months ago
  50. f00fd43 platform-mc: Set initialized true post-init by Eric Yang · 1 year, 2 months ago
  51. dd6f36c platform-mc: Correct the discovered terminus condition by Thu Nguyen · 1 year, 3 months ago
  52. f48015b platform-mc: Support pollForPlatFormEventMessage by Dung Cao · 2 years, 2 months ago
  53. bd0277e event-manager: Fix handling the event of undiscovered terminus by Thu Nguyen · 1 year, 3 months ago
  54. 2027ff5 platform-mc: Init `hysteresis` value for compact numeric sensors by Thu Nguyen · 1 year, 3 months ago
  55. e188b91 Revert "Fix invalid read by adjusting request size" by Manojkiran Eda · 1 year, 3 months ago
  56. 6d615f1 platform-mc: sensor: Support none-telemetry base unit by Thu Nguyen · 1 year, 9 months ago
  57. 35f2594 Fix invalid read by adjusting request size by Manojkiran Eda · 1 year, 3 months ago
  58. c3ad6c6 platform-mc: Set synchrony mode to enableAsyncKeepAlive as default by Thu Nguyen · 2 years, 2 months ago
  59. 9fc7912 platform-mc: Support CPER Event handler by Thu Nguyen · 1 year, 4 months ago
  60. 22aed8f platform-mc: correct the PLDM sensor operational state handling by Ricky CX Wu · 1 year, 4 months ago
  61. 39a0e71 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 4 months ago
  62. 77e6fe7 platform-mc: Added EventManager by Gilbert Chen · 1 year, 5 months ago
  63. 04ac997 Fix spelling mistakes using codespell by Manojkiran Eda · 1 year, 4 months ago
  64. 51d66b5 platform-mc: Set the local terminus as event receiver by Thu Nguyen · 1 year, 5 months ago
  65. 3012b63 Format meson files with meson.format by Manojkiran Eda · 1 year, 5 months ago
  66. 5763209 platform-mc: Fix `sensorPollingTest` unit-test error by Thu Nguyen · 1 year, 5 months ago
  67. e2b8374 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 5 months ago
  68. eac61a4 platform-mc: Add sensor manager by Gilbert Chen · 3 years, 11 months ago
  69. 16c2a0a clang-format: re-format for clang-18 by Patrick Williams · 1 year, 5 months ago
  70. f1e32c1 platform-mc: Fix sensor aux name pdr parsing by tal-yac · 1 year, 5 months ago
  71. 3c5486d platform-mc: Create Numeric sensor D-Bus object by Thu Nguyen · 1 year, 5 months ago
  72. 98831af platform-mc: test: remove C type cast by Thu Nguyen · 1 year, 5 months ago
  73. b8cf46b platform-mc: Terminus name handling by Thu Nguyen · 1 year, 7 months ago
  74. 61be734 stdexec: pass scheduler to default_task_context by Patrick Williams · 1 year, 5 months ago
  75. ef5c4eb fix type deduction failure in gcc-14 by Manojkiran Eda · 1 year, 6 months ago
  76. 78dd846 platform-mc: terminus_manager: Remove unused 'event' field by Andrew Jeffery · 1 year, 6 months ago
  77. 6b901e4 requester: Use return code instead of throwing exception by Thu Nguyen · 1 year, 6 months ago
  78. de2a132 platform-mc: PDR handling by Gilbert Chen · 3 years, 8 months ago
  79. 29d2f4a terminus_manager: fix spelling of Terminus by Patrick Williams · 1 year, 6 months ago
  80. 2da113f platform-mc: add more exception type by Jerry C Chen · 1 year, 6 months ago
  81. 6c7fed4 platform-mc: Added Terminus/TerminusManager class by Gilbert Chen · 3 years, 11 months ago