1. 82b3277 KVM: x86: Breakpoints do not consider CS.base by Nadav Amit · 10 years ago
  2. 7305eb5 KVM: x86: Clear DR6[0:3] on #DB during handle_dr by Nadav Amit · 10 years ago
  3. 6d2a052 KVM: x86: Emulator should set DR6 upon GD like real CPU by Nadav Amit · 10 years ago
  4. 3ffb246 KVM: x86: No error-code on real-mode exceptions by Nadav Amit · 10 years ago
  5. 5b38ab8 KVM: x86: decode_modrm does not regard modrm correctly by Nadav Amit · 10 years ago
  6. 4114c27 KVM: x86: reset RVI upon system reset by Wei Wang · 10 years ago
  7. a2ae9df kvm: x86: vmx: avoid returning bool to distinguish success from error by Paolo Bonzini · 10 years ago
  8. 34a1cd6 kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup() by Tiejun Chen · 10 years ago
  9. f2c7648 kvm: x86: vmx: move down hardware_setup() and hardware_unsetup() by Tiejun Chen · 10 years ago
  10. c6338ce kvm: kvmclock: use get_cpu() and put_cpu() by Tiejun Chen · 10 years ago
  11. f30ebc3 KVM: x86: optimize some accesses to LVTT and SPIV by Radim Krčmář · 10 years ago
  12. a323b40 KVM: x86: detect LVTT changes under APICv by Radim Krčmář · 10 years ago
  13. e462755 KVM: x86: detect SPIV changes under APICv by Radim Krčmář · 10 years ago
  14. 612263b KVM: x86: Enable Intel AVX-512 for guest by Chao Peng · 10 years ago
  15. 1e0ad70 KVM: x86: fix deadline tsc interrupt injection by Radim Krčmář · 10 years ago
  16. 5d87db7 KVM: x86: add apic_timer_expired() by Radim Krčmář · 10 years ago
  17. 16f8a6f KVM: vmx: Unavailable DR4/5 is checked before CPL by Nadav Amit · 10 years ago
  18. c49c759 KVM: x86: Emulator performs code segment checks on read access by Nadav Amit · 10 years ago
  19. 0e8a0996 KVM: x86: Clear DR7.LE during task-switch by Nadav Amit · 10 years ago
  20. 518547b KVM: x86: Emulator does not calculate address correctly by Nadav Amit · 10 years ago
  21. 6bdf066 KVM: x86: DR7.GD should be cleared upon any #DB exception by Nadav Amit · 10 years ago
  22. 394457a KVM: x86: some apic broadcast modes does not work by Nadav Amit · 10 years ago
  23. 52ce3c2 x86,kvm,vmx: Don't trap writes to CR4.TSD by Andy Lutomirski · 10 years ago
  24. bf0b682 KVM: x86: Sysexit emulation does not mask RIP/RSP by Nadav Amit · 10 years ago
  25. 58b7075 KVM: x86: Distinguish between stack operation and near branches by Nadav Amit · 10 years ago
  26. f778404 KVM: x86: Getting rid of grp45 in emulator by Nadav Amit · 10 years ago
  27. 4be4de7 KVM: x86: Use new is_noncanonical_address in _linearize by Nadav Amit · 10 years ago
  28. d09155d KVM: emulator: always inline __linearize by Paolo Bonzini · 10 years ago
  29. 7501a53 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  30. a73896c KVM: vmx: defer load of APIC access page address during reset by Paolo Bonzini · 10 years ago
  31. 282da87 KVM: nVMX: Disable preemption while reading from shadow VMCS by Jan Kiszka · 10 years ago
  32. 7e46ddd KVM: x86: Fix far-jump to non-canonical check by Nadav Amit · 10 years ago
  33. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  34. 19e0d5f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  35. f5fa363 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 5656b408 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  37. fd56e15 KVM: emulator: fix execution close to the segment limit by Paolo Bonzini · 10 years ago
  38. 3606189 KVM: emulator: fix error code for __linearize by Paolo Bonzini · 10 years ago
  39. 1776b10 perf/x86/intel: Revert incomplete and undocumented Broadwell client support by Ingo Molnar · 10 years ago
  40. d1cd121 x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE by Dexuan Cui · 10 years ago
  41. b77e8f4 ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi() by Jiang Liu · 10 years ago
  42. f182985 x86, intel-mid: Create IRQs for APB timers and RTC timers by Jiang Liu · 10 years ago
  43. d4e1a0a x86: Don't enable F00F workaround on Intel Quark processors by Dave Jones · 10 years ago
  44. 60e684f x86/irq: Fix XT-PIC-XT-PIC in /proc/interrupts by Maciej W. Rozycki · 10 years ago
  45. 7fb0f1d perf/x86: Fix compile warnings for intel_uncore by Peter Zijlstra · 10 years ago
  46. 65d71fe perf: Fix bogus kernel printk by Peter Zijlstra (Intel) · 10 years ago
  47. 009f60e sched: stop the unbound recursion in preempt_schedule_context() by Oleg Nesterov · 10 years ago
  48. 3c325f8 x86, cma: Reserve DMA contiguous area after initmem_init() by Weijie Yang · 10 years ago
  49. 26c2d2b i386/audit: stop scribbling on the stack frame by Eric Paris · 10 years ago
  50. db65bcf Merge tag 'v3.18-rc1' into x86/urgent by H. Peter Anvin · 10 years ago
  51. 96971e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  52. 20ca57c Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  53. 1715d0d KVM: x86: Wrong assertion on paging_tmpl.h by Nadav Amit · 10 years ago
  54. 3f6f148 KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag by Nadav Amit · 10 years ago
  55. 13e457e KVM: x86: Emulator does not decode clflush well by Nadav Amit · 10 years ago
  56. a430c91 KVM: emulate: avoid accessing NULL ctxt->memopp by Paolo Bonzini · 10 years ago
  57. 08da44a KVM: x86: Decoding guest instructions which cross page boundary may fail by Nadav Amit · 10 years ago
  58. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 10 years ago
  59. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 10 years ago
  60. d1442d8 KVM: x86: Handle errors when RIP is set during far jumps by Nadav Amit · 10 years ago
  61. 234f3ce KVM: x86: Emulator fixes for eip canonical checks on near branches by Nadav Amit · 10 years ago
  62. 05c83ec KVM: x86: Fix wrong masking on relative jump/call by Nadav Amit · 10 years ago
  63. 2febc83 KVM: x86: Improve thread safety in pit by Andy Honig · 10 years ago
  64. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 10 years ago
  65. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 10 years ago
  66. 816fb41 Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  67. 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 1ea644c8 x86/xen: panic on bad Xen-provided memory map by Martin Kelly · 10 years ago
  69. 3251f20 x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read() by Boris Ostrovsky · 10 years ago
  70. 3a0e94f x86/xen: avoid race in p2m handling by Juergen Gross · 10 years ago
  71. 2c18568 x86/xen: delay construction of mfn_list_list by Juergen Gross · 10 years ago
  72. 239af7c x86/xen: avoid writing to freed memory after race in p2m handling by Juergen Gross · 10 years ago
  73. 754f0da x86, intel-mid: Remove "weak" from function declarations by Bjorn Helgaas · 10 years ago
  74. b47dcbd x86, apic: Handle a bad TSC more gracefully by Andy Lutomirski · 10 years ago
  75. 961b6a7 x86: ACPI: Do not translate GSI number if IOAPIC is disabled by Jiang Liu · 10 years ago
  76. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  77. 1f6075f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. db6a00b x86/smpboot: Move data structure to its primary usage scope by Ingo Molnar · 10 years ago
  79. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  80. d974baa x86,kvm,vmx: Preserve CR4 across VM entry by Andy Lutomirski · 10 years ago
  81. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  82. 691286b kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define by Anton Blanchard · 10 years ago
  83. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  84. e0ee9c1 x86: bpf_jit: fix two bugs in eBPF JIT compiler by Alexei Starovoitov · 10 years ago
  85. dfe2c6d Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  86. 31003e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  87. 7765490 Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  88. 2fd7476 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  89. ba1a96f Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  90. f1bfbd9 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. df133e8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. e343833 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. c7b228a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  94. 708d0b4 Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. 9919e39 kvm: ensure hard lockup detection is disabled by default by Ulrich Obergfell · 10 years ago
  96. bd5cfb8 arch/x86/mm/numa.c: fix boot failure when all nodes are hotpluggable by Xishi Qiu · 10 years ago
  97. e48510f arch/x86/kernel/cpu/common.c: fix unused symbol warning by Andrew Morton · 10 years ago
  98. 906e36c x86: use optimized ioresource lookup in ioremap function by Mike Travis · 10 years ago
  99. f8da964 kexec-bzimage64: fix sparse warnings by Vivek Goyal · 10 years ago
  100. a2d6aa8 kexec: check if crashk_res_low exists when exclude it from crash mem ranges by Baoquan He · 10 years ago