[linuxkernelnewbies] Developer Guides and Manuals | AMD Developer Central

2010-03-24 Thread Peter Teoh
http://developer.amd.com/documentation/guides/Pages/default.aspx BIOS and Kernel Developer's Guide for AMD NPT Family 0Fh Processors PDF 10/31/2009 BIOS and Kernel Developer's Guide (BKDG) For AMD Family 10h Processors PDF 09/09/2009

[linuxkernelnewbies] kprobes: Kprobes jump optimization support [LWN.net]

2010-03-24 Thread Peter Teoh
http://lwn.net/Articles/373314/ Here are the patchset of the kprobes jump optimization v9 (a.k.a. Djprobe). This version includes some bugfixes, enhancements, and applicable for 2.6.33-rc6-tip. This version of patch series uses text_poke_smp() which update kernel text by stop_machine(). That