1. 087eeea Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm/fixes by Will Deacon · 5 years ago
  2. 2e16f3e KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity by Andre Przywara · 5 years ago
  3. 2113c5f KVM: arm/arm64: Only skip MMIO insn once by Andrew Jones · 5 years ago
  4. a738b5e Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  5. 0e1c438 Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  6. 8f946da kvm: remove unnecessary PageReserved check by Paolo Bonzini · 5 years ago
  7. 16e604a KVM: arm/arm64: vgic: Reevaluate level sensitive interrupts on enable by Alexandru Elisei · 5 years ago
  8. 5eeaf10 KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block by Marc Zyngier · 5 years ago
  9. 3e7093d KVM: no need to check return value of debugfs_create functions by Greg KH · 5 years ago
  10. 741cbba KVM: remove kvm_arch_has_vcpu_debugfs() by Paolo Bonzini · 5 years ago
  11. 17e433b KVM: Fix leak vCPU's VMCS value into other pCPU by Wanpeng Li · 5 years ago
  12. 046ddee KVM: Check preempted_in_kernel for involuntary preemption by Wanpeng Li · 5 years ago
  13. 1a8248c KVM: arm: vgic-v3: Mark expected switch fall-through by Anders Roxell · 5 years ago
  14. 2f5947d Documentation: move Documentation/virtual to Documentation/virt by Christoph Hellwig · 5 years ago
  15. bca031e KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter index by Zenghui Yu · 5 years ago
  16. d73eb57 KVM: Boost vCPUs that are delivering interrupts by Wanpeng Li · 5 years ago
  17. 39d7530 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  18. 50f11a8 arm64: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
  19. 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 · 5 years ago
  20. b614c602 KVM: Properly check if "page" is valid in kvm_vcpu_unmap by KarimAllah Ahmed · 5 years ago
  21. 1e0cf16 KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register by Marc Zyngier · 5 years ago
  22. fdec2a9 KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s by Dave Martin · 6 years ago
  23. 99adb567 KVM: arm/arm64: Add save/restore support for firmware workaround state by Andre Przywara · 6 years ago
  24. c118bbb arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests by Andre Przywara · 6 years ago
  25. 80f393a KVM: arm/arm64: Support chained PMU counters by Andrew Murray · 6 years ago
  26. 218907c KVM: arm/arm64: Remove pmc->bitmask by Andrew Murray · 6 years ago
  27. 30d9775 KVM: arm/arm64: Re-create event when setting counter value by Andrew Murray · 6 years ago
  28. 6f4d2a0 KVM: arm/arm64: Extract duplicated code to own function by Andrew Murray · 6 years ago
  29. 418e5ca KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions by Andrew Murray · 6 years ago
  30. 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
  31. b3e9783 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  32. 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
  33. 775c8a3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504 by Thomas Gleixner · 6 years ago
  34. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  35. 20c8ccb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 by Thomas Gleixner · 6 years ago
  36. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  37. e4e5a86 KVM: arm/arm64: Fix emulated ptimer irq injection by Andrew Jones · 6 years ago
  38. 4729ec8 KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy by Dave Martin · 6 years ago
  39. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  40. 3b20eb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 by Thomas Gleixner · 6 years ago
  41. d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 6 years ago
  42. 0d9ce16 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 6 years ago
  43. b3ffd74 KVM: irqchip: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  44. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  45. b44a1dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  46. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  47. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 6 years ago
  48. eb1f2f3 kvm: fix compile on s390 part 2 by Christian Borntraeger · 6 years ago
  49. 654f1f1 kvm: Check irqchip mode before assign irqfd by Peter Xu · 6 years ago
  50. d30b214 kvm: fix compilation on s390 by Paolo Bonzini · 6 years ago
  51. 2eb06c3 KVM: Fix spinlock taken warning during host resume by Wanpeng Li · 6 years ago
  52. 623e152 KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation by James Morse · 6 years ago
  53. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  54. c011d23 kvm: fix compilation on aarch64 by Paolo Bonzini · 6 years ago
  55. dd53f61 Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  56. 59c5c58 Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 6 years ago
  57. dfcd666 mm/mmu_notifier: convert user range->blockable to helper function by Jérôme Glisse · 6 years ago
  58. 4894fbc KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device by Cédric Le Goater · 6 years ago
  59. d7547c5 KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 by Peter Xu · 6 years ago
  60. 53eac7a KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one by Peter Xu · 6 years ago
  61. 4ddc920 KVM: Fix the bitmap range to copy during clear dirty by Peter Xu · 6 years ago
  62. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  63. e45adf6 KVM: Introduce a new guest mapping API by KarimAllah Ahmed · 6 years ago
  64. b8b0022 kvm_main: fix some comments by Jiang Biao · 6 years ago
  65. 65c4189 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  66. da8f0d9 Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  67. 6245242 Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 6 years ago
  68. 76d58e0 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  69. 2bde9b3 KVM: Introduce a 'release' method for KVM devices by Cédric Le Goater · 6 years ago
  70. a1cd3f0 KVM: Introduce a 'mmap' method for KVM devices by Cédric Le Goater · 6 years ago
  71. cdd6ad3 KVM: polling: add architecture backend to disable polling by Christian Borntraeger · 6 years ago
  72. 6bc2100 KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls by Christoffer Dall · 6 years ago
  73. 2e8010b kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP by Suzuki K Poulose · 6 years ago
  74. 811328f KVM: arm/arm64: Ensure vcpu target is unset on reset failure by Andrew Jones · 6 years ago
  75. 435e53f arm64: KVM: Enable VHE support for :G/:H perf event modifiers by Andrew Murray · 6 years ago
  76. 630a168 arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data by Andrew Murray · 6 years ago
  77. 384b40c KVM: arm/arm64: Context-switch ptrauth registers by Mark Rutland · 6 years ago
  78. a3be836 KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE by Dave Martin · 6 years ago
  79. c110ae5 kvm: move KVM_CAP_NR_MEMSLOTS to common code by Paolo Bonzini · 6 years ago
  80. 1d487e9 KVM: fix spectrev1 gadgets by Paolo Bonzini · 6 years ago
  81. 14b94d0 KVM: ARM: Remove pgtable page standard functions from stage-2 page tables by Anshuman Khandual · 6 years ago
  82. 96085b9 KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs by Marc Zyngier · 6 years ago
  83. 8fa7616 KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculation by Wei Huang · 6 years ago
  84. 7dd32a0 KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl by Dave Martin · 6 years ago
  85. 0f062bf KVM: arm/arm64: Add hook for arch-specific KVM initialisation by Dave Martin · 6 years ago
  86. 690edec Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 6 years ago
  87. ca0488a kvm: don't redefine flags as something else by Sebastian Andrzej Siewior · 6 years ago
  88. ddba918 KVM: Reject device ioctls from processes other than the VM's creator by Sean Christopherson · 6 years ago
  89. 8324c3d KVM: arm/arm64: Comments cleanup in mmu.c by Zenghui Yu · 6 years ago
  90. d9ea27a KVM: arm/arm64: vgic-its: Make attribute accessors static by YueHaibing · 6 years ago
  91. 3c3736c KVM: arm/arm64: Fix handling of stage2 huge mappings by Suzuki K Poulose · 6 years ago
  92. a80868f KVM: arm/arm64: Enforce PTE mappings at stage2 when needed by Suzuki K Poulose · 6 years ago
  93. 7494cec KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots by Marc Zyngier · 6 years ago
  94. a6ecfb1 KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory by Marc Zyngier · 6 years ago
  95. ca71228 arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabled by Marc Zyngier · 6 years ago
  96. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  97. d276709 Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  98. 3717f61 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  99. dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
  100. 8ed0579 kvm: properly check debugfs dentry before using it by Greg Kroah-Hartman · 6 years ago