updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / kernel26rt / kernel26rt.changelog
blobf17ec985bdf689404e1556338eac835ebf358ba6
1 # Only significant changes will be logged
3 27 Sep 2009 (GMT+8) Ray Rashif <schivmeister@gmail.com>
4         * Update to 2.6.31-rt11
5         * Added AUFS2 patch
6         * Added unofficial MBox-2 patch
8         Current options against kernel26:
10                 - dynticks disabled
11                 - timer frequency changed to 1000HZ
12                 - APM disabled (i686)
13                 - HPET enabled
14                 - staging drivers removed
15                 - usb minor allocation disabled
16                 - default I/O sched changed to Deadline
18 20 June 2009 Ray Rashif <schivmeister@gmail.com>
19         
20         * kernel26rt 2.6.29.5_rt21-1
21         * Upstream update
23 25 May 2009 Ray Rashif <schivmeister@gmail.com>
24         
25         * kernel26rt 2.6.29.4_rt16-1
26         * Upstream update
28 22 May 2009 Ray Rashif <schivmeister@gmail.com>
30         * kernel26rt 2.6.29.3_rt14-1
31         * Upstream update, initial log
33         List of differences from archlinux/core/kernel26:
35                 - Timer frequency set to 1000HZ
36                 - Disabled APM (default in x86_64)
37                 - Enabled HPET
38                 - Included Sequencer dummy client module
39                 - Removed staging drivers *
41                 * The comedi drivers seem to have an issue with
42                   the rcupreempt stuff. As the staging drivers
43                   are merely development inclusions, it's better
44                   to omit them altogether. If you want to develop
45                   rather than use this kernel for realtime work,
46                   kernel26 would be a better bet.
48         Remarks:
50                 Previously not all include directories were needed to
51                 build external modules. Drivers like nvidia and vmware
52                 seem to depend on some headers in there. Anyone
53                 concerned about this can check with the kernel devs
54                 upstream. All we care about is that the kernel, along
55                 with external modules, build and work as expected.
56                 You may also take a look at the comments in the PKGBUILD
57                 for the Arch bug report link(s).