1. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  2. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  3. 2b5e97e KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX by Takuya Yoshikawa · 13 years ago
  4. d77fe63 KVM: Allow aligned byte and word writes to IOAPIC registers. by Julian Stecklina · 13 years ago
  5. 60f9a9e KVM: IA64: fix struct redefinition by Xiao Guangrong · 13 years ago
  6. f85e2cb KVM: introduce a table to map slot id to index in memslots array by Xiao Guangrong · 13 years ago
  7. bf3e05b KVM: sort memslots by its size and use line search by Xiao Guangrong · 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. 6da64fd KVM: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  25. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  26. 5202397 KVM guest: remove KVM guest pv mmu support by Chris Wright · 13 years ago
  27. 1a21424 KVM: make checks stricter in coalesced_mmio_in_range() by Dan Carpenter · 13 years ago
  28. 3f2e526 KVM: x86: Simplify kvm timer handler by Jan Kiszka · 13 years ago
  29. b297e67 KVM: Fix include dependency for mmu_notifier by Eric B Munson · 13 years ago
  30. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  31. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  32. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  33. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago
  34. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  35. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  36. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  37. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  38. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  39. d5ae7ce KVM: x86: tag the instructions which are used to write page table by Xiao Guangrong · 13 years ago
  40. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 13 years ago
  41. 51cfe38 KVM: nVMX: Fix warning-causing idt-vectoring-info behavior by Nadav Har'El · 13 years ago
  42. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  43. 371de6e drm/i915: Disable RC6 on Sandybridge by default by Keith Packard · 13 years ago
  44. ebbd857 drm/i915: Disable semaphores by default on SNB by Keith Packard · 13 years ago
  45. 7f54492 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  46. 6fd8fb7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 13 years ago
  47. 6d4b9e3 vfs: fix handling of lock allocation failure in lease-break case by Linus Torvalds · 13 years ago
  48. fae9dbb KVM: PPC: e500: include linux/export.h by Scott Wood · 13 years ago
  49. 251da03 KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N by Michael Neuling · 13 years ago
  50. 96f38d7 KVM: PPC: protect use of kvmppc_h_pr by Andreas Schwab · 13 years ago
  51. 36cc66d KVM: PPC: move compute_tlbie_rb to book3s_64 common header by Andreas Schwab · 13 years ago
  52. 4d25a066 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  53. 3d27e23 KVM: Device assignment permission checks by Alex Williamson · 13 years ago
  54. 4238737 KVM: Remove ability to assign a device without iommu support by Alex Williamson · 13 years ago
  55. 0924ab2 KVM: x86: Prevent starting PIT timers in the absence of irqchip support by Jan Kiszka · 13 years ago
  56. 2ca526b MAINTAINERS: firewire git URL update by Stefan Richter · 13 years ago
  57. 4962516 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  58. 5f0a6e2 Linux 3.2-rc7 by Linus Torvalds · 13 years ago
  59. a22681f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  60. 6d451c5 Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  61. 71448c1 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  62. 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
  63. 827fa4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  64. 5d219c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  65. 155d455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  66. 6350323 Merge branch 'nf' of git://1984.lsi.us.es/net by David S. Miller · 13 years ago
  67. 0354b48 netfilter: xt_connbytes: handle negation correctly by Florian Westphal · 13 years ago
  68. 08c422c Btrfs: call d_instantiate after all ops are setup by Al Viro · 13 years ago
  69. 8d532b2 Btrfs: fix worker lock misuse in find_worker by Chris Mason · 13 years ago
  70. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  71. a0a129f rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt() by Xi Wang · 13 years ago
  72. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  73. 7838f2c mqprio: Avoid panic if no options are provided by Thomas Graf · 13 years ago
  74. a13861a bridge: provide a mtu() method for fake_dst_ops by Eric Dumazet · 13 years ago
  75. ad1fca2 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  76. 961902c md/bitmap: It is OK to clear bits during recovery. by NeilBrown · 13 years ago
  77. 60fc137 md: don't give up looking for spares on first failure-to-add by NeilBrown · 13 years ago
  78. 30d7a48 md/raid5: ensure correct assessment of drives during degraded reshape. by NeilBrown · 13 years ago
  79. 09cd927 md/linear: fix hot-add of devices to linear arrays. by NeilBrown · 13 years ago
  80. 7cc8583 sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq(). by David S. Miller · 13 years ago
  81. b3b1b70 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  82. abe8809 Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  83. 19d40dc pata_of_platform: Add missing CONFIG_OF_IRQ dependency. by David Miller · 13 years ago
  84. b9eda06 ipv4: using prefetch requires including prefetch.h by Stephen Rothwell · 13 years ago
  85. 8a78389 vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() by Xi Wang · 13 years ago
  86. 77e00f2 drm/radeon/kms: bail on BTC parts if MC ucode is missing by Alex Deucher · 13 years ago
  87. e30e2fd VFS: Fix race between CPU hotplug and lglocks by Srivatsa S. Bhat · 13 years ago
  88. ecefc36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  89. d5ed5e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  90. 0703c68 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  91. e6f67b8 vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL by Dave Kleikamp · 13 years ago
  92. 341f5b1 Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  93. abf058e USB: Fix usb/isp1760 build on sparc by David Miller · 13 years ago
  94. c0ed1c1 net: Add a flow_cache_flush_deferred function by Steffen Klassert · 13 years ago
  95. 9f28a2f ipv4: reintroduce route cache garbage collector by Eric Dumazet · 13 years ago
  96. b4949b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  97. 7b21a20 firmware: Refer to the co-maintained linux-firmware.git repository by Ben Hutchings · 13 years ago
  98. b9e26df Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  99. 11da3764 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  100. 50345f1 SELinux: Fix RCU deref check warning in sel_netport_insert() by David Howells · 13 years ago