1. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 5 years ago
  2. 3b20eb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 by Thomas Gleixner · 5 years ago
  3. d94d71c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 by Thomas Gleixner · 5 years ago
  4. b44a1dd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  5. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 5 years ago
  6. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 5 years ago
  7. eb1f2f3 kvm: fix compile on s390 part 2 by Christian Borntraeger · 5 years ago
  8. 862f0a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  9. 654f1f1 kvm: Check irqchip mode before assign irqfd by Peter Xu · 6 years ago
  10. d30b214 kvm: fix compilation on s390 by Paolo Bonzini · 5 years ago
  11. 2eb06c3 KVM: Fix spinlock taken warning during host resume by Wanpeng Li · 6 years ago
  12. 623e152 KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation by James Morse · 5 years ago
  13. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 5 years ago
  14. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  15. c011d23 kvm: fix compilation on aarch64 by Paolo Bonzini · 6 years ago
  16. 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
  17. 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
  18. dfcd666 mm/mmu_notifier: convert user range->blockable to helper function by Jérôme Glisse · 6 years ago
  19. 4894fbc KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device by Cédric Le Goater · 6 years ago
  20. d7547c5 KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 by Peter Xu · 6 years ago
  21. 53eac7a KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one by Peter Xu · 6 years ago
  22. 4ddc920 KVM: Fix the bitmap range to copy during clear dirty by Peter Xu · 6 years ago
  23. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  24. e45adf6 KVM: Introduce a new guest mapping API by KarimAllah Ahmed · 6 years ago
  25. b8b0022 kvm_main: fix some comments by Jiang Biao · 6 years ago
  26. 65c4189 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  27. 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
  28. 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
  29. 76d58e0 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  30. 2bde9b3 KVM: Introduce a 'release' method for KVM devices by Cédric Le Goater · 6 years ago
  31. a1cd3f0 KVM: Introduce a 'mmap' method for KVM devices by Cédric Le Goater · 6 years ago
  32. cdd6ad3 KVM: polling: add architecture backend to disable polling by Christian Borntraeger · 6 years ago
  33. 6bc2100 KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls by Christoffer Dall · 6 years ago
  34. 2e8010b kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP by Suzuki K Poulose · 6 years ago
  35. 811328f KVM: arm/arm64: Ensure vcpu target is unset on reset failure by Andrew Jones · 6 years ago
  36. 435e53f arm64: KVM: Enable VHE support for :G/:H perf event modifiers by Andrew Murray · 6 years ago
  37. 630a168 arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data by Andrew Murray · 6 years ago
  38. 384b40c KVM: arm/arm64: Context-switch ptrauth registers by Mark Rutland · 6 years ago
  39. a3be836 KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE by Dave Martin · 6 years ago
  40. c110ae5 kvm: move KVM_CAP_NR_MEMSLOTS to common code by Paolo Bonzini · 6 years ago
  41. 1d487e9 KVM: fix spectrev1 gadgets by Paolo Bonzini · 6 years ago
  42. 14b94d0 KVM: ARM: Remove pgtable page standard functions from stage-2 page tables by Anshuman Khandual · 6 years ago
  43. 96085b9 KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIs by Marc Zyngier · 6 years ago
  44. 8fa7616 KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculation by Wei Huang · 6 years ago
  45. 7dd32a0 KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl by Dave Martin · 6 years ago
  46. 0f062bf KVM: arm/arm64: Add hook for arch-specific KVM initialisation by Dave Martin · 6 years ago
  47. 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
  48. ca0488a kvm: don't redefine flags as something else by Sebastian Andrzej Siewior · 6 years ago
  49. ddba918 KVM: Reject device ioctls from processes other than the VM's creator by Sean Christopherson · 6 years ago
  50. 8324c3d KVM: arm/arm64: Comments cleanup in mmu.c by Zenghui Yu · 6 years ago
  51. d9ea27a KVM: arm/arm64: vgic-its: Make attribute accessors static by YueHaibing · 6 years ago
  52. 3c3736c KVM: arm/arm64: Fix handling of stage2 huge mappings by Suzuki K Poulose · 6 years ago
  53. a80868f KVM: arm/arm64: Enforce PTE mappings at stage2 when needed by Suzuki K Poulose · 6 years ago
  54. 7494cec KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots by Marc Zyngier · 6 years ago
  55. a6ecfb1 KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory by Marc Zyngier · 6 years ago
  56. ca71228 arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabled by Marc Zyngier · 6 years ago
  57. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  58. 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
  59. 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
  60. dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
  61. 8ed0579 kvm: properly check debugfs dentry before using it by Greg Kroah-Hartman · 6 years ago
  62. 71783e09 Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 6 years ago
  63. a242010 KVM: Minor cleanups for kvm_main.c by Leo Yan · 6 years ago
  64. 7f5d9c1 KVM: arm/arm64: Remove unused timer variable by Shaokun Zhang · 6 years ago
  65. a67794c Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()" by Lan Tianyu · 6 years ago
  66. dee339b KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_start by Nir Weiner · 6 years ago
  67. 49113d3 KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameter by Nir Weiner · 6 years ago
  68. 7fa08e7 KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_ns by Nir Weiner · 6 years ago
  69. 164bf7e KVM: Move the memslot update in-progress flag to bit 63 by Sean Christopherson · 6 years ago
  70. 0e32958 KVM: Remove the hack to trigger memslot generation wraparound by Sean Christopherson · 6 years ago
  71. 361209e KVM: Explicitly define the "memslot update in-progress" bit by Sean Christopherson · 6 years ago
  72. 1524825 KVM: Call kvm_arch_memslots_updated() before updating memslots by Sean Christopherson · 6 years ago
  73. b12ce36 kvm: Add memcg accounting to KVM allocations by Ben Gardon · 6 years ago
  74. 90952cd kvm: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  75. c2be79a KVM: arm/arm64: Remove unused gpa_end variable by Shaokun Zhang · 6 years ago
  76. a37f0c3 KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary" by Colin Ian King · 6 years ago
  77. 49dfe94 KVM: arm/arm64: Fix TRACE_INCLUDE_PATH by Masahiro Yamada · 6 years ago
  78. bae561c KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual interrupt is pending by Marc Zyngier · 6 years ago
  79. 64cf98f KVM: arm/arm64: Move kvm_is_write_fault to header file by Christoffer Dall · 9 years ago
  80. bee038a6 KVM: arm/arm64: Rework the timer code to use a timer_map by Christoffer Dall · 6 years ago
  81. 9e01dc7 KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems by Christoffer Dall · 6 years ago
  82. e604dd5 KVM: arm/arm64: timer: Rework data structures for multiple timers by Christoffer Dall · 6 years ago
  83. 84135d3 KVM: arm/arm64: consolidate arch timer trap handlers by Andre Przywara · 6 years ago
  84. b98c079 KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming by Marc Zyngier · 6 years ago
  85. accb99b KVM: arm/arm64: Simplify bg_timer programming by Christoffer Dall · 6 years ago
  86. e329fb7 KVM: arm/arm64: Factor out VMID into struct kvm_vmid by Christoffer Dall · 6 years ago
  87. 32f1395 arm/arm64: KVM: Statically configure the host's view of MPIDR by Marc Zyngier · 6 years ago
  88. 7aa8d14 arm/arm64: KVM: Introduce kvm_call_hyp_ret() by Marc Zyngier · 6 years ago
  89. 08e1675 Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 6 years ago
  90. cae45e1 Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  91. 0db5e02 KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing by James Morse · 6 years ago
  92. cfa3938 kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) by Jann Horn · 6 years ago
  93. 280cebf KVM: arm64: Relax the restriction on using stage2 PUD huge mapping by Suzuki K Poulose · 6 years ago
  94. ab2d5eb KVM: arm/arm64: vgic: Always initialize the group of private IRQs by Christoffer Dall · 6 years ago
  95. 358b28f arm/arm64: KVM: Allow a VCPU to fully reset itself by Marc Zyngier · 6 years ago
  96. 6706dae virt/kvm: Replace spin_is_locked() with lockdep by Paul E. McKenney · 6 years ago
  97. e08d8d2 KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock by Julien Thierry · 6 years ago
  98. fc3bc47 KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlock by Julien Thierry · 6 years ago
  99. 8fa3adb KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock by Julien Thierry · 6 years ago
  100. 98938aa KVM: validate userspace input in kvm_clear_dirty_log_protect() by Tomas Bortoli · 6 years ago