1. f71f81d Merge tag 'kvm-s390-next-20150602' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-next by Paolo Bonzini · 9 years ago
  2. ea2cdd2 KVM: s390: introduce KMSG_COMPONENT for kvm-s390 by David Hildenbrand · 10 years ago
  3. 61a6df5 KVM: s390: call exit_sie() directly on vcpu block/request by David Hildenbrand · 10 years ago
  4. b7e60c5 KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR by Marcelo Tosatti · 9 years ago
  5. 0ad83ca x86: kvmclock: set scheduler clock stable by Luiz Capitulino · 9 years ago
  6. 6119172 x86: kvmclock: add flag to indicate pvclock counts from zero by Marcelo Tosatti · 9 years ago
  7. 4141259 arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug by Andrew Morton · 9 years ago
  8. bc009e4 KVM: remove unused argument from mark_page_dirty_in_slot by Paolo Bonzini · 9 years ago
  9. e453aa0 KVM: x86: Allow ARAT CPU feature by Jan Kiszka · 9 years ago
  10. c028dd6 KVM: x86: preserve x2APIC LDR on INIT by Radim Krčmář · 10 years ago
  11. 257b9a5 KVM: x86: use correct APIC ID on x2APIC transition by Radim Krčmář · 10 years ago
  12. 630994b KVM: x86: add module parameter to disable periodic kvmclock sync by Marcelo Tosatti · 10 years ago
  13. 3ed1a47 KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed by Paolo Bonzini · 10 years ago
  14. e37afc6 KVM: remove __gfn_to_pfn by Paolo Bonzini · 10 years ago
  15. d9ef13c KVM: pass kvm_memory_slot to gfn_to_page_many_atomic by Paolo Bonzini · 10 years ago
  16. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 10 years ago
  17. 15f4601 KVM: add memslots argument to kvm_arch_memslots_updated by Paolo Bonzini · 10 years ago
  18. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 10 years ago
  19. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 10 years ago
  20. a47d2b0 KVM: introduce kvm_alloc/free_memslots by Paolo Bonzini · 10 years ago
  21. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 10 years ago
  22. c447e76 kvm/fpu: Enable eager restore kvm FPU for MPX by Liang Li · 10 years ago
  23. 0fdd74f Revert "KVM: x86: drop fpu_activate hook" by Paolo Bonzini · 10 years ago
  24. e8fd5e9 kvm: fix crash in kvm_vcpu_reload_apic_access_page by Andrea Arcangeli · 10 years ago
  25. ed3cf15 kvm: x86: Make functions that have no external callers static by Nicholas Krause · 10 years ago
  26. 3520469 KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async by Paolo Bonzini · 10 years ago
  27. 69a1220 KVM: mips: use id_to_memslot correctly by Paolo Bonzini · 10 years ago
  28. d81135a KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed by Xiao Guangrong · 10 years ago
  29. efdfe53 KVM: MMU: fix MTRR update by Xiao Guangrong · 10 years ago
  30. d69afbc KVM: MMU: fix decoding cache type from MTRR by Xiao Guangrong · 10 years ago
  31. 6a49f85 KVM: MMU: introduce kvm_zap_rmapp by Xiao Guangrong · 10 years ago
  32. d77aa73 KVM: MMU: use slot_handle_level and its helper to clean up the code by Xiao Guangrong · 10 years ago
  33. 1bad2b2 KVM: MMU: introduce slot_handle_level_range() and its helpers by Xiao Guangrong · 10 years ago
  34. 6ce1f4e KVM: MMU: introduce for_each_slot_rmap_range by Xiao Guangrong · 10 years ago
  35. 8a3d08f KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL by Xiao Guangrong · 10 years ago
  36. 0d53679 KVM: MMU: introduce for_each_rmap_spte() by Xiao Guangrong · 10 years ago
  37. c35ebbe Revert "kvmclock: set scheduler clock stable" by Paolo Bonzini · 10 years ago
  38. edc90b7 KVM: MMU: fix SMAP virtualization by Xiao Guangrong · 10 years ago
  39. 428e3d0 KVM: x86: Fix zero iterations REP-string by Nadav Amit · 10 years ago
  40. ee122a7 KVM: x86: Fix update RCX/RDI/RSI on REP-string by Nadav Amit · 10 years ago
  41. 3db176d KVM: x86: Fix DR7 mask on task-switch while debugging by Nadav Amit · 10 years ago
  42. 0be0226 KVM: MMU: fix SMAP virtualization by Xiao Guangrong · 10 years ago
  43. 8987611 KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages by Paolo Bonzini · 10 years ago
  44. 7cbeed9 KVM: MMU: fix smap permission check by Xiao Guangrong · 10 years ago
  45. cba3d27 Merge tag 'kvm-s390-next-20150508' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 10 years ago
  46. 17d4890 KVM: PPC: Book3S HV: Fix list traversal in error case by Paul Mackerras · 10 years ago
  47. 06b3675 KVM: s390: drop handling of interception code 12 by David Hildenbrand · 10 years ago
  48. 96e0ed2 KVM: s390: factor out and optimize floating irq VCPU kick by David Hildenbrand · 10 years ago
  49. ffeca0a KVM: s390: optimize interrupt handling round trip time by Jens Freimann · 10 years ago
  50. 27406cd KVM: s390: provide functions for blocking all CPUs by Christian Borntraeger · 10 years ago
  51. 8e23654 KVM: s390: make exit_sie_sync more robust by Christian Borntraeger · 10 years ago
  52. 53df84f KVM: s390: Enable guest EDAT2 support by Guenther Hutzl · 10 years ago
  53. a4a4f19 KVM: s390: make EDAT1 depend on host support by Guenther Hutzl · 10 years ago
  54. 785dbef KVM: s390: optimize round trip time in request handling by Christian Borntraeger · 10 years ago
  55. b938eace KVM: s390: fix external call injection without sigp interpretation by David Hildenbrand · 10 years ago
  56. 31fd988 KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pages by Paolo Bonzini · 10 years ago
  57. ceee7df KVM: MMU: fix smap permission check by Xiao Guangrong · 10 years ago
  58. a4cca3b KVM: remove pointless cpu hotplug messages by Heiko Carstens · 10 years ago
  59. 8a9781f KVM: nVMX: Fix host crash when loading MSRs with userspace irqchip by Jan Kiszka · 10 years ago
  60. acac6f89 KVM: x86: Call-far should not be emulated as stack op by Nadav Amit · 10 years ago
  61. 251eb84 KVM: reuse memslot in kvm_write_guest_page by Radim Krčmář · 10 years ago
  62. 4eb64dc KVM: x86: dump VMCS on invalid entry by Paolo Bonzini · 10 years ago
  63. a3eb97b x86: kvmclock: drop rdtsc_barrier() by Marcelo Tosatti · 10 years ago
  64. d90e3a3 KVM: x86: drop unneeded null test by Julia Lawall · 10 years ago
  65. 7454570 KVM: x86: fix initial PAT value by Radim Krčmář · 10 years ago
  66. 653f52c kvm,x86: load guest FPU context more eagerly by Rik van Riel · 10 years ago
  67. d1ebdbf kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is true by James Sullivan · 10 years ago
  68. 93bbf0b kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI delivery by James Sullivan · 10 years ago
  69. b7cb223 KVM: x86: tweak types of fields in kvm_lapic_irq by Paolo Bonzini · 10 years ago
  70. d28bc9d KVM: x86: INIT and reset sequences are different by Nadav Amit · 10 years ago
  71. 90de4a1 KVM: x86: Support for disabling quirks by Nadav Amit · 10 years ago
  72. e233d54 KVM: booke: use __kvm_guest_exit by Paolo Bonzini · 10 years ago
  73. ccf73aaf KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 10 years ago
  74. 0097d12 KVM: provide irq_unsafe kvm_guest_{enter|exit} by Christian Borntraeger · 10 years ago
  75. ff7bbb9 kvmclock: set scheduler clock stable by Luiz Capitulino · 10 years ago
  76. 5ebe6afa Linux 4.1-rc2 by Linus Torvalds · 10 years ago
  77. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  78. 101a6fd Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  79. 71aee81 Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  80. df9ebeb Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 10 years ago
  81. 61f06db Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  82. 3333222 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  83. 180d89f Merge tag 'powerpc-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  84. 2c869b2 ext4: fix growing of tiny filesystems by Jan Kara · 10 years ago
  85. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 10 years ago
  86. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 10 years ago
  87. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 10 years ago
  88. fb63e54 ext4 crypto: do not select from EXT4_FS_ENCRYPTION by Herbert Xu · 10 years ago
  89. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  90. e412d3a virtio: fix typo in vring_need_event() doc comment by Stefan Hajnoczi · 10 years ago
  91. feda5f9 virtio: pass baton to Michael Tsirkin by Rusty Russell · 10 years ago
  92. 6fa7272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  93. a134f08 ipv4: Missing sk_nulls_node_init() in ping_unhash(). by David S. Miller · 10 years ago
  94. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 10 years ago
  95. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 10 years ago
  96. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 10 years ago
  97. 64887b6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  98. 036f351 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  99. 0aab374 powerpc/powernv: Restore non-volatile CRs after nap by Sam Bobroff · 10 years ago
  100. d91dafc powerpc/eeh: Delay probing EEH device during hotplug by Gavin Shan · 10 years ago