1. 3c6b5bf Introduce guest mem offset, static link example launcher by Rusty Russell · 17 years ago
  2. 6649bb7 Accept elf files that are valid but have sections that can not be mmap'ed for some reason. by Ronald G. Minnich · 17 years ago
  3. 1f4e1de Rename switcher.S to x86/switcher_32.S by Rusty Russell · 17 years ago
  4. 34b8867 Move lguest guest support to arch/x86. by Rusty Russell · 17 years ago
  5. c37ae93 Move lguest hcalls to arch-specific header by Jes Sorensen · 17 years ago
  6. 05aa026 Clocksource is continuous regardless of the state of the host's TSC. by Tony Breeds · 17 years ago
  7. ebac525 lguest_devices belongs in lguest_bus.c: it's not i386-specific. by Rusty Russell · 17 years ago
  8. b45d8cb Make lguest_launcher.h types userspace-friendly by Rusty Russell · 17 years ago
  9. 9653c4a lguest.txt update by Rusty Russell · 17 years ago
  10. 141341c Lguest currently depends on 32-bit x86, not just x86. by Rusty Russell · 17 years ago
  11. 891ff65 Use copy_to_user() not put_user for struct timespec by Jes Sorensen · 17 years ago
  12. babed5c turn err into errx in lguest call sites by Glauber de Oliveira Costa · 17 years ago
  13. 25e82eb Remove binfmts.h include from lg.h by Rusty Russell · 17 years ago
  14. ee8e7cf Make asm-x86/bootparam.h includable from userspace. by Rusty Russell · 17 years ago
  15. 9525ca0 Consolidate host virtualization support under Virtualization menu by Rusty Russell · 17 years ago
  16. d3d1c4b Normalize config options for guest support by Rusty Russell · 17 years ago
  17. 0895e91 procfs: fix kernel-doc param warnings by Randy Dunlap · 17 years ago
  18. 481968f auditsc: fix kernel-doc param warnings by Randy Dunlap · 17 years ago
  19. e95d9c6 Expand hwif->host_flags so that it fits new flags. by David Miller · 17 years ago
  20. 81f8320 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  21. 6d43536 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 17 years ago
  22. 0fd56c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  23. 56d61a0 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  24. 5f48b33 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  25. f09cc91 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  26. 8b0eacc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  27. f10f114 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  28. 0c32633 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 17 years ago
  29. ad792f4 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  30. 3650b0a ppc: fix AT_VECTOR_SIZE on arch/ppc by Grant Likely · 17 years ago
  31. 527da38 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 17 years ago
  32. 5081dba Fix appletalk sysctl entry name by Eric W. Biederman · 17 years ago
  33. 9747170 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  34. 69450bb Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  35. 29f139c [SPARC64]: ARRAY_SIZE() cleanup by Alejandro Martinez Ruiz · 17 years ago
  36. 3cfa8f6 Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx by Paul Mackerras · 17 years ago
  37. dab969c [MIPS] time: Make c0_compare_int_usable more bullet proof by Atsushi Nemoto · 17 years ago
  38. 17f690b [MIPS] Kbuild: Use the new cc-cross-prefix feature. by Ralf Baechle · 17 years ago
  39. 9490094 [MIPS] Fix include wrapper symbol to something sane. by Ralf Baechle · 17 years ago
  40. fa33a54 [MIPS] Malta: Delete dead code. by Ralf Baechle · 17 years ago
  41. 1097c6a [MIPS] time: Add GT641xx timer0 clockevent driver by Yoichi Yuasa · 17 years ago
  42. d045336 [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code. by Ralf Baechle · 17 years ago
  43. 06d428d [MIPS] time: SMP/NUMA-proofing of IP27 HUB RT timer code. by Ralf Baechle · 17 years ago
  44. 508a775 [MIPS] time: Fix calculation in clockevent_set_clock() by Atsushi Nemoto · 17 years ago
  45. d6ec084 Add CONFIG_DEBUG_SG sg validation by Jens Axboe · 17 years ago
  46. 18dabf4 Change table chaining layout by Jens Axboe · 17 years ago
  47. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  48. f9527f1 Update swiotlb to use sg helpers by Jens Axboe · 17 years ago
  49. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  50. 60c74f8 Update fs/ to use sg helpers by Jens Axboe · 17 years ago
  51. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  52. 631bcfb kbuild: cc-cross-prefix spelling by Geert Uytterhoeven · 17 years ago
  53. d8d2e78 kbuild: allow depmod in cross builds again by Sam Ravnborg · 17 years ago
  54. ab19f87 kbuild: fix modules_install after a 'make vmlinux' by Sam Ravnborg · 17 years ago
  55. 4b6d51e firewire: fw-ohci: shut up a superfluous compiler warning by Stefan Richter · 17 years ago
  56. c74e92c firewire: fw-ohci: log a note about unsupported features by Stefan Richter · 17 years ago
  57. 78c2f0b [SG] Update crypto/ to sg helpers by Jens Axboe · 17 years ago
  58. 9b61764 [SG] Update block layer to use sg helpers by Jens Axboe · 17 years ago
  59. 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
  60. e38f981 exportfs: update documentation by Christoph Hellwig · 17 years ago
  61. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  62. cfaea78 exportfs: remove old methods by Christoph Hellwig · 17 years ago
  63. 644f9ab ocfs2: new export ops by Christoph Hellwig · 17 years ago
  64. 34c0d15 gfs2: new export ops by Christoph Hellwig · 17 years ago
  65. be55caf reiserfs: new export ops by Christoph Hellwig · 17 years ago
  66. 480b116 shmem: new export ops by Christoph Hellwig · 17 years ago
  67. 905251a isofs: new export ops by Christoph Hellwig · 17 years ago
  68. 1305edad fat: new export ops by Christoph Hellwig · 17 years ago
  69. c38344f xfs: new export ops by Christoph Hellwig · 17 years ago
  70. a351320 ntfs: new export ops by Christoph Hellwig · 17 years ago
  71. d425de7 jfs: new export ops by Christoph Hellwig · 17 years ago
  72. 05da080 efs: new export ops by Christoph Hellwig · 17 years ago
  73. 1b961ac ext4: new export ops by Christoph Hellwig · 17 years ago
  74. 74af0ba ext3: new export ops by Christoph Hellwig · 17 years ago
  75. 2e4c68e ext2: new export ops by Christoph Hellwig · 17 years ago
  76. 2596110 exportfs: add new methods by Christoph Hellwig · 17 years ago
  77. 6e91ea2 exportfs: add fid type by Christoph Hellwig · 17 years ago
  78. 00bf409 kexec: add BSS to resource tree by Bernhard Walle · 17 years ago
  79. c03ab37 intel-iommu sg chaining support by FUJITA Tomonori · 17 years ago
  80. 358dd8a intel-iommu: fix for IOMMU early crash by Keshavamurthy, Anil S · 17 years ago
  81. f76aec7 intel-iommu: optimize sg map/unmap calls by Keshavamurthy, Anil S · 17 years ago
  82. 49a0429 Intel IOMMU: Iommu floppy workaround by Keshavamurthy, Anil S · 17 years ago
  83. e820482 Intel IOMMU: Iommu Gfx workaround by Keshavamurthy, Anil S · 17 years ago
  84. 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
  85. 7d3b03c Intel IOMMU: Intel iommu cmdline option - forcedac by Keshavamurthy, Anil S · 17 years ago
  86. eb3fa7c Intel IOMMU: Avoid memory allocation failures in dma map api calls by Keshavamurthy, Anil S · 17 years ago
  87. ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
  88. f8de50e Intel IOMMU: IOVA allocation and management routines by Keshavamurthy, Anil S · 17 years ago
  89. a9c55b3 Intel IOMMU: clflush_cache_range now takes size param by Keshavamurthy, Anil S · 17 years ago
  90. 994a65e Intel IOMMU: PCI generic helper function by Keshavamurthy, Anil S · 17 years ago
  91. 10e5247 Intel IOMMU: DMAR detection and parsing logic by Keshavamurthy, Anil S · 17 years ago
  92. 89910cc ext2: avoid rec_len overflow with 64KB block size by Jan Kara · 17 years ago
  93. 321bcf9 dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd> by J. Bruce Fields · 17 years ago
  94. b68680e capabilities: clean up file capability reading by Serge E. Hallyn · 17 years ago
  95. b9049e2 memory hotplug: make kmem_cache_node for SLUB on memory online avoid panic by Yasunori Goto · 17 years ago
  96. 7b78d33 memory hotplug: rearrange memory hotplug notifier by Yasunori Goto · 17 years ago
  97. 10020ca memory hotplug: document the memory hotplug notifier by Yasunori Goto · 17 years ago
  98. a24e785 i386: paravirt boot sequence by Rusty Russell · 17 years ago
  99. 214541d add WEAK() for creating weak asm labels by Rusty Russell · 17 years ago
  100. e5371ac update boot spec to 2.07 by Rusty Russell · 17 years ago