1. a0c0feb5 KVM: x86: reserve bit 8 of non-leaf PDPEs and PML4Es in 64-bit mode on AMD by Paolo Bonzini · 10 years ago
  2. d143148 KVM: mmio: cleanup kvm_set_mmio_spte_mask by Tiejun Chen · 10 years ago
  3. 56f17dd kvm: x86: fix stale mmio cache bug by David Matlack · 10 years ago
  4. ee3d157 kvm: fix potentially corrupt mmio cache by David Matlack · 10 years ago
  5. 00f034a KVM: do not bias the generation number in kvm_current_mmio_generation by Paolo Bonzini · 10 years ago
  6. fd27523 KVM: x86: use guest maxphyaddr to check MTRR values by Paolo Bonzini · 10 years ago
  7. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  8. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  9. 6564730 KVM: forward declare structs in kvm_types.h by Paolo Bonzini · 10 years ago
  10. d5b7706 KVM: x86: remove Aligned bit from movntps/movntpd by Paolo Bonzini · 10 years ago
  11. 0a37027 KVM: x86 emulator: emulate MOVNTDQ by Alex Williamson · 10 years ago
  12. 0f54a32 KVM: vmx: VMXOFF emulation in vm86 should cause #UD by Nadav Amit · 10 years ago
  13. 48d89b9 KVM: x86: fix some sparse warnings by Paolo Bonzini · 10 years ago
  14. a7c0b07 KVM: nVMX: nested TPR shadow/threshold emulation by Wanpeng Li · 10 years ago
  15. a2bcba5 KVM: nVMX: introduce nested_get_vmcs12_pages by Wanpeng Li · 10 years ago
  16. 44b5ce7 KVM: Unconditionally export KVM_CAP_USER_NMI by Christoffer Dall · 10 years ago
  17. 0f8a4de KVM: Unconditionally export KVM_CAP_READONLY_MEM by Christoffer Dall · 10 years ago
  18. dc77d34 KVM: s390/mm: fix up indentation of set_guest_storage_key by Christian Borntraeger · 10 years ago
  19. a7428c3 Merge tag 'kvm-s390-next-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  20. f079e95 KVM: s390/mm: remove outdated gmap data structures by Martin Schwidefsky · 10 years ago
  21. c6c956b KVM: s390/mm: support gmap page tables with less than 5 levels by Martin Schwidefsky · 10 years ago
  22. 527e30b KVM: s390/mm: use radix trees for guest to host mappings by Martin Schwidefsky · 11 years ago
  23. 54ad89b kvm: x86: fix tracing for 32-bit by Paolo Bonzini · 10 years ago
  24. 7cd4b90 Merge tag 'kvm-s390-20140825' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  25. 6e0a043 KVM: s390/mm: cleanup gmap function arguments, variable names by Martin Schwidefsky · 11 years ago
  26. 9da4e38 KVM: s390/mm: readd address parameter to gmap_do_ipte_notify by Martin Schwidefsky · 11 years ago
  27. 55dbbdd KVM: s390/mm: readd address parameter to pgste_ipte_notify by Martin Schwidefsky · 11 years ago
  28. 331cbc2 KVM: s390: don't use kvm lock in interrupt injection code by Jens Freimann · 10 years ago
  29. 7939503 KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery by Jens Freimann · 11 years ago
  30. d3d692c KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of it by David Hildenbrand · 10 years ago
  31. b028ee3 KVM: s390: synchronize more registers with kvm_run by David Hildenbrand · 10 years ago
  32. c3950b6 KVM: s390: no special machine check delivery by Christian Borntraeger · 10 years ago
  33. fbfa304 KVM: s390: clear kvm_dirty_regs when dropping to user space by David Hildenbrand · 10 years ago
  34. d8482c0 KVM: clarify the idea of kvm_dirty_regs by David Hildenbrand · 10 years ago
  35. 8a2ef71 KVM: s390: factor out get_ilc() function by Jens Freimann · 10 years ago
  36. ab3f285 KVM: s390/mm: try a cow on read only pages for key ops by Christian Borntraeger · 10 years ago
  37. 44c6ca3 KVM: s390: add defines for pfault init delivery code by Jens Freimann · 11 years ago
  38. 614a80e KVM: s390: Fix user triggerable bug in dead code by Christian Borntraeger · 10 years ago
  39. 7b46268 KVM: trace kvm_ple_window grow/shrink by Radim Krčmář · 10 years ago
  40. b4a2d31 KVM: VMX: dynamise PLE window by Radim Krčmář · 10 years ago
  41. a7653ec KVM: VMX: make PLE window per-VCPU by Radim Krčmář · 10 years ago
  42. ae97a3b KVM: x86: introduce sched_in to kvm_x86_ops by Radim Krčmář · 10 years ago
  43. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  44. 6689fbe KVM: x86: Replace X86_FEATURE_NX offset with the definition by Nadav Amit · 10 years ago
  45. 7103f60 KVM: avoid unnecessary synchronize_rcu by Christian Borntraeger · 10 years ago
  46. e0ad0b4 KVM: emulate: warn on invalid or uninitialized exception numbers by Paolo Bonzini · 10 years ago
  47. 592f085 KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitly by Paolo Bonzini · 10 years ago
  48. d27aa7f KVM: x86: Clarify PMU related features bit manipulation by Nadav Amit · 10 years ago
  49. a32e845 KVM: vmx: fix ept reserved bits for 1-GByte page by Wanpeng Li · 10 years ago
  50. 1e1b6c2 KVM: x86: recalculate_apic_map after enabling apic by Nadav Amit · 10 years ago
  51. fae0ba2 KVM: x86: Clear apic tsc-deadline after deadline by Nadav Amit · 10 years ago
  52. d7a2a24 KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRs by Wanpeng Li · 10 years ago
  53. adfb5d2 KVM: x86: fix check legal type of Variable Range MTRRs by Wanpeng Li · 10 years ago
  54. 3b63a43 arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.c by Monam Agarwal · 11 years ago
  55. 15fc075 KVM: x86: raise invalid TSS exceptions during a task switch by Paolo Bonzini · 10 years ago
  56. 4473b57 KVM: x86: drop fpu_activate hook by Wanpeng Li · 10 years ago
  57. dc9b2d9 KVM: SVM: add rdmsr support for AMD event registers by Wei Huang · 10 years ago
  58. 30d1e0e virt/kvm/assigned-dev.c: Set 'dev->irq_source_id' to '-1' after free it by Chen Gang · 10 years ago
  59. 0d234da Revert "KVM: x86: Increase the number of fixed MTRR regs to 10" by Paolo Bonzini · 10 years ago
  60. 9a4cfb2 KVM: x86: do not check CS.DPL against RPL during task switch by Paolo Bonzini · 10 years ago
  61. 3a6095a KVM: x86: Avoid emulating instructions on #UD mistakenly by Nadav Amit · 10 years ago
  62. c04fa58 PC, KVM, CMA: Fix regression caused by wrong get_order() use by Alexey Kardashevskiy · 10 years ago
  63. 350b8bd kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601) by Michael S. Tsirkin · 10 years ago
  64. 7d1311b Linux 3.17-rc1 by Linus Torvalds · 10 years ago
  65. 605f884 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 10 years ago
  66. 4989900 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 10 years ago
  67. 6fedb0f Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  68. 90c8096 Merge branch 'rng-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio by Linus Torvalds · 10 years ago
  69. e64df3e Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  70. 53b95d6 Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  71. da06df5 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  72. 186e4e8 platform/x86: Enable build support for toshiba_haps by Azael Avalos · 10 years ago
  73. f369aa6 Documentation: Add file about toshiba_haps module by Azael Avalos · 10 years ago
  74. 23d0ba0 platform/x86: Toshiba HDD Active Protection Sensor by Azael Avalos · 10 years ago
  75. 831a444 asus-nb-wmi: Add wapf4 quirk for the U32U by Hans de Goede · 10 years ago
  76. fee4efd alienware-wmi: make hdmi_mux enabled on case-by-case basis by Mario Limonciello · 10 years ago
  77. 49458e8 ideapad-laptop: Constify DMI table and other r/o variables by Mathias Krause · 10 years ago
  78. 378008d asus-nb-wmi.c: Rename x401u quirk to wapf4 by Hans de Goede · 10 years ago
  79. 9a5ee65 compal-laptop: correct invalid hwmon name by Roald Frederickx · 10 years ago
  80. e6efad7 toshiba_acpi: Add Qosmio X75-A to the alt keymap dmi list by Azael Avalos · 10 years ago
  81. f6aac65 toshiba_acpi: Add extra check to backlight code by Azael Avalos · 10 years ago
  82. b58b9ff Fix log message about future removal of interface by Martin Kepplinger · 10 years ago
  83. f79a901 ideapad-laptop: Disable touchpad interface on Yoga models by Hans de Goede · 10 years ago
  84. 6d6ded3 asus-nb-wmi: Add wapf4 quirk for the X550CC by Hans de Goede · 10 years ago
  85. cfa57fd intel_ips: Make ips_mcp_limits variables static by Mathias Krause · 10 years ago
  86. c3aa472 thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdata by Mathias Krause · 10 years ago
  87. fbe9b79 fujitsu-laptop: Mark fujitsu_dmi_table[] DMI table as __initconst by Mathias Krause · 10 years ago
  88. 702ef54 hp-wmi: Add missing __init annotations to initialization code by Mathias Krause · 10 years ago
  89. 8a1a970 hp_accel: Constify ACPI and DMI tables by Mathias Krause · 10 years ago
  90. 0f93c5e fujitsu-tablet: Mark DMI callbacks as __init code by Mathias Krause · 10 years ago
  91. 681480c dell-laptop: Mark dell_quirks[] DMI table as __initconst by Mathias Krause · 10 years ago
  92. 7e6c227 eeepc-wmi: Constify asus_quirks[] DMI table by Mathias Krause · 10 years ago
  93. 76d51dd acer-wmi: Mark init data and code as such by Mathias Krause · 10 years ago
  94. 55d1e9d asus-nb-wmi: Constify asus_quirks[] DMI table by Mathias Krause · 10 years ago
  95. d997d88 alienware-wmi: Mark DMI table as __initconst by Mathias Krause · 10 years ago
  96. 80f6555 acer-wmi: Hide acer_{suspend,resume} for !CONFIG_PM_SLEEP by Mathias Krause · 10 years ago
  97. 87e4484 acer-wmi: Mark acer_wmi_keymap[] as __initconst by Mathias Krause · 10 years ago
  98. 309d131 MAINTAINERS: Update git URL for x86 platform drivers by Mathias Krause · 10 years ago
  99. 959ef6d WMI: Remove unnecessary null test by Himangi Saraogi · 10 years ago
  100. bd3c7b9e drivers/platform/x86/thinkpad_acpi.c: don't test unsigned int for negativity by Andrey Utkin · 10 years ago