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