1. e246468 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  2. f7fdcb6 MIPS: KVM: Add missing newline to kvm_err() by James Hogan · 9 years ago
  3. b2c5963 MIPS: Move KVM specific opcodes into asm/inst.h by James Hogan · 9 years ago
  4. f4956f6 MIPS: KVM: Use cacheops.h definitions by James Hogan · 9 years ago
  5. 16d100db MIPS: Move Cause.ExcCode trap codes to mipsregs.h by James Hogan · 9 years ago
  6. 2db9d23 MIPS: KVM: Make kvm_mips_{init,exit}() static by James Hogan · 9 years ago
  7. 088ec20 MIPS: KVM: Refactor added offsetof()s by James Hogan · 9 years ago
  8. cb1b447 MIPS: KVM: Convert EXPORT_SYMBOL to _GPL by James Hogan · 9 years ago
  9. e318f0f MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index() by James Hogan · 9 years ago
  10. caa1faa MIPS: KVM: Trivial whitespace and style fixes by James Hogan · 9 years ago
  11. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  12. 585bb8f MIPS: KVM: Uninit VCPU in vcpu_create error path by James Hogan · 9 years ago
  13. c5c2a3b MIPS: KVM: Fix CACHE immediate offset sign extension by James Hogan · 9 years ago
  14. 002374f MIPS: KVM: Fix ASID restoration logic by James Hogan · 9 years ago
  15. 195cee9 MIPS: Fix duplicate CP0_* definitions. by James Hogan · 9 years ago
  16. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  17. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  18. ed9244e MIPS: KVM: Do not sign extend on unsigned MMIO load by Nicholas Mc Guire · 9 years ago
  19. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  20. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  21. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  22. 69a1220 KVM: mips: use id_to_memslot correctly by Paolo Bonzini · 9 years ago
  23. 5f508c4 MIPS: KVM: Fix unused variable build warning by Nicholas Mc Guire · 9 years ago
  24. ccf73aaf KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  25. d952bd0 MIPS: KVM: Wire up MSA capability by James Hogan · 10 years ago
  26. ab86bd6 MIPS: KVM: Expose MSA registers by James Hogan · 10 years ago
  27. c2537ed MIPS: KVM: Add MSA exception handling by James Hogan · 10 years ago
  28. 2b6009d MIPS: KVM: Emulate MSA bits in COP0 interface by James Hogan · 10 years ago
  29. 539cb89fb MIPS: KVM: Add base guest MSA support by James Hogan · 10 years ago
  30. 5fafd874 MIPS: KVM: Wire up FPU capability by James Hogan · 10 years ago
  31. 379245c MIPS: KVM: Expose FPU registers by James Hogan · 10 years ago
  32. 1c0cd66 MIPS: KVM: Add FP exception handling by James Hogan · 10 years ago
  33. 6cdc65e MIPS: KVM: Emulate FPU bits in COP0 interface by James Hogan · 10 years ago
  34. 98e91b8 MIPS: KVM: Add base guest FPU support by James Hogan · 10 years ago
  35. b86ecb3 MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback by James Hogan · 10 years ago
  36. c771607 MIPS: KVM: Add Config4/5 and writing of Config registers by James Hogan · 10 years ago
  37. 2211ee8 MIPS: KVM: Simplify default guest Config registers by James Hogan · 10 years ago
  38. 58a115b MIPS: KVM: Drop pr_info messages on init/exit by James Hogan · 10 years ago
  39. e93d4c1 MIPS: KVM: Sort kvm_mips_get_reg() registers by James Hogan · 10 years ago
  40. 1068eaa MIPS: KVM: Implement PRid CP0 register access by James Hogan · 10 years ago
  41. 0a56042 MIPS: KVM: Handle TRAP exceptions from guest kernel by James Hogan · 10 years ago
  42. 98119ad MIPS: KVM: Handle MSA Disabled exceptions from guest by James Hogan · 10 years ago
  43. cfec0e7 KVM: MIPS: Enable after disabling interrupt by Tapasweni Pathak · 10 years ago
  44. b3cffac KVM: MIPS: Fix trace event to save PC directly by James Hogan · 10 years ago
  45. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  46. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  47. f798217 KVM: MIPS: Don't leak FPU/DSP to guest by James Hogan · 10 years ago
  48. c4c6f2c KVM: MIPS: Disable HTW while in guest by James Hogan · 10 years ago
  49. 31928aa KVM: remove unneeded return value of vcpu_postcreate by Dominik Dingel · 10 years ago
  50. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  51. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  52. 0865e63 KVM: static inline empty kvm_arch functions by Radim Krčmář · 10 years ago
  53. e790d9e KVM: add kvm_arch_sched_in by Radim Krčmář · 10 years ago
  54. cc568ea Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm by Paolo Bonzini · 10 years ago
  55. 8533ce7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  56. 784aa3d KVM: Rename and add argument to check_extension by Alexander Graf · 10 years ago
  57. ab76228 MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr() by Deng-Cheng Zhu · 10 years ago
  58. db2fb7f MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init() by Deng-Cheng Zhu · 10 years ago
  59. d7d5b05 MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_" by Deng-Cheng Zhu · 10 years ago
  60. b045c40 MIPS: KVM: Remove unneeded volatile by Deng-Cheng Zhu · 10 years ago
  61. d98403a MIPS: KVM: Simplify functions by removing redundancy by Deng-Cheng Zhu · 10 years ago
  62. 6ad78a5 MIPS: KVM: Use KVM internal logger by Deng-Cheng Zhu · 10 years ago
  63. d116e81 MIPS: KVM: Reformat code and comments by Deng-Cheng Zhu · 10 years ago
  64. 8c9eb04 MIPS: KVM: Fix memory leak on VCPU by Deng-Cheng Zhu · 10 years ago
  65. ee1a725 MIPS: KVM: Remove redundant semicolon by James Hogan · 10 years ago
  66. c6c0a66 MIPS: KVM: Remove redundant NULL checks before kfree() by James Hogan · 10 years ago
  67. 6e95bfd MIPS: KVM: Quieten kvm_info() logging by James Hogan · 10 years ago
  68. d5c704d MIPS: KVM: Remove ifdef DEBUG around kvm_debug by James Hogan · 10 years ago
  69. 3d65483 MIPS: KVM: Fix kvm_debug bit-rottage by James Hogan · 10 years ago
  70. 0fae34f MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static by James Hogan · 10 years ago
  71. f74a8e2 MIPS: KVM: Add count frequency KVM register by James Hogan · 10 years ago
  72. f823934 MIPS: KVM: Add master disable count interface by James Hogan · 10 years ago
  73. e30492b MIPS: KVM: Rewrite count/compare timer emulation by James Hogan · 10 years ago
  74. 3a0ba77 MIPS: KVM: Migrate hrtimer to follow VCPU by James Hogan · 10 years ago
  75. 044f0f0 MIPS: KVM: Deliver guest interrupts after local_irq_disable() by James Hogan · 10 years ago
  76. 16fd5c1 MIPS: KVM: Add CP0_HWREna KVM register access by James Hogan · 10 years ago
  77. 7767b7d MIPS: KVM: Add CP0_UserLocal KVM register access by James Hogan · 10 years ago
  78. f8be02d MIPS: KVM: Add CP0_Count/Compare KVM register access by James Hogan · 10 years ago
  79. 48a3c4e MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h by James Hogan · 10 years ago
  80. fb6df0c MIPS: KVM: Add CP0_EPC KVM register access by James Hogan · 10 years ago
  81. b5dfc6c MIPS: KVM: Use tlb_write_random by James Hogan · 10 years ago
  82. facaaec MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst by James Hogan · 10 years ago
  83. 7006e2d MIPS: KVM: Allocate at least 16KB for exception handlers by James Hogan · 10 years ago
  84. 356d4c2 MIPS: KVM: remove the stale memory alias support function unalias_gfn by Deng-Cheng Zhu · 10 years ago
  85. 36c9549 MIPS: KVM: Remove dead code in CP0 emulation by James Hogan · 11 years ago
  86. 26f4f3b MIPS: KVM: Consult HWREna before emulating RDHWR by James Hogan · 11 years ago
  87. 1550567 MIPS: KVM: Pass reserved instruction exceptions to guest by James Hogan · 11 years ago
  88. 3b2663c mips: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  89. 08596b0 MIPS: KVM: remove shadow_tlb code by James Hogan · 11 years ago
  90. e36059e MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI by James Hogan · 11 years ago
  91. 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
  92. ae7a835 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  93. ea69f28 mips/kvm: Make kvm_locore.S 64-bit buildable/safe. by David Daney · 11 years ago
  94. bb48c2f mips/kvm: Cleanup .push/.pop directives in kvm_locore.S by David Daney · 11 years ago
  95. 2c07ebb mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.S by David Daney · 11 years ago
  96. f1b7001 MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION by Markos Chandras · 11 years ago
  97. e59dbe0 KVM: Introduce kvm_arch_memslots_updated() by Takuya Yoshikawa · 11 years ago
  98. 681865d mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REG by David Daney · 11 years ago
  99. ed82985 mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls. by David Daney · 11 years ago
  100. 4c73fb2 mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG by David Daney · 11 years ago