Commits
Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux Pull trivial module and virtio fixes from Rusty Russell. Apparently these were meant for 3.10, but came in after the release. * tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: modpost.c: Add .text.unlikely to TEXT_SECTIONS * tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: virtio: remove virtqueue_add_buf(). lguest: rename i386_head.S virtio_blk: Add missing 'static' qualifiers virtio: console: Add emergency writeonly register to config space virtio_pci: better macro exported in uapi
Showing diff tob3087e48ce2
- Linus Torvalds committed 76f7a102c02MMerge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/re...
- Tom Rini committed 06df44ee414modpost.c: Add .text.unlikely to TEXT_SECTIONS gcc's places cold functions into the .t...
- Rusty Russell committed b3087e48ce2virtio: remove virtqueue_add_buf(). All users changed to virtqueue_add_sg() or virtque...