1. a068fb9 Merge pull request #96 from bjackman/devlib-error-name by setrofim · 7 years ago
  2. 96ff1aa Merge pull request #95 from bjackman/android-setup-error by setrofim · 7 years ago
  3. 3298205 android: Improve error when _setup_ls fails by Brendan Jackman · 7 years ago
  4. 1fa6f92 DevlibError: Fix project name in docstring by Brendan Jackman · 7 years ago
  5. 6410318 Merge pull request #94 from marcbonnici/typos by setrofim · 7 years ago
  6. 8733b9c Modules Documentation: Fixed typos by Marc Bonnici · 7 years ago
  7. 0687dac Target: Invalidates _connected_as_root on reboot or reset. by Marc Bonnici · 7 years ago
  8. 08e36bf gem5: fix for the previous fix by Sergei Trofimov · 7 years ago
  9. d40e70d gem5: updating plaform with base params by Sergei Trofimov · 7 years ago
  10. fef7c16 utils/misc: allow modules in walk_modules input by Sergei Trofimov · 7 years ago
  11. 05215e7 Merge pull request #92 from ionela-voinescu/force_adb_root by setrofim · 7 years ago
  12. 66eaf15 android: add support for forced adb root by Ionela Voinescu · 7 years ago
  13. 1dd6950 utils/misc: attach exc_info on error in walk_modules by Sergei Trofimov · 7 years ago
  14. 23087d1 Merge pull request #91 from bjackman/kernelversion-fixup by setrofim · 7 years ago
  15. 6665693 target: Fix kernel version regex for -rc field by Brendan Jackman · 7 years ago
  16. 18b77b8 target: Add `parts` field to KernelVersion by Brendan Jackman · 7 years ago
  17. 54adf80 target: Add KernelVersion docstring by Brendan Jackman · 7 years ago
  18. 03561ee target: Make KernelVersion fields numerical by Brendan Jackman · 7 years ago
  19. e968901 Merge pull request #90 from derkling/improve-kversion-parsing by setrofim · 7 years ago
  20. 9a8d539 target: better parse kernel version numbers by Patrick Bellasi · 7 years ago
  21. b7ac9e7 Merge pull request #89 from derkling/android-support-updates by setrofim · 7 years ago
  22. baa32ec AndroidTarget: Add charging_enabled property by Brendan Jackman · 7 years ago
  23. 9ce57c0 AndroidTarget: add support to reboot a device via ADB by Patrick Bellasi · 7 years ago
  24. da588ea android: allow to specify a target for fastboot commands by Patrick Bellasi · 7 years ago
  25. 9d5b106 Merge pull request #88 from bjackman/localconnection-platform-param by setrofim · 7 years ago
  26. 680406b LocalConnection: Add ignored `platform` param to __init__ method by Brendan Jackman · 7 years ago
  27. 28891a8 utils/misc: walk_modules always raises HostError by Sergei Trofimov · 7 years ago
  28. a926503 TimeoutError: moved to devlib.exception by Sergei Trofimov · 7 years ago
  29. 8abdfdc Merge pull request #83 from avanlaer/gem5_integration by marcbonnici · 7 years ago
  30. a02d68d gem5: Updated the documentation on the use of gem5 in devlib by Anouk Van Laer · 7 years ago
  31. c6b7743 gem5: Addition of m5 binaries by Anouk Van Laer · 7 years ago
  32. 21f4003 gem5: Small tweaks in target to allow gem5 simulations by Anouk Van Laer · 7 years ago
  33. e9cf93e gem5: Addition of gem5 simulation platform by Anouk Van Laer · 7 years ago
  34. 29a7940 gem5: Addition of a gem5 connection by Anouk Van Laer · 7 years ago
  35. 5472b67 Merge pull request #87 from bjackman/localconnection-glob by setrofim · 7 years ago
  36. 179e45f LocalConnection: Enrich TargetError message from execute method by Brendan Jackman · 7 years ago
  37. b587049 LocalConnection: Support glob patterns in pull by Brendan Jackman · 7 years ago
  38. 1cb4eb2 doc/connection: Document the fact that `pull` supports globs by Brendan Jackman · 7 years ago
  39. 6351a3b Target.killall: catch TargetError on individual kills by Sergei Trofimov · 7 years ago
  40. adedad8 doc/connection: Fix missing word by Brendan Jackman · 7 years ago
  41. 9038339 Merge pull request #86 from bjackman/adb-exit-code-fix by setrofim · 7 years ago
  42. 44fe037 android: Handle variation in ADB behaviour by Brendan Jackman · 7 years ago
  43. 76c4a72 Merge pull request #84 from bjackman/cgroups-fix-run-into by setrofim · 7 years ago
  44. de61937 cgroups: Strip shutils log message from run_into output by Brendan Jackman · 7 years ago
  45. d0e28f0 cgroups: Fix run_into method by Brendan Jackman · 7 years ago
  46. dbd1299 cgroups: Extend docstrings for run_into[_cmd] by Brendan Jackman · 7 years ago
  47. 9f9910b Merge pull request #82 from bjackman/hwmon-root by marcbonnici · 7 years ago
  48. beaa229 hwmon: Use as_root=True when listing directories by Brendan Jackman · 7 years ago
  49. e88c688 Merge pull request #81 from bjackman/master by setrofim · 7 years ago
  50. be2775a LocalConnection: Add ignored 'timeout' __init__ param by Brendan Jackman · 7 years ago
  51. d5460e1 android: pick ANDROID_HOME/platform-tools over PATH by Sergei Trofimov · 7 years ago
  52. 1ba7fbd doc: documenting Platforms and Modules by Sergei Trofimov · 7 years ago
  53. b3cea0c TelnetConnction: splitting from SshConnection by Sergei Trofimov · 7 years ago
  54. 1ed29a8 JunoEnergyInstrument: removed a stray print by Sergei Trofimov · 7 years ago
  55. 8528568 gitignore update. by Sergei Trofimov · 7 years ago
  56. 0125310 doc: documeting connections by Sergei Trofimov · 7 years ago
  57. 925fccb LocalConnection: remove unused timeout parameter by Sergei Trofimov · 7 years ago
  58. 889f72c Adding connection classes to main __init__.py by Sergei Trofimov · 7 years ago
  59. beaf8d4 target: switching conn_cls to an __init__ parameter by Sergei Trofimov · 7 years ago
  60. c352308 AndroidTarget: removing unused parameter by Sergei Trofimov · 7 years ago
  61. 689c478 Merge pull request #79 from bjackman/cpuidle-additions by setrofim · 7 years ago
  62. c9f7e0e cpuidle: Add docstrings for properties requiring units by Brendan Jackman · 7 years ago
  63. 7cc8675 cpuidle: Add getter for target residency by Brendan Jackman · 7 years ago
  64. d126356 Merge pull request #78 from derkling/cgroups-multi-controller by setrofim · 7 years ago
  65. 5d492ca utils/misc: Adding Kryo cores to CPU part map by Sergei Trofimov · 7 years ago
  66. b569a56 cgroups: add support for multi-controller hierarchies by Patrick Bellasi · 7 years ago
  67. 103f792 cgroups: use subsystems namedtuple in the controllers mounting loop by Patrick Bellasi · 7 years ago
  68. b2ec957 shutils/cgroups: fix run_into support by Patrick Bellasi · 7 years ago
  69. 68f7585 Merge pull request #77 from bjackman/cgroups-shutils-fix by setrofim · 7 years ago
  70. 454a2d5 shutils/cgroups: Don't fail when racing with process exit by Brendan Jackman · 7 years ago
  71. b35a283 Merge pull request #73 from bjackman/file-exists-root by setrofim · 7 years ago
  72. c1b5152 target: Use root in file_exists check by Brendan Jackman · 8 years ago
  73. 78ac92b Merge pull request #66 from mdigiorgio/cpu_freq-trace-event by setrofim · 7 years ago
  74. 7949b93 Merge pull request #71 from bjackman/master by setrofim · 7 years ago
  75. bfdfc0e Merge pull request #72 from bjackman/adb-pull-whitespace by setrofim · 7 years ago
  76. 6eabf7f Merge pull request #76 from bjackman/cgroups-fixes by setrofim · 7 years ago
  77. ee38a42 android: Fix whitespace in wildcard match for ADB pull by Brendan Jackman · 8 years ago
  78. 0dc65bd shutils/cgroups: Use busybox `ps` to fix output format by Brendan Jackman · 7 years ago
  79. 3dd4ea6 cgroups: Remove quotes from grep expressions in move_all_tasks_to by Brendan Jackman · 7 years ago
  80. e45fcca shutils/cgroups: Fix typo by Brendan Jackman · 7 years ago
  81. 2f35999 cgroups: Mount cgroups controllers in devlib working dir by Brendan Jackman · 7 years ago
  82. c89f712 cgroups: Raise RuntimeError in freeze if no freezer controller by Brendan Jackman · 7 years ago
  83. 27f545f target: Note return value in Target::invoke docstring by Brendan Jackman · 8 years ago
  84. 290af66 Merge pull request #70 from derkling/cgroups-fix-mount-rw by setrofim · 8 years ago
  85. 02696e9 Merge pull request #68 from bjackman/cpuidle-trace-all by setrofim · 8 years ago
  86. 6cdae6b ftrace: Poke all CPUs for cpu_idle events before collecting trace by Brendan Jackman · 8 years ago
  87. df9b23a Merge pull request #69 from marcbonnici/master by setrofim · 8 years ago
  88. b59f7c3 android: Fixed issue using single quoted command with adb_shell by Marc Bonnici · 8 years ago
  89. da128f9 cgroups: ensure CGroups are mounted RW by Patrick Bellasi · 8 years ago
  90. d7f3092 shutils.in: rename manually injected cpu_frequency trace event by Michele Di Giorgio · 8 years ago
  91. a89c3fb Merge pull request #65 from credp/more_android7_ls by setrofim · 8 years ago
  92. e8e945a Fix adb pull with wildcard on Android v7+ by Chris Redpath · 8 years ago
  93. 934075c Merge pull request #64 from bjackman/memoize-cpuidle-info by setrofim · 8 years ago
  94. d3a02d9 cpuidle: Make desc, name, latency, power memoized properties by Brendan Jackman · 8 years ago
  95. 1a47cad Merge pull request #63 from bjackman/get-domain-cpus by setrofim · 8 years ago
  96. f1b4bf2 cpufreq: Add function to get CPUs in frequency domain by Brendan Jackman · 8 years ago
  97. 25818b0 Merge pull request #62 from bjackman/check-governor-supported by setrofim · 8 years ago
  98. af4214c cpufreq: Improve error when setting all CPUs to unsupported governor by Brendan Jackman · 8 years ago
  99. 1cc6ddf Merge pull request #61 from credp/android_disconnect by setrofim · 8 years ago
  100. 119fd7d android: don't try to disconnect devices which aren't connected by Chris Redpath · 8 years ago