2 - Added support for building updates from Git commits in ksplice-create
3 - Prevent reversing Ksplice updates that have been partially cold applied
6 - Added support for patching kernels built in a separate Kbuild output
8 - Added additional metadata to the Ksplice update tarballs
9 - Updated Ksplice for kernel 2.6.28
12 - Added hooks for calling functions at various points during the update process
13 - Added support for applying an update only to loaded target modules
14 - Added support for building updated target modules along with a Ksplice update
15 - Added run-pre matching of the bug table, exception table, and exported
17 - Improved robustness of the stack check with respect to optimized tail calls
18 - Fixed several bugs in the run-pre matching disassembly code
19 - Added patching of rodata sections that did not change in size
20 - Added patching of bug table entries whose line numbers changed
21 - Added an experimental API for shadow data structures
24 - Added run-pre matching of string sections
25 - Fixed safety_record handling for patch reversals
26 - Improved performance substantially in both userspace and kernelspace
27 - Added support for patching kernels whose text is mapped read-only
28 - Added support for patching compilation units involving markers
29 - Improved the udis86 disassembler's support for disassembling the kernel
32 - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
33 - Added support for moving functions between compilation units
34 - Various safety improvements
37 - Added support for ARM architecture (requires an -ffunction-sections kernel)
38 - Rewrote the relocation handling code to ease porting to other architectures
39 - Modified the update build system so that it uses the kernel build system
40 - Switched the module control interface from /proc to /sys
41 - Switched the preferred debugging interface from printk to debugfs
42 - Restructured the kernel code to make it easier to merge Ksplice into Linux
43 - Simplified ksplice-create by moving all ELF manipulation to objmanip
44 - Added libudis86 for enhanced run-pre matching
45 - Added support for automatically modifying the exported symbol table
46 - Various safety improvements
49 - Updated the nop table for binutils 2.18
50 - Improved relocation handling on x86-64
53 - Removed some compiler warnings
56 - Added a workaround for Fedora System.map problem
57 - Improved the page table code
58 - Improved kernel stack check debugging
61 - Fixed architecture detection on ASP Linux
64 - Improved kernel stack check
67 - Improved kernel stack check
70 - Fixed 2.6.25 init_mm problem