1. 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
  2. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  3. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  4. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  5. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  6. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  7. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  8. 929f45e kvm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  9. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 6 years ago
  10. 1499fa8 kvm: Change return type to vm_fault_t by Souptick Joarder · 6 years ago
  11. 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
  12. 5d81f7d arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID by Marc Zyngier · 6 years ago
  13. 55e3748 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests by Marc Zyngier · 6 years ago
  14. 7053df4 KVM: introduce kvm_make_vcpus_request_mask() API by Vitaly Kuznetsov · 6 years ago
  15. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 6 years ago
  16. 04c1109 KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION by Eric Auger · 6 years ago
  17. c957a6d KVM: arm/arm64: Check all vcpu redistributors are set on map_resources by Eric Auger · 6 years ago
  18. c011f4e KVM: arm/arm64: Check vcpu redist base before registering an iodev by Eric Auger · 6 years ago
  19. 5ec17fb KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init by Eric Auger · 6 years ago
  20. ccc27bf KVM: arm/arm64: Helper to register a new redistributor region by Eric Auger · 6 years ago
  21. 028bf27 KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions by Eric Auger · 6 years ago
  22. ba7b3f1 KVM: arm/arm64: Revisit Redistributor TYPER last bit computation by Eric Auger · 6 years ago
  23. dc52461 KVM: arm/arm64: Helper to locate free rdist index by Eric Auger · 6 years ago
  24. dbd9733 KVM: arm/arm64: Replace the single rdist region by a list by Eric Auger · 6 years ago
  25. 9153ab7 KVM: arm/arm64: Set dist->spis to NULL after kfree by Eric Auger · 6 years ago
  26. 21cdd7f KVM: arm64: Remove eager host SVE state saving by Dave Martin · 6 years ago
  27. 85acda3 KVM: arm64: Save host SVE context as appropriate by Dave Martin · 6 years ago
  28. e6b673b KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing by Dave Martin · 6 years ago
  29. bd2a639 KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change by Christoffer Dall · 6 years ago
  30. 711702b KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls by Andre Przywara · 6 years ago
  31. bf30824 KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock by Andre Przywara · 6 years ago
  32. 9c41887 KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity by Andre Przywara · 6 years ago
  33. 388d435 KVM: arm/arm64: Properly protect VGIC locks from IRQs by Andre Przywara · 6 years ago
  34. 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ář · 6 years ago
  35. c3616a07 KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenance by Valentin Schneider · 6 years ago
  36. 46dc111 rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  37. 5369290 KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGI by Marc Zyngier · 6 years ago
  38. 5e1ca5e KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr() by Mark Rutland · 6 years ago
  39. 41b8759 KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq() by Mark Rutland · 6 years ago
  40. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 6 years ago
  41. 85bd0ba arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 7 years ago
  42. bf9a413 KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration by Andre Przywara · 6 years ago
  43. f0cf47d KVM: arm/arm64: Close VMID generation race by Marc Zyngier · 6 years ago
  44. abe7a45 Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 6 years ago
  45. 7d8b44c KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list by Marc Zyngier · 6 years ago
  46. 67b5b67 KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts by Marc Zyngier · 6 years ago
  47. 5fbb0df Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD by Marc Zyngier · 6 years ago
  48. dc2e463 arm/arm64: KVM: Introduce EL2-specific executable mappings by Marc Zyngier · 6 years ago
  49. ed57cac arm64: KVM: Introduce EL2 VA randomisation by Marc Zyngier · 7 years ago
  50. e3f019b KVM: arm/arm64: Move HYP IO VAs to the "idmap" range by Marc Zyngier · 7 years ago
  51. 3ddd455 KVM: arm64: Fix HYP idmap unmap when using 52bit PA by Marc Zyngier · 6 years ago
  52. 46fef15 KVM: arm/arm64: Fix idmap size and alignment by Marc Zyngier · 6 years ago
  53. 1bb32a4 KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state by Marc Zyngier · 7 years ago
  54. 807a378 KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings by Marc Zyngier · 7 years ago
  55. b4ef049 KVM: arm/arm64: Demote HYP VA range display to being a debug feature by Marc Zyngier · 7 years ago
  56. 2d0e63e KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs by Christoffer Dall · 7 years ago
  57. 923a2e3 KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load by Christoffer Dall · 7 years ago
  58. 771621b KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE by Christoffer Dall · 7 years ago
  59. 8a43a2b KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64 by Christoffer Dall · 7 years ago
  60. 75174ba KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code by Christoffer Dall · 8 years ago
  61. bb5ed70 KVM: arm/arm64: Get rid of vgic_elrsr by Christoffer Dall · 7 years ago
  62. 00536ec KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 by Christoffer Dall · 7 years ago
  63. 8d404c4 KVM: arm64: Rewrite system register accessors to read/write functions by Christoffer Dall · 8 years ago
  64. 04fef05 KVM: arm64: Remove noop calls to timer save/restore from VHE switch by Christoffer Dall · 7 years ago
  65. 3f5c90b KVM: arm64: Introduce VHE-specific kvm_vcpu_run by Christoffer Dall · 7 years ago
  66. bc192ce KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs by Christoffer Dall · 7 years ago
  67. 3df59d8 KVM: arm/arm64: Get rid of vcpu->arch.irq_lines by Christoffer Dall · 7 years ago
  68. 829a586 KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init by Christoffer Dall · 7 years ago
  69. 7a364bd KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 7 years ago
  70. 27e91ad kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 by Marc Zyngier · 6 years ago
  71. 16ca6a6 KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid by Marc Zyngier · 6 years ago
  72. 7660042 KVM: arm/arm64: Reduce verbosity of KVM init log by Ard Biesheuvel · 6 years ago
  73. 413aa80 KVM: arm/arm64: Reset mapped IRQs on VM reset by Christoffer Dall · 6 years ago
  74. e21a4f3 KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN by Christoffer Dall · 6 years ago
  75. 62b06f8 KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending by Andre Przywara · 6 years ago
  76. d4c67a7 kvm: use insert sort in kvm_io_bus_register_dev function by Gal Hammer · 7 years ago
  77. 250be9d KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE by Shanker Donthineni · 6 years ago
  78. b28676b KVM: mmu: Fix overlap between public and private memslots by Wanpeng Li · 6 years ago
  79. d60d8b6 KVM: arm/arm64: Fix arch timers with userspace irqchips by Christoffer Dall · 6 years ago
  80. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  81. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  82. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  83. 6167ec5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Marc Zyngier · 6 years ago
  84. a4097b3 arm/arm64: KVM: Turn kvm_psci_version into a static inline by Marc Zyngier · 6 years ago
  85. 09e6be1 arm/arm64: KVM: Advertise SMCCC v1.1 by Marc Zyngier · 6 years ago
  86. 58e0b22 arm/arm64: KVM: Implement PSCI 1.0 support by Marc Zyngier · 6 years ago
  87. 84684fe arm/arm64: KVM: Add smccc accessors to PSCI code by Marc Zyngier · 6 years ago
  88. d0a144f arm/arm64: KVM: Add PSCI_VERSION helper by Marc Zyngier · 6 years ago
  89. 1a2fb94 arm/arm64: KVM: Consolidate the PSCI include files by Marc Zyngier · 6 years ago
  90. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  91. 7bf14c2 Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Radim Krčmář · 6 years ago
  92. 5ff7091 mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks by David Rientjes · 6 years ago
  93. 5a87e37 Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  94. e46b469 kvm: embed vcpu id to dentry of vcpu anon inode by Masatake YAMATO · 7 years ago
  95. a340b3e kvm: Map PFN-type memory regions as writable (if possible) by KarimAllah Ahmed · 7 years ago
  96. e531753 Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 6 years ago
  97. cd15d20 KVM: arm/arm64: Fixup userspace irqchip static key optimization by Christoffer Dall · 6 years ago
  98. f1d7231 KVM: arm/arm64: Fix userspace_irqchip_in_use counting by Christoffer Dall · 6 years ago
  99. 13e59ec KVM: arm/arm64: Fix incorrect timer_is_pending logic by Christoffer Dall · 6 years ago
  100. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago