1. 68efa76 KVM: x86: Emulator support for #UD on CPL>0 by Nadav Amit · 11 years ago
  2. 10e38fc KVM: x86: Emulator flag for instruction that only support 16-bit addresses in real mode by Nadav Amit · 11 years ago
  3. 44583cb KVM: x86: use kvm_read_guest_page for emulator accesses by Paolo Bonzini · 11 years ago
  4. 719d5a9 KVM: x86: ensure emulator fetches do not span multiple pages by Paolo Bonzini · 11 years ago
  5. 17052f1 KVM: emulate: put pointers in the fetch_cache by Paolo Bonzini · 11 years ago
  6. 9506d57 KVM: emulate: avoid per-byte copying in instruction fetches by Paolo Bonzini · 11 years ago
  7. 5cfc7e0 KVM: emulate: avoid repeated calls to do_insn_fetch_bytes by Paolo Bonzini · 11 years ago
  8. 285ca9e KVM: emulate: speed up do_insn_fetch by Paolo Bonzini · 11 years ago
  9. 41061cd KVM: emulate: do not initialize memopp by Bandan Das · 11 years ago
  10. 573e80f KVM: emulate: rework seg_override by Bandan Das · 11 years ago
  11. c44b4c6 KVM: emulate: clean up initializations in init_decode_cache by Bandan Das · 11 years ago
  12. 02357bd KVM: emulate: cleanup decode_modrm by Bandan Das · 11 years ago
  13. 685bbf4 KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checks by Bandan Das · 11 years ago
  14. 1498507 KVM: emulate: move init_decode_cache to emulate.c by Bandan Das · 11 years ago
  15. f5f87df KVM: emulate: simplify writeback by Paolo Bonzini · 11 years ago
  16. 54cfdb3 KVM: emulate: speed up emulated moves by Paolo Bonzini · 11 years ago
  17. d40a689 KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())" by Paolo Bonzini · 11 years ago
  18. e24186e KVM: emulate: move around some checks by Paolo Bonzini · 11 years ago
  19. 6addfc4 KVM: x86: avoid useless set of KVM_REQ_EVENT after emulation by Paolo Bonzini · 11 years ago
  20. 37ccdcb KVM: x86: return all bits from get_interrupt_shadow by Paolo Bonzini · 11 years ago
  21. 98eb2f8 KVM: vmx: speed up emulation of invalid guest state by Paolo Bonzini · 11 years ago
  22. 22d48b2d KVM: svm: writes to MSR_K7_HWCR generates GPE in guest by Matthias Lange · 11 years ago
  23. 5f7552d KVM: x86: Pending interrupt may be delivered after INIT by Nadav Amit · 11 years ago
  24. 80112c8 KVM: Synthesize G bit for all segments. by Jim Mattson · 11 years ago
  25. 98eff52 KVM: x86: Fix lapic.c debug prints by Nadav Amit · 11 years ago
  26. 0d3da0d KVM: x86: fix TSC matching by Tomasz Grabiec · 11 years ago
  27. 6cbc5f5 KVM: nSVM: Set correct port for IOIO interception evaluation by Jan Kiszka · 11 years ago
  28. 6493f15 KVM: nSVM: Fix IOIO size reported on emulation by Jan Kiszka · 11 years ago
  29. 9bf4183 KVM: nSVM: Fix IOIO bitmap evaluation by Jan Kiszka · 11 years ago
  30. 62baf44 KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1 by Jan Kiszka · 11 years ago
  31. 9f6226a arch: x86: kvm: x86.c: Cleaning up variable is set more than once by Rickard Strandqvist · 11 years ago
  32. dc720f9 Merge commit '33b458d276bb' into kvm-next by Paolo Bonzini · 11 years ago
  33. 33b458d KVM: SVM: Fix CPL export via SS.DPL by Jan Kiszka · 11 years ago
  34. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 11 years ago
  35. 1e32c07 KVM: vmx: handle_cr ignores 32/64-bit mode by Nadav Amit · 11 years ago
  36. a449c7a KVM: x86: Hypercall handling does not considers opsize correctly by Nadav Amit · 11 years ago
  37. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 11 years ago
  38. 5381417 KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM by Jan Kiszka · 11 years ago
  39. 2996fca KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS by Jan Kiszka · 11 years ago
  40. 560b7ee KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS by Jan Kiszka · 11 years ago
  41. 3dcdf3ec KVM: nVMX: Allow to disable CR3 access interception by Jan Kiszka · 11 years ago
  42. 3dbcd8d KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS by Jan Kiszka · 11 years ago
  43. e4aa528 KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS by Jan Kiszka · 11 years ago
  44. a825f5c KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX by Nadav Amit · 11 years ago
  45. 140bad8 KVM: x86: emulation of dword cmov on long-mode should clear [63:32] by Nadav Amit · 11 years ago
  46. 9e8919a KVM: x86: Inter-privilege level ret emulation is not implemeneted by Nadav Amit · 11 years ago
  47. ee21229 KVM: x86: Wrong emulation on 'xadd X, X' by Nadav Amit · 11 years ago
  48. 7dec560 KVM: x86: bit-ops emulation ignores offset on 64-bit by Nadav Amit · 11 years ago
  49. bc39c4d arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE by Fabian Frederick · 11 years ago
  50. bdc9072 KVM: emulate: fix harmless typo in MMX decoding by Paolo Bonzini · 11 years ago
  51. 9688897 KVM: emulate: simplify BitOp handling by Paolo Bonzini · 11 years ago
  52. a5457e7 KVM: emulate: POP SS triggers a MOV SS shadow too by Paolo Bonzini · 11 years ago
  53. 32e94d0 KVM: x86: smsw emulation is incorrect in 64-bit mode by Nadav Amit · 11 years ago
  54. aaa05f2 KVM: x86: Return error on cmpxchg16b emulation by Nadav Amit · 11 years ago
  55. 67f4d42 KVM: x86: rdpmc emulation checks the counter incorrectly by Nadav Amit · 11 years ago
  56. 3b32004 KVM: x86: movnti minimum op size of 32-bit is not kept by Nadav Amit · 11 years ago
  57. 37c564f KVM: x86: cmpxchg emulation should compare in reverse order by Nadav Amit · 11 years ago
  58. 606b1c3 KVM: x86: sgdt and sidt are not privilaged by Nadav Amit · 11 years ago
  59. 2eedcac KVM: x86: Loading segments on 64-bit mode may be wrong by Nadav Amit · 11 years ago
  60. e37a75a KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR by Nadav Amit · 11 years ago
  61. 7fe864d KVM: x86: Mark VEX-prefix instructions emulation as unimplemented by Nadav Amit · 11 years ago
  62. c728762 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  63. a934fb5 x86/vdso: Fix vdso_install by Andy Lutomirski · 11 years ago
  64. 71998d1 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. e0bf7b8 x86/vdso: Hack to keep 64-bit Go programs working by Andy Lutomirski · 11 years ago
  67. b4b31f6 x86/vdso: Add PUT_LE to store little-endian values by Andy Lutomirski · 11 years ago
  68. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  70. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  71. e430f34 net: filter: cleanup A/X name usage by Alexei Starovoitov · 11 years ago
  72. dfb9454 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  73. 4d048b0 x86, vdso: Remove one final use of htole16() by H. Peter Anvin · 11 years ago
  74. 78a3bb9 x86: intel-mid: add watchdog platform code for Merrifield by David Cohen · 11 years ago
  75. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  76. ed81e78 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  78. bb077d6 Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait for it" by Linus Torvalds · 11 years ago
  79. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 11 years ago
  80. 745c516 x86/boot: EFI_MIXED should not prohibit loading above 4G by Matt Fleming · 11 years ago
  81. 36fac0a signals: kill sigfindinword() by Oleg Nesterov · 11 years ago
  82. bdfb9bc x86, vdso: Use <tools/le_byteshift.h> for littleendian access by H. Peter Anvin · 11 years ago
  83. bd01ec1 x86, locking/rwlocks: Enable qrwlocks on x86 by Waiman Long · 11 years ago
  84. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 11 years ago
  85. 1778754 Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  86. 046f153 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  87. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  88. 2071b3e Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  89. 9df0fe6 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  90. 8c6e549 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core by Ingo Molnar · 11 years ago
  91. 3e1a878 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 11 years ago
  92. feef1e8 x86/smpboot: Log error on secondary CPU wakeup failure at ERR level by Igor Mammedov · 11 years ago
  93. 89f898c x86: Fix list/memory corruption on CPU hotplug by Igor Mammedov · 11 years ago
  94. 5cdb76d uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates by Oleg Nesterov · 11 years ago
  95. 3754891 perf/x86: Add conditional branch filtering support by Anshuman Khandual · 11 years ago
  96. c184c98 perf/x86: Use common PMU interrupt disabled code by Vince Weaver · 11 years ago
  97. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 11 years ago
  98. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 11 years ago
  99. c56d340 Merge branch 'perf/uprobes' into perf/core by Ingo Molnar · 11 years ago
  100. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 11 years ago