1. a72faf2 KVM: MMU: trace fast page fault by Xiao Guangrong · 13 years ago
  2. c7ba5b4 KVM: MMU: fast path of handling guest page fault by Xiao Guangrong · 13 years ago
  3. 49fde34 KVM: MMU: introduce SPTE_MMU_WRITEABLE bit by Xiao Guangrong · 13 years ago
  4. 6e7d035 KVM: MMU: fold tlb flush judgement into mmu_spte_update by Xiao Guangrong · 13 years ago
  5. 4f5982a KVM: VMX: export PFEC.P bit on ept by Xiao Guangrong · 13 years ago
  6. 8e22f95 KVM: MMU: cleanup spte_write_protect by Xiao Guangrong · 13 years ago
  7. d13bc5b KVM: MMU: abstract spte write-protect by Xiao Guangrong · 13 years ago
  8. 2f84569 KVM: MMU: return bool in __rmap_write_protect by Xiao Guangrong · 13 years ago
  9. a27685c KVM: VMX: Emulate invalid guest state by default by Avi Kivity · 13 years ago
  10. 8089000 KVM: x86 emulator: implement LTR by Avi Kivity · 13 years ago
  11. 869be99 KVM: x86 emulator: make loading TR set the busy bit by Avi Kivity · 13 years ago
  12. e919464 KVM: x86 emulator: make read_segment_descriptor() return the address by Avi Kivity · 13 years ago
  13. a14e579 KVM: x86 emulator: emulate LLDT by Avi Kivity · 13 years ago
  14. 9299836 KVM: x86 emulator: emulate BSWAP by Avi Kivity · 13 years ago
  15. de5f70e KVM: VMX: Improve error reporting during invalid guest state emulation by Avi Kivity · 13 years ago
  16. de87dcd KVM: VMX: Stop invalid guest state emulation on pending event by Avi Kivity · 13 years ago
  17. 612e89f KVM: x86 emulator: implement ENTER by Avi Kivity · 13 years ago
  18. 51ddff5 KVM: x86 emulator: split push logic from push opcode emulation by Avi Kivity · 13 years ago
  19. 361cad2 KVM: x86 emulator: fix byte-sized MOVZX/MOVSX by Avi Kivity · 13 years ago
  20. 2dd7caa KVM: x86 emulator: emulate LAHF by Avi Kivity · 13 years ago
  21. 7c068e4 KVM: VMX: Continue emulating after batch exhausted by Avi Kivity · 13 years ago
  22. bdea48e KVM: VMX: Fix interrupt exit condition during emulation by Avi Kivity · 13 years ago
  23. 9605157 KVM: x86 emulator: emulate SGDT/SIDT by Avi Kivity · 13 years ago
  24. a6e3407 KVM: Fix SS default ESP/EBP based addressing by Avi Kivity · 13 years ago
  25. cbd27ee KVM: x86 emulator: initialize memop by Avi Kivity · 13 years ago
  26. f47cfa3 KVM: x86 emulator: emulate LEAVE by Avi Kivity · 13 years ago
  27. b8405c1 KVM: VMX: Limit iterations with emulator_invalid_guest_state by Avi Kivity · 13 years ago
  28. f0495f9 KVM: VMX: Relax check on unusable segment by Avi Kivity · 13 years ago
  29. 510425f KVM: x86 emulator: fix LIDT/LGDT in long mode by Avi Kivity · 13 years ago
  30. 79d5b4c KVM: x86 emulator: allow loading null SS in long mode by Avi Kivity · 13 years ago
  31. 6d6eede KVM: x86 emulator: emulate cpuid by Avi Kivity · 13 years ago
  32. 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 13 years ago
  33. 62046e5 KVM: Split cpuid register access from computation by Avi Kivity · 13 years ago
  34. d881e6f KVM: VMX: Return correct CPL during transition to protected mode by Avi Kivity · 13 years ago
  35. e676505 KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation by Avi Kivity · 13 years ago
  36. 21b26c0 KVM: s390: Fix sigp sense handling. by Cornelia Huck · 13 years ago
  37. ea1918d KVM: s390: use sigp condition code defines by Heiko Carstens · 13 years ago
  38. 0744426 KVM: s390: fix sigp set prefix status stored cases by Heiko Carstens · 13 years ago
  39. 7ba26c4 KVM: s390: fix sigp sense running condition code handling by Heiko Carstens · 13 years ago
  40. 9b74753 s390/smp/kvm: unifiy sigp definitions by Heiko Carstens · 13 years ago
  41. 9d04edd s390/smp: remove redundant check by Heiko Carstens · 13 years ago
  42. 2106a54 KVM: VMX: code clean for vmx_init() by Guo Chao · 13 years ago
  43. f9808b7 apic: fix kvm build on UP without IOAPIC by Michael S. Tsirkin · 13 years ago
  44. ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 13 years ago
  45. d905c06 KVM: rearrange injection cancelling code by Michael S. Tsirkin · 13 years ago
  46. 5cfb1d5 KVM: only sync when attention bits set by Michael S. Tsirkin · 13 years ago
  47. d0a69d6 x86, bitops: note on __test_and_clear_bit atomicity by Michael S. Tsirkin · 13 years ago
  48. ab9cf49 KVM guest: guest side for eoi avoidance by Michael S. Tsirkin · 13 years ago
  49. 8680b94 KVM: optimize ISR lookups by Michael S. Tsirkin · 13 years ago
  50. 5eadf91 KVM: document lapic regs field by Michael S. Tsirkin · 13 years ago
  51. 9e40b67 KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc() by Takuya Yoshikawa · 13 years ago
  52. a1e4ccb KVM: Introduce __KVM_HAVE_IRQ_LINE by Christoffer Dall · 13 years ago
  53. cd18345 KVM: s390: Perform early event mask processing during boot by Heinz Graalfs · 13 years ago
  54. 61bde82 KVM: s390: Set CPU in stopped state on initial cpu reset by Christian Borntraeger · 13 years ago
  55. 00763e4 KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit by Xudong Hao · 13 years ago
  56. 80feb89 KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc() by Takuya Yoshikawa · 13 years ago
  57. 25e531a Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next by Avi Kivity · 13 years ago
  58. 79f702a KVM: disable uninitialized var warning by Michael S. Tsirkin · 13 years ago
  59. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 13 years ago
  60. b246dd5 KVM: VMX: Fix KVM_SET_SREGS with big real mode segments by Orit Wasserman · 13 years ago
  61. 1952639 KVM: MMU: do not iterate over all VMs in mmu_shrink() by Gleb Natapov · 13 years ago
  62. a6bb792 KVM: ia64: Mark ia64 KVM as BROKEN by Avi Kivity · 13 years ago
  63. 3f6d8c8 KVM: VMX: Use EPT Access bit in response to memory notifiers by Xudong Hao · 13 years ago
  64. b38f993 KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP by Xudong Hao · 13 years ago
  65. 83c3a33 KVM: VMX: Add parameter to control A/D bits support, default is on by Xudong Hao · 13 years ago
  66. aaf07bc KVM: VMX: Add EPT A/D bits definitions by Xudong Hao · 13 years ago
  67. c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 13 years ago
  68. 03240b2 fixups for signal breakage by Al Viro · 13 years ago
  69. c22072b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  70. 63004af Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  71. 233e562 Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs,signal} by Linus Torvalds · 13 years ago
  72. 0fd7bee powerpc: Fix size of st_nlink on 64bit by Anton Blanchard · 13 years ago
  73. a393624 frv: Remove bogus closing parenthesis by Geert Uytterhoeven · 13 years ago
  74. 804ce98 Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  75. f5e7e84 Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd by Linus Torvalds · 13 years ago
  76. 40b46a7 Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-linus by H. Peter Anvin · 13 years ago
  77. efff047 Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  78. bad1a75 x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32 by H.J. Lu · 13 years ago
  79. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  80. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  81. 44fbbb3 x86: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 13 years ago
  82. 29bf5dd blackfin: check __get_user() return value by Al Viro · 13 years ago
  83. 35d5180 whack-a-mole with TIF_FREEZE by Al Viro · 13 years ago
  84. a2eddc7c FRV: Optimise the system call exit path in entry.S [ver #2] by David Howells · 13 years ago
  85. 1e5ef91 FRV: Shrink TIF_WORK_MASK [ver #2] by David Howells · 13 years ago
  86. 137c3c4 FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptions by David Howells · 13 years ago
  87. efee984 new helper: signal_delivered() by Al Viro · 13 years ago
  88. 17440f1 powerpc: get rid of restore_sigmask() by Al Viro · 13 years ago
  89. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
  90. edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 13 years ago
  91. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 13 years ago
  92. bf343dfd don't call try_to_freeze() from do_signal() by Al Viro · 13 years ago
  93. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
  94. 5754f41 sh64: failure to build sigframe != signal without handler by Al Viro · 13 years ago
  95. 39974d0 openrisc: tracehook_signal_handler() is supposed to be called on success by Al Viro · 13 years ago
  96. b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
  97. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
  98. 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 13 years ago
  99. 0c75966 x86, efi: Add EFI boot stub documentation by Matt Fleming · 13 years ago
  100. 9fa7ded x86, efi; Add EFI boot stub console support by Matt Fleming · 13 years ago