1. 6733b95 intrusionsensor: systemd: Use qualified path by Brad Bishop · 2 years, 8 months ago
  2. 9eb0cc3 hwmon-temp-sensor: Support sensor with missing labels by Willy Tu · 2 years, 9 months ago
  3. 75872ef Always fill both values for a threshold interface by Konstantin Aladyshev · 3 years, 8 months ago
  4. 7c97730 hwmontempsensor: Add NCT6779 to sensorTypes by Zev Weiss · 2 years, 8 months ago
  5. b5d7a7f NVMeContext: Rework sensor removal concurrent to polling by Andrew Jeffery · 2 years, 8 months ago
  6. 0b1ae9f Fansensor: remove SOC info by Potin Lai · 3 years ago
  7. ddf25d1 Fansensor: Support ast26xx pwm/tach by Howard Chiu · 3 years, 1 month ago
  8. 7dd6443 HwmonTempSensor: Fix a crash when an I3C device is scanned by Jae Hyun Yoo · 2 years, 10 months ago
  9. 8454571 Fix for cpusensor going into D state. by Arun Lal K M · 3 years ago
  10. 31ec7db Revert "hwmon-temp-sensor: Support sensor with missing labels" by Matt Spinler · 2 years, 9 months ago
  11. fefdbe7 HwmonTempMain: fix sensor index of Name1 by Potin Lai · 2 years, 11 months ago
  12. 0f58094 hwmon-temp-sensor: Support sensor with missing labels by Willy Tu · 2 years, 9 months ago
  13. a7afacc NVMeBasicContext: Fix response vector size by Andrew Jeffery · 2 years, 9 months ago
  14. 7aeb1a5 NVMeBasicContext: Account for invalid drive status by Andrew Jeffery · 2 years, 10 months ago
  15. 14108bb NVMeBasicContext: Defer polling sensors that are in error by Andrew Jeffery · 2 years, 10 months ago
  16. 8c7074e NVMeBasicContext: Poll all sensors each polling interval by Andrew Jeffery · 2 years, 10 months ago
  17. 30cccb1 nvmesensor: Remove MCTP transport implementation by Andrew Jeffery · 2 years, 10 months ago
  18. 25e20bd NVMeBasicContext: Reject bad I2C bus IDs by Andrew Jeffery · 2 years, 10 months ago
  19. 8418975 Move sensorClass and subtype to separate functions by Jayashree Dhanapal · 2 years, 10 months ago
  20. 3f556a8 meson: simplify dependencies by Patrick Williams · 2 years, 10 months ago
  21. 58fa1a5 nvmesensor: Service requires EntityManager by Andrew Jeffery · 2 years, 10 months ago
  22. 84c1687 NVMeBasicContext: Allocate streambuf where it's used by Andrew Jeffery · 2 years, 10 months ago
  23. fad3605 sensor: Add inError() method by Andrew Jeffery · 2 years, 10 months ago
  24. f16c2cf hwmontempsensor: Remove trace by Matt Spinler · 2 years, 10 months ago
  25. 842e543 PSUSensor: Add device type adm1293 by Zhikui Ren · 2 years, 10 months ago
  26. 85fa3c6 PSUSensor: add raa229126 type and labels by Zhikui Ren · 2 years, 11 months ago
  27. 6ad74d9 adc: Only process CPUReq sensors when CPUs change by Matt Spinler · 2 years, 10 months ago
  28. 5431c49 Don't tidy/format files in subproject by Ed Tanous · 2 years, 10 months ago
  29. 6f379ce dbus-sensors: Add new psu sensor labels and sensor type by Tim Chao · 2 years, 11 months ago
  30. 5cf66df Add support for flex bmr490 by linchuyuan · 3 years, 1 month ago
  31. 9f3a74e Fix for hwmontemp sensor to avoid invoking same sensor by Jayashree Dhanapal · 3 years ago
  32. 27cac0b Remove unused debug variable in NvmeSensorMain by Ed Tanous · 2 years, 11 months ago
  33. 86d8301 Remove pessimizing std::move by Ed Tanous · 2 years, 11 months ago
  34. 76b2bc7 Fix lifetime bug by Ed Tanous · 2 years, 11 months ago
  35. 7d6b77d sensors: Fix typo in PSUSensorMain ISL69225 by Khang Kieu · 2 years, 11 months ago
  36. 7303063 Enable cppcoreguidelines-avoid-goto checks by Ed Tanous · 3 years ago
  37. 8d0fd3c Thresholds: Support all valid severity types by Rashmica Gupta · 3 years, 1 month ago
  38. 99c4409 Enable cppcoreguidelines-pro-type-vararg check by Ed Tanous · 3 years ago
  39. 17551b8 Remove isValidLevel() by Ed Tanous · 3 years ago
  40. 51ad667 sensors: Add support for ISL69225 sensor for dbus-sensors by Khang Kieu · 2 years, 11 months ago
  41. 3928741 sensors: don't pass excess conn handler by Andrei Kartashev · 3 years ago
  42. c8fed20 Rearrange thresholds to be pair based by Ed Tanous · 3 years ago
  43. 74cffa8 Fix clang-tidy header check by Ed Tanous · 3 years ago
  44. 30eb03f Remove redundant empty check by Ed Tanous · 3 years ago
  45. f69fbf9 Consistently use std::pair<double, double> limits by Ed Tanous · 3 years ago
  46. 62fd807 thresholds: Fix typo in interface name by Rashmica Gupta · 3 years ago
  47. d2208a9 thresholds: Make variable naming and type the same by Rashmica Gupta · 3 years ago
  48. 6529136 Enable cppcoreguidelines-special-member-functions check by Ed Tanous · 3 years ago
  49. 532c864 Enable cppcoreguidelines-avoid-c-arrays by Ed Tanous · 3 years ago
  50. a771f6a Enable cppcoreguidelines-init-variables by Ed Tanous · 3 years ago
  51. a25223c Alphabetize clang-tidy by Ed Tanous · 3 years ago
  52. 091c92c Add Softshutdown and Hardshutdown threshold interface by Jayashree Dhanapal · 3 years ago
  53. 3ec41c5 Add reporting of Relative Humidity for Hwmon by Bruce Mitchell · 3 years, 1 month ago
  54. 4786334 HwmonTempSensor: add HDC1080 by Potin Lai · 3 years, 1 month ago
  55. 5667808 Move threshold interfaces to common function by Jayashree Dhanapal · 3 years ago
  56. 3c969f6 hwmontemp: Remove trace for unmatched hwmon file by Matt Spinler · 3 years ago
  57. 5010724 utils: fix interface usage for OperatingSystemState by Andrei Kartashev · 3 years ago
  58. 45f2702 Refactoring threshold properties code. by Jayashree Dhanapal · 3 years, 1 month ago
  59. 0b207a6 cpusensor: Search in peci-0 directory by Lei YU · 3 years, 3 months ago
  60. afd55b9 NVMeSensorMain: Remove sensors when removing configs by Andrew Jeffery · 3 years, 1 month ago
  61. 3db6f9c NVMeContext: Add the ability to remove NVMeSensors by Andrew Jeffery · 3 years, 1 month ago
  62. 0c23fc3 NVMeSensor: Centralise configuration type by Andrew Jeffery · 3 years, 1 month ago
  63. 6a4e973 utils: Refactor findFiles() by Lei YU · 3 years, 3 months ago
  64. d320414 test: Add test_Utils by Lei YU · 3 years, 2 months ago
  65. 5a86e56 Fixes Units for Temperature & Pressure for Hwmon by Bruce Mitchell · 3 years, 1 month ago
  66. 0e68f19 Revert "Add beep support for PSU" by Paul Fertser · 3 years, 5 months ago
  67. 544e7dc DPS310 temperature pressure, SI7020 temperature by Bruce Mitchell · 3 years, 5 months ago
  68. b58ac3a PSUSensor: Add MP5023 into whitelist by Howard Chiu · 3 years, 1 month ago
  69. a2df786 Make list single line by Ed Tanous · 3 years, 1 month ago
  70. 57574ad NVMeSensorMain: Avoid context variable by Andrew Jeffery · 3 years, 1 month ago
  71. ee16434 NVMeSensorMain: Drop use of baseConfiguration pointer by Andrew Jeffery · 3 years, 1 month ago
  72. 5f070ff NVMeSensorMain: Collapse continue conditions by Andrew Jeffery · 3 years, 1 month ago
  73. 84dfb54 NVMeSensorMain: Make early exits contiguous by Andrew Jeffery · 3 years, 1 month ago
  74. 14a6982 NVMeSensorMain: Move context definition to where it's used by Andrew Jeffery · 3 years, 1 month ago
  75. c7a89e5 NVMeSensorMain: Define provideRootBusContext() by Andrew Jeffery · 3 years, 1 month ago
  76. 66ab840 NVMeSensorMain: Define deriveRootBus() by Andrew Jeffery · 3 years, 1 month ago
  77. 710562a NVMeSensorMain: Define deriveRootBusPath() by Andrew Jeffery · 3 years, 1 month ago
  78. e671f05 NVMeSensorMain: Define extractSensorName() by Andrew Jeffery · 3 years, 1 month ago
  79. 3412356 NVMeSensorMain: Define extractBusNumber() by Andrew Jeffery · 3 years, 1 month ago
  80. f690f0c NVMeSensorMain: Extract lambda body by Andrew Jeffery · 3 years, 1 month ago
  81. 04d0506 cpuSensor:Check object validity in async callback by Arun P. Mohanan · 3 years, 2 months ago
  82. daf6f56 Added JC42 JEDEC standard memory temp sensor support by hsangani · 3 years, 1 month ago
  83. 00bd56d TachSensor: fix checkThresholds regression by Zhikui Ren · 3 years, 2 months ago
  84. 77518b2 Fix possible seg faults in Cpu and tach by Ed Tanous · 3 years, 2 months ago
  85. cb5af73 psusensor: Add power state for label by Lotus Xu · 3 years, 4 months ago
  86. 6655823 Take out array size for constexpr std::array by Brandon Kim · 3 years, 2 months ago
  87. da98f09 psusensor: fix psu pwm sensor name by Zhikui Ren · 3 years, 2 months ago
  88. 45f844a Fix for sensor value PATCH in manufacturing mode by Arun P. Mohanan · 3 years, 2 months ago
  89. 9ca98ec nvmesensor: Make commuication error messages more informative by Andrew Jeffery · 3 years, 2 months ago
  90. 3859c7f NVMeBasicContext: Don't poll the sensor if it's not available by Andrew Jeffery · 3 years, 2 months ago
  91. 3291b9c Sensor mutability interface by Jie Yang · 3 years, 5 months ago
  92. b782eec [CPUSensor] Remove interface in destructor by Arun P. Mohanan · 3 years, 3 months ago
  93. 1dc85f5 psusensor: fix sensor name matching during rescan by Zhikui Ren · 3 years, 3 months ago
  94. 26601e8 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  95. a040ec4 ADCSensor: Changed error log by krishnar4 · 3 years, 3 months ago
  96. 3fed674 Revert "Reading min and max values from the rated files exposed by hwmon" by Agata Wiatrowska · 3 years, 3 months ago
  97. 1e34cec thresholds: support hysteresis field if supplied by Rashmica Gupta · 3 years, 4 months ago
  98. 587941d nvmesensor: Enable by default by Andrew Jeffery · 3 years, 8 months ago
  99. 88122e7 nvmesensor: Disable NVMe MI MCTP by default by Andrew Jeffery · 3 years, 8 months ago
  100. 6f25e7e nvmesensor: Introduce nvme-mi-mctp build feature by Andrew Jeffery · 3 years, 8 months ago