1. ae561ed KVM: x86: DR0-DR3 are not clear on reset by Nadav Amit · 10 years ago
  2. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 10 years ago
  3. 3b5a5ff KVM: x86: simplify kvm_apic_map by Radim Krčmář · 10 years ago
  4. 3548a25 KVM: x86: avoid logical_map when it is invalid by Radim Krčmář · 10 years ago
  5. 9ea369b KVM: x86: fix mixed APIC mode broadcast by Radim Krčmář · 10 years ago
  6. 03d2249 KVM: x86: use MDA for interrupt matching by Radim Krčmář · 10 years ago
  7. 92d71bc KVM: nVMX: remove unnecessary double caching of MAXPHYADDR by Eugene Korenevsky · 10 years ago
  8. 9090422 KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry by Eugene Korenevsky · 10 years ago
  9. 5a4f55c KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu by Eugene Korenevsky · 10 years ago
  10. 80f0e95 KVM: vmx: pass error code with internal error #2 by Radim Krčmář · 10 years ago
  11. 80f7fdb x86: vdso: fix pvclock races with task migration by Radim Krčmář · 10 years ago
  12. 9c8fd1b KVM: x86: optimize delivery of TSC deadline timer interrupt by Paolo Bonzini · 10 years ago
  13. 362c698 KVM: x86: extract blocking logic from __vcpu_run by Paolo Bonzini · 10 years ago
  14. 35fd68a kvm: x86: fix x86 eflags fixed bit by Wanpeng Li · 10 years ago
  15. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 10 years ago
  16. 1d804d0 x86: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  17. 2f729b1 KVM: remove useless check of "ret" variable prior to returning the same value by Eugene Korenevsky · 10 years ago
  18. b32a991 KVM: x86: Remove redundant definitions by Nadav Amit · 10 years ago
  19. 0efb044 KVM: x86: removing redundant eflags bits definitions by Nadav Amit · 10 years ago
  20. 900efe2 KVM: x86: BSF and BSR emulation change register unnecassarily by Nadav Amit · 10 years ago
  21. 6fd8e12 KVM: x86: POPA emulation may not clear bits [63:32] by Nadav Amit · 10 years ago
  22. b91aa14 KVM: x86: CMOV emulation on legacy mode is wrong by Nadav Amit · 10 years ago
  23. 2dccb4c kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 10 years ago
  24. b3a2a90 KVM: nVMX: Add support for rdtscp by Jan Kiszka · 10 years ago
  25. f0e4b27 KVM: x86: remove now unneeded include directory from Makefile by Andre Przywara · 10 years ago
  26. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 10 years ago
  27. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  28. a123374f KVM: x86: inline kvm_ioapic_handles_vector() by Radim Krčmář · 10 years ago
  29. 0a4e6be x86: kvm: Revert "remove sched notifier for cross-cpu migrations" by Marcelo Tosatti · 10 years ago
  30. faac245 KVM: SVM: Fix confusing message if no exit handlers are installed by Bandan Das · 10 years ago
  31. 52eb5a6 KVM: x86: For the symbols used locally only should be static type by Xiubo Li · 10 years ago
  32. 795a149 KVM: x86: Avoid using plain integer as NULL pointer warning by Xiubo Li · 10 years ago
  33. ae1f576 KVM: nVMX: Do not emulate #UD while in guest mode by Jan Kiszka · 10 years ago
  34. b34a805 KVM: x86: Fix re-execution of patched vmmcall by Jan Kiszka · 10 years ago
  35. 5e57518 x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE by David Kaplan · 10 years ago
  36. dab429a kvm: svm: make wbinvd faster by David Kaplan · 10 years ago
  37. 5cb5605 kvm: x86: make kvm_emulate_* consistant by Joel Schopp · 10 years ago
  38. 548ef28 KVM: Get rid of kvm_kvfree() by Thomas Huth · 10 years ago
  39. 5bda6ee KVM: ioapic: Record edge-triggered interrupts delivery status by Wincy Van · 10 years ago
  40. 668f198 KVM: SVM: use kvm_register_write()/read() by David Kaplan · 10 years ago
  41. 39ed853 Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  42. 8204680 Merge branch 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  43. 99aedde Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  44. 06c8173 x86/fpu/xsaves: Fix improper uses of __ex_table by Quentin Casasnovas · 10 years ago
  45. 9ab6eb5 x86/intel/quark: Select COMMON_CLK by Andy Shevchenko · 10 years ago
  46. 956421f x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 10 years ago
  47. b8e81a3 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  48. 63f1789 x86/PCI/ACPI: Ignore resources consumed by host bridge itself by Jiang Liu · 10 years ago
  49. f563db4 KVM: SVM: fix interrupt injection (apic->isr_count always 0) by Radim Krčmář · 10 years ago
  50. a38ecbb Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. d7b48fe Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. 5b2bdbc x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too by Steven Rostedt · 10 years ago
  53. 5838d18 Merge branch 'linus' into x86/urgent, to merge dependent patch by Ingo Molnar · 10 years ago
  54. b24e2bd Merge tag 'stable/for-linus-4.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  55. 84257ce Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  56. 579deee x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_setup() by Yannick Guerrini · 10 years ago
  57. 4ff6f8e KVM: emulate: fix CMPXCHG8B on 32-bit hosts by Paolo Bonzini · 10 years ago
  58. 21bc8dc KVM: VMX: fix build without CONFIG_SMP by Radim Krčmář · 10 years ago
  59. 5054daa x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests by Boris Ostrovsky · 10 years ago
  60. fdfd811 x86/xen: allow privcmd hypercalls to be preempted by David Vrabel · 10 years ago
  61. 31795b47 x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not set by Boris Ostrovsky · 10 years ago
  62. a927792 x86/cpu/intel: Fix trivial typo in intel_tlb_table[] by Yannick Guerrini · 10 years ago
  63. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  64. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  65. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. b5aeca5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 2a6730c kprobes/x86: Check for invalid ftrace location in __recover_probed_insn() by Petr Mladek · 10 years ago
  69. 650b7b2 kprobes/x86: Use 5-byte NOP when the code might be modified by ftrace by Petr Mladek · 10 years ago
  70. 570e1aa x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch by Jiri Kosina · 10 years ago
  71. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 10 years ago
  72. 27a22ee Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  73. 1fbe23e Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  74. 35a9ff4 x86/microcode/intel: Handle truncated microcode images more robustly by Quentin Casasnovas · 10 years ago
  75. f84598b x86/microcode/intel: Guard against stack overflow in the loader by Quentin Casasnovas · 10 years ago
  76. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  77. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
  78. ee408b4 Merge branch 'tip-x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  79. f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 10 years ago
  80. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
  81. c11a25f x86/intel/quark: Fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
  82. 32d3916 x86/intel/quark: Fix ptr_ret.cocci warnings by Fengguang Wu · 10 years ago
  83. f476893 lguest: update help text. by Rusty Russell · 10 years ago
  84. b0bd96f lguest: now depends on PCI by Rusty Russell · 10 years ago
  85. 8bbc2a1 x86/intel/quark: Add Intel Quark platform support by Bryan O'Donoghue · 10 years ago
  86. 28a375d x86/intel/quark: Add Isolated Memory Regions for Quark X1000 by Bryan O'Donoghue · 10 years ago
  87. b273c2c x86/apic: Fix the devicetree build in certain configs by Ricardo Ribalda Delgado · 10 years ago
  88. b7e3756 kprobes/x86: Mark 2 bytes NOP as boostable by Wang Nan · 10 years ago
  89. 5154d4f uprobes/x86: Fix 2-byte opcode table by Denys Vlasenko · 10 years ago
  90. 67fc809 uprobes/x86: Fix 1-byte opcode tables by Denys Vlasenko · 10 years ago
  91. 097f4e5 uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support them by Denys Vlasenko · 10 years ago
  92. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  93. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  94. d97eb89 x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable() by Joerg Roedel · 10 years ago
  95. 1ea76fb x86/irq: Fix regression caused by commit b568b8601f05 by Jiang Liu · 10 years ago
  96. d6abfdb x86/spinlocks/paravirt: Fix memory corruption on unlock by Raghavendra K T · 10 years ago
  97. 829bf7a Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  98. d96c757 Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 10 years ago
  99. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. a972412 Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago