1. 2e76c28 module.c: spelling s/postition/position/g by Geert Uytterhoeven · 12 years ago
  2. c3d93f8 xen: populate correct number of pages when across mem boundary (v2) by zhenzhong.duan · 12 years ago
  3. 00e37bd xen PVonHVM: move shared_info to MMIO before kexec by Olaf Hering · 12 years ago
  4. 4ff2d06 xen: simplify init_hvm_pv_info by Olaf Hering · 12 years ago
  5. 4648da7 xen: remove cast from HYPERVISOR_shared_info assignment by Olaf Hering · 12 years ago
  6. 1c32cdc xen/x86: avoid updating TLS descriptors if they haven't changed by David Vrabel · 12 years ago
  7. 5929036 xen/x86: add desc_equal() to compare GDT descriptors by David Vrabel · 12 years ago
  8. 66a27dd xen/mm: zero PTEs for non-present MFNs in the initial page table by David Vrabel · 12 years ago
  9. d095d43 xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable by David Vrabel · 12 years ago
  10. 05e3600 xen/mce: Register native mce handler as vMCE bounce back point by Liu, Jinsong · 12 years ago
  11. a8fccdb x86, MCE, AMD: Adjust initcall sequence for xen by Liu, Jinsong · 12 years ago
  12. cef12ee xen/mce: Add mcelog support for Xen platform by Liu, Jinsong · 12 years ago
  13. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  14. 6148d38 Merge branch 'pm-acpi' by Rafael J. Wysocki · 12 years ago
  15. d63d3e6 x86, hyper: fix build with !CONFIG_KVM_GUEST by Avi Kivity · 12 years ago
  16. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  17. ebf7d2e Revert "apic: fix kvm build on UP without IOAPIC" by Michael S. Tsirkin · 12 years ago
  18. 9053666 KVM guest: switch to apic_set_eoi_write, apic_write by Michael S. Tsirkin · 12 years ago
  19. 1551df6 apic: add apic_set_eoi_write for PV use by Michael S. Tsirkin · 12 years ago
  20. 09d3144 vsyscall_64: add missing ifdef CONFIG_SECCOMP by Will Drewry · 12 years ago
  21. 5651721 x86/vsyscall: allow seccomp filter in vsyscall=emulate by Will Drewry · 12 years ago
  22. 1846884 olpc-xo15-sci: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  23. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 12 years ago
  24. bb65a76 Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce by Ingo Molnar · 12 years ago
  25. 6751ed6 x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults by Tony Luck · 12 years ago
  26. fc73373 KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check by Prarit Bhargava · 12 years ago
  27. 6fbc277 KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint by Xiao Guangrong · 12 years ago
  28. a72faf2 KVM: MMU: trace fast page fault by Xiao Guangrong · 12 years ago
  29. c7ba5b4 KVM: MMU: fast path of handling guest page fault by Xiao Guangrong · 12 years ago
  30. 49fde34 KVM: MMU: introduce SPTE_MMU_WRITEABLE bit by Xiao Guangrong · 12 years ago
  31. 6e7d035 KVM: MMU: fold tlb flush judgement into mmu_spte_update by Xiao Guangrong · 12 years ago
  32. 4f5982a KVM: VMX: export PFEC.P bit on ept by Xiao Guangrong · 12 years ago
  33. 8e22f95 KVM: MMU: cleanup spte_write_protect by Xiao Guangrong · 12 years ago
  34. d13bc5b KVM: MMU: abstract spte write-protect by Xiao Guangrong · 12 years ago
  35. 2f84569 KVM: MMU: return bool in __rmap_write_protect by Xiao Guangrong · 12 years ago
  36. 92254d3 Merge tag 'v3.5-rc6' into x86/mce by Ingo Molnar · 12 years ago
  37. a434788 crypto: twofish-avx - remove useless instruction by Johannes Goetzfried · 12 years ago
  38. bf084d8 crypto: aesni-intel - fix wrong kfree pointer by Milan Broz · 12 years ago
  39. a7101d1 x86/mm/mtrr: Slightly simplify print_mtrr_state() by Jan Beulich · 12 years ago
  40. 1ba9a29 x86/mm/mtrr: Fix alignment determination in range_to_mtrr() by Jan Beulich · 12 years ago
  41. 2a8ac74 x86: CONFIG_CC_STACKPROTECTOR=y is no longer experimental by Jean Delvare · 12 years ago
  42. a27685c KVM: VMX: Emulate invalid guest state by default by Avi Kivity · 12 years ago
  43. 8089000 KVM: x86 emulator: implement LTR by Avi Kivity · 12 years ago
  44. 869be99 KVM: x86 emulator: make loading TR set the busy bit by Avi Kivity · 12 years ago
  45. e919464 KVM: x86 emulator: make read_segment_descriptor() return the address by Avi Kivity · 12 years ago
  46. a14e579 KVM: x86 emulator: emulate LLDT by Avi Kivity · 12 years ago
  47. 9299836 KVM: x86 emulator: emulate BSWAP by Avi Kivity · 12 years ago
  48. de5f70e KVM: VMX: Improve error reporting during invalid guest state emulation by Avi Kivity · 12 years ago
  49. de87dcd KVM: VMX: Stop invalid guest state emulation on pending event by Avi Kivity · 12 years ago
  50. 612e89f KVM: x86 emulator: implement ENTER by Avi Kivity · 12 years ago
  51. 51ddff5 KVM: x86 emulator: split push logic from push opcode emulation by Avi Kivity · 12 years ago
  52. 361cad2 KVM: x86 emulator: fix byte-sized MOVZX/MOVSX by Avi Kivity · 12 years ago
  53. 2dd7caa KVM: x86 emulator: emulate LAHF by Avi Kivity · 12 years ago
  54. 7c068e4 KVM: VMX: Continue emulating after batch exhausted by Avi Kivity · 12 years ago
  55. bdea48e KVM: VMX: Fix interrupt exit condition during emulation by Avi Kivity · 12 years ago
  56. 9605157 KVM: x86 emulator: emulate SGDT/SIDT by Avi Kivity · 12 years ago
  57. a6e3407 KVM: Fix SS default ESP/EBP based addressing by Avi Kivity · 12 years ago
  58. cbd27ee KVM: x86 emulator: initialize memop by Avi Kivity · 12 years ago
  59. f47cfa3 KVM: x86 emulator: emulate LEAVE by Avi Kivity · 12 years ago
  60. b8405c1 KVM: VMX: Limit iterations with emulator_invalid_guest_state by Avi Kivity · 12 years ago
  61. f0495f9 KVM: VMX: Relax check on unusable segment by Avi Kivity · 12 years ago
  62. 510425f KVM: x86 emulator: fix LIDT/LGDT in long mode by Avi Kivity · 12 years ago
  63. 79d5b4c KVM: x86 emulator: allow loading null SS in long mode by Avi Kivity · 12 years ago
  64. 6d6eede KVM: x86 emulator: emulate cpuid by Avi Kivity · 12 years ago
  65. 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 12 years ago
  66. 62046e5 KVM: Split cpuid register access from computation by Avi Kivity · 12 years ago
  67. d881e6f KVM: VMX: Return correct CPL during transition to protected mode by Avi Kivity · 12 years ago
  68. e676505 KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation by Avi Kivity · 12 years ago
  69. c3b7cdf perf/x86: Fix intel_perfmon_event_mapformatting by Pekka Enberg · 12 years ago
  70. 35c2f48 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  71. d872818 x86/apic/x2apic: Use multiple cluster members for the irq destination only with the explicit affinity by Suresh Siddha · 12 years ago
  72. 1ac322d x86/apic/x2apic: Limit the vector reservation to the user specified mask by Suresh Siddha · 12 years ago
  73. b39f25a x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain membership by Suresh Siddha · 12 years ago
  74. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  75. 15fa325 x86/PCI: adjust section annotations for pcibios_setup() by Myron Stowe · 12 years ago
  76. 6a67943 perf/x86: Uncore filter support for SandyBridge-EP by Yan, Zheng · 12 years ago
  77. 4208969 perf/x86: Detect number of instances of uncore CBox by Yan, Zheng · 12 years ago
  78. 3b19e4c perf/x86: Fix event constraint for SandyBridge-EP C-Box by Yan, Zheng · 12 years ago
  79. eca26c9 perf/x86: Use 0xff as pseudo code for fixed uncore event by Yan, Zheng · 12 years ago
  80. 3e0091e perf/x86: Save a few bytes in 'struct x86_pmu' by Peter Zijlstra · 12 years ago
  81. c93dc84 perf/x86: Add a microcode revision check for SNB-PEBS by Peter Zijlstra · 12 years ago
  82. f285f92 perf/x86: Improve debug output in check_hw_exists() by Robert Richter · 12 years ago
  83. b1dc3c4 perf/x86/amd: Unify AMD's generic and family 15h pmus by Robert Richter · 12 years ago
  84. a1eac7a perf/x86: Move Intel specific code to intel_pmu_init() by Robert Richter · 12 years ago
  85. 15c7ad5 perf/x86: Rename Intel specific macros by Robert Richter · 12 years ago
  86. 1070505 Merge branch 'x86/microcode' into perf/core by Ingo Molnar · 12 years ago
  87. b0338e9 Merge branch 'x86/cpu' into perf/core by Ingo Molnar · 12 years ago
  88. 90574eb Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  89. ce5c1fe9 perf/x86: Fix USER/KERNEL tagging of samples by Peter Zijlstra · 12 years ago
  90. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. 85b7059 KVM: MMU: fix shrinking page from the empty mmu by Xiao Guangrong · 12 years ago
  92. 2106a54 KVM: VMX: code clean for vmx_init() by Guo Chao · 12 years ago
  93. f9808b7 apic: fix kvm build on UP without IOAPIC by Michael S. Tsirkin · 12 years ago
  94. 3d8986b x86, microcode: Make reload interface per system by Borislav Petkov · 12 years ago
  95. c9fc3f7 x86, microcode: Sanitize per-cpu microcode reloading interface by Borislav Petkov · 12 years ago
  96. c767609 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  97. 6eca954 Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into release by Len Brown · 12 years ago
  98. 954e482 x86/copy_user_generic: Optimize copy_user_generic with CPU erms feature by Fenghua Yu · 12 years ago
  99. 15b7743 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago