1. c2ecd51 lguest: improve code readability in lg_cpu_start. by Cosmin Paraschiv · 11 years ago
  2. 55257d7 virtio-net: fill only rx queues which are being used by Sasha Levin · 11 years ago
  3. 6b39271 lguest: map Switcher below fixmap. by Rusty Russell · 11 years ago
  4. 6d0cda9 lguest: cache last cpu we ran on. by Rusty Russell · 11 years ago
  5. 86935fc lguest: map Switcher text whenever we allocate a new pagetable. by Rusty Russell · 11 years ago
  6. 3412b6a lguest: don't share Switcher PTE pages between guests. by Rusty Russell · 11 years ago
  7. f1f394b lguest: expost switcher_pages array (as lg_switcher_pages). by Rusty Russell · 11 years ago
  8. 17427e0 lguest: extract shadow PTE walking / allocating. by Rusty Russell · 11 years ago
  9. e1d1260 lguest: make check_gpte et. al return bool. by Rusty Russell · 11 years ago
  10. 93a2cdf lguest: assume Switcher text is a single page. by Rusty Russell · 11 years ago
  11. 856c608 lguest: rename switcher_page to switcher_pages. by Rusty Russell · 11 years ago
  12. c215a8b lguest: remove RESERVE_MEM constant. by Rusty Russell · 11 years ago
  13. 68a644d lguest: check vaddr not pgd for Switcher protection. by Rusty Russell · 11 years ago
  14. 406a590b lguest: prepare to make SWITCHER_ADDR a variable. by Rusty Russell · 11 years ago
  15. 74ff582 virtio: console: replace EMFILE with EBUSY for already-open port by Amit Shah · 11 years ago
  16. 285e71e virtio-scsi: reset virtqueue affinity when doing cpu hotplug by Wanlong Gao · 11 years ago
  17. 9141a4c virtio-scsi: introduce multiqueue support by Paolo Bonzini · 11 years ago
  18. 10f34f6 virtio-scsi: push vq lock/unlock into virtscsi_vq_done by Paolo Bonzini · 11 years ago
  19. 7f82b3c virtio-scsi: pass struct virtio_scsi to virtqueue completion function by Paolo Bonzini · 11 years ago
  20. 5c37019 virtio-scsi: redo allocation of target data by Wanlong Gao · 11 years ago
  21. 3826835 virtio_console: make local symbols static by Wei Yongjun · 11 years ago
  22. 1aef76e caif_virtio: fix error return code in cfv_create_genpool() by Wei Yongjun · 11 years ago
  23. 916cdab MAINTAINERS: add missing entries for virtio by Amos Kong · 11 years ago
  24. 608c380 virtio: do not export "u16" and "u64" to userspace by Paul Bolle · 11 years ago
  25. a8c7687 caif_virtio: Check that vringh_config is not null by Sjur Brændeland · 11 years ago
  26. b2273be caif_virtio: Use vringh_notify_enable correctly by Sjur Brændeland · 11 years ago
  27. cf994e0 tools/virtio: remove virtqueue_add_buf() from tests. by Rusty Russell · 11 years ago
  28. 0b36f1a 9p/trans_virtio.c: use virtio_add_sgs[] by Rusty Russell · 11 years ago
  29. 92549ab virtio_balloon: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  30. cee51d6 virtio_rpmsg_bus: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  31. 71bcbec caif_virtio: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  32. 6797999 virtio_console: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  33. fb6aa6f virtio_rng: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  34. 9dc7b9e virtio_net: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  35. f7bc959 virtio_net: use virtqueue_add_sgs[] for command buffers. by Rusty Russell · 11 years ago
  36. bf95829 virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event. by Rusty Russell · 11 years ago
  37. 682993b virtio-scsi: use virtqueue_add_sgs for command buffers by Wanlong Gao · 11 years ago
  38. 0a11cc3 virtio_blk: remove nents member. by Rusty Russell · 11 years ago
  39. 20af3cf virtio-blk: use virtqueue_add_sgs on req path by Paolo Bonzini · 11 years ago
  40. 8f39db9 virtio-blk: use virtqueue_add_sgs on bio path by Paolo Bonzini · 11 years ago
  41. 5ee21a5 virtio-blk: reorganize virtblk_add_req by Paolo Bonzini · 11 years ago
  42. e538eba tools/virtio: make vringh_test use inbuf/outbuf. by Rusty Russell · 11 years ago
  43. 282edb3 virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf. by Rusty Russell · 11 years ago
  44. 13816c7 virtio_ring: virtqueue_add_sgs, to add multiple sgs. by Rusty Russell · 11 years ago
  45. c8164d8 scatterlist: introduce sg_unmark_end by Paolo Bonzini · 11 years ago
  46. 0d2e1a2 caif_virtio: Introduce caif over virtio by Erwan Yvin · 11 years ago
  47. 3beee86 virtio: Introduce vringh wrappers in virtio_config by Sjur Brændeland · 11 years ago
  48. 1515c5c tools/virtio: add vring_test. by Rusty Russell · 11 years ago
  49. f87d0fb vringh: host-side implementation of virtio rings. by Rusty Russell · 11 years ago
  50. 61d0b5a4 tools/virtio: separate headers more. by Rusty Russell · 11 years ago
  51. a9a0fef virtio_ring: expose virtio barriers for use in vringh. by Rusty Russell · 11 years ago
  52. 73640c9 tools/virtio: fix build for 3.8 by Michael S. Tsirkin · 11 years ago
  53. 29266e2 Remove Documentation/virtual/virtio-spec.txt by Rusty Russell · 11 years ago
  54. 9d9598b virtio-blk: emit udev event when device is resized by Milos Vyletel · 11 years ago
  55. ba06d1e virtio-scsi: use pr_err() instead of printk() by Wanlong Gao · 11 years ago
  56. 289d105 lguest: fix paths in comments by Wanlong Gao · 11 years ago
  57. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 11 years ago
  58. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 11 years ago
  59. 8e8b180 Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  60. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  61. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  62. 530ede1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  63. 6977c6f Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  64. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  65. 529e5fb Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  66. 686c094 Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  67. bc2e4a9 Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  68. 68b86a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  69. 527c680 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  70. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  71. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  72. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  73. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  74. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  75. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  76. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  77. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  78. 16af43f Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus by Russell King · 11 years ago
  79. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 11 years ago
  80. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  81. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  82. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago
  83. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  84. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago
  85. df05c1b8 jbd2: fix ERR_PTR dereference in jbd2__journal_start by Dmitry Monakhov · 11 years ago
  86. c60ac31 metag: Provide dma_get_sgtable() by James Hogan · 11 years ago
  87. 2742c52 metag: prom.h: remove declaration of metag_dt_memblock_reserve() by James Hogan · 11 years ago
  88. 2270e6d metag: copy devicetree to non-init memory by James Hogan · 11 years ago
  89. d790050 metag: cleanup metag_ksyms.c includes by James Hogan · 11 years ago
  90. 44c2451 metag: move mm/init.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  91. 9da3ee9 metag: move usercopy.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  92. 7293dbe metag: move setup.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  93. aa29ec5 metag: move kick.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  94. 9fb4aa8 metag: move traps.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  95. fa771d0 metag: move irq enable out of irqflags.h on SMP by James Hogan · 11 years ago
  96. 97c3ec6 genksyms: fix metag symbol prefix on crc symbols by James Hogan · 11 years ago
  97. f75c28d metag: hugetlb: convert to vm_unmapped_area() by James Hogan · 11 years ago
  98. c838e72 metag: export clear_page and copy_page by James Hogan · 11 years ago
  99. f626dc7 metag: export metag_code_cache_flush_all by James Hogan · 11 years ago
  100. 3d6b7bb metag: protect more non-MMU memory regions by James Hogan · 11 years ago