1. 4c1ea3d lguest: use set_pte/set_pmd uniformly for real page table entries by Rusty Russell · 15 years ago
  2. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  3. 1842f23 lguest and virtio: cleanup struct definitions to Linux style. by Rusty Russell · 15 years ago
  4. a91d74a lguest: update commentry by Rusty Russell · 15 years ago
  5. 2e04ef7 lguest: fix comment style by Rusty Russell · 15 years ago
  6. f294526 lguest: dereferencing freed mem in add_eventfd() by Dan Carpenter · 15 years ago
  7. 27de22d lguest: remove unnecessary forward struct declaration by Davide Libenzi · 15 years ago
  8. 1338901 eventfd: revised interface and cleanups by Davide Libenzi · 15 years ago
  9. 7f3591c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest by Linus Torvalds · 15 years ago
  10. 5dac051 lguest: remove obsolete LHREQ_BREAK call by Rusty Russell · 15 years ago
  11. df60aee lguest: use eventfds for device notification by Rusty Russell · 15 years ago
  12. 9f155a9 lguest: allow any process to send interrupts by Rusty Russell · 15 years ago
  13. 92b4d8d lguest: PAE fixes by Rusty Russell · 15 years ago
  14. acdd0b6 lguest: PAE support by Matias Zabaljauregui · 15 years ago
  15. ebe0ba8 lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD by Matias Zabaljauregui · 15 years ago
  16. 90603d1 lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated by Matias Zabaljauregui · 15 years ago
  17. ed1dc77 lguest: map switcher with executable page table entries by Matias Zabaljauregui · 15 years ago
  18. f086122 lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition. by Matias Zabaljauregui · 15 years ago
  19. 81b79b0 lguest: beyond ARRAY_SIZE of cpu->arch.gdt by Roel Kluin · 15 years ago
  20. a32a8813 lguest: improve interrupt handling, speed up stream networking by Rusty Russell · 15 years ago
  21. abd41f0 lguest: fix race in halt code by Rusty Russell · 15 years ago
  22. a6c372d lguest: fix lguest wake on guest clock tick, or fd activity by Rusty Russell · 15 years ago
  23. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  24. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  25. 5643462 lguest: fix on Intel when KVM loaded (unhandled trap 13) by Rusty Russell · 15 years ago
  26. a489f0b lguest: fix guest crash on non-linear addresses in gdt pvops by Rusty Russell · 15 years ago
  27. 88df781 lguest: fix crash on vmlinux images by Matias Zabaljauregui · 15 years ago
  28. df1693a lguest: use bool instead of int by Matias Zabaljauregui · 15 years ago
  29. 4cd8b5e lguest: use KVM hypercalls by Matias Zabaljauregui · 15 years ago
  30. 6afbdd0 lguest: fix spurious BUG_ON() on invalid guest stack. by Rusty Russell · 15 years ago
  31. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  32. 6db6a5f lguest: fix for CONFIG_SPARSE_IRQ=y by Rusty Russell · 15 years ago
  33. 965c7ec x86: remove the Voyager 32-bit subarch by Ingo Molnar · 15 years ago
  34. 05dfdbb lguest: Fix a memory leak with the lg object during launcher close by Mark Wallis · 15 years ago
  35. 72410af lguest: typos fix by Atsushi SAKAI · 15 years ago
  36. ff8561c lguest: do not statically allocate root device by Mark McLoughlin · 15 years ago
  37. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. bda53cd lguest: struct device - replace bus_id with dev_name() by Mark McLoughlin · 15 years ago
  39. 58a2456 lguest: move the initial guest page table creation code to the host by Matias Zabaljauregui · 16 years ago
  40. 87c7d57 virtio: hand virtio ring alignment as argument to vring_new_virtqueue by Rusty Russell · 15 years ago
  41. 2966af7 virtio: use LGUEST_VRING_ALIGN instead of relying on pagesize by Rusty Russell · 15 years ago
  42. b77b881 x86: fix lguest used_vectors breakage, -v2 by Yinghai Lu · 15 years ago
  43. 1dc3e3b lguest: update commentry by Rusty Russell · 16 years ago
  44. 71a3f4e lguest: use get_user_pages_fast() instead of get_user_pages() by Rusty Russell · 16 years ago
  45. cf485e5 lguest: use cpu capability accessors by Andrew Morton · 16 years ago
  46. 0a70721 lguest: fix switcher_page leak on unload by Johannes Weiner · 16 years ago
  47. 0c12091 lguest: Guest int3 fix by Rusty Russell · 16 years ago
  48. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  49. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  50. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  51. 15e551d x86, VisWS: turn into generic arch, eliminate Kconfig specials by Ingo Molnar · 16 years ago
  52. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  53. d02859e Merge commit 'v2.6.26-rc8' into x86/xen by Ingo Molnar · 16 years ago
  54. 54481cf8 x86: fix NULL pointer deref in __switch_to by Suresh Siddha · 16 years ago
  55. 688d22e Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  56. b769f57 virtio: set device index in common code. by Rusty Russell · 16 years ago
  57. e27810f lguest: use ioremap_cache, not ioremap by Rusty Russell · 16 years ago
  58. a15af1c x86/paravirt: add pte_flags to just get pte flags by Jeremy Fitzhardinge · 16 years ago
  59. a007a75 lguest: make Launcher see device status updates by Rusty Russell · 16 years ago
  60. 9f3f746 lguest: remove bogus NULL cpu check by Rusty Russell · 16 years ago
  61. 24adf12 lguest: avoid using NR_CPUS as a bounds check. by Rusty Russell · 16 years ago
  62. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 16 years ago
  63. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  64. 74dbf71 misc __user misannotations (pointless casts to long) by Al Viro · 16 years ago
  65. a6bd8e1 lguest: comment documentation update. by Rusty Russell · 16 years ago
  66. b488f22 lguest: Add puppies which where previously missing. by Tim Ansell · 16 years ago
  67. 4357bd9 lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem. by Rusty Russell · 16 years ago
  68. f14ae65 lguest: fix __get_vm_area usage. by Rusty Russell · 16 years ago
  69. f73d1e6 lguest: make sure cpu is initialized before accessing it by Eugene Teo · 16 years ago
  70. 31f4b46 lguest: accept guest _PAGE_PWT page table entries by Ahmed S. Darwish · 16 years ago
  71. 2547844 Fix container_of() usage by Alexey Dobriyan · 16 years ago
  72. 6e5aa7e virtio: reset function by Rusty Russell · 16 years ago
  73. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 16 years ago
  74. a586d4f virtio: simplify config mechanism. by Rusty Russell · 16 years ago
  75. e95035c lguest: fix mis-merge against hpa's TSS renaming by Rusty Russell · 16 years ago
  76. d145c72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  77. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 16 years ago
  78. 84f12e3 lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL by Glauber de Oliveira Costa · 16 years ago
  79. ca94f2b lguest: Use explicit includes rateher than indirect by Glauber de Oliveira Costa · 16 years ago
  80. 382ac6b lguest: get rid of lg variable assignments by Glauber de Oliveira Costa · 16 years ago
  81. 934faab lguest: change gpte_addr header by Glauber de Oliveira Costa · 16 years ago
  82. ae3749d lguest: move changed bitmap to lg_cpu by Glauber de Oliveira Costa · 16 years ago
  83. f34f8c5 lguest: move last_pages to lg_cpu by Glauber de Oliveira Costa · 16 years ago
  84. c40a9f4 lguest: change last_guest to last_cpu by Glauber de Oliveira Costa · 16 years ago
  85. 2092aa2 lguest: change spte_addr header by Glauber de Oliveira Costa · 16 years ago
  86. 1713608 lguest: per-vcpu lguest pgdir management by Glauber de Oliveira Costa · 16 years ago
  87. 5e232f4 lguest: make pending notifications per-vcpu by Glauber de Oliveira Costa · 16 years ago
  88. 4665ac8e lguest: makes special fields be per-vcpu by Glauber de Oliveira Costa · 16 years ago
  89. 66686c2 lguest: per-vcpu lguest task management by Glauber de Oliveira Costa · 16 years ago
  90. fc708b3 lguest: replace lguest_arch with lg_cpu_arch. by Glauber de Oliveira Costa · 16 years ago
  91. a53a35a lguest: make registers per-vcpu by Glauber de Oliveira Costa · 16 years ago
  92. a3863f6 lguest: make emulate_insn receive a vcpu struct. by Glauber de Oliveira Costa · 16 years ago
  93. 0c78441 lguest: map_switcher_in_guest() per-vcpu by Glauber de Oliveira Costa · 16 years ago
  94. 177e449 lguest: per-vcpu interrupt processing. by Glauber de Oliveira Costa · 16 years ago
  95. ad8d8f3 lguest: per-vcpu lguest timers by Glauber de Oliveira Costa · 16 years ago
  96. 73044f0 lguest: make hypercalls use the vcpu struct by Glauber de Oliveira Costa · 16 years ago
  97. 7ea07a1 lguest: make write() operation smp aware by Glauber de Oliveira Costa · 16 years ago
  98. d0953d4 lguest: per-cpu run guest by Glauber de Oliveira Costa · 16 years ago
  99. 4dcc53d lguest: initialize vcpu by Glauber de Oliveira Costa · 16 years ago
  100. badb1e0 lguest: introduce vcpu struct by Glauber de Oliveira Costa · 16 years ago