Mention another LKML thread branch
[apc.git] / Changes
blob4b3cd8218225fa52d1d368d324be732b3819e4da
1 12
2  * Do not invoke `copy_to_user' under spin lock
3    (Spotted by Luca Tettamanti)
5  * Switch to miscdevice API in Linux kernel module
6    (And update documentation to reflect this)
7    (Default device name is changed to `/dev/itc')
9  * Add some logic to not draw stuff when it doesn't fit into the
10    viewport
12  * Make QUIRK mode uncoditional for 2.6 series of kernels
14  * Modify hog to use lower (than 1ns) timer frequency
17  * Fix constant bar width
19  * Don't display things when the size of the view port is too small
21  * Add a piece of information to the README about another possible
22    module installation problem and a patch with a possible fix.
23    Thanks to Jonathan Derque for reporting and helping with this
24    issue
27  * Use RDPMC on NT/X86 or die trying
30  * Do not show kernel-sampler CPU bar when not using kernel sampler
32  * Reject invalid command line options
34  * Properly flush stderr on error
36  * Solaris support
38  * Mac OS X support
41  * Only allow one application to open and use the module at a time
43  * "Fix" module_param + idle_func
45  * Optional separate sys/nice/iowait/intr colors for kernel sampler
47  * ITC_PREEMPT_HACK is now the default for preemptible kernels
50  * Stop collecting information upon release
51    Start                       upon open
53  * Set itc->sleeping when entering `itc_idle'
55  * Refuse to build on 2.4 + SMP
57  * Fix some command line options behavior/documentation
59  * Add (manually selectable) hack to work around issues
60    with 2.6.8-2-686-smp kernel (from Debian)
63  * Linux/PPC(6xx) support
66  * NT support
69  * Better working gzh mode (though still not satisfactory)
71  * No labels/bars mode
73  * Filled area mode
75  * Decouple Graph.funcs from samplers
77  * Hackish NETWM icon creation
80  * Somewhat working gzh mode
82  * `/proc/uptime' sampler (only useful on uniprocessors)
84  * Proper sampling (+1)
87  * Proper time difference calculation in the module
89  * Fixed SMP handling
91  * Fixes here and there
94  * Mark `idle_func' method of getting module to load as DANGEROUS