1. a27685c KVM: VMX: Emulate invalid guest state by default by Avi Kivity · 12 years ago
  2. 8089000 KVM: x86 emulator: implement LTR by Avi Kivity · 12 years ago
  3. 869be99 KVM: x86 emulator: make loading TR set the busy bit by Avi Kivity · 12 years ago
  4. e919464 KVM: x86 emulator: make read_segment_descriptor() return the address by Avi Kivity · 12 years ago
  5. a14e579 KVM: x86 emulator: emulate LLDT by Avi Kivity · 12 years ago
  6. 9299836 KVM: x86 emulator: emulate BSWAP by Avi Kivity · 12 years ago
  7. de5f70e KVM: VMX: Improve error reporting during invalid guest state emulation by Avi Kivity · 12 years ago
  8. de87dcd KVM: VMX: Stop invalid guest state emulation on pending event by Avi Kivity · 12 years ago
  9. 612e89f KVM: x86 emulator: implement ENTER by Avi Kivity · 12 years ago
  10. 51ddff5 KVM: x86 emulator: split push logic from push opcode emulation by Avi Kivity · 12 years ago
  11. 361cad2 KVM: x86 emulator: fix byte-sized MOVZX/MOVSX by Avi Kivity · 12 years ago
  12. 2dd7caa KVM: x86 emulator: emulate LAHF by Avi Kivity · 12 years ago
  13. 7c068e4 KVM: VMX: Continue emulating after batch exhausted by Avi Kivity · 12 years ago
  14. bdea48e KVM: VMX: Fix interrupt exit condition during emulation by Avi Kivity · 12 years ago
  15. 9605157 KVM: x86 emulator: emulate SGDT/SIDT by Avi Kivity · 12 years ago
  16. a6e3407 KVM: Fix SS default ESP/EBP based addressing by Avi Kivity · 12 years ago
  17. cbd27ee KVM: x86 emulator: initialize memop by Avi Kivity · 12 years ago
  18. f47cfa3 KVM: x86 emulator: emulate LEAVE by Avi Kivity · 12 years ago
  19. b8405c1 KVM: VMX: Limit iterations with emulator_invalid_guest_state by Avi Kivity · 12 years ago
  20. f0495f9 KVM: VMX: Relax check on unusable segment by Avi Kivity · 12 years ago
  21. 510425f KVM: x86 emulator: fix LIDT/LGDT in long mode by Avi Kivity · 12 years ago
  22. 79d5b4c KVM: x86 emulator: allow loading null SS in long mode by Avi Kivity · 12 years ago
  23. 6d6eede KVM: x86 emulator: emulate cpuid by Avi Kivity · 12 years ago
  24. 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 12 years ago
  25. 62046e5 KVM: Split cpuid register access from computation by Avi Kivity · 12 years ago
  26. d881e6f KVM: VMX: Return correct CPL during transition to protected mode by Avi Kivity · 12 years ago
  27. e676505 KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation by Avi Kivity · 12 years ago
  28. 5cfc2aa KVM: handle last_boosted_vcpu = 0 case by Rik van Riel · 12 years ago
  29. 21b26c0 KVM: s390: Fix sigp sense handling. by Cornelia Huck · 12 years ago
  30. ea1918d KVM: s390: use sigp condition code defines by Heiko Carstens · 12 years ago
  31. 0744426 KVM: s390: fix sigp set prefix status stored cases by Heiko Carstens · 12 years ago
  32. 7ba26c4 KVM: s390: fix sigp sense running condition code handling by Heiko Carstens · 12 years ago
  33. 9b74753 s390/smp/kvm: unifiy sigp definitions by Heiko Carstens · 12 years ago
  34. 9d04edd s390/smp: remove redundant check by Heiko Carstens · 12 years ago
  35. 36c1ed8 KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER by Marc Zyngier · 12 years ago
  36. 2106a54 KVM: VMX: code clean for vmx_init() by Guo Chao · 12 years ago
  37. f9808b7 apic: fix kvm build on UP without IOAPIC by Michael S. Tsirkin · 12 years ago
  38. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 12 years ago
  39. d905c06 KVM: rearrange injection cancelling code by Michael S. Tsirkin · 12 years ago
  40. 5cfb1d5 KVM: only sync when attention bits set by Michael S. Tsirkin · 12 years ago
  41. c1af87d KVM: eoi msi documentation by Michael S. Tsirkin · 12 years ago
  42. d0a69d6 x86, bitops: note on __test_and_clear_bit atomicity by Michael S. Tsirkin · 12 years ago
  43. ab9cf49 KVM guest: guest side for eoi avoidance by Michael S. Tsirkin · 12 years ago
  44. 8680b94 KVM: optimize ISR lookups by Michael S. Tsirkin · 12 years ago
  45. 5eadf91 KVM: document lapic regs field by Michael S. Tsirkin · 12 years ago
  46. 9e40b67 KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc() by Takuya Yoshikawa · 12 years ago
  47. a1e4ccb KVM: Introduce __KVM_HAVE_IRQ_LINE by Christoffer Dall · 12 years ago
  48. 9900b4b KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code by Marc Zyngier · 12 years ago
  49. dcce048 KVM: trace events: update list of exit reasons by Cornelia Huck · 12 years ago
  50. cd18345 KVM: s390: Perform early event mask processing during boot by Heinz Graalfs · 12 years ago
  51. 61bde82 KVM: s390: Set CPU in stopped state on initial cpu reset by Christian Borntraeger · 12 years ago
  52. 00763e4 KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit by Xudong Hao · 12 years ago
  53. 80feb89 KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc() by Takuya Yoshikawa · 13 years ago
  54. 25e531a Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next by Avi Kivity · 12 years ago
  55. 79f702a KVM: disable uninitialized var warning by Michael S. Tsirkin · 12 years ago
  56. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 12 years ago
  57. 4ae57b6 KVM: s390: Change maintainer by Christian Borntraeger · 12 years ago
  58. b246dd5 KVM: VMX: Fix KVM_SET_SREGS with big real mode segments by Orit Wasserman · 12 years ago
  59. 1952639 KVM: MMU: do not iterate over all VMs in mmu_shrink() by Gleb Natapov · 12 years ago
  60. a6bb792 KVM: ia64: Mark ia64 KVM as BROKEN by Avi Kivity · 13 years ago
  61. 3f6d8c8 KVM: VMX: Use EPT Access bit in response to memory notifiers by Xudong Hao · 13 years ago
  62. b38f993 KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP by Xudong Hao · 13 years ago
  63. 83c3a33 KVM: VMX: Add parameter to control A/D bits support, default is on by Xudong Hao · 13 years ago
  64. aaf07bc KVM: VMX: Add EPT A/D bits definitions by Xudong Hao · 13 years ago
  65. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 13 years ago
  66. 92eca8f KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc() by Takuya Yoshikawa · 13 years ago
  67. 99becf1 Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{signal,vfs} by Linus Torvalds · 12 years ago
  68. bf2785a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  69. 03240b2 fixups for signal breakage by Al Viro · 12 years ago
  70. ad1ed29 nommu: fix compilation of nommu.c by Greg Ungerer · 12 years ago
  71. a3fe778 Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  72. 9171c67 Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. c22072b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 0640113 vfs: Fix /proc/<tid>/fdinfo/<fd> file handling by Linus Torvalds · 12 years ago
  75. 5041caa gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx' by Kukjin Kim · 12 years ago
  76. 4d57857 Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  77. 68e3e92 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" by Linus Torvalds · 12 years ago
  78. 752dc18 mm: fix warning in __set_page_dirty_nobuffers by Hugh Dickins · 12 years ago
  79. 2f9d3df vfs: move inode stat information closer together by Linus Torvalds · 12 years ago
  80. f8f5701 Linux 3.5-rc1 by Linus Torvalds · 12 years ago
  81. 912afc3 Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  82. cc8394d dm thin: provide userspace access to pool metadata by Joe Thornber · 12 years ago
  83. a24c256 dm thin: use slab mempools by Mike Snitzer · 12 years ago
  84. 3599165 dm mpath: allow ioctls to trigger pg init by Mikulas Patocka · 12 years ago
  85. f220fd4 dm mpath: delay retry of bypassed pg by Mike Christie · 12 years ago
  86. 1fbdd2b dm mpath: reduce size of struct multipath by Mike Snitzer · 12 years ago
  87. 4fc3acf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  88. 63004af Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  89. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  90. 9ca3cc6 fec_mpc52xx: fix timestamp filtering by Stephan Gatzka · 12 years ago
  91. b1ff4f9 mcs7830: Implement link state detection by Ondrej Zary · 12 years ago
  92. 233e562 Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs,signal} by Linus Torvalds · 12 years ago
  93. 0fd7bee powerpc: Fix size of st_nlink on 64bit by Anton Blanchard · 12 years ago
  94. a393624 frv: Remove bogus closing parenthesis by Geert Uytterhoeven · 12 years ago
  95. 6d7407b e1000e: fix Rapid Start Technology support for i217 by Bruce Allan · 13 years ago
  96. 281a8f2 e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats() by Sebastian Andrzej Siewior · 13 years ago
  97. 829f51d Merge branch 'akpm' (Fixups for Andrew's patchbomb) by Linus Torvalds · 12 years ago
  98. 8b8c0da nls: fix (and rename) mac NLS table files and config options by Linus Torvalds · 12 years ago
  99. 92a8956 fs/nls/Makefile: remove bogus CONFIG_ assignments by Andrew Morton · 12 years ago
  100. 804ce98 Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago