1. f5a0014 Merge pull request #161 from qperret/gem5/stats/match-regex by setrofim · 7 years ago
  2. 4b36439 module/cgroups: robustify task freezer by Quentin Perret · 7 years ago
  3. 3c8294c module/gem5stats: better document match() and match_iter() behaviours by Quentin Perret · 7 years ago
  4. 64c865d module: gem5stats: enhance match() with regex support by Quentin Perret · 7 years ago
  5. 38258eb module: gem5stats: enable asynchronous origins in gem5 stats file by Quentin Perret · 7 years ago
  6. d25beb5 gem5stats: fix missing import for TargetError by Ionela Voinescu · 7 years ago
  7. 63e6040 module/cpufreq: rename get_domain_cpus by Sergei Trofimov · 7 years ago
  8. e206e9b module/cpufreq: fix get_affected_cpus docstring by Sergei Trofimov · 7 years ago
  9. 36aa3af module/cpufreq: fix domain cpus. by Sergei Trofimov · 7 years ago
  10. b54dc19 devlib/module/thermal: Fix thermal zone disabling by Valentin Schneider · 7 years ago
  11. ce48ad2 module: gem5stats: add an iterator to match records by Quentin Perret · 7 years ago
  12. baedd67 module: Control and parse gem5's statistics log file by Quentin Perret · 7 years ago
  13. 3660361 Raise a ValueError when trying to set a property of a type of core which is offline by Anthony Barbier · 7 years ago
  14. 1199f25 Check if any big/LITTLE core is online before dereferencing an potentially empty list by Anthony Barbier · 7 years ago
  15. 0cac92a cpufreq: Add possible error message for failing to set governor by Brendan Jackman · 7 years ago
  16. dc32fa9 cpufreq: Add iter_domains method by Brendan Jackman · 7 years ago
  17. f4d3c60 Merge pull request #107 from bjackman/cpufreq-expose-tunable-error by setrofim · 7 years ago
  18. 5c036ea cpufreq: Expose error when writing invalid governor tunable by Brendan Jackman · 7 years ago
  19. a6fb5b5 cpufreq: Fix docstring for `cpu` parameter by Brendan Jackman · 7 years ago
  20. b444ae6 cpufreq: Fixed set_x_for cpus by Marc Bonnici · 7 years ago
  21. 76c4a72 Merge pull request #84 from bjackman/cgroups-fix-run-into by setrofim · 7 years ago
  22. de61937 cgroups: Strip shutils log message from run_into output by Brendan Jackman · 7 years ago
  23. d0e28f0 cgroups: Fix run_into method by Brendan Jackman · 7 years ago
  24. dbd1299 cgroups: Extend docstrings for run_into[_cmd] by Brendan Jackman · 7 years ago
  25. beaa229 hwmon: Use as_root=True when listing directories by Brendan Jackman · 7 years ago
  26. 689c478 Merge pull request #79 from bjackman/cpuidle-additions by setrofim · 8 years ago
  27. c9f7e0e cpuidle: Add docstrings for properties requiring units by Brendan Jackman · 8 years ago
  28. 7cc8675 cpuidle: Add getter for target residency by Brendan Jackman · 8 years ago
  29. b569a56 cgroups: add support for multi-controller hierarchies by Patrick Bellasi · 8 years ago
  30. 103f792 cgroups: use subsystems namedtuple in the controllers mounting loop by Patrick Bellasi · 8 years ago
  31. b2ec957 shutils/cgroups: fix run_into support by Patrick Bellasi · 8 years ago
  32. 3dd4ea6 cgroups: Remove quotes from grep expressions in move_all_tasks_to by Brendan Jackman · 8 years ago
  33. 2f35999 cgroups: Mount cgroups controllers in devlib working dir by Brendan Jackman · 8 years ago
  34. c89f712 cgroups: Raise RuntimeError in freeze if no freezer controller by Brendan Jackman · 8 years ago
  35. 290af66 Merge pull request #70 from derkling/cgroups-fix-mount-rw by setrofim · 8 years ago
  36. 6cdae6b ftrace: Poke all CPUs for cpu_idle events before collecting trace by Brendan Jackman · 8 years ago
  37. da128f9 cgroups: ensure CGroups are mounted RW by Patrick Bellasi · 8 years ago
  38. d3a02d9 cpuidle: Make desc, name, latency, power memoized properties by Brendan Jackman · 8 years ago
  39. f1b4bf2 cpufreq: Add function to get CPUs in frequency domain by Brendan Jackman · 8 years ago
  40. af4214c cpufreq: Improve error when setting all CPUs to unsupported governor by Brendan Jackman · 8 years ago
  41. 730bb60 cgroup: fix documentation of freeze function by Patrick Bellasi · 8 years ago
  42. c8f118d cgroups: change log level to avoid cluttering caller output by Patrick Bellasi · 8 years ago
  43. 23ad61f cgroups: add support for tasks freezing by Patrick Bellasi · 8 years ago
  44. 75a086d cgroups: add support for CPUs isolation by Patrick Bellasi · 8 years ago
  45. 21d18f8 cgroups: fix support to filter tasks to move into a specified CGroup by Patrick Bellasi · 8 years ago
  46. 3cab786 cgroups: use shutils for move_tasks by Patrick Bellasi · 8 years ago
  47. d8ae3ab cgroups: add couple of methods to return the tasks of a CGroup by Patrick Bellasi · 8 years ago
  48. 42efd0a cgroups: add support list tasks in a specified CGroup by Patrick Bellasi · 8 years ago
  49. f9cb932 cgroups: fix get_states() return value when passing integer state by Michele Di Giorgio · 8 years ago
  50. 616f229 cgroups: requires initialization after the "setup" stage by Patrick Bellasi · 8 years ago
  51. 4b58c57 cgroups: make probe method more robust by Patrick Bellasi · 8 years ago
  52. 3acf5d5 cgroups: run some commands with root permissions by Patrick Bellasi · 8 years ago
  53. 658005a cgroups: properly format attributes path and check for being supported by Patrick Bellasi · 8 years ago
  54. 15f9c03 cgroups: keep track if a controller is mounted with noprefix option by Patrick Bellasi · 8 years ago
  55. 2873939 cgroups: add a couple of functions to move tasks among groups by Patrick Bellasi · 8 years ago
  56. 7112cfe cgroup: demote info logging statement by Patrick Bellasi · 8 years ago
  57. e2e5e68 cgroups: use splitlines instead of split('\n') by Patrick Bellasi · 8 years ago
  58. a65ff13 cgroups: fix attributes reporting for controller with only one attribute by Patrick Bellasi · 8 years ago
  59. 51b7f01 cpufreq: add functions to get frequencies and governors for all online CPUs by Patrick Bellasi · 9 years ago
  60. cf76131 cpufreq: switch to usage of shutils functions by Patrick Bellasi · 9 years ago
  61. c7fc01c module: Add thermal support by Punit Agrawal · 9 years ago
  62. 701e6ad cpufreq: add method to trace current frequencies by Patrick Bellasi · 9 years ago
  63. f46057f Merge pull request #3 from derkling/drk-for-master by setrofim · 9 years ago
  64. b598b38 cpufreq: add methods to configure all CPUs at once by Patrick Bellasi · 9 years ago
  65. 4dcb497 cpufreq: add methods to set the governor for a specified set of CPUs by Patrick Bellasi · 9 years ago
  66. 9c9a748 cgroups: big refactoring to make it more generic by Patrick Bellasi · 9 years ago
  67. cbe80da cpufreq: make probing more robust by Patrick Bellasi · 9 years ago
  68. b19d76d cpufreq: fix probe method to support Intel machine by Patrick Bellasi · 9 years ago
  69. 7ba791b hotplug: make hotplug probing more robust by Patrick Bellasi · 9 years ago
  70. 4e6afe9 devlib initial commit. by Sergei Trofimov · 9 years ago