1. e2e1a1c Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  2. b502e6e KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept by Paolo Bonzini · 4 years, 6 months ago
  3. 452d6222 KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest by Marc Zyngier · 4 years, 8 months ago
  4. 4bb05f3 KVM: SVM: Add a dedicated INVD intercept routine by Tom Lendacky · 4 years, 6 months ago
  5. 8d214c4 KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE by Sean Christopherson · 4 years, 6 months ago
  6. ee6fa05 KVM: x86: fix MSR_IA32_TSC read for nested migration by Maxim Levitsky · 4 years, 6 months ago
  7. 18391e5 selftests: kvm: Fix assert failure in single-step test by Yang Weijiang · 4 years, 7 months ago
  8. b96e650 KVM: x86: VMX: Make smaller physical guest address space support user-configurable by Mohammed Gamal · 4 years, 7 months ago
  9. 32251b0 Merge tag 'kvm-s390-master-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  10. b73815a Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  11. 7d1f869 Revert "KVM: Check the allocation of pv cpu mask" by Vitaly Kuznetsov · 4 years, 6 months ago
  12. 620cf45 KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite() by Marc Zyngier · 4 years, 6 months ago
  13. c4ad98e KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch by Marc Zyngier · 4 years, 6 months ago
  14. f20d4e9 docs: kvm: add documentation for KVM_CAP_S390_DIAG318 by Collin Walling · 4 years, 9 months ago
  15. 37f66bb KVM: emulator: more strict rsm checks. by Maxim Levitsky · 4 years, 7 months ago
  16. 3ebb5d2 KVM: nSVM: more strict SMM checks when returning to nested guest by Maxim Levitsky · 4 years, 7 months ago
  17. 772b81b SVM: nSVM: setup nested msr permission bitmap on nested state load by Maxim Levitsky · 4 years, 7 months ago
  18. 9883764 SVM: nSVM: correctly restore GIF on vmexit from nesting after migration by Maxim Levitsky · 4 years, 7 months ago
  19. cc17b22 x86/kvm: don't forget to ACK async PF IRQ by Vitaly Kuznetsov · 4 years, 6 months ago
  20. 244081f x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro by Vitaly Kuznetsov · 4 years, 6 months ago
  21. 99b82a1 KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit by Wanpeng Li · 4 years, 7 months ago
  22. e42c682 KVM: SVM: avoid emulation with stale next_rip by Wanpeng Li · 4 years, 6 months ago
  23. d831de1 KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN by Vitaly Kuznetsov · 4 years, 6 months ago
  24. 7be7494 KVM: SVM: Periodically schedule when unregistering regions on destroy by David Rientjes · 4 years, 7 months ago
  25. 15e9e35 KVM: MIPS: Change the definition of kvm type by Huacai Chen · 4 years, 6 months ago
  26. f6f6195 kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed by Lai Jiangshan · 4 years, 7 months ago
  27. c6b177a KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control by Chenyi Qiang · 4 years, 7 months ago
  28. f658866 KVM: fix memory leak in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 6 months ago
  29. 0f99022 KVM: Check the allocation of pv cpu mask by Haiwei Li · 4 years, 7 months ago
  30. 43fea4e KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected by Peter Shier · 4 years, 7 months ago
  31. 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 6 months ago
  32. 7b75cd5 KVM: arm64: Update page shift if stage 2 block mapping not supported by Alexandru Elisei · 4 years, 7 months ago
  33. 376426b KVM: arm64: Fix address truncation in traces by Marc Zyngier · 4 years, 7 months ago
  34. 3fb884f KVM: arm64: Do not try to map PUDs when they are folded into PMD by Marc Zyngier · 4 years, 7 months ago
  35. b533137 KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set by Will Deacon · 4 years, 7 months ago
  36. fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 7 months ago
  37. 004a012 arm64/x86: KVM: Introduce steal-time cap by Andrew Jones · 4 years, 8 months ago
  38. 739c7af KVM: Documentation: Minor fixups by Andrew Jones · 4 years, 8 months ago
  39. 53f9855 KVM: arm64: pvtime: Fix stolen time accounting across migration by Andrew Jones · 4 years, 8 months ago
  40. 4d2d4ce KVM: arm64: Drop type input from kvm_put_guest by Andrew Jones · 4 years, 8 months ago
  41. 2dbd780 KVM: arm64: pvtime: Fix potential loss of stolen time by Andrew Jones · 4 years, 8 months ago
  42. 38480df KVM: arm64: pvtime: steal-time is only supported when configured by Andrew Jones · 4 years, 8 months ago
  43. cb957ad kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode by Jim Mattson · 4 years, 7 months ago
  44. 427890a kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode by Jim Mattson · 4 years, 7 months ago
  45. 19cf4b7 KVM: x86: fix access code passed to gva_to_gpa by Paolo Bonzini · 4 years, 7 months ago
  46. 98b0bf0 selftests: kvm: Use a shorter encoding to clear RAX by Yang Weijiang · 4 years, 7 months ago
  47. 9123e3a Linux 5.9-rc1 by Linus Torvalds · 4 years, 7 months ago
  48. 2cc3c4b Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  49. 6f6aea7 parisc: fix PMD pages allocation by restoring pmd_alloc_one() by Mike Rapoport · 4 years, 7 months ago
  50. 4b6c093 Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  51. d84835b1 Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  52. 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 7 months ago
  53. f91daf5 io_uring: short circuit -EAGAIN for blocking read attempt by Jens Axboe · 4 years, 7 months ago
  54. d4e7cd3 io_uring: sanitize double poll handling by Jens Axboe · 4 years, 7 months ago
  55. 713eee8 Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 7 months ago
  56. 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  57. 1195d58 Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  58. 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  59. eb1319a Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  60. 410520d0 Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 7 months ago
  61. f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  62. 37711e5 Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 7 months ago
  63. 6ffdcde Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 7 months ago
  64. b07175d Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 7 months ago
  65. 341323f Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  66. 1a5d9db Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  67. 884e0d3 Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 7 months ago
  68. 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  69. fe0580a virtio: pci: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  70. 58184e9 ntb: intel: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  71. 5ca6ad7 rtl818x: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  72. 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  73. f9e7ff9 sh: use generic strncpy() by Kuninori Morimoto · 4 years, 7 months ago
  74. a8e3943 sh: clkfwk: remove r8/r16/r32 by Kuninori Morimoto · 4 years, 7 months ago
  75. 7f897ac include/asm-generic/vmlinux.lds.h: align ro_after_init by Romain Naour · 4 years, 7 months ago
  76. c403f6a mm: annotate a data race in page_zonenum() by Qian Cai · 4 years, 7 months ago
  77. 7e0cc01 mm/swap.c: annotate data races for lru_rotate_pvecs by Qian Cai · 4 years, 7 months ago
  78. 9c1177b mm/rmap: annotate a data race at tlb_flush_batched by Qian Cai · 4 years, 7 months ago
  79. abe1de4 mm/mempool: fix a data race in mempool_free() by Qian Cai · 4 years, 7 months ago
  80. a1f4593 mm/list_lru: fix a data race in list_lru_count_one by Qian Cai · 4 years, 7 months ago
  81. e0e3f42 mm/memcontrol: fix a data race in scan count by Qian Cai · 4 years, 7 months ago
  82. 6e4bd50 mm/page_counter: fix various data races at memsw by Qian Cai · 4 years, 7 months ago
  83. a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 7 months ago
  84. e630bfa mm/filemap.c: fix a data race in filemap_fault() by Kirill A. Shutemov · 4 years, 7 months ago
  85. b96a3db mm/swap_state: mark various intentional data races by Qian Cai · 4 years, 7 months ago
  86. 7b37e22 mm/page_io: mark various intentional data races by Qian Cai · 4 years, 7 months ago
  87. 96bdd2b mm/frontswap: mark various intentional data races by Qian Cai · 4 years, 7 months ago
  88. 69d0b54 mm/kmemleak: silence KCSAN splats in checksum by Qian Cai · 4 years, 7 months ago
  89. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 7 months ago
  90. c734124 fs: autofs: delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
  91. ee6c400 mm: introduce offset_in_thp by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  92. 2be1d71 mm: add thp_head by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  93. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  94. af3bbc1 mm: add thp_size by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  95. 6ffbb45 mm: add thp_order by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  96. 4190156 mm: move page-flags include to top of file by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  97. 1378a5e mm: store compound_nr as well as compound_order by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  98. 14a36a4 mailmap: add entry for Greg Kurz by Greg Kurz · 4 years, 7 months ago
  99. 0f71241 selftests/exec: add file type errno tests by Kees Cook · 4 years, 7 months ago
  100. fc4177b exec: restore EACCES of S_ISDIR execve() by Kees Cook · 4 years, 7 months ago