2 - Added hooks for calling functions at various points during the update process
3 - Added support for applying an update only to loaded target modules
4 - Added support for building updated target modules along with a Ksplice update
5 - Added run-pre matching of the bug table, exception table, and exported
7 - Improved robustness of the stack check with respect to optimized tail calls
8 - Fixed several bugs in the run-pre matching disassembly code
9 - Added patching of rodata sections that did not change in size
10 - Added patching of bug table entries whose line numbers changed
11 - Added an experimental API for shadow data structures
14 - Added run-pre matching of string sections
15 - Fixed safety_record handling for patch reversals
16 - Improved performance substantially in both userspace and kernelspace
17 - Added support for patching kernels whose text is mapped read-only
18 - Added support for patching compilation units involving markers
19 - Improved the udis86 disassembler's support for disassembling the kernel
22 - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
23 - Added support for moving functions between compilation units
24 - Various safety improvements
27 - Added support for ARM architecture (requires an -ffunction-sections kernel)
28 - Rewrote the relocation handling code to ease porting to other architectures
29 - Modified the update build system so that it uses the kernel build system
30 - Switched the module control interface from /proc to /sys
31 - Switched the preferred debugging interface from printk to debugfs
32 - Restructured the kernel code to make it easier to merge Ksplice into Linux
33 - Simplified ksplice-create by moving all ELF manipulation to objmanip
34 - Added libudis86 for enhanced run-pre matching
35 - Added support for automatically modifying the exported symbol table
36 - Various safety improvements
39 - Updated the nop table for binutils 2.18
40 - Improved relocation handling on x86-64
43 - Removed some compiler warnings
46 - Added a workaround for Fedora System.map problem
47 - Improved the page table code
48 - Improved kernel stack check debugging
51 - Fixed architecture detection on ASP Linux
54 - Improved kernel stack check
57 - Improved kernel stack check
60 - Fixed 2.6.25 init_mm problem