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