1. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  2. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
  3. 40ba587 Merge branch 'akpm' (aka "Andrew's patch-bomb") by Linus Torvalds · 13 years ago
  4. 5e6292c signal: add block_sigmask() for adding sigmask to current->blocked by Matt Fleming · 13 years ago
  5. e39f560 fs: binfmt_elf: create Kconfig variable for PIE randomization by David Daney · 13 years ago
  6. 1c81065 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  7. 9016037 Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  8. ae5cfc0 Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  9. 3dcf6c1 Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  10. 6b3da11 Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  11. 5983faf Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  12. dc6821e xen/mmu: Fix compile errors introduced by x86/memblock mismerge. by Konrad Rzeszutek Wilk · 13 years ago
  13. f93ea73 Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next by Joerg Roedel · 13 years ago
  14. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  15. b4a133d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm by Linus Torvalds · 13 years ago
  16. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  17. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  18. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  19. edf7c81 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  20. 82406da Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  21. 2c364fa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  22. cf3f335 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  23. 69734b6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  24. 67b0243 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  25. 376613e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  26. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  27. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  28. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  29. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  30. 4a2164a Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  31. ceb7b40 x86: Fix atomic64_xxx_cx8() functions by Eric Dumazet · 13 years ago
  32. cdcd629 x86: Fix and improve cmpxchg_double{,_local}() by Jan Beulich · 13 years ago
  33. adaf4ed Merge commit 'v3.2-rc7' into x86/asm by Ingo Molnar · 13 years ago
  34. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  35. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  36. 7578ed0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  37. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  38. 80bdec6 KVM: x86 emulator: fix RDPMC privilege check by Avi Kivity · 13 years ago
  39. a6c06ed KVM: Expose the architectural performance monitoring CPUID leaf by Gleb Natapov · 13 years ago
  40. fee84b0 KVM: VMX: Intercept RDPMC by Avi Kivity · 13 years ago
  41. 332b56e KVM: SVM: Intercept RDPMC by Avi Kivity · 13 years ago
  42. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  43. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  44. 8934208 KVM: Expose kvm_lapic_local_deliver() by Avi Kivity · 13 years ago
  45. e0dac40 KVM: x86 emulator: Use opcode::execute for Group 9 instruction by Takuya Yoshikawa · 13 years ago
  46. c04ec83 KVM: x86 emulator: Use opcode::execute for Group 4/5 instructions by Takuya Yoshikawa · 13 years ago
  47. c15af35 KVM: x86 emulator: Use opcode::execute for Group 1A instruction by Takuya Yoshikawa · 13 years ago
  48. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  49. a647795 KVM: x86: Consolidate PIT legacy test by Jan Kiszka · 13 years ago
  50. bb5a798 KVM: x86: Do not rely on implicit inclusions by Jan Kiszka · 13 years ago
  51. 43771eb KVM: Make KVM_INTEL depend on CPU_SUP_INTEL by Avi Kivity · 13 years ago
  52. 9e31905 Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3 by Avi Kivity · 13 years ago
  53. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  54. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  55. 234b639 KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_write by Jan Kiszka · 13 years ago
  56. 3d56cbd KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages by Jan Kiszka · 13 years ago
  57. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  58. e37fa78 KVM: MMU: audit: inline audit function by Xiao Guangrong · 13 years ago
  59. d750ea2 KVM: MMU: remove oos_shadow parameter by Xiao Guangrong · 13 years ago
  60. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  61. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  62. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  63. 831bf66 KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid by Sasha Levin · 13 years ago
  64. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  65. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  66. 2b5e97e KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX by Takuya Yoshikawa · 13 years ago
  67. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  68. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  69. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  70. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  71. ff22739 KVM: x86 emulator: Use opcode::execute for BSF/BSR by Takuya Yoshikawa · 13 years ago
  72. e940b5c KVM: x86 emulator: Use opcode::execute for CMPXCHG by Takuya Yoshikawa · 13 years ago
  73. e1e210b KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR by Takuya Yoshikawa · 13 years ago
  74. bc00f8d KVM: x86 emulator: Use opcode::execute for MOV to cr/dr by Takuya Yoshikawa · 13 years ago
  75. d4ddafc KVM: x86 emulator: Use opcode::execute for CALL by Takuya Yoshikawa · 13 years ago
  76. ce7faab KVM: x86 emulator: Use opcode::execute for BT family by Takuya Yoshikawa · 13 years ago
  77. d7841a4 KVM: x86 emulator: Use opcode::execute for IN/OUT by Takuya Yoshikawa · 13 years ago
  78. 46199f3 KVM: VMX: remove unneeded vmx_load_host_state() calls. by Gleb Natapov · 13 years ago
  79. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  80. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  81. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  82. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  83. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  84. 5202397 KVM guest: remove KVM guest pv mmu support by Chris Wright · 13 years ago
  85. 3f2e526 KVM: x86: Simplify kvm timer handler by Jan Kiszka · 13 years ago
  86. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  87. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  88. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  89. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago
  90. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  91. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  92. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  93. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  94. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  95. d5ae7ce KVM: x86: tag the instructions which are used to write page table by Xiao Guangrong · 13 years ago
  96. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 13 years ago
  97. 51cfe38 KVM: nVMX: Fix warning-causing idt-vectoring-info behavior by Nadav Har'El · 13 years ago
  98. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  99. 4d25a066 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  100. b7ba68c Merge branch 'pm-sleep' into pm-for-linus by Rafael J. Wysocki · 13 years ago