1. a1f6078 trivial: ci: run apt update before installing software by Mario Limonciello · 19 hours ago master
  2. 36a5ff7 Don't require CPU topology by Mario Limonciello (AMD) · 7 weeks ago 0.2.11
  3. 65a2dcd Extend VARIANT_ID check to support both workstation and kde editions by copilot-swe-agent[bot] · 7 weeks ago
  4. 4cb12a8 s2idle: Look at the socket level for telling how many CPUs are present by Mario Limonciello · 8 weeks ago 0.2.10
  5. 7f6fa73 Fix for incorrect S0ix cycle count in amd-s2idle.py script by mythilam · 9 weeks ago
  6. 4dfec56 Fix tests to patch module-specific open instead of builtins.open by copilot-swe-agent[bot] · 9 weeks ago
  7. ad6e2fc trivial: fix ci failing to build cysystemd by Mario Limonciello · 9 weeks ago
  8. a0b229b Use setuptools-scm instead for dynamic versioning (Closes: #16) by Mario Limonciello · 10 weeks ago
  9. 8e2b339 Drop shebang on non-executable stuff by Mario Limonciello · 3 months ago 0.2.9
  10. 0112482 Fix package for `di-edid-decode` on Fedora by Mario Limonciello · 3 months ago
  11. 0a1b314 Fix variety of pylance/lint issues by Mario Limonciello · 3 months ago
  12. 25d54d1 common: remove needless import by Mario Limonciello · 3 months ago
  13. 35dab61 database: add some missing asserts by Mario Limonciello · 3 months ago
  14. 06aa94a s2idle: fix return type for capture_hw_sleep() by Mario Limonciello · 3 months ago
  15. 94a2ae3 Fix return type in a case of invalid KernelLogger by Mario Limonciello · 3 months ago
  16. 040a102 Fix a few cases that variables are initialized to wrong type by Mario Limonciello · 3 months ago
  17. e736580 Fix missing priority argument for base KernelLogger by Mario Limonciello · 3 months ago
  18. b03a424 s2idle: fix an impossible return type by Mario Limonciello · 3 months ago
  19. 0320364 s2idle: change the return type for EDID capture by Mario Limonciello · 3 months ago
  20. 16881c8 s2idle: ignore a subprocess call error by Mario Limonciello · 3 months ago
  21. 233c972 s2idle: add more coverage for check_amdgpu() by Mario Limonciello · 3 months ago
  22. 7b415d0 s2idle: Require an integrated GPU to be enabled by Mario Limonciello · 3 months ago
  23. f9c283c Fix f-string in IOMMU ACPI failure explanation by sudoBash418 · 3 months ago
  24. 80274f3 s2idle: Calculate end of `test` cycles for long cycles by Mario Limonciello · 4 months ago
  25. f29e4c9 amd-s2idle: Handle missing debugfs for pinctrl-amd by Mario Limonciello · 4 months ago
  26. 0296fba Revert "s2idle: Exclude family 0x1a model 0x68 from IOMMU checks" by Mario Limonciello · 4 months ago
  27. 52b91c2 s2idle: Exclude family 0x1a model 0x68 from IOMMU checks by Mario Limonciello · 4 months ago
  28. ba4af4c Fix in-tree URL from readme by Mario Limonciello · 4 months ago
  29. b06b734 Add explicit link for in-tree docs too by Mario Limonciello · 4 months ago 0.2.8
  30. d4d0dc3 Split out documentation to it's own files by Mario Limonciello · 4 months ago
  31. baa62a8 Add support for dbus-next by Mario Limonciello · 4 months ago
  32. 007d017 In prerequisites capture the inferred ACPI C state information by Mario Limonciello · 4 months ago
  33. 1bba3fe Put 💯 back in stdout by Mario Limonciello · 5 months ago
  34. af0a1d0 Update failed prerequisites symbol by Mario Limonciello · 5 months ago
  35. 87faf0a amd-s2idle: Show cysystemd use by Mario Limonciello (AMD) · 5 months ago
  36. 8a833d3 ttm: Use relaunch_sudo() by Mario Limonciello · 5 months ago 0.2.6 0.2.7
  37. e355b71 trivial: install top level script for amd-ttm by Mario Limonciello (AMD) · 5 months ago
  38. 1d365da trivial: add unit test for amd_ttm launcher.py too by Mario Limonciello (AMD) · 5 months ago
  39. 0407d08 Add amd-ttm tool by Mario Limonciello (AMD) · 5 months ago
  40. 2d777e2 Loosen check on kernel taint by Mario Limonciello (AMD) · 5 months ago
  41. 9e06e41 Add support for writing NVIDIA's suspend interface by Mario Limonciello (AMD) · 5 months ago
  42. d9fbee4 Switch all commands to have --version by Mario Limonciello (AMD) · 5 months ago
  43. c8bf849 Patch calls to `dmesg` during tests by Mario Limonciello (AMD) · 5 months ago
  44. 8973072 amd_bios: Fix argument interpretation by Mario Limonciello · 5 months ago 0.2.5
  45. cacc616 prerequisites: Handle pre-boot DMA off but MSFT0201 in IVRS by Mario Limonciello · 6 months ago
  46. 7a0b548 prerequisites: Re-order IOMMU tests by Mario Limonciello · 6 months ago
  47. b5a3c61 s2idle: Handle the case that PMC driver is missing in port_pm_override check by Mario Limonciello · 6 months ago
  48. 4bbc68f prerequisites: check_fadt now catches FileNotFoundError for FACP by TigerGorilla2 · 7 months ago 0.2.4
  49. 2d2bad7 s2idle: fix quote reuse inside f-string for older python versions by TigerGorilla2 · 7 months ago
  50. 248d0f3 installer: install_dep_superset now returns None on success and 1 any error by TigerGorilla2 · 7 months ago
  51. 0127a25 bios: main now returns None on success and 1 any error by TigerGorilla2 · 7 months ago
  52. 2db5fb5 pstate: main now returns None on success and 1 any error by TigerGorilla2 · 7 months ago
  53. a43cb3e s2idle: main now returns None on success and 1 any error by TigerGorilla2 · 7 months ago
  54. ddb27f7 launcher: return 1 on unknown exe by TigerGorilla2 · 7 months ago
  55. 2b43bf5 s2idle: Only check path once by Mario Limonciello · 7 months ago
  56. 00cac70 s2idle: Correct messaging for lockdown without HW sleep by Mario Limonciello · 7 months ago
  57. a3dac0f trivial: drop dma protection message by Mario Limonciello · 7 months ago 0.2.3
  58. 6fcc572 Add wakeup sources to a table by Mario Limonciello · 7 months ago
  59. 1bca7d5 Reformat duration of NaN to 0 by Mario Limonciello · 7 months ago
  60. b084202 Output more data in HTML tables by Mario Limonciello · 7 months ago
  61. f8179d4 trivial: fix a failure message punctuation by Mario Limonciello · 7 months ago
  62. 929e513 trivial: drop debug messages for new kernel by Mario Limonciello · 7 months ago
  63. 151f62d s2idle: don't show error for edid-decode in debug log by Mario Limonciello · 7 months ago
  64. 218eefb trivial: fix pylint errors in sleep_report by Mario Limonciello · 7 months ago
  65. 1874949 s2idle: Generate report even if prerequisites fail by Mario Limonciello · 7 months ago
  66. c3dca54 s2idle: require at least 4 seconds to pass for --random test by Mario Limonciello · 7 months ago
  67. df3b208 s2idle: require random tests to be at least 4 seconds by Mario Limonciello · 7 months ago
  68. 7daa57a fix `amd-s2idle test --help` output by Mario Limonciello · 7 months ago
  69. 2d206f7 trivial: fix an error parsing EDID without UTF-8 data. by Mario Limonciello · 7 months ago
  70. 0e377f1 trivial: filter some more things from /proc/cmdline by Mario Limonciello · 7 months ago
  71. 3fc9628 s2idle: Fix EDID capture by Mario Limonciello · 7 months ago
  72. ef69525 s2idle: add unit tests for suspend by Mario Limonciello · 7 months ago
  73. 97f242c s2idle: use os.write() instead of write() for suspend sequence by Mario Limonciello · 7 months ago
  74. 5dd8b03 s2idle: Handle duration being zero more cleanly by Mario Limonciello · 7 months ago
  75. 3910bef drop battery and hw sleep graphic for markdown by Mario Limonciello · 7 months ago 0.2.2
  76. adf9597 validator: don't fail to capture hardware sleep if file missing by Mario Limonciello · 7 months ago
  77. 39433d6 amd-s2idle: default to report debugging enabled by Mario Limonciello · 7 months ago
  78. 70bf6c4 trivial: fix SystemdLogger by Mario Limonciello · 7 months ago
  79. a4774ac trivial: fix ip version lookup false positives by Mario Limonciello · 7 months ago
  80. 4d9400c trivial: installer: avoid showing --help output for di-edid-decode by Mario Limonciello · 7 months ago
  81. 80ad395 Add support di-edid-decode by Mario Limonciello · 7 months ago
  82. 7e11576 trivial: add unit tests for dmcub dpia check by Mario Limonciello · 7 months ago
  83. b9cd4b8 Add a check for DCN 3.5.0 DMCUB microcode version by Mario Limonciello · 7 months ago
  84. 1bc53be trivial: fix low hardware sleep percent message by Mario Limonciello · 7 months ago
  85. 76b11c9 prerequisites: Make executables more optional by Mario Limonciello · 8 months ago
  86. 75e8aa7 installer: handle unsupported distros better by Mario Limonciello · 8 months ago
  87. fa66c0a Pre-boot DMA protection is read by the USB4 routers, but if USB4 has been by Mario Limonciello · 8 months ago
  88. 43c4a3a Combine USB4/USB3 lines by Mario Limonciello · 8 months ago 0.2.1
  89. 9fcfaf9 Drop double print of PC6/CC6 check by Mario Limonciello · 8 months ago
  90. a04e491 Drop double print of CPU by Mario Limonciello · 8 months ago
  91. d24096f s2idle: Mark edid-decode for installation by Mario Limonciello · 8 months ago
  92. 2aa76e9 trivial: set vscode to use pytest by Mario Limonciello · 8 months ago
  93. d79f994 Output the default and all options for format with the default colored by Mario Limonciello · 8 months ago
  94. 206d1dd Add a helper to colorize default choices by Mario Limonciello · 8 months ago
  95. 42de6c8 Capture EDID data in prerequisites by Mario Limonciello · 8 months ago
  96. 302598b Add support for mapping the EDID to a display connector by Mario Limonciello · 8 months ago
  97. 7942775 Add a helper to wrap a newline delimitted message by Mario Limonciello · 8 months ago
  98. 37c1167 Fix prefix for i2c devices by Mario Limonciello · 8 months ago
  99. d3759b8 Add support to install edid-decode by Mario Limonciello · 8 months ago
  100. f15bb7d trivial: set vscode test path properly by Mario Limonciello · 8 months ago