1. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 15 years ago
  2. ccd4693 KVM: fix Hyper-V hypercall warnings and wrong mask value by Gleb Natapov · 15 years ago
  3. 7062dca KVM: VMX: Remove emulation failure report by Sheng Yang · 15 years ago
  4. 94718da KVM: export <asm/hyperv.h> by Avi Kivity · 15 years ago
  5. 8dae444 KVM: rename is_writeble_pte() to is_writable_pte() by Takuya Yoshikawa · 15 years ago
  6. c25bc16 KVM: Implement NotifyLongSpinWait HYPER-V hypercall by Gleb Natapov · 15 years ago
  7. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 15 years ago
  8. 55cd8e5 KVM: Implement bare minimum of HYPER-V MSRs by Gleb Natapov · 15 years ago
  9. 1d5103c KVM: Add HYPER-V header file by Gleb Natapov · 15 years ago
  10. a76f849 KVM: PPC: Move Shadow MSR calculation to function by Alexander Graf · 15 years ago
  11. f7adbba KVM: PPC: Keep SRR1 flags around in shadow_msr by Alexander Graf · 15 years ago
  12. 1c0006d KVM: PPC: Fix initial GPR settings by Alexander Graf · 15 years ago
  13. 180a34d KVM: PPC: Add support for FPU/Altivec/VSX by Alexander Graf · 15 years ago
  14. d5e5281 KVM: PPC: Add helper functions to call real mode loaders by Alexander Graf · 15 years ago
  15. fbad5f1 KVM: PPC: Export __giveup_vsx by Alexander Graf · 15 years ago
  16. 0f0412c KVM: ia64: remove redundant kvm_get_exit_data() NULL tests by Roel Kluin · 15 years ago
  17. 4610c83 KVM: SVM: Lazy fpu with npt by Avi Kivity · 15 years ago
  18. d225157 KVM: SVM: Selective cr0 intercept by Avi Kivity · 15 years ago
  19. 888f9f3 KVM: SVM: Restore unconditional cr0 intercept under npt by Avi Kivity · 15 years ago
  20. bff7827 KVM: SVM: Initialize fpu_active in init_vmcb() by Avi Kivity · 15 years ago
  21. dc77270 KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK by Avi Kivity · 15 years ago
  22. f9a48e6 KVM: Set cr0.et when the guest writes cr0 by Avi Kivity · 15 years ago
  23. edcafe3 KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active by Avi Kivity · 15 years ago
  24. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 15 years ago
  25. e8467fd KVM: VMX: Allow the guest to own some cr0 bits by Avi Kivity · 15 years ago
  26. 4d4ec08 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor by Avi Kivity · 15 years ago
  27. a1f83a7 KVM: VMX: trace clts and lmsw instructions as cr accesses by Avi Kivity · 15 years ago
  28. 4b5c9b7 KVM: PPC: Make large pages work by Alexander Graf · 15 years ago
  29. 5f2b105 KVM: PPC: Pass through program interrupts by Alexander Graf · 15 years ago
  30. ff1ca3f KVM: PPC: Pass program interrupt flags to the guest by Alexander Graf · 15 years ago
  31. d35feb2 KVM: PPC: Fix HID5 setting code by Alexander Graf · 15 years ago
  32. 25a8a02 KVM: PPC: Emulate trap SRR1 flags properly by Alexander Graf · 15 years ago
  33. 021ec9c KVM: PPC: Call SLB patching code in interrupt safe manner by Alexander Graf · 15 years ago
  34. bc90923 KVM: PPC: Get rid of unnecessary RFI by Alexander Graf · 15 years ago
  35. b4433a7 KVM: PPC: Implement 'skip instruction' mode by Alexander Graf · 15 years ago
  36. 7e57cba KVM: PPC: Use PACA backed shadow vcpu by Alexander Graf · 15 years ago
  37. 992b5b2 KVM: PPC: Add helpers for CR, XER by Alexander Graf · 15 years ago
  38. 8e5b26b KVM: PPC: Use accessor functions for GPR access by Alexander Graf · 15 years ago
  39. 0d17897 KVM: Fix the explanation of write_emulated by Takuya Yoshikawa · 15 years ago
  40. 878403b KVM: VMX: Enable EPT 1GB page support by Sheng Yang · 15 years ago
  41. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 15 years ago
  42. c9c5417 KVM: x86: Moving PT_*_LEVEL to mmu.h by Sheng Yang · 15 years ago
  43. 97c4cfb KVM: PPC: Enable lightweight exits again by Alexander Graf · 15 years ago
  44. b480f78 KVM: PPC: Fix typo in rebolting code by Alexander Graf · 15 years ago
  45. 46a929b KVM: avoid taking ioapic mutex for non-ioapic EOIs by Avi Kivity · 15 years ago
  46. f4c9e87 KVM: Fill out ftrace exit reason strings by Avi Kivity · 15 years ago
  47. 0680fe5 KVM: Bump maximum vcpu count to 64 by Avi Kivity · 15 years ago
  48. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  49. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  50. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 15 years ago
  51. a983fb2 KVM: x86: switch kvm_set_memory_alias to SRCU update by Marcelo Tosatti · 15 years ago
  52. b050b01 KVM: use SRCU for dirty log by Marcelo Tosatti · 15 years ago
  53. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  54. 3ad26d8 KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pages by Marcelo Tosatti · 15 years ago
  55. 506f0d6 KVM: introduce gfn_to_pfn_memslot by Marcelo Tosatti · 15 years ago
  56. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 15 years ago
  57. fef9cce KVM: modify alias layout in x86s struct kvm_arch by Marcelo Tosatti · 15 years ago
  58. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  59. 2044892d KVM: trivial document fixes by Wu Fengguang · 15 years ago
  60. ddf0289 KVM: powerpc: Change maintainer by Alexander Graf · 15 years ago
  61. 0bb1fb7 KVM: powerpc: Remove AGGRESSIVE_DEC by Alexander Graf · 15 years ago
  62. 7706664d KVM: powerpc: Improve DEC handling by Alexander Graf · 15 years ago
  63. 583617b KVM: powerpc: Move vector to irqprio resolving to separate function by Alexander Graf · 15 years ago
  64. 980da6c KVM: Simplify coalesced mmio initialization by Avi Kivity · 15 years ago
  65. 50eb2a3 KVM: Add KVM_MMIO kconfig item by Avi Kivity · 15 years ago
  66. 4c07b0a KVM: Remove ifdefs from mmu notifier initialization by Avi Kivity · 15 years ago
  67. 3f0852e KVM: Add include guards for coalesced_mmio.h by Avi Kivity · 15 years ago
  68. 283d0c6 KVM: Disentangle mmu notifiers and coalesced_mmio registration by Avi Kivity · 15 years ago
  69. 953899b KVM: SVM: Adjust tsc_offset only if tsc_unstable by Joerg Roedel · 15 years ago
  70. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  71. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  72. be43f83 x86: Raise vsyscall priority on hotplug notifier chain by Sheng Yang · 15 years ago
  73. 2bf78fa KVM: Extended shared_msr_global to per CPU by Sheng Yang · 15 years ago
  74. 8a7e3f0 KVM: VMX: Remove redundant variable by Sheng Yang · 15 years ago
  75. bc23008 KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller by Avi Kivity · 15 years ago
  76. ce03e4f KVM: VMX: When using ept, allow the guest to own cr4.pge by Avi Kivity · 15 years ago
  77. 4c38609 KVM: VMX: Make guest cr4 mask more conservative by Avi Kivity · 15 years ago
  78. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 15 years ago
  79. cdc0e24 KVM: VMX: Move some cr[04] related constants to vmx.c by Avi Kivity · 15 years ago
  80. 5970867 KVM: VMX: Trap and invalid MWAIT/MONITOR instruction by Sheng Yang · 15 years ago
  81. 186a3e5 KVM: MMU: Report spte not found in rmap before BUG() by Avi Kivity · 15 years ago
  82. cb84b55 KVM: x86: raise TSS exception for NULL CS and SS segments by Marcelo Tosatti · 15 years ago
  83. 3fd28fc KVM: x86: make double/triple fault promotion generic to all exceptions by Eddie Dong · 15 years ago
  84. db38a29 Merge git://git.iksaif.net/acpi4asus into x86-platform by Matthew Garrett · 14 years ago
  85. b466301 toshiba-acpi: fix multimedia keys on some machines by Frans Pop · 14 years ago
  86. 92e00e4 dell-laptop: Fix errors on failure and exit paths by Matthew Garrett · 14 years ago
  87. 94d8f78 dell-laptop: Fix build error by making buffer_mutex static by Ingo Molnar · 14 years ago
  88. 4818972 GFS2: print glock numbers in hex by Bob Peterson · 14 years ago
  89. e588463 GFS2: ordered writes are backwards by Dave Chinner · 15 years ago
  90. 1ccaba3 GFS2: Remove old, unused linked list code from quota by Abhijith Das · 15 years ago
  91. c1184f8 GFS2: Remove loopy umount code by Steven Whitehouse · 15 years ago
  92. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  93. bb1165d perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE by Robert Richter · 14 years ago
  94. 3551a70 x86/amd-iommu: Report errors in acpi parsing functions upstream by Joerg Roedel · 14 years ago
  95. 04e856c x86/amd-iommu: Pt mode fix for domain_destroy by Chris Wright · 14 years ago
  96. 5d214fe x86/amd-iommu: Protect IOMMU-API map/unmap path by Joerg Roedel · 15 years ago
  97. 339d326 x86/amd-iommu: Remove double NULL check in check_device by Julia Lawall · 15 years ago
  98. 1189b7f OMAP: DSS2: Taal: Fix ESD check by Tomi Valkeinen · 14 years ago
  99. 6679ee1 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  100. a91a4aa Merge branch 'topic/hda' into for-linus by Takashi Iwai · 14 years ago