1. 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 9 months ago
  2. d923ff2 KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks by Sean Christopherson · 3 years, 10 months ago
  3. fe9a5b0 KVM: MIPS: defer flush to generic MMU notifier code by Paolo Bonzini · 3 years, 10 months ago
  4. 566a0be KVM: MIPS: let generic code call prepare_flush_shadow by Paolo Bonzini · 3 years, 10 months ago
  5. 5194552f KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush by Paolo Bonzini · 3 years, 10 months ago
  6. 6c9dd6d KVM: constify kvm_arch_flush_remote_tlbs_memslot by Paolo Bonzini · 3 years, 10 months ago
  7. 45c7e8a MIPS: Remove KVM_TE support by Thomas Bogendoerfer · 3 years, 11 months ago
  8. 6732a1f KVM: MIPS: remove unneeded semicolon by Yang Li · 4 years ago
  9. 411406a MIPS: kvm: Use vm_get_page_prot to get protection bits by Thomas Bogendoerfer · 4 years, 2 months ago
  10. 0b7aa58 KVM: MIPS: clean up redundant kvm_run parameters in assembly by Tianjia Zhang · 4 years, 7 months ago
  11. 15e9e35 KVM: MIPS: Change the definition of kvm type by Huacai Chen · 4 years, 5 months ago
  12. fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 6 months ago
  13. e792415 KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup by Xingxing Su · 4 years, 6 months ago
  14. f40a4b0 MIPS: KVM: Convert a fallthrough comment to fallthrough by Jiaxun Yang · 4 years, 6 months ago
  15. cf99c50 MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64 by Huacai Chen · 4 years, 6 months ago
  16. 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 6 months ago
  17. b62e419 Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 6 months ago
  18. 033555f MIPS: KVM: Fix build error caused by 'kvm_run' cleanup by Huacai Chen · 4 years, 6 months ago
  19. 3d9fdc2 KVM: MIPS: Fix build errors for 32bit kernel by Huacai Chen · 4 years, 7 months ago
  20. c34b26b KVM: MIPS: clean up redundant 'kvm_run' parameters by Tianjia Zhang · 4 years, 7 months ago
  21. 6627a72 MIPS: KVM: Remove outdated README by Jiaxun Yang · 4 years, 7 months ago
  22. 01edc5e MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only by Jiaxun Yang · 4 years, 7 months ago
  23. 380f3a8 KVM: MIPS: Use common KVM implementation of MMU memory caches by Sean Christopherson · 4 years, 7 months ago
  24. 0cdc739 KVM: MIPS: Account pages used for GPA page tables by Sean Christopherson · 4 years, 7 months ago
  25. 220a706 KVM: MIPS: Drop @max param from mmu_topup_memory_cache() by Sean Christopherson · 4 years, 7 months ago
  26. 0ed076c7 KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended" by Colin Ian King · 4 years, 7 months ago
  27. 04ef32a MIPS: Unify naming style of vendor CP0.Config6 bits by Huacai Chen · 4 years, 7 months ago
  28. 0ae705f KVM: MIPS: Fix a build error for !CPU_LOONGSON64 by Huacai Chen · 4 years, 7 months ago
  29. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  30. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  31. 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 8 months ago
  32. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 8 months ago
  33. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 8 months ago
  34. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 8 months ago
  35. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 8 months ago
  36. 0f78355 KVM: MIPS: Enable KVM support for Loongson-3 by Huacai Chen · 4 years, 8 months ago
  37. dc6d95b KVM: MIPS: Add more MMIO load/store instructions emulation by Huacai Chen · 4 years, 8 months ago
  38. 8a5097e KVM: MIPS: Add CONFIG6 and DIAG registers emulation by Huacai Chen · 4 years, 8 months ago
  39. 7f2a83f KVM: MIPS: Add CPUCFG emulation for Loongson-3 by Huacai Chen · 4 years, 8 months ago
  40. f21db30 KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support by Huacai Chen · 4 years, 8 months ago
  41. 3f51d8f KVM: MIPS: Add more types of virtual interrupts by Huacai Chen · 4 years, 8 months ago
  42. 49bb960 KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3 by Huacai Chen · 4 years, 8 months ago
  43. 52c07e1c KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3 by Huacai Chen · 4 years, 8 months ago
  44. 3210e2c KVM: MIPS: Introduce and use cpu_guest_has_ldpte by Huacai Chen · 4 years, 8 months ago
  45. 8bf3129 KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd by Huacai Chen · 4 years, 8 months ago
  46. bf10efb KVM: MIPS: Add EVENTFD support which is needed by VHOST by Huacai Chen · 4 years, 8 months ago
  47. 039aeb9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 8 months ago
  48. ab7c01f mips: Add MIPS Release 5 support by Serge Semin · 4 years, 8 months ago
  49. cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 9 months ago
  50. b6b6c31 KVM: MIPS/Emulate: Remove unneeded semicolon by Zou Wei · 4 years, 9 months ago
  51. 8d34509 KVM: MIPS/VZ: Remove unneeded semicolon by Zou Wei · 4 years, 9 months ago
  52. 7ff1f62 KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.c by Jason Yan · 4 years, 9 months ago
  53. 04146f2 KVM: MIPS: use true,false for bool variable by Jason Yan · 4 years, 9 months ago
  54. da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 9 months ago
  55. 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 9 months ago
  56. c9b0299 MIPS: Use fallthrough for arch/mips by Liangliang Huang · 4 years, 9 months ago
  57. 1b94f6f KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run by Tianjia Zhang · 4 years, 9 months ago
  58. 812756a kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place by Emanuele Giuseppe Esposito · 4 years, 9 months ago
  59. 9bb7152 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 10 months ago
  60. 20c384f vhost: refine vhost and vringh kconfig by Jason Wang · 4 years, 10 months ago
  61. b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 10 months ago
  62. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 5 years ago
  63. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 5 years ago
  64. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 5 years ago
  65. 879a376 KVM: MIPS: Fold comparecount_func() into comparecount_wakeup() by Sean Christopherson · 5 years ago
  66. 09df630 KVM: MIPS: Fix a build error due to referencing not-yet-defined function by Sean Christopherson · 5 years ago
  67. ddd259c KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() by Sean Christopherson · 5 years ago
  68. d11dfed KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago
  69. afede96 KVM: Drop kvm_arch_vcpu_setup() by Sean Christopherson · 5 years ago
  70. 5259878 KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create() by Sean Christopherson · 5 years ago
  71. e529ef6 KVM: Move vcpu alloc and init invocation to common code by Sean Christopherson · 5 years ago
  72. 4543bdc KVM: Introduce kvm_vcpu_destroy() by Sean Christopherson · 5 years ago
  73. aaf532c KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu by Sean Christopherson · 5 years ago
  74. 897cc38 KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues by Sean Christopherson · 5 years ago
  75. 47d51e5 KVM: MIPS: Drop kvm_arch_vcpu_free() by Sean Christopherson · 5 years ago
  76. 5233009 KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs by Sean Christopherson · 5 years ago
  77. 2bee1b5 mips: add support for folded p4d page tables by Mike Rapoport · 5 years ago
  78. 31168f0 mips: drop __pXd_offset() macros that duplicate pXd_index() ones by Mike Rapoport · 5 years ago
  79. 7f20fd2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  80. 76d7961 Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  81. 741cbba KVM: remove kvm_arch_has_vcpu_debugfs() by Paolo Bonzini · 5 years ago
  82. 5bbe543 MIPS: Annotate fall-through in kvm/emulate.c by Paul Burton · 6 years ago
  83. f257d6d KVM: Directly return result from kvm_arch_check_processor_compat() by Sean Christopherson · 6 years ago
  84. a86cb41 KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID by Thomas Huth · 6 years ago
  85. 92fab77 Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  86. 5dd50aa Make anon_inodes unconditional by David Howells · 6 years ago
  87. e6331a3 MIPS: KVM: Use prandom_u32_max() to generate tlbwr index by Paul Burton · 6 years ago
  88. c8790d6 MIPS: MemoryMapID (MMID) Support by Paul Burton · 6 years ago
  89. 0b317c3 MIPS: mm: Add set_cpu_context() for ASID assignments by Paul Burton · 6 years ago
  90. 42d5b84 MIPS: mm: Unify ASID version checks by Paul Burton · 6 years ago
  91. 4739f7d MIPS: mm: Remove redundant get_new_mmu_context() cpu argument by Paul Burton · 6 years ago
  92. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  93. 42b00f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  94. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  95. 748c0e3 KVM: Make kvm_set_spte_hva() return int by Lan Tianyu · 6 years ago
  96. 2a31b9d kvm: introduce manual dirty log reprotect by Paolo Bonzini · 6 years ago
  97. 8fe65a8 kvm: rename last argument to kvm_get_dirty_log_protect by Paolo Bonzini · 6 years ago
  98. c92e47e MIPS: Introduce CONFIG_MIPS_FP_SUPPORT by Paul Burton · 6 years ago
  99. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  100. a35381e KVM: Remove obsolete kvm_unmap_hva notifier backend by Marc Zyngier · 6 years ago