1. a45ff59 Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  2. 429bb83 Documentation: virtual: Add toctree hooks by Luke Nowakowski-Krijger · 6 years ago
  3. e287d6d Documentation: kvm: Convert cpuid.txt to .rst by Luke Nowakowski-Krijger · 6 years ago
  4. 8373bc4 Documentation: virtual: Convert paravirt_ops.txt to .rst by Luke Nowakowski-Krijger · 6 years ago
  5. d7a0888 KVM: x86: Unconditionally enable irqs in guest context by Sean Christopherson · 6 years ago
  6. 66bb8a0 KVM: x86: PMU Event Filter by Eric Hankland · 6 years ago
  7. cdc238e kvm: x86: Fix -Wmissing-prototypes warnings by Yi Wang · 6 years ago
  8. b614c602 KVM: Properly check if "page" is valid in kvm_vcpu_unmap by KarimAllah Ahmed · 6 years ago
  9. 1e0cf16 KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register by Marc Zyngier · 6 years ago
  10. 548f7fb KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane by Wanpeng Li · 6 years ago
  11. 01402cf kvm: LAPIC: write down valid APIC registers by Paolo Bonzini · 6 years ago
  12. fdec2a9 KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s by Dave Martin · 6 years ago
  13. 49caebe KVM: doc: Add API documentation on the KVM_REG_ARM_WORKAROUNDS register by Andre Przywara · 6 years ago
  14. 99adb567 KVM: arm/arm64: Add save/restore support for firmware workaround state by Andre Przywara · 6 years ago
  15. c118bbb arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests by Andre Przywara · 6 years ago
  16. 80f393a KVM: arm/arm64: Support chained PMU counters by Andrew Murray · 6 years ago
  17. 218907c KVM: arm/arm64: Remove pmc->bitmask by Andrew Murray · 6 years ago
  18. 30d9775 KVM: arm/arm64: Re-create event when setting counter value by Andrew Murray · 6 years ago
  19. 6f4d2a0 KVM: arm/arm64: Extract duplicated code to own function by Andrew Murray · 6 years ago
  20. 418e5ca KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions by Andrew Murray · 6 years ago
  21. 101628d KVM: LAPIC: ARBPRI is a reserved register for x2APIC by Paolo Bonzini · 6 years ago
  22. 11b4162 KVM: arm64: Skip more of the SError vaxorcism by James Morse · 6 years ago
  23. dad6321 KVM: arm64: Re-mask SError after the one instruction window by James Morse · 6 years ago
  24. 3276cc2 arm64: Update silicon-errata.txt for Neoverse-N1 #1349291 by James Morse · 6 years ago
  25. 5dcd0fd KVM: arm64: Defer guest entry when an asynchronous exception is pending by James Morse · 6 years ago
  26. 0e5b9c0 KVM: arm64: Consume pending SError as early as possible by James Morse · 6 years ago
  27. 5d99437 KVM: arm64: Make indirect vectors preamble behaviour symmetric by James Morse · 6 years ago
  28. 3dbf100 KVM: arm64: Abstract the size of the HYP vectors pre-amble by James Morse · 6 years ago
  29. 2b68a2a arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS by James Morse · 6 years ago
  30. 1ef23e1 KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests by Krish Sadhukhan · 6 years ago
  31. f087a02 KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT by Sean Christopherson · 6 years ago
  32. 335e192 KVM: x86: add tracepoints around __direct_map and FNAME(fetch) by Paolo Bonzini · 6 years ago
  33. e9f2a76 KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON by Paolo Bonzini · 6 years ago
  34. d679b32 KVM: x86: remove now unneeded hugepage gfn adjustment by Paolo Bonzini · 6 years ago
  35. 3fcf2d1 KVM: x86: make FNAME(fetch) and __direct_map more similar by Paolo Bonzini · 6 years ago
  36. 43fdcda kvm: x86: Do not release the page inside mmu_set_spte() by Junaid Shahid · 6 years ago
  37. 60cec43 KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param by Paolo Bonzini · 6 years ago
  38. 50a9e1a KVM: cpuid: rename do_cpuid_1_ent by Paolo Bonzini · 6 years ago
  39. d9aadaf KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent by Paolo Bonzini · 6 years ago
  40. 54d360d KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs by Paolo Bonzini · 6 years ago
  41. ab8bcf6 KVM: cpuid: do_cpuid_ent works on a whole CPUID function by Paolo Bonzini · 6 years ago
  42. 7be373b KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk by Wanpeng Li · 6 years ago
  43. d647eb6 KVM: svm: add nrips module parameter by Paolo Bonzini · 6 years ago
  44. c550505 kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID by Jim Mattson · 6 years ago
  45. b119019 kvm: nVMX: Remove unnecessary sync_roots from handle_invept by Jim Mattson · 6 years ago
  46. 9824c83 Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL by Paolo Bonzini · 6 years ago
  47. 32b72ec KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest by Wanpeng Li · 6 years ago
  48. 7150629 KVM: X86: Implement PV sched yield hypercall by Wanpeng Li · 6 years ago
  49. f85f6e7 KVM: X86: Yield to IPI target if necessary by Wanpeng Li · 6 years ago
  50. 11e3491 x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use by Vitaly Kuznetsov · 6 years ago
  51. a21a39c x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH by Vitaly Kuznetsov · 6 years ago
  52. 95c5c7c KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST by Paolo Bonzini · 6 years ago
  53. e8a70bd KVM: nVMX: allow setting the VMFUNC controls MSR by Paolo Bonzini · 6 years ago
  54. 6defc59 KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS by Paolo Bonzini · 6 years ago
  55. 4b972a0 Linux 5.2-rc6 by Linus Torvalds · 6 years ago
  56. 6698a71 Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  57. 0aafc8a Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock" by Peter Xu · 6 years ago
  58. b253d5f Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  59. f410276 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  60. a8282bf Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  61. 693cd8c Bluetooth: Fix regression with minimum encryption key size alignment by Marcel Holtmann · 6 years ago
  62. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  63. b6653b3 tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
  64. 121bddf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  65. c036f7d Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  66. ff17bbe x86/vdso: Prevent segfaults due to hoisted vclock reads by Andy Lutomirski · 6 years ago
  67. 19d5504 SUNRPC: Fix a credential refcount leak by Trond Myklebust · 6 years ago
  68. 502980e Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE" by Anna Schumaker · 6 years ago
  69. b962261 net :sunrpc :clnt :Fix xps refcount imbalance on the error path by Lin Yi · 6 years ago
  70. 9091051 NFS4: Only set creation opendata if O_CREAT by Benjamin Coddington · 6 years ago
  71. a4c33bb Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  72. 0728f6c Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  73. db54615e Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  74. b7b8a44 Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  75. cf24242 Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  76. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  77. 05512b0 Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  78. 5eab9cf Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 6 years ago
  79. 91cbf5d Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  80. ea37e1a Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  81. 47e3c4c Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 6 years ago
  82. c5d0e49 ARM: 8867/1: vdso: pass --be8 to linker if necessary by Jason A. Donenfeld · 6 years ago
  83. 4ae004a Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  84. b910f6a Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  85. b3e9783 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  86. e929387 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  87. a409de6 Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  88. d72558b Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  89. 6331d11 Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  90. 41a247d Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  91. b21e31b Merge tag 'kvmarm-fixes-for-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  92. 9fd5887 KVM: nVMX: reorganize initial steps of vmx_set_nested_state by Paolo Bonzini · 6 years ago
  93. a251fb90 KVM: x86: Fix apic dangling pointer in vcpu by Saar Amar · 6 years ago
  94. 4d763b1 KVM: VMX: check CPUID before allowing read/write of IA32_XSS by Wanpeng Li · 6 years ago
  95. 5008711 KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries by Suraj Jitindar Singh · 6 years ago
  96. 6f828c5 Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus by Greg Kroah-Hartman · 6 years ago
  97. d28bdaf Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 6 years ago
  98. f99bc33 habanalabs: use u64_to_user_ptr() for reading user pointers by Arnd Bergmann · 6 years ago
  99. 241e390 nfsd: replace Jeff by Chuck as nfsd co-maintainer by J. Bruce Fields · 6 years ago
  100. 85f9aa7 inet: clear num_timeout reqsk_alloc() by Eric Dumazet · 6 years ago