1. 7801bbe KVM: MIPS/T&E: Implement CP0_EBase register by James Hogan · 8 years ago
  2. 654229a KVM: MIPS/T&E: Move CP0 register access into T&E by James Hogan · 8 years ago
  3. 230c572 KVM: MIPS: Claim KVM_CAP_READONLY_MEM support by James Hogan · 10 years ago
  4. 411740f KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU by James Hogan · 8 years ago
  5. f9b11e5 KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs by James Hogan · 8 years ago
  6. b584f46 KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs by James Hogan · 8 years ago
  7. b5f1dd1 KVM: MIPS/MMU: Handle dirty logging on GPA faults by James Hogan · 8 years ago
  8. a1ac9e1 KVM: MIPS: Clean & flush on dirty page logging enable by James Hogan · 8 years ago
  9. e88643b KVM: MIPS/MMU: Use generic dirty log & protect helper by James Hogan · 8 years ago
  10. f0c0c33 KVM: MIPS/MMU: Add GPA PT mkclean helper by James Hogan · 8 years ago
  11. 64ebc9e KVM: MIPS/T&E: Handle read only GPA in TLB mod by James Hogan · 8 years ago
  12. b8f79dd KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO by James Hogan · 10 years ago
  13. 420ea09 KVM: MIPS/T&E: Abstract bad access handling by James Hogan · 8 years ago
  14. 577ed7f KVM: MIPS: Pass type of fault down to kvm_mips_map_page() by James Hogan · 10 years ago
  15. 89d6ad8 KVM: MIPS/T&E: Ignore user writes to CP0_Config7 by James Hogan · 8 years ago
  16. b620911 KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot by James Hogan · 8 years ago
  17. 4cf74c9 KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation by James Hogan · 8 years ago
  18. 5207ce1 KVM: MIPS/MMU: Use lockless GVA helpers for get_inst() by James Hogan · 8 years ago
  19. 4b21e8a KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans by James Hogan · 8 years ago
  20. 1880afd KVM: MIPS/T&E: Add lockless GVA access helpers by James Hogan · 8 years ago
  21. 91737ea KVM: MIPS/T&E: Reduce stale ASID checks by James Hogan · 8 years ago
  22. b29e115 KVM: MIPS/T&E: Handle TLB invalidation requests by James Hogan · 8 years ago
  23. 4841e0d KVM: MIPS: Update vcpu->mode and vcpu->cpu by James Hogan · 8 years ago
  24. 06c158c KVM: MIPS/MMU: Convert guest physical map to page table by James Hogan · 10 years ago
  25. 6a97c77 KVM: MIPS: Use CP0_BadInstr[P] for emulation by James Hogan · 10 years ago
  26. 122e51d KVM: MIPS: Improve kvm_get_inst() error return by James Hogan · 8 years ago
  27. a1ecc54 KVM: MIPS/T&E: Don't treat code fetch faults as MMIO by James Hogan · 8 years ago
  28. a98dd74 KVM: MIPS/MMU: Drop kvm_get_new_mmu_context() by James Hogan · 8 years ago
  29. 7071a88 KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions by James Hogan · 8 years ago
  30. 49ec508 KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all() by James Hogan · 8 years ago
  31. 8af0e3c KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts by James Hogan · 8 years ago
  32. dacc3ed KVM: MIPS: Use uaccess to read/modify guest instructions by James Hogan · 8 years ago
  33. 7a156e9 KVM: MIPS: Drop vm_init() callback by James Hogan · 8 years ago
  34. 4c86460 KVM: MIPS/MMU: Convert commpage fault handling to page tables by James Hogan · 8 years ago
  35. 7e3d2a7 KVM: MIPS/MMU: Convert TLB mapped faults to page tables by James Hogan · 8 years ago
  36. fb99589 KVM: MIPS/MMU: Convert KSeg0 faults to page tables by James Hogan · 8 years ago
  37. aba8592 KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW by James Hogan · 8 years ago
  38. a31b50d KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes by James Hogan · 8 years ago
  39. 57e3869c KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID by James Hogan · 8 years ago
  40. f3a8603 KVM: MIPS/TLB: Fix off-by-one in TLB invalidate by James Hogan · 8 years ago
  41. a7cfa7a KVM: MIPS: Add fast path TLB refill handler by James Hogan · 8 years ago
  42. 29b500b KVM: MIPS: Support NetLogic KScratch registers by James Hogan · 8 years ago
  43. 7faa6ee KVM: MIPS/T&E: Activate GVA page tables in guest context by James Hogan · 8 years ago
  44. f7f1427 KVM: MIPS/T&E: Allocate GVA -> HPA page tables by James Hogan · 8 years ago
  45. 630766b KVM: MIPS: Wire up vcpu uninit by James Hogan · 8 years ago
  46. a7ebb2e KVM: MIPS/T&E: active_mm = init_mm in guest context by James Hogan · 8 years ago
  47. 91cdee5 KVM: MIPS/T&E: Restore host asid on return to host by James Hogan · 8 years ago
  48. a2c046e KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks by James Hogan · 8 years ago
  49. c550d53 KVM: MIPS: Remove duplicated ASIDs from vcpu by James Hogan · 8 years ago
  50. 1581ff3 KVM: MIPS/MMU: Move preempt/ASID handling to implementation by James Hogan · 8 years ago
  51. a60b843 KVM: MIPS: Convert get/set_regs -> vcpu_load/put by James Hogan · 8 years ago
  52. 1534b396 KVM: MIPS/MMU: Simplify ASID restoration by James Hogan · 10 years ago
  53. 00104b4 KVM: MIPS: Drop partial KVM_NMI implementation by James Hogan · 8 years ago
  54. adb0b25 Merge MIPS prerequisites by James Hogan · 8 years ago
  55. 7170bdc MIPS: Add return errors to protected cache ops by James Hogan · 8 years ago
  56. 722b454 MIPS: Export some tlbex internals for KVM to use by James Hogan · 8 years ago
  57. 93a93c2 MIPS: uasm: Add include guards in asm/uasm.h by James Hogan · 8 years ago
  58. ccf0151 MIPS: Export pgd/pmd symbols for KVM by James Hogan · 9 years ago
  59. 814f91b MIPS: Move pgd_alloc() out of header by James Hogan · 8 years ago
  60. 5a6da5f MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_ioctl() by Markus Elfring · 8 years ago
  61. 08289086 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  62. 32eb12a KVM: MIPS: Flush KVM entry code from icache globally by James Hogan · 8 years ago
  63. 4c88145 KVM: MIPS: Don't clobber CP0_Status.UX by James Hogan · 8 years ago
  64. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  65. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  67. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  68. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  69. b0b3a37 Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  70. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  71. 9f318d4 arch/mips: add option to skip DMA sync as a part of map and unmap by Alexander Duyck · 8 years ago
  72. 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  73. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  74. 9165dab treewide: Fix printk() message errors by Masanari Iida · 8 years ago
  75. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  76. ce38aa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  77. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  78. ba73515 MIPS: Lantiq: Fix mask of GPE frequency by Hauke Mehrtens · 8 years ago
  79. edb6fa1 MIPS: Return -ENODEV from weak implementation of rtc_mips_set_time by Luuk Paulussen · 8 years ago
  80. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  82. 2a872a5 MIPS: mm: Fix output of __do_page_fault by Matt Redfearn · 8 years ago
  83. 1031398 MIPS: Mask out limit field when calculating wired entry count by Paul Burton · 8 years ago
  84. 84d77d3 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  85. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  86. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  87. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  88. 4c8ee71 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  89. d839c60 MIPS: jz4740: Remove obsolete code by Paul Cercueil · 8 years ago
  90. 6ab5901 MIPS: qi_lb60: Probe RTC driver from DT and use it as power controller by Paul Cercueil · 8 years ago
  91. 262d62c MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetree by Paul Cercueil · 8 years ago
  92. 66cecb6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  93. 16a767e MIPS: Fix max_low_pfn with disabled highmem by James Hogan · 8 years ago
  94. f92722d MIPS: Correct MIPS I FP sigcontext layout by Maciej W. Rozycki · 8 years ago
  95. 758ef0a MIPS: Fix ISA I/II FP signal context offsets by Maciej W. Rozycki · 8 years ago
  96. 6daaa32 MIPS: Remove FIR from ISA I FP signal context by Maciej W. Rozycki · 8 years ago
  97. 35938a0 MIPS: Fix ISA I FP sigcontext access violation handling by Maciej W. Rozycki · 8 years ago
  98. 5a1aca4 MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue by Maciej W. Rozycki · 8 years ago
  99. c9e5603 MIPS: ptrace: Also initialize the FP context on individual FCSR writes by Maciej W. Rozycki · 8 years ago
  100. 8a98495 MIPS: dump_tlb: Fix printk continuations by James Hogan · 8 years ago