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
6 * Added unofficial MBox-2 patch
8 Current options against kernel26:
11 - timer frequency changed to 1000HZ
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>
20 * kernel26rt 2.6.29.5_rt21-1
23 25 May 2009 Ray Rashif <schivmeister@gmail.com>
25 * kernel26rt 2.6.29.4_rt16-1
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)
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.
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).