summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog82
1 files changed, 82 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..5089634
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,82 @@
+* Wed May 13 2009 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9-1
+- cmdline: add --show_sockets/-n
+
+* Mon Oct 27 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.8.4-1
+- cmdline: Allow globbing --irqs/-q
+- cmdline: Allow globbing --threads/-t
+- cmdline: Support regex on --thread
+- cmdline: Check if thread names resolved to TIDs
+- irqview: We have to pass an int to schedutils.setscheduler
+- irqview: Initialize the rt_prio entry box
+- gui: move procview to a separate file
+- gui: Move irqview to a separate file
+- gui: remove the Set/set trick in tuna/tuna_gui.py, not used anymore
+- gui: Use schedutils.SCHED_{OTHER,FIFO,RR}
+- gui: move cpuview classes to a separate file
+- gui: Stop handling exceptions at procview.set_thread_columns
+- oscilloscope: Ignore invalid samples, emitting just a warning
+
+* Mon Oct 27 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.8-1
+- [Non]VolCtxtSwitch columns should be represented in the GUI as unsigned
+- Several spelling fixes
+- Handle some more schedutils exceptions
+- Fix getopt long option for --priority, it requires an arg
+- Set the irq affinity mask when setting a IRQ thread affinity
+- Add a --spread command line option, it will spread the threads
+ passed thru --threads into the cpus specified in --cpu or --socket.
+
+* Mon Sep 15 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.7-1
+- CPU topology support: operations now can be performed on CPU sockets in
+ addition to individual CPUs
+- --show_threads: command line now can see the same information available
+ in the GUI
+
+* Tue Aug 12 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.6-1
+- tuna: posix_cpu_timer is percpu but its too long to have '/' in the cmdline
+- tuna: Fixup the message about what filename was really used (rtgroups)
+- tuna: Save the affinity mask for non-percpu kthreads
+- tuna: Ignore rtprio when changing sched policy to SCHED_OTHER
+
+* Thu Aug 7 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.5-1
+- tuna_gui: Provide instructions on how to use the generated rtctl file
+- tuna_gui: Add "Save kthreads tunings" menu entry in the process list box
+- tuna: Implement saving current kthread sched policy and rtprio as an rtctl file
+- help: Add more kernel thread help texts, written by the MRG crew
+
+* Tue Jun 17 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4-1
+- oscilloscope subpackage
+- oscilloscope: Allow passing the number of samples to appear on screen
+- oscilloscope: use io_add_watch instead of timeout_add
+- oscilloscope: check if the latency tracer is available
+- oscilloscope: Allow disabling auto-scaling
+- oscilloscope: group the system info and help frames in a vbox
+- oscilloscope: parse X geometry parameter
+- tuna: Convert widget coords to bin_window coords
+- tuna: Implement --affect_children and --priority
+
+* Fri May 16 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.3-1
+- Add oscilloscope command, initially useful with signaltest and cyclictest,
+ but will also be used with the latencytest utility in the qpid project and
+ with any other source of signals. Requires python-matplotlib, that will
+ be added to the MRG repo soon.
+- Allow toggling auto-refresh from the irq and threads views
+- Changes to make tuna work on older RHEL versions, helpful when evaluating
+ RHEL-RT components.
+- Allow using tuna without GUI libraries installed, please see:
+ tuna --help
+ For available commands.
+- Several fixes
+
+* Thu Mar 27 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.2-1
+- Command line interface
+- Remove the requirement of a GUI packages
+- Allow moving one child thread to a CPU
+- Status icon
+- "What is this?", for now just for some kernel threads
+- Add "Restore CPU" to undo "Isolate CPU"
+- Faster CPU isolation process
+- Allow moving IRQs & Threads to all cpus
+- CPU filtering
+
+* Mon Feb 26 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1
+- package created