== Highlights ==
* Started work on FIQ debugger. There are four parts: FIQ handling, serial port handling, KGDB support and "debug shell" implementation. The latter is mostly what adds LOC count, and this is definitely what should be merged with KDB support, since we really don't want have multiple debug shells implementations in the kernel (there are three already: PowerPC-specific xmon (predates KDB), generic KDB and now ARM-specific FIQ debugger shell. So, the work involves refactoring the FIQ debugger so that it would play nicely with KDB (and adjusting KDB when needed, i.e. preserving all the FIQ debugger's features).
* Modified pstore/ftrace so that it is now it is an option to the stock function tracer. Folks want to make tracing data kernel version specific, which is a good idea. It is easy to implement it, but I will wait a bit before resending the set again.
* Finally forced myself to divert attention from FIQ stuff and write commit messages for the bunch of pstore/ram patches that were ready approximately a week ago: configurable ECC buffers size, early probe and some error-handling fixes. These have now been sent out.
* Apart from the latest discussion on lkml, no updates on vmevent. Minchan said he would present his approach soon, but he didn't share much details on it.