1. 63d1142 KVM: SVM: move has_svm() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  2. 6aa07a0 x86: cpu_emergency_vmxoff() function by Eduardo Habkost · 16 years ago
  3. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  4. 1e99311 x86: asm/virtext.h: add cpu_vmxoff() inline function by Eduardo Habkost · 16 years ago
  5. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  6. eca70fc KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h by Eduardo Habkost · 16 years ago
  7. c2cedf7 KVM: SVM: move svm.h to include/asm by Eduardo Habkost · 16 years ago
  8. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  9. fe4e771 KVM: ppc: fix userspace mapping invalidation on context switch by Hollis Blanchard · 16 years ago
  10. df9b856 KVM: ppc: use prefetchable mappings for guest memory by Hollis Blanchard · 16 years ago
  11. bf5d402 KVM: ppc: use MMUCR accessor to obtain TID by Hollis Blanchard · 16 years ago
  12. 30ed5bb KVM: ia64: Remove some macro definitions in asm-offsets.c. by Xiantao Zhang · 16 years ago
  13. 74ef740 KVM: ppc: fix Kconfig constraints by Hollis Blanchard · 16 years ago
  14. 0fdf8e5 KVM: Fix cpuid iteration on multiple leaves per eac by Nitin A Kamble · 16 years ago
  15. 0853d2c KVM: Fix cpuid leaf 0xb loop termination by Nitin A Kamble · 16 years ago
  16. fcfdbd2 KVM: ppc: improve trap emulation by Hollis Blanchard · 16 years ago
  17. d4cf389 KVM: ppc: optimize irq delivery path by Hollis Blanchard · 16 years ago
  18. 9ab8084 KVM: ppc: optimize find first bit by Hollis Blanchard · 16 years ago
  19. 1b6766c KVM: ppc: optimize kvm stat handling by Hollis Blanchard · 16 years ago
  20. b8fd68a KVM: ppc: fix set regs to take care of msr change by Hollis Blanchard · 16 years ago
  21. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 16 years ago
  22. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 16 years ago
  23. 5cbb510 KVM: ppc: Move the last bits of 44x code out of booke.c by Hollis Blanchard · 16 years ago
  24. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  25. c381a04 ppc: Create disassemble.h to extract instruction fields by Hollis Blanchard · 16 years ago
  26. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  27. d9fbd03 KVM: ppc: combine booke_guest.c and booke_host.c by Hollis Blanchard · 16 years ago
  28. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 16 years ago
  29. a0d7b9f KVM: ppc: Move 440-specific TLB code into 44x_tlb.c by Hollis Blanchard · 16 years ago
  30. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  31. 6eb5581 KVM: Enable Function Level Reset for assigned device by Sheng Yang · 16 years ago
  32. 853dafb KVM: ia64: Remove lock held by halted vcpu by Xiantao Zhang · 16 years ago
  33. a917f7af3 KVM: ia64: Re-organize data sturure of guests' data area by Xiantao Zhang · 16 years ago
  34. 1d5a4d9 KVM: VMX: Handle mmio emulation when guest state is invalid by Guillaume Thouvenin · 16 years ago
  35. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  36. c0d0982 KVM: SVM: Set the 'busy' flag of the TR selector by Amit Shah · 16 years ago
  37. 25022ac KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration by Amit Shah · 16 years ago
  38. b8222ad KVM: x86: Fix typo in function name by Amit Shah · 16 years ago
  39. cc6e462 KVM: x86: Optimize NMI watchdog delivery by Jan Kiszka · 16 years ago
  40. 8fdb235 KVM: x86: Fix and refactor NMI watchdog emulation by Jan Kiszka · 16 years ago
  41. 291fd39 KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm) by Guillaume Thouvenin · 16 years ago
  42. 6fe6397 KVM: VMX: Move private memory slot position by Sheng Yang · 16 years ago
  43. 291f26b KVM: MMU: Extend kvm_mmu_page->slot_bitmap size by Sheng Yang · 16 years ago
  44. d73fa29 KVM: Clean up kvm_x86_emulate.h by Sheng Yang · 16 years ago
  45. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  46. 74be52e KVM: Add local get_mtrr_type() to support MTRR by Sheng Yang · 16 years ago
  47. 468d472 KVM: VMX: Add PAT support for EPT by Sheng Yang · 16 years ago
  48. 0bed3b5 KVM: Improve MTRR structure by Sheng Yang · 16 years ago
  49. 932d27a x86: Export some definition of MTRR by Sheng Yang · 16 years ago
  50. b558bc0 x86: Rename mtrr_state struct and macro names by Sheng Yang · 16 years ago
  51. 5f17928 KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback by Gleb Natapov · 16 years ago
  52. 3b86cd9 KVM: VMX: work around lacking VNMI support by Jan Kiszka · 16 years ago
  53. 487b391 KVM: VMX: Provide support for user space injected NMIs by Jan Kiszka · 16 years ago
  54. c4abb7c KVM: x86: Support for user space injected NMIs by Jan Kiszka · 16 years ago
  55. 26df99c KVM: Kick NMI receiving VCPU by Jan Kiszka · 16 years ago
  56. 0496fbb KVM: x86: VCPU with pending NMI is runnabled by Jan Kiszka · 16 years ago
  57. 23930f9 KVM: x86: Enable NMI Watchdog via in-kernel PIT source by Jan Kiszka · 16 years ago
  58. 66a5a34 KVM: VMX: fix real-mode NMI support by Jan Kiszka · 16 years ago
  59. f460ee4 KVM: VMX: refactor IRQ and NMI window enabling by Jan Kiszka · 16 years ago
  60. 33f089c KVM: VMX: refactor/fix IRQ and NMI injectability determination by Jan Kiszka · 16 years ago
  61. 448fa4a KVM: x86: Reset pending/inject NMI state on CPU reset by Jan Kiszka · 16 years ago
  62. 60637aa KVM: VMX: Support for NMI task gates by Jan Kiszka · 16 years ago
  63. e4a4188 KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value by Jan Kiszka · 16 years ago
  64. a26bf12 KVM: VMX: include all IRQ window exits in statistics by Jan Kiszka · 16 years ago
  65. 2786b01 KVM: x86 emulator: consolidate push reg by Guillaume Thouvenin · 16 years ago
  66. ab70537 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  67. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  68. 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  69. 6de7148 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
  70. 1dff81f Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  71. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. 58a2456 lguest: move the initial guest page table creation code to the host by Matias Zabaljauregui · 16 years ago
  75. db40598 virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying on pagesize by Rusty Russell · 16 years ago
  76. 47992cb Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel by Russell King · 16 years ago
  77. 198fc10 [ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devices by Eric Miao · 16 years ago
  78. 878f578 [ARM] pxafb: cleanup of the color format manipulation code by Eric Miao · 16 years ago
  79. a042750 [ARM] pxafb: add palette format support for LCCR4_PAL_FOR_3 by Eric Miao · 16 years ago
  80. 6e35484 [ARM] pxafb: add support for FBIOPAN_DISPLAY by dma braching by Eric Miao · 16 years ago
  81. 77e1967 [ARM] pxafb: allow video memory size to be configurable by Eric Miao · 16 years ago
  82. 6769717 [ARM] rtc-sa1100: don't assume CLOCK_TICK_RATE to be a constant by Eric Miao · 16 years ago
  83. 9f1442b [ARM] pxa/tavorevb: update board support (smartpanel LCD + keypad) by Eric Miao · 16 years ago
  84. 10e5b64 alpha: remove dead BIO_VMERGE_BOUNDARY by FUJITA Tomonori · 16 years ago
  85. abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
  86. e3c6d4e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  87. 3c92ec8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  88. 96faec9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 16 years ago
  89. ca9153a powerpc/44x: Support 16K/64K base page sizes on 44x by Ilya Yanok · 16 years ago
  90. 6ca4f74 powerpc: Force memory size to be a multiple of PAGE_SIZE by Hollis Blanchard · 16 years ago
  91. 541ef5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
  92. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  93. 1db2a5c1 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  94. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  95. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  96. be9c5ae Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  97. bb26c6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  98. e14e61e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  99. cb10ea5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  100. 81d6e59 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago