1. 8df3c8f KVM: arm/arm64: vgic: Add group field to struct irq by Christoffer Dall · 6 years ago
  2. dd6251e KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero by Christoffer Dall · 6 years ago
  3. aa075b0 KVM: arm/arm64: vgic: Keep track of implementation revision by Christoffer Dall · 6 years ago
  4. a2dca21 KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3 by Christoffer Dall · 6 years ago
  5. e294cb3 KVM: arm/arm64: vgic-debug: Show LPI status by Marc Zyngier · 7 years ago
  6. 2326ace KVM: arm64: vgic-its: Remove VLA usage by Kees Cook · 6 years ago
  7. 1d47191 KVM: arm/arm64: Fix vgic init race by Christoffer Dall · 6 years ago
  8. 47f7dc4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  9. 9432a31 KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer by Paolo Bonzini · 6 years ago
  10. b5020a8 KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel. by Lan Tianyu · 7 years ago
  11. 0313334 KVM: s390: a utility function for migration by Claudio Imbrenda · 7 years ago
  12. de73708 KVM: arm/arm64: Enable adaptative WFE trapping by Marc Zyngier · 6 years ago
  13. 0a72a5a KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables by Marc Zyngier · 7 years ago
  14. 0db9dd8 KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpers by Marc Zyngier · 6 years ago
  15. 88dc25e8 KVM: arm/arm64: Consolidate page-table accessors by Marc Zyngier · 6 years ago
  16. e48d53a arm64: KVM: Add support for Stage-2 control of memory types and cacheability by Marc Zyngier · 7 years ago
  17. 256c096 kvm/arm: use PSR_AA32 definitions by Mark Rutland · 6 years ago
  18. 4520843 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  19. 37b65db KVM: arm64: Prevent KVM_COMPAT from being selected by Marc Zyngier · 6 years ago
  20. 7ddfd3e KVM: Enforce error in ioctl for compat tasks when !KVM_COMPAT by Marc Zyngier · 6 years ago
  21. 47a91b7 KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range by Jia He · 6 years ago
  22. ba56bc3 KVM: arm/arm64: Drop resource size check for GICV window by Ard Biesheuvel · 6 years ago
  23. b3dae109 sched/swait: Rename to exclusive by Peter Zijlstra · 6 years ago
  24. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  25. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  26. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  27. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  28. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  29. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  30. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  31. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  32. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 6 years ago
  33. 1499fa8 kvm: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  34. 5eec43a Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 6 years ago
  35. 5d81f7d arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID by Marc Zyngier · 6 years ago
  36. 55e3748 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests by Marc Zyngier · 6 years ago
  37. 7053df4 KVM: introduce kvm_make_vcpus_request_mask() API by Vitaly Kuznetsov · 6 years ago
  38. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  39. 04c1109 KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION by Eric Auger · 6 years ago
  40. c957a6d KVM: arm/arm64: Check all vcpu redistributors are set on map_resources by Eric Auger · 6 years ago
  41. c011f4e KVM: arm/arm64: Check vcpu redist base before registering an iodev by Eric Auger · 6 years ago
  42. 5ec17fb KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init by Eric Auger · 6 years ago
  43. ccc27bf KVM: arm/arm64: Helper to register a new redistributor region by Eric Auger · 6 years ago
  44. 028bf27 KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions by Eric Auger · 6 years ago
  45. ba7b3f1 KVM: arm/arm64: Revisit Redistributor TYPER last bit computation by Eric Auger · 6 years ago
  46. dc52461 KVM: arm/arm64: Helper to locate free rdist index by Eric Auger · 6 years ago
  47. dbd9733 KVM: arm/arm64: Replace the single rdist region by a list by Eric Auger · 6 years ago
  48. 9153ab7 KVM: arm/arm64: Set dist->spis to NULL after kfree by Eric Auger · 6 years ago
  49. 21cdd7f KVM: arm64: Remove eager host SVE state saving by Dave Martin · 7 years ago
  50. 85acda3 KVM: arm64: Save host SVE context as appropriate by Dave Martin · 7 years ago
  51. e6b673b KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing by Dave Martin · 7 years ago
  52. bd2a639 KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change by Christoffer Dall · 7 years ago
  53. 711702b KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls by Andre Przywara · 6 years ago
  54. bf30824 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 6 years ago
  55. 9c41887 KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity by Andre Przywara · 6 years ago
  56. 388d435 KVM: arm/arm64: Properly protect VGIC locks from IRQs by Andre Przywara · 6 years ago
  57. f3351c6 Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  58. c3616a07 KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance by Valentin Schneider · 7 years ago
  59. 46dc111 rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. 5369290 KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI by Marc Zyngier · 7 years ago
  61. 5e1ca5e KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() by Mark Rutland · 7 years ago
  62. 41b8759 KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq() by Mark Rutland · 7 years ago
  63. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  64. 85bd0ba arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 7 years ago
  65. bf9a413 KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration by Andre Przywara · 7 years ago
  66. f0cf47d KVM: arm/arm64: Close VMID generation race by Marc Zyngier · 7 years ago
  67. abe7a45 Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 7 years ago
  68. 7d8b44c KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list by Marc Zyngier · 7 years ago
  69. 67b5b67 KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts by Marc Zyngier · 7 years ago
  70. 5fbb0df Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD by Marc Zyngier · 7 years ago
  71. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 7 years ago
  72. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  73. e3f019b KVM: arm/arm64: Move HYP IO VAs to the "idmap" range by Marc Zyngier · 7 years ago
  74. 3ddd455 KVM: arm64: Fix HYP idmap unmap when using 52bit PA by Marc Zyngier · 7 years ago
  75. 46fef15 KVM: arm/arm64: Fix idmap size and alignment by Marc Zyngier · 7 years ago
  76. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  77. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  78. b4ef049 KVM: arm/arm64: Demote HYP VA range display to being a debug feature by Marc Zyngier · 7 years ago
  79. 2d0e63e KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs by Christoffer Dall · 7 years ago
  80. 923a2e3 KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load by Christoffer Dall · 7 years ago
  81. 771621b KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE by Christoffer Dall · 7 years ago
  82. 8a43a2b KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64 by Christoffer Dall · 7 years ago
  83. 75174ba KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code by Christoffer Dall · 8 years ago
  84. bb5ed70 KVM: arm/arm64: Get rid of vgic_elrsr by Christoffer Dall · 7 years ago
  85. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  86. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 9 years ago
  87. 04fef05 KVM: arm64: Remove noop calls to timer save/restore from VHE switch by Christoffer Dall · 7 years ago
  88. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  89. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  90. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 7 years ago
  91. 829a586 KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init by Christoffer Dall · 7 years ago
  92. 7a364bd KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago
  93. 27e91ad kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 by Marc Zyngier · 7 years ago
  94. 16ca6a6 KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid by Marc Zyngier · 7 years ago
  95. 7660042 KVM: arm/arm64: Reduce verbosity of KVM init log by Ard Biesheuvel · 7 years ago
  96. 413aa80 KVM: arm/arm64: Reset mapped IRQs on VM reset by Christoffer Dall · 7 years ago
  97. e21a4f3 KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago
  98. 62b06f8 KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending by Andre Przywara · 7 years ago
  99. d4c67a7 kvm: use insert sort in kvm_io_bus_register_dev function by Gal Hammer · 7 years ago
  100. 250be9d KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE by Shanker Donthineni · 7 years ago