1. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  2. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  3. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  4. 831bf66 KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid by Sasha Levin · 13 years ago
  5. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  6. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  7. 2b5e97e KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX by Takuya Yoshikawa · 13 years ago
  8. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  9. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  10. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  11. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  12. ff22739 KVM: x86 emulator: Use opcode::execute for BSF/BSR by Takuya Yoshikawa · 13 years ago
  13. e940b5c KVM: x86 emulator: Use opcode::execute for CMPXCHG by Takuya Yoshikawa · 13 years ago
  14. e1e210b KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR by Takuya Yoshikawa · 13 years ago
  15. bc00f8d KVM: x86 emulator: Use opcode::execute for MOV to cr/dr by Takuya Yoshikawa · 13 years ago
  16. d4ddafc KVM: x86 emulator: Use opcode::execute for CALL by Takuya Yoshikawa · 13 years ago
  17. ce7faab KVM: x86 emulator: Use opcode::execute for BT family by Takuya Yoshikawa · 13 years ago
  18. d7841a4 KVM: x86 emulator: Use opcode::execute for IN/OUT by Takuya Yoshikawa · 13 years ago
  19. 46199f3 KVM: VMX: remove unneeded vmx_load_host_state() calls. by Gleb Natapov · 13 years ago
  20. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  21. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  22. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  23. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  24. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  25. 5202397 KVM guest: remove KVM guest pv mmu support by Chris Wright · 13 years ago
  26. 3f2e526 KVM: x86: Simplify kvm timer handler by Jan Kiszka · 13 years ago
  27. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  28. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  29. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  30. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago
  31. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  32. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  33. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  34. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  35. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  36. d5ae7ce KVM: x86: tag the instructions which are used to write page table by Xiao Guangrong · 13 years ago
  37. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 13 years ago
  38. 51cfe38 KVM: nVMX: Fix warning-causing idt-vectoring-info behavior by Nadav Har'El · 13 years ago
  39. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  40. 4d25a066 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  41. 0924ab2 KVM: x86: Prevent starting PIT timers in the absence of irqchip support by Jan Kiszka · 13 years ago
  42. ecefc36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  43. 13f541c x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT by Clemens Ladisch · 13 years ago
  44. a03ffcf net: bpf_jit: fix an off-one bug in x86_64 cond jump target by Markus Kötter · 13 years ago
  45. 42ebfc6 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  46. d3db728 xen: only limit memory map to maximum reservation for domain 0. by Ian Campbell · 13 years ago
  47. e1ad783 Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid" by Keith Packard · 13 years ago
  48. 6d3e32e x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-aware by Matt Fleming · 13 years ago
  49. a776878 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  50. b6999b19 thp: add compound tail page _mapcount when mapped by Youquan Song · 13 years ago
  51. e8c7106 x86, efi: Calling __pa() with an ioremap()ed address is invalid by Matt Fleming · 13 years ago
  52. 2ded6e6 x86, hpet: Immediately disable HPET timer 1 if rtc irq is masked by Mark Langsdorf · 13 years ago
  53. 4e2b1c4 x86/intel_mid: Kconfig select fix by Alan Cox · 13 years ago
  54. dd13752 x86/intel_mid: Fix the Kconfig for MID selection by Alan Cox · 13 years ago
  55. 45e713e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  56. 232ea34 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  57. 7125fac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  58. f62ef5f x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh northbridge functions by Andreas Herrmann · 13 years ago
  59. 35d4769 x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platforms by Mathias Nyman · 13 years ago
  60. 2cd1c8d x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardless of lazy_mmu mode by Konrad Rzeszutek Wilk · 13 years ago
  61. f1b2371 Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 13 years ago
  62. 1ef0389 x86: Fix "Acer Aspire 1" reboot hang by Peter Chubb · 13 years ago
  63. 8dbf4a3 x86/mtrr: Resolve inconsistency with Intel processor manual by Ajaykumar Hotchandani · 13 years ago
  64. ce37def x86: Document rdmsr_safe restrictions by Borislav Petkov · 13 years ago
  65. bd39906 x86, microcode: Fix the failure path of microcode update driver init code by Srivatsa S. Bhat · 13 years ago
  66. 644ddf5 Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup by Prarit Bhargava · 13 years ago
  67. 9e68666 x86/mpparse: Account for bus types other than ISA and PCI by Bjorn Helgaas · 13 years ago
  68. efa2212 x86, mrst: Change the pmic_gpio device type to IPC by Feng Tang · 13 years ago
  69. 28744b3 mrst: Added some platform data for the SFI translations by Jekyll Lai · 13 years ago
  70. 48bc556 x86,mrst: Power control commands update by Jacob Pan · 13 years ago
  71. 6be30bb x86/reboot: Blacklist Dell OptiPlex 990 known to require PCI reboot by Rafael J. Wysocki · 13 years ago
  72. b495e03 x86, UV: Fix UV2 hub part number by Jack Steiner · 13 years ago
  73. 69682b6 x86: Add user_mode_vm check in stack_overflow_check by Mitsuo Hayasaka · 13 years ago
  74. 16e5294 perf, x86: Force IBS LVT offset assignment for family 10h by Robert Richter · 13 years ago
  75. 6a600a8 perf, x86: Disable PEBS on SandyBridge chips by Peter Zijlstra · 13 years ago
  76. 8e8da02 x86: Fix boot failures on older AMD CPU's by Linus Torvalds · 13 years ago
  77. e5fd47b xen/pm_idle: Make pm_idle be default_idle under Xen. by Konrad Rzeszutek Wilk · 13 years ago
  78. cc11f9e fix braino in um patchset (mea culpa) by Al Viro · 13 years ago
  79. a4cc388 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  80. 95ef1e5 KVM guest: prevent tracing recursion with kvmclock by Avi Kivity · 13 years ago
  81. 5c6b4e8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  82. b684452 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  83. e7fc6f93b KVM: VMX: Check for automatic switch msr table overflow by Gleb Natapov · 13 years ago
  84. d7cd979 KVM: VMX: Add support for guest/host-only profiling by Gleb Natapov · 13 years ago
  85. 8bf00a5 KVM: VMX: add support for switching of PERF_GLOBAL_CTRL by Gleb Natapov · 13 years ago
  86. 4cecf6d sched, x86: Avoid unnecessary overflow in sched_clock by Salman Qazi · 13 years ago
  87. 90d4f55 xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs. by Zhenzhong Duan · 13 years ago
  88. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  89. 4a1dba7 Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent by Ingo Molnar · 13 years ago
  90. 78345d2 x86: Call stop_machine_text_poke() on all CPUs by Rabin Vincent · 13 years ago
  91. ed13ec5 perf/x86: Enable raw event access to Intel offcore events by Peter Zijlstra · 13 years ago
  92. aa2bc1a perf: Don't use -ENOSPC for out of PMU resources by Peter Zijlstra · 13 years ago
  93. 57d1c0c perf/x86: Fix PEBS instruction unwind by Peter Zijlstra · 13 years ago
  94. 9f80d8b bma023: Add SFI translation for this device by William Douglas · 13 years ago
  95. 57e6319 vrtc: change its year offset from 1960 to 1972 by Feng Tang · 13 years ago
  96. f2ee442 ce4100: fix a build error by Zhang Rui · 13 years ago
  97. 6fd36ba x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioapic chip by Mathias Nyman · 13 years ago
  98. 064a59b x86/mrst: Avoid reporting wrong nmi status by Jacob Pan · 13 years ago
  99. 0a91532 x86/mrst: Add support for Penwell clock calibration by Dirk Brandewie · 13 years ago
  100. 1ade93e x86/apic: Allow use of lapic timer early calibration result by Jacob Pan · 13 years ago