1. e0dac40 KVM: x86 emulator: Use opcode::execute for Group 9 instruction by Takuya Yoshikawa · 13 years ago
  2. c04ec83 KVM: x86 emulator: Use opcode::execute for Group 4/5 instructions by Takuya Yoshikawa · 13 years ago
  3. c15af35 KVM: x86 emulator: Use opcode::execute for Group 1A instruction by Takuya Yoshikawa · 13 years ago
  4. 4f69b68 KVM: ensure that debugfs entries have been created by Hamo · 13 years ago
  5. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  6. a647795 KVM: x86: Consolidate PIT legacy test by Jan Kiszka · 13 years ago
  7. bb5a798 KVM: x86: Do not rely on implicit inclusions by Jan Kiszka · 13 years ago
  8. 43771eb KVM: Make KVM_INTEL depend on CPU_SUP_INTEL by Avi Kivity · 13 years ago
  9. 9e31905 Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3 by Avi Kivity · 13 years ago
  10. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  11. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  12. 3f745f1 KVM: Document KVM_NMI by Avi Kivity · 13 years ago
  13. 234b639 KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_write by Jan Kiszka · 13 years ago
  14. 3d56cbd KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages by Jan Kiszka · 13 years ago
  15. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  16. e37fa78 KVM: MMU: audit: inline audit function by Xiao Guangrong · 13 years ago
  17. d750ea2 KVM: MMU: remove oos_shadow parameter by Xiao Guangrong · 13 years ago
  18. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  19. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  20. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  21. a65cf518 jump-label: export jump_label_inc/jump_label_dec by Xiao Guangrong · 13 years ago
  22. 831bf66 KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid by Sasha Levin · 13 years ago
  23. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  24. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  25. 2b5e97e KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX by Takuya Yoshikawa · 13 years ago
  26. d77fe63 KVM: Allow aligned byte and word writes to IOAPIC registers. by Julian Stecklina · 13 years ago
  27. 60f9a9e KVM: IA64: fix struct redefinition by Xiao Guangrong · 13 years ago
  28. f85e2cb KVM: introduce a table to map slot id to index in memslots array by Xiao Guangrong · 13 years ago
  29. bf3e05b KVM: sort memslots by its size and use line search by Xiao Guangrong · 13 years ago
  30. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  31. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  32. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  33. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  34. ff22739 KVM: x86 emulator: Use opcode::execute for BSF/BSR by Takuya Yoshikawa · 13 years ago
  35. e940b5c KVM: x86 emulator: Use opcode::execute for CMPXCHG by Takuya Yoshikawa · 13 years ago
  36. e1e210b KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR by Takuya Yoshikawa · 13 years ago
  37. bc00f8d KVM: x86 emulator: Use opcode::execute for MOV to cr/dr by Takuya Yoshikawa · 13 years ago
  38. d4ddafc KVM: x86 emulator: Use opcode::execute for CALL by Takuya Yoshikawa · 13 years ago
  39. ce7faab KVM: x86 emulator: Use opcode::execute for BT family by Takuya Yoshikawa · 13 years ago
  40. d7841a4 KVM: x86 emulator: Use opcode::execute for IN/OUT by Takuya Yoshikawa · 13 years ago
  41. 46199f3 KVM: VMX: remove unneeded vmx_load_host_state() calls. by Gleb Natapov · 13 years ago
  42. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  43. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  44. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  45. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  46. 6da64fd KVM: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  47. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  48. 5202397 KVM guest: remove KVM guest pv mmu support by Chris Wright · 13 years ago
  49. 1a21424 KVM: make checks stricter in coalesced_mmio_in_range() by Dan Carpenter · 13 years ago
  50. 3f2e526 KVM: x86: Simplify kvm timer handler by Jan Kiszka · 13 years ago
  51. b297e67 KVM: Fix include dependency for mmu_notifier by Eric B Munson · 13 years ago
  52. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  53. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  54. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  55. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago
  56. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  57. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  58. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  59. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  60. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  61. d5ae7ce KVM: x86: tag the instructions which are used to write page table by Xiao Guangrong · 13 years ago
  62. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 13 years ago
  63. 51cfe38 KVM: nVMX: Fix warning-causing idt-vectoring-info behavior by Nadav Har'El · 13 years ago
  64. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  65. 371de6e drm/i915: Disable RC6 on Sandybridge by default by Keith Packard · 13 years ago
  66. ebbd857 drm/i915: Disable semaphores by default on SNB by Keith Packard · 13 years ago
  67. 7f54492 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  68. 6fd8fb7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 13 years ago
  69. 6d4b9e3 vfs: fix handling of lock allocation failure in lease-break case by Linus Torvalds · 13 years ago
  70. fae9dbb KVM: PPC: e500: include linux/export.h by Scott Wood · 13 years ago
  71. 251da03 KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N by Michael Neuling · 13 years ago
  72. 96f38d7 KVM: PPC: protect use of kvmppc_h_pr by Andreas Schwab · 13 years ago
  73. 36cc66d KVM: PPC: move compute_tlbie_rb to book3s_64 common header by Andreas Schwab · 13 years ago
  74. 4d25a066 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  75. 3d27e23 KVM: Device assignment permission checks by Alex Williamson · 13 years ago
  76. 4238737 KVM: Remove ability to assign a device without iommu support by Alex Williamson · 13 years ago
  77. 0924ab2 KVM: x86: Prevent starting PIT timers in the absence of irqchip support by Jan Kiszka · 13 years ago
  78. 2ca526b MAINTAINERS: firewire git URL update by Stefan Richter · 13 years ago
  79. 4962516 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  80. 5f0a6e2 Linux 3.2-rc7 by Linus Torvalds · 13 years ago
  81. a22681f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  82. 6d451c5 Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  83. 71448c1 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  84. 4d18de9 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  85. 827fa4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  86. 5d219c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  87. 155d455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  88. 6350323 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  89. 0354b48 netfilter: xt_connbytes: handle negation correctly by Florian Westphal · 13 years ago
  90. 08c422c Btrfs: call d_instantiate after all ops are setup by Al Viro · 13 years ago
  91. 8d532b2 Btrfs: fix worker lock misuse in find_worker by Chris Mason · 13 years ago
  92. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  93. a0a129f rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt() by Xi Wang · 13 years ago
  94. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  95. 7838f2c mqprio: Avoid panic if no options are provided by Thomas Graf · 13 years ago
  96. a13861a bridge: provide a mtu() method for fake_dst_ops by Eric Dumazet · 13 years ago
  97. ad1fca2 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  98. 961902c md/bitmap: It is OK to clear bits during recovery. by NeilBrown · 13 years ago
  99. 60fc137 md: don't give up looking for spares on first failure-to-add by NeilBrown · 13 years ago
  100. 30d7a48 md/raid5: ensure correct assessment of drives during degraded reshape. by NeilBrown · 13 years ago