1. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  2. d5fc1d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  3. 8d91530 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  4. c145307 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
  5. 9d1f44e [CPUFREQ] Remove pointless printk from p4-clockmod. by Dave Jones · 14 years ago
  6. 307069c [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.c by Holger Freyther · 14 years ago
  7. 2530573 [CPUFREQ] Fix section mismatch for longhaul_cpu_init. by Holger Freyther · 14 years ago
  8. 7e2d811 [CPUFREQ] Fix section mismatch for longrun_cpu_init. by Holger Freyther · 14 years ago
  9. b30d330 [CPUFREQ] powernow-k8: Fix misleading variable naming by Borislav Petkov · 14 years ago
  10. 55c789b [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  11. ccc5638 [CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev() by Kulikov Vasiliy · 15 years ago
  12. 6f4f272 [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent by Thomas Renninger · 15 years ago
  13. 6b72e39 [CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification by Thomas Renninger · 15 years ago
  14. 298decfb [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in BIOS setup by Marti Raudsepp · 15 years ago
  15. c2f4a2c [CPUFREQ] powernow-k8: Limit Pstate transition latency check by Borislav Petkov · 14 years ago
  16. 6ebdf77 [CPUFREQ] Fix PCC driver error path by Matthew Garrett · 14 years ago
  17. 0d9715d [CPUFREQ] fix double freeing in error path of pcc-cpufreq by Daniel J Blueman · 14 years ago
  18. 5d77b85 [CPUFREQ] pcc driver should check for pcch method before calling _OSC by Matthew Garrett · 14 years ago
  19. 98a5ae2 x86, mce: Notify about corrected events too by Borislav Petkov · 15 years ago
  20. 804f868 Remove indirect read write api support. by Sreedhara DS · 14 years ago
  21. 35f2915 intel_scu_ipc: add definitions for vRTC related command by Feng Tang · 15 years ago
  22. 3444d7d KVM: VMX: Fix host GDT.LIMIT corruption by Avi Kivity · 14 years ago
  23. 9a3aad7 KVM: MMU: using __xchg_spte more smarter by Xiao Guangrong · 14 years ago
  24. e4b502e KVM: MMU: cleanup spte set and accssed/dirty tracking by Xiao Guangrong · 14 years ago
  25. be233d4 KVM: MMU: don't atomicly set spte if it's not present by Xiao Guangrong · 14 years ago
  26. 9ed5520 KVM: MMU: fix page dirty tracking lost while sync page by Xiao Guangrong · 14 years ago
  27. daa3db6 KVM: MMU: fix broken page accessed tracking with ept enabled by Xiao Guangrong · 14 years ago
  28. fa1de2b KVM: MMU: add missing reserved bits check in speculative path by Xiao Guangrong · 14 years ago
  29. 6e3e243 KVM: MMU: fix mmu notifier invalidate handler for huge spte by Andrea Arcangeli · 14 years ago
  30. c19b8bd KVM: x86 emulator: fix xchg instruction emulation by Wei Yongjun · 14 years ago
  31. 9195c4d KVM: x86: Call mask notifiers from pic by Gleb Natapov · 14 years ago
  32. 68be080 KVM: x86: never re-execute instruction with enabled tdp by Gleb Natapov · 14 years ago
  33. c0e0608 KVM: x86: emulator: inc/dec can have lock prefix by Gleb Natapov · 14 years ago
  34. 24157aa KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) by Avi Kivity · 14 years ago
  35. 5991b33 KVM: MMU: Validate all gptes during fetch, not just those used for new pages by Avi Kivity · 14 years ago
  36. 0b3c933 KVM: MMU: Simplify spte fetch() function by Avi Kivity · 14 years ago
  37. 39c8c67 KVM: MMU: Add gpte_valid() helper by Avi Kivity · 14 years ago
  38. a357bd2 KVM: MMU: Add validate_direct_spte() helper by Avi Kivity · 14 years ago
  39. a3aa51c KVM: MMU: Add drop_large_spte() helper by Avi Kivity · 14 years ago
  40. 121eee9 KVM: MMU: Use __set_spte to link shadow pages by Avi Kivity · 14 years ago
  41. 32ef26a KVM: MMU: Add link_shadow_page() helper by Avi Kivity · 14 years ago
  42. 908e75f KVM: Expose MCE control MSRs to userspace by Avi Kivity · 14 years ago
  43. aea924f KVM: PIT: stop vpit before freeing irq_routing by Xiao Guangrong · 14 years ago
  44. a6f177e KVM: Reenter guest after emulation failure if due to access to non-mmio address by Gleb Natapov · 14 years ago
  45. edba23e KVM: Return EFAULT from kvm ioctl when guest accesses bad area by Gleb Natapov · 14 years ago
  46. 673813e KVM: fix lock imbalance in kvm_create_pit() by Jiri Slaby · 14 years ago
  47. f59c1d2 KVM: MMU: Keep going on permission error by Avi Kivity · 15 years ago
  48. b0eeec2 KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled by Avi Kivity · 15 years ago
  49. 5d55f29 KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding by Wei Yongjun · 14 years ago
  50. 07cbc6c KVM: x86 emulator: fix cli/sti instruction emulation by Wei Yongjun · 15 years ago
  51. b16b2b7 KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding by Wei Yongjun · 15 years ago
  52. e97e883 KVM: x86 emulator: fix 'and AL,imm8' instruction decoding by Wei Yongjun · 15 years ago
  53. ce7a0ad KVM: x86 emulator: fix the comment of out instruction by Wei Yongjun · 15 years ago
  54. a5046e6 KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding by Wei Yongjun · 15 years ago
  55. b79b93f KVM: MMU: Don't drop accessed bit while updating an spte by Avi Kivity · 15 years ago
  56. a9221dd KVM: MMU: Atomically check for accessed bit when dropping an spte by Avi Kivity · 15 years ago
  57. ce06186 KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte() by Avi Kivity · 15 years ago
  58. be38d27 KVM: MMU: Introduce drop_spte() by Avi Kivity · 15 years ago
  59. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 15 years ago
  60. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 15 years ago
  61. 84754cd KVM: MMU: cleanup FNAME(fetch)() functions by Xiao Guangrong · 15 years ago
  62. 9e7b0e7 KVM: MMU: fix direct sp's access corrupted by Xiao Guangrong · 15 years ago
  63. 5fd5387 KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 15 years ago
  64. 36a2e67 KVM: MMU: fix writable sync sp mapping by Xiao Guangrong · 15 years ago
  65. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 15 years ago
  66. 3e00750 KVM: Simplify vcpu_enter_guest() mmu reload logic slightly by Avi Kivity · 15 years ago
  67. 529df65 KVM: Search the LAPIC's for one that will accept a PIC interrupt by Chris Lalancette · 15 years ago
  68. 6c3f604 KVM: x86: Enable AVX for guest by Sheng Yang · 15 years ago
  69. 7ac7709 KVM: Prevent internal slots from being COWed by Avi Kivity · 15 years ago
  70. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 15 years ago
  71. 36633f3 KVM: i8259: simplify pic_irq_request() calling sequence by Avi Kivity · 15 years ago
  72. 073d461 KVM: i8259: reduce excessive abstraction for pic_irq_request() by Avi Kivity · 15 years ago
  73. b74a07b KVM: Remove kernel-allocated memory regions by Avi Kivity · 15 years ago
  74. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 15 years ago
  75. d1ac91d KVM: Consolidate load/save temporary buffer allocation and freeing by Avi Kivity · 15 years ago
  76. a1a005f KVM: Fix xsave and xcr save/restore memory leak by Avi Kivity · 15 years ago
  77. 7d5993d KVM: x86 emulator: fix group3 instruction decoding by Wei Yongjun · 15 years ago
  78. e7dca5c KVM: x86: Allow any LAPIC to accept PIC interrupts by Chris Lalancette · 15 years ago
  79. 33572ac KVM: x86: Introduce a workqueue to deliver PIT timer interrupts by Chris Lalancette · 15 years ago
  80. c37eda1 KVM: x86 emulator: fix pusha instruction emulation by Wei Yongjun · 15 years ago
  81. bd37139 KVM: x86: fix -DDEBUG oops by Zachary Amsden · 15 years ago
  82. 1047df1 KVM: MMU: don't walk every parent pages while mark unsync by Xiao Guangrong · 15 years ago
  83. 7a8f1a7 KVM: MMU: clear unsync_child_bitmap completely by Xiao Guangrong · 15 years ago
  84. ebdea63 KVM: MMU: cleanup for __mmu_unsync_walk() by Xiao Guangrong · 15 years ago
  85. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 15 years ago
  86. f918b44 KVM: MMU: avoid double write protected in sync page path by Xiao Guangrong · 15 years ago
  87. cb83cad KVM: MMU: cleanup for dirty page judgment by Xiao Guangrong · 15 years ago
  88. ac3cd03 KVM: MMU: rename 'page' and 'shadow_page' to 'sp' by Xiao Guangrong · 15 years ago
  89. 2d5b5a6 KVM: x86: XSAVE/XRSTOR live migration support by Sheng Yang · 15 years ago
  90. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 15 years ago
  91. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 15 years ago
  92. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 15 years ago
  93. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 15 years ago
  94. f495c6e KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() by Avi Kivity · 15 years ago
  95. a24e809 KVM: Fix unused but set warnings by Andi Kleen · 15 years ago
  96. 3b5d132 KVM: MMU: delay local tlb flush by Xiao Guangrong · 15 years ago
  97. 5304efd KVM: MMU: use wrapper function to flush local tlb by Xiao Guangrong · 15 years ago
  98. 4f78fd0 KVM: MMU: remove unnecessary remote tlb flush by Xiao Guangrong · 15 years ago
  99. 4b9d3a0 KVM: VMX: fix rcu usage warning in init_rmode() by Xiao Guangrong · 15 years ago
  100. 1760dd4 KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() by Gui Jianfeng · 15 years ago