1. d7be555 Move source files into application-specific sub-directories by George Liu · 4 months ago[Renamed from src/IntelCPUSensorMain.cpp]
  2. 2aaf717 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  3. 40baf77 Fix: Dimm Temp Sensor name change by PavanKumarIntel · 6 months ago
  4. eacbfdd Enable misc-include-cleaner by Ed Tanous · 9 months ago
  5. de366c8 Enable readability-container-data-pointer by Ed Tanous · 9 months ago
  6. a327923 add hysteresis param to parseThresholdsFromAttr() by Chris Sides · 1 year, 9 months ago
  7. 03d333e dbus-sensors: utils: Utility to get device bus & addr from dev name. by Akshit Shah · 1 year, 5 months ago
  8. 3885757 intelcpusensor: Update DIMM presence check by Matt Simmering · 1 year, 5 months ago
  9. 6e69973 IntelCPUSensor: support new Linux PECI API by Paul Fertser · 1 year, 9 months ago
  10. 4cd5a90 intelcpusensor:always unlock peci fd in detectCPU by Wang Xiaohua · 1 year, 6 months ago
  11. 75f9258 IntelCPUSensor: retry when hwmon nodes not found by Paul Fertser · 1 year, 9 months ago
  12. 28c56bf IntelCPUSensor: use libpeci to open peciFd by Oleksandr Shulzhenko · 1 year, 8 months ago
  13. 779c96a clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  14. 6d0f27b Fix PECI client creation flow by Jae Hyun Yoo · 4 years ago
  15. 77141ac IntelCPUSensor: Use libpeci when communicating via peci-legacy by Oleksandr Shulzhenko · 1 year, 10 months ago
  16. a38e561 Fix for CpuSensor warning observed after bmc reset by Jakub Nowacki · 1 year, 10 months ago
  17. 83db50c Don't use deprecated asio functions by Ed Tanous · 1 year, 10 months ago
  18. 1f97863 Change io_service to io_context by Ed Tanous · 1 year, 10 months ago
  19. ec77caa Fix clang-tidy failures by Ed Tanous · 1 year, 11 months ago
  20. e73bd0a sensors: Align source structure away from anti-patterns by Andrew Jeffery · 2 years ago
  21. 14ed5e9 Add ObjectManager in the right place by Ed Tanous · 2 years, 6 months ago
  22. 9b4a20e Move to steady_timer by Ed Tanous · 2 years, 4 months ago
  23. 054aad8 Remove Configuration interface prefix from utils APIs by Zev Weiss · 2 years, 5 months ago
  24. 6c106d6 Replace boost string predicate functions with stdlib ones by Zev Weiss · 2 years, 5 months ago
  25. 26fb149 IntelCPUSensor: Fix PropertiesChanged callback setup by Zev Weiss · 2 years, 5 months ago
  26. 8908b3c IntelCPUSensorMain: Replace iterator pairs with structured bindings by Zev Weiss · 2 years, 5 months ago
  27. 214d971 Refactor PropertiesChanged handler setup by Zev Weiss · 2 years, 5 months ago
  28. 255da6b cpusensor: Change cpusensor to intelcpusensor by Thu Nguyen · 2 years, 5 months ago[Renamed (98%) from src/CPUSensorMain.cpp]
  29. 92f8f51 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  30. 2049bd2 Clang-tidy-14 fixes by Ed Tanous · 2 years, 6 months ago
  31. bb67932 Apply LambdaBodyIndentation to dbus-sensors by Ed Tanous · 2 years, 8 months ago
  32. 99c4409 Enable cppcoreguidelines-pro-type-vararg check by Ed Tanous · 3 years ago
  33. 74cffa8 Fix clang-tidy header check by Ed Tanous · 3 years ago
  34. a771f6a Enable cppcoreguidelines-init-variables by Ed Tanous · 3 years ago
  35. 0b207a6 cpusensor: Search in peci-0 directory by Lei YU · 3 years, 3 months ago
  36. 04d0506 cpuSensor:Check object validity in async callback by Arun P. Mohanan · 3 years, 2 months ago
  37. 6655823 Take out array size for constexpr std::array by Brandon Kim · 3 years, 2 months ago
  38. 26601e8 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  39. 8a17c30 Make dbus-sensors compile with clang-13 by Ed Tanous · 3 years, 4 months ago
  40. 8685b17 fix klockwork issues by Zhikui Ren · 3 years, 6 months ago
  41. 1263c3d Modify set-value function from external by Bruce Lee · 3 years, 7 months ago
  42. 92b9629 Suppress clang-tidy warning for C++20 by Andrew Jeffery · 3 years, 7 months ago
  43. 9702c9d cpusensor: access inventoryIfaces by reference instead of by value by Zev Weiss · 3 years, 9 months ago
  44. 6205092 CPUSensor: update depth to find hwmonNamePaths by Jeff Lin · 3 years, 11 months ago
  45. 8a57ec0 add clang-tidy by Ed Tanous · 4 years, 3 months ago
  46. dbfd466 Using reference to avoid copy by Zbigniew Kurzynski · 4 years, 3 months ago
  47. 0eee0c1 Fix for sensor labeling by Zbigniew Kurzynski · 4 years, 7 months ago
  48. 63f3866 Moving some methods from threshold to utils by Zbigniew Kurzynski · 4 years, 7 months ago
  49. 8d8d8d7 Exposing power capping values as a sensor by Zbigniew Kurzynski · 4 years, 7 months ago
  50. 38fb598 Update clang format by James Feist · 4 years, 7 months ago
  51. 0a4c480 Adding support for power sensor and average values in CPU domain. by Zbigniew Kurzynski · 4 years, 9 months ago
  52. 59e4798 Fix D-Bus introspect timeout error in cpusensor by Jae Hyun Yoo · 5 years ago
  53. c140e20 CpuSensor: Fallback to ping if no presence sensor by James Feist · 5 years ago
  54. 96e97db src: add missing headers by Patrick Venture · 5 years ago
  55. ca44b2f use quotes for local headers by Patrick Venture · 5 years ago
  56. ffa07e2 cpusensor: refine CPU detection logic by Jae Hyun Yoo · 5 years ago
  57. b6c0b91 Turn on a bunch of warnings by James Feist · 5 years ago
  58. 86dea2b cpusensor: Add thresold offset by Vijay Khemka · 6 years ago
  59. 58295ad cpusensor: detect if cpu is available by James Feist · 6 years ago
  60. 7d47bf5 Replace Skylake with Xeon by Jae Hyun Yoo · 6 years ago
  61. 24f02f2 Remove references to experimental filesystem by James Feist · 6 years ago
  62. 18ae22f Fix an issue in the partially installed CPU case by Jae Hyun Yoo · 6 years ago
  63. 87bf1dd Adjust DIMM detection interval by Jae Hyun Yoo · 6 years ago
  64. 73ca551 Improve cpusensor performance by Jae Hyun Yoo · 6 years ago
  65. 201c8d9 Modify PECI macro uses to prepare PECI header update by Jae Hyun Yoo · 6 years ago
  66. 13f4888 Exclude non-sensor properties from CPU sensor creation by Jae Hyun Yoo · 6 years ago
  67. 3eb8262 Move variant usage to std by James Feist · 6 years ago
  68. e8b60d0 Use cached sensor configuration in CPU sensor service by Jae Hyun Yoo · 6 years ago
  69. cf3bce6 Move filesystem out of experimental namespace by James Feist · 6 years ago
  70. f87dc4c cpusensor: Move kernel includes to the end by James Feist · 6 years ago
  71. d64262b Make CPUsensor service use an async call for CPU sensor creation by Jae Hyun Yoo · 6 years ago
  72. 9c55e6a Fix CPU detect logic to use a bus setting from CPU configs. by Jae Hyun Yoo · 6 years ago
  73. 9ced0a3 Clean up codes by Jae Hyun Yoo · 6 years ago
  74. 8d9886d Prep CPU sensor for no-overlays by Jae Hyun Yoo · 6 years ago
  75. 1bc964e Update CPU hwmon searching path to sync with kernel path by Jae Hyun Yoo · 6 years ago
  76. a441f3c Improve log messages in CPU sensor service to reflect current status correctly by Yoo, Jae Hyun · 6 years ago
  77. 5093805 Stop using mapbox directly by Yoo, Jae Hyun · 6 years ago
  78. a98605a Fix CPU client address config handling by Yoo, Jae Hyun · 6 years ago
  79. 1f5ebbd Change PECI device name by Yoo, Jae Hyun · 6 years ago
  80. f78d0a4 Fix a bug on CPU sensor dbus property creation by Yoo, Jae Hyun · 6 years ago
  81. 81a464c Fix threshold parsing logic of CPU sensors by Yoo, Jae Hyun · 6 years ago
  82. 6714a25 Squashed import of Dbus-Sensors by James Feist · 6 years ago