1. ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
  2. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  3. 1baa5ef Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  4. c20875a KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR by Paul Mackerras · 9 years ago
  5. 579e633 powerpc: create flush_all_to_thread() by Anton Blanchard · 9 years ago
  6. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  7. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  8. e09fefd KVM: Use common function for VCPU lookup by id by David Hildenbrand · 9 years ago
  9. 378b417 KVM: powerpc: kvmppc_visible_gpa can be boolean by Yaowei Bai · 9 years ago
  10. 3370b69 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  11. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  12. f74f2e2 KVM: PPC: Book3S HV: Don't dynamically split core when already split by Paul Mackerras · 9 years ago
  13. cf29b21 KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup fails by Paul Mackerras · 9 years ago
  14. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  15. 2331631 powerpc: Revert "Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8" by Paul Mackerras · 9 years ago
  16. 70aa396 KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path by Gautham R. Shenoy · 9 years ago
  17. bfec5c2c KVM: PPC: Implement extension to report number of memslots by Nikunj A Dadhania · 9 years ago
  18. c64dfe2 KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEs by Paul Mackerras · 9 years ago
  19. 572abd5 KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl by Paul Mackerras · 9 years ago
  20. 966d713 KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE by Mahesh Salgaonkar · 9 years ago
  21. 224f363 KVM: PPC: e500: fix couple of shift operations on 64 bits by Tudor Laurentiu · 9 years ago
  22. 2daab50 KVM: PPC: e500: Emulate TMCFG0 TMRN register by Tudor Laurentiu · 9 years ago
  23. d4cd4f9 KVM: PPC: e500: fix handling local_sid_lookup result by Andrzej Hajda · 9 years ago
  24. 891121e powerpc/mm: Differentiate between hugetlb and THP during page walk by Aneesh Kumar K.V · 9 years ago
  25. 3eb4ee6 KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store() by Thomas Huth · 9 years ago
  26. 7e022e7 KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit by Gautham R. Shenoy · 9 years ago
  27. 5fc3e64 KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs by Paul Mackerras · 9 years ago
  28. 62bea5b KVM: add halt_attempted_poll to VCPU stats by Paolo Bonzini · 9 years ago
  29. 519f526 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  30. 4e33d1f KVM: PPC: Book3S: Fix typo in top comment about locking by Greg Kurz · 9 years ago
  31. 06554d9 KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set by Gautham R. Shenoy · 9 years ago
  32. 7f23532 KVM: PPC: Book3S HV: Fix race in starting secondary threads by Gautham R. Shenoy · 9 years ago
  33. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  34. c63517c KVM: PPC: Book3S: correct width in XER handling by Sam bobroff · 9 years ago
  35. 563a1e9 KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation by Paul Mackerras · 9 years ago
  36. 402813f KVM: PPC: Book3S HV: Fix preempted vcore list locking by Paul Mackerras · 9 years ago
  37. cdeee51 KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD by Paul Mackerras · 9 years ago
  38. 08fe1e7 KVM: PPC: Book3S HV: Fix bug in dirty page tracking by Paul Mackerras · 9 years ago
  39. 1e5bf45 KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE by Paul Mackerras · 9 years ago
  40. b4deba5 KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8 by Paul Mackerras · 9 years ago
  41. ec25716 KVM: PPC: Book3S HV: Make use of unused threads when running guests by Paul Mackerras · 9 years ago
  42. 845ac98 KVM: PPC: add missing pt_regs initialization by Tudor Laurentiu · 9 years ago
  43. 5358a96 KVM: PPC: Fix warnings from sparse by Thomas Huth · 9 years ago
  44. 129fd42 KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig by Thomas Huth · 9 years ago
  45. f5ffe330 KVM: PPC: fix suspicious use of conditional operator by Tudor Laurentiu · 9 years ago
  46. 60acc4e treewide: Fix typo compatability -> compatibility by Laurent Pinchart · 9 years ago
  47. c56dadf sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched() by Konstantin Khlebnikov · 9 years ago
  48. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  49. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  50. 1db3652 powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT by Anshuman Khandual · 9 years ago
  51. f36f3f2 KVM: add "new" argument to kvm_arch_commit_memory_region by Paolo Bonzini · 9 years ago
  52. 09170a4 KVM: const-ify uses of struct kvm_userspace_memory_region by Paolo Bonzini · 9 years ago
  53. 9f6b802 KVM: use kvm_memslots whenever possible by Paolo Bonzini · 9 years ago
  54. a9b4fb7 Merge branch 'kvm-master' into kvm-next by Paolo Bonzini · 9 years ago
  55. 17d4890 KVM: PPC: Book3S HV: Fix list traversal in error case by Paul Mackerras · 9 years ago
  56. e233d54 KVM: booke: use __kvm_guest_exit by Paolo Bonzini · 9 years ago
  57. ccf73aaf KVM: arm/mips/x86/power use __kvm_guest_{enter|exit} by Christian Borntraeger · 9 years ago
  58. 433c5c2 powerpc/kvm: Fix SMP=n build error in book3s_xics.c by Michael Ellerman · 9 years ago
  59. 63905bb Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  60. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  61. 66feed6 KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 by Paul Mackerras · 9 years ago
  62. eddb60f KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C by Paul Mackerras · 9 years ago
  63. 6af27c8 KVM: PPC: Book3S HV: Streamline guest entry and exit by Paul Mackerras · 9 years ago
  64. 7d6c40d KVM: PPC: Book3S HV: Use bitmap of active threads rather than count by Paul Mackerras · 9 years ago
  65. fd6d53b KVM: PPC: Book3S HV: Use decrementer to wake napping threads by Paul Mackerras · 9 years ago
  66. ccc0777 KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI by Paul Mackerras · 9 years ago
  67. 5d5b99c KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken by Paul Mackerras · 9 years ago
  68. 25fedfc KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu by Paul Mackerras · 9 years ago
  69. 1f09c3e KVM: PPC: Book3S HV: Minor cleanups by Paul Mackerras · 9 years ago
  70. d911f0b KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update by Paul Mackerras · 9 years ago
  71. b6c295d KVM: PPC: Book3S HV: Accumulate timing information for real-mode code by Paul Mackerras · 9 years ago
  72. e23a808 KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT by Paul Mackerras · 9 years ago
  73. 6e0365b KVM: PPC: Book3S HV: Add ICP real mode counters by Suresh Warrier · 9 years ago
  74. b022155 KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode by Suresh Warrier · 9 years ago
  75. 34cb795 KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock by Suresh Warrier · 9 years ago
  76. 878610f KVM: PPC: Book3S HV: Add guest->host real mode completion counters by Suresh E. Warrier · 9 years ago
  77. a4bd6eb KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte by Aneesh Kumar K.V · 9 years ago
  78. 31037ec KVM: PPC: Book3S HV: Remove RMA-related variables from code by Aneesh Kumar K.V · 9 years ago
  79. e928e9c KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. by Michael Ellerman · 9 years ago
  80. 99342cf8 kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM by David Gibson · 10 years ago
  81. a7e73e7 powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build error by Shreyas B. Prabhu · 9 years ago
  82. 7d6e7f7 powerpc/mm/thp: Return pte address if we find trans_splitting. by Aneesh Kumar K.V · 9 years ago
  83. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 9 years ago
  84. dac5657 KVM: PPC: Remove page table walk helpers by Aneesh Kumar K.V · 9 years ago
  85. 5e1d44a KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer by Aneesh Kumar K.V · 9 years ago
  86. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  87. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  88. 1945606 kvm/ppc/mpic: drop unused IRQ_testbit by Arseny Solokha · 10 years ago
  89. b7f859d Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  90. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 9 years ago
  91. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 9 years ago
  92. d078eed powerpc: Cleanup KVM emulated load/store endian handling by David Gibson · 10 years ago
  93. 2bf2760 KVM: PPC: Book3S HV: Fix instruction emulation by Paul Mackerras · 9 years ago
  94. ecb6d61 KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count by Paul Mackerras · 9 years ago
  95. 8f902b0 KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr() by Paul Mackerras · 9 years ago
  96. 45706bb powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument. by Mahesh Salgaonkar · 10 years ago
  97. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  98. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  99. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
  100. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago