1. 7a1638c nEPT: Redefine EPT-specific link_shadow_page() by Yang Zhang · 11 years ago
  2. 37406aa nEPT: Add EPT tables support to paging_tmpl.h by Nadav Har'El · 11 years ago
  3. 61719a8 nEPT: Support shadow paging for guest paging without A/D bits by Gleb Natapov · 11 years ago
  4. d8089ba nEPT: make guest's A/D bits depends on guest's paging mode by Gleb Natapov · 11 years ago
  5. 0ad805a nEPT: Move common code to paging_tmpl.h by Nadav Har'El · 11 years ago
  6. b7e9145 nEPT: Fix wrong test in kvm_set_cr3 by Nadav Har'El · 11 years ago
  7. 3633cfc nEPT: Fix cr3 handling in nested exit and entry by Nadav Har'El · 11 years ago
  8. 8049d65 nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 by Nadav Har'El · 11 years ago
  9. 0276642 KVM: MMU: fix check the reserved bits on the gpte of L2 by Xiao Guangrong · 11 years ago
  10. 205befd KVM: nVMX: correctly set tr base on nested vmexit emulation by Gleb Natapov · 11 years ago
  11. fb40d7a x86/jump-label: Show where and what was wrong on errors by Steven Rostedt · 13 years ago
  12. 9c85f3b x86/jump-label: Add safety checks to jump label conversions by Steven Rostedt · 13 years ago
  13. 11570da x86/jump-label: Do not bother updating nops if they are correct by Steven Rostedt · 13 years ago
  14. c3c7f14 x86/jump-label: Use best default nops for inital jump label calls by Steven Rostedt · 13 years ago
  15. 28596b6 x86, asmlinkage, vdso: Mark vdso variables __visible by Andi Kleen · 11 years ago
  16. d6efc2f x86, asmlinkage, power: Make various symbols used by the suspend asm code visible by Andi Kleen · 11 years ago
  17. 4a335c0 x86, asmlinkage: Make 64bit checksum functions visible by Andi Kleen · 11 years ago
  18. 9a55fdb x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt ops by Andi Kleen · 11 years ago
  19. 54c2f3f x86, asmlinkage, apm: Make APM data structure used from assembler visible by Andi Kleen · 11 years ago
  20. e0e745e x86, asmlinkage: Make syscall tables visible by Andi Kleen · 11 years ago
  21. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  22. 04bb591 x86, asmlinkage: Make kprobes code visible and fix assembler code by Andi Kleen · 11 years ago
  23. ff49103 x86, asmlinkage: Make various syscalls asmlinkage by Andi Kleen · 11 years ago
  24. 35ea7903 x86, asmlinkage: Make 32bit/64bit __switch_to visible by Andi Kleen · 11 years ago
  25. a1ed4dd x86, asmlinkage: Make _*_start_kernel visible by Andi Kleen · 11 years ago
  26. 1d9090e x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible by Andi Kleen · 11 years ago
  27. 9e1a431 x86, asmlinkage: Change dotraplinkage into __visible on 32bit by Andi Kleen · 11 years ago
  28. 1599e8f x86: Fix sys_call_table type in asm/syscall.h by Andi Kleen · 11 years ago
  29. 0fff106 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. 3e21bb0 x86, insn: Add new opcodes as of June, 2013 by Masami Hiramatsu · 11 years ago
  31. 0ca06c0 x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors by Tony Luck · 11 years ago
  32. 9df56f1 x86: Correctly detect hypervisor by Jason Wang · 11 years ago
  33. 1085ba7 x86, kvm: Switch to use hypervisor_cpuid_base() by Jason Wang · 11 years ago
  34. 448ac44 xen: Switch to use hypervisor_cpuid_base() by Jason Wang · 11 years ago
  35. 96e39ac x86: Introduce hypervisor_cpuid_base() by Jason Wang · 11 years ago
  36. 088eef2 Merging v3.10-rc2 as I need to apply a fix for by Stefano Stabellini · 11 years ago
  37. c960124 perf/x86: Fix intel QPI uncore event definitions by Vince Weaver · 11 years ago
  38. 2995e50 x86: sysfb: move EFI quirks from efifb to sysfb by David Herrmann · 11 years ago
  39. e3263ab x86: provide platform-devices for boot-framebuffers by David Herrmann · 11 years ago
  40. 940e84f Merge tag 'please-pull-fix-mce-regression' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 11 years ago
  41. 8f898fb sched/x86: Optimize switch_mm() for multi-threaded workloads by Rik van Riel · 11 years ago
  42. 31a1b26 arch/x86/platform/ce4100/ce4100.c: include reboot.h by Andrew Morton · 11 years ago
  43. d982057 x86, amd, microcode: Fix error path in apply_microcode_amd() by Torsten Kaiser · 11 years ago
  44. 01c6a6a x86 / tboot / ACPI: Fail extended mode reduced hardware sleep by Ben Guthro · 11 years ago
  45. f155b63 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 11 years ago
  46. 76f411f x86 / cpu topology: remove the stale macro arch_provides_topology_pointers by Hanjun Guo · 11 years ago
  47. 1a7f0e3 x86/mce: Fix mce regression from recent cleanup by Tony Luck · 11 years ago
  48. 63fbf59 nVMX: reset rflags register cache during nested vmentry. by Gleb Natapov · 11 years ago
  49. 663f4c6 KVM: x86: handle singlestep during emulation by Paolo Bonzini · 11 years ago
  50. 4a1e10d KVM: x86: handle hardware breakpoints during emulation by Paolo Bonzini · 11 years ago
  51. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 11 years ago
  52. 45f1330 x86/acpi: Correct out-of-date comment of __acpi_map_table() by Zhang Yanfei · 11 years ago
  53. 07f9b61 x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero by ethan.zhao · 11 years ago
  54. eaa5a99 x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz by H.J. Lu · 11 years ago
  55. df981ed x86, efi: correct call to free_pages by Roy Franz · 11 years ago
  56. 61c63e5 cpufreq: Remove unused APERF/MPERF support by Stratos Karafotis · 11 years ago
  57. 7cc24e1 x86/pci/mrst: Cleanup checkpatch.pl warnings by Valentina Manea · 11 years ago
  58. 9576c4c KVM: x86: Drop some unused functions from lapic by Jan Kiszka · 11 years ago
  59. 11f5cc0 KVM: x86: Simplify __apic_accept_irq by Jan Kiszka · 11 years ago
  60. b48a97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  61. 374d5c9 of: Specify initrd location using 64-bit by Santosh Shilimkar · 11 years ago
  62. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  63. c73deb6 perf/x86: Add ability to calculate TSC from perf sample timestamps by Adrian Hunter · 11 years ago
  64. 803075d x86/iommu/vt-d: Expand interrupt remapping quirk to cover x58 chipset by Neil Horman · 11 years ago
  65. d2475b8 x86/ia32/asm: Remove unused argument in macro by Ramkumar Ramachandra · 11 years ago
  66. 17f4157 kprobes/x86: Call out into INT3 handler directly instead of using notifier by Jiri Kosina · 11 years ago
  67. 82982d7 x86/acpi: Fix incorrect sanity check in acpi_register_lapic() by Tang Chen · 11 years ago
  68. c70d650 x86 / PCI: prevent re-allocation of already existing bridge and ROM resources by Mika Westerberg · 11 years ago
  69. a0842b7 mm/hotplug, x86: Disable ARCH_MEMORY_PROBE by default by Toshi Kani · 11 years ago
  70. d471ce5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  71. b8a33fc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  72. 103af0a perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5 by Andi Kleen · 11 years ago
  73. 9e82d45 um: remove dead code by Richard Weinberger · 11 years ago
  74. ea8596b kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functions by Masami Hiramatsu · 11 years ago
  75. a7b0133 kprobes/x86: Use text_poke_bp() instead of text_poke_smp*() by Masami Hiramatsu · 11 years ago
  76. c7e85c4 kprobes/x86: Remove an incorrect comment about int3 in NMI/MCE by Masami Hiramatsu · 11 years ago
  77. 9bb1542 Merge branch 'x86/jumplabel' into perf/core by Ingo Molnar · 11 years ago
  78. ee114b9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. 21feb4e KVM: nVMX: Set segment infomation of L1 when L2 exits by Arthur Chunqi Li · 11 years ago
  80. e04c5d7 remove sched notifier for cross-cpu migrations by Marcelo Tosatti · 11 years ago
  81. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 11 years ago
  82. 6b61edf KVM: x86: Drop useless cast by Mathias Krause · 11 years ago
  83. c2bae89 KVM: VMX: Use proper types to access const arrays by Mathias Krause · 11 years ago
  84. a25eb11 KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt by Arthur Chunqi Li · 11 years ago
  85. 0658fba KVM: nVMX: Change location of 3 functions in vmx.c by Arthur Chunqi Li · 11 years ago
  86. e6dff7d KVM: x86: Avoid zapping mmio sptes twice for generation wraparound by Takuya Yoshikawa · 11 years ago
  87. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  88. 1c118b8 KVM: MMU: avoid fast page fault fixing mmio page fault by Xiao Guangrong · 11 years ago
  89. 51b2c07 x86: Make jump_label use int3-based patching by Jiri Kosina · 11 years ago
  90. fd4363f x86: Introduce int3 (breakpoint)-based instruction patching by Jiri Kosina · 11 years ago
  91. 9b71050 x86, bitops: Change bitops to be native operand size by H. Peter Anvin · 11 years ago
  92. 4df05f3 x86: Make sure IDT is page aligned by Kees Cook · 11 years ago
  93. 5ff560f x86, suspend: Handle CPUs which fail to #GP on RDMSR by H. Peter Anvin · 11 years ago
  94. b21e332 lguest: Point to the right directory for the lguest launcher by Holger Hans Peter Freyther · 11 years ago
  95. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  96. 560ae37 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. baf64b8 perf/x86: Fix incorrect use of do_div() in NMI warning by Dave Hansen · 11 years ago
  98. ff55998 x86/platform/ce4100: Add header file for reboot type by Xiong Zhou · 11 years ago
  99. 8cbd0ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  100. 8216a67 Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" by Matt Fleming · 11 years ago