1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
idlestat (0.7-2) unstable; urgency=medium
[ Lisa Nguyen ]
* Pull in 3 upstream changes:
- Update documentation for idlestat
- Fix resource leak in output_cstate_info() and build_cstate_info()
- Fix resource leak in energy_model.c
-- Colin King <colin.king@canonical.com> Fri, 9 Dec 2016 11:03:02 +0000
idlestat (0.7-1) unstable; urgency=medium
* Sync with 0.7 upstream release (Closes: #839891)
* Remove debian patches that are now in 0.7 release
-- Colin King <colin.king@canonical.com> Thu, 6 Oct 2016 9:24:52 +0100
idlestat (0.6-1) unstable; urgency=medium
* Sync with 0.6 upstream release
* Remove debian patches that are now in 0.6 release
* Update Standards-Version to 3.9.8
-- Colin King <colin.king@canonical.com> Wed, 31 Aug 2016 07:59:11 +0100
idlestat (0.5-4) unstable; urgency=medium
* initialise return status ret to 0, fixes an error found by static analysis
-- Colin King <colin.king@canonical.com> Wed, 9 Sep 2015 11:05:00 +0100
idlestat (0.5-3) unstable; urgency=medium
* Fix deb5-copyright-licence-name-not-unique
* Update debian/compat to 9
* Reformat description in debian/control
-- Colin King <colin.king@canonical.com> Sun, 16 Aug 2015 04:30:02 -0700
idlestat (0.5-2) unstable; urgency=medium
* Topology: Fix loop bound
* Energy model: Check for error from idlestat_load correctly
* Energy model: Do not exit() with a negative status code
* Utils: Add missing va_start macros
* Idlestat: Suppress static analysis false positives
* Idlestat: Check return value in cpuidle_get_target_residency
* Idlestat: Fix core/cluster cstates
* Idlestat: Add command line options for managing trace buffer
* Idlestat: P-state calculations for cores and clusters
* Energy_model: Don't add phony frequency to template
* Energy_model: Add cluster P-state calculation based on trace data
* Energy model: Make energy file parsing work for TC2
* Energy model: Take out the wakeup energy from the energy calculation
* Idlestat: Add energy model for arm TC2
* Fix alignment for verbose energy model data
* Fix P-state calculations
* Energy model: Remove unused parameter options
* Remove unused parameter cpu from write_cstate_info
* Simplify event counting while loading a trace
* Add -Wunused-parameter to CFLAGS
* Re-enable compile and run on Android platform
* Utils: Add missing va_end macros to verbose_(f)printf
* Energy_model: calculate number of cap and C states correctly
* Topology: Match cpu names only if they begin with "cpu"
* Make read_cpu_topo_info more robust
* Topology: Remove unused structure member
* Handle offline cpus gracefully
* Fix merge_pstates
* Add idlestat manual page (LP: #1334758)
-- Colin King <colin.king@canonical.com> Tue, 12 May 2015 10:14:00 +0100
idlestat (0.5-1) unstable; urgency=medium
* Re-sync to upstream version 0.5
-- Colin King <colin.king@canonical.com> Fri, 9 Jan 2015 18:00:00 +0100
idlestat (0.3-3) unstable; urgency=medium
* Remove buggy memory leak on cstates fix
-- Colin King <colin.king@canonical.com> Thu, 21 Aug 2014 10:34:31 +0100
idlestat (0.3-2) unstable; urgency=medium
* Fix memory leak on cstates
* Correctly parse older versions of trace output
* CPUs may be offline during setup, so avoid asserts
* Correct copyright
-- Colin King <colin.king@canonical.com> Mon, 30 Jun 2014 21:53:22 +0100
idlestat (0.3-1) unstable; urgency=medium
* Initial Debian release (Closes: #752158)
-- Colin King <colin.king@canonical.com> Thu, 26 Jun 2014 16:16:23 +0100
|