== Patch Review ==
* Top-down mmap layout to fix mmap greater than 2GB from Rob Herring
* Orion mbus setup changes from Andrew Lunn
== Upstream Contributions ==
* Posted my patch series reworking static IO mappings and removing mach/vmalloc.h. I should send a pull request soon.
* Started a series reworking the config around CONFIG_AUTO_ZRELADDR. The goal is to get rid of zreladdr in arch/arm/mach-*/Makefile.boot, or even the whole file. Making the transition transparent is not obvious, especially in the presence of deployed broken (by design) u-Boot versions in the field (they all are).
== Linaro Kernel Maintenance ==
* Merged the following in linux-linaro-3.1:
- sched_mc optimization from Vincent Guittot
- Fix for mmap greater than 2GB from Rob Herring (this is not final version, but we need to expose user space to the associated changes in memory layout to make sure nothing regresses.)
* Tagged linux-linaro-3.1-2011.11-0.
== Miscellaneous ==
* Reviews of the draft "FOSS howto" document from Paul McKenney