1. 04fcc11 KVM: PPC: Interpret SDR1 as HVA in PAPR mode by Alexander Graf · 13 years ago
  2. 317a8fa KVM: PPC: Check privilege level on SPRs by Alexander Graf · 13 years ago
  3. db507c3 KVM: PPC: move compute_tlbie_rb to book3s common header by Alexander Graf · 13 years ago
  4. 2c740c5 powerpc/kvm: Fix build errors with older toolchains by Nishanth Aravamudan · 13 years ago
  5. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  6. e725421 virtio: expose for non-virtualization users too by Ohad Ben-Cohen · 13 years ago
  7. 9e368f2 KVM: PPC: book3s_hv: Add support for PPC970-family processors by Paul Mackerras · 13 years ago
  8. 969391c powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits by Paul Mackerras · 13 years ago
  9. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 13 years ago
  10. 371fefd KVM: PPC: Allow book3s_hv guests to use SMT processor modes by Paul Mackerras · 13 years ago
  11. 54738c0 KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode by David Gibson · 13 years ago
  12. a8606e2 KVM: PPC: Handle some PAPR hcalls in the kernel by Paul Mackerras · 13 years ago
  13. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 13 years ago
  14. 3c42bf8 KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu by Paul Mackerras · 13 years ago
  15. df6909e5 KVM: PPC: Move guest enter/exit down into subarch-specific code by Paul Mackerras · 13 years ago
  16. f9e0554 KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down by Paul Mackerras · 13 years ago
  17. 3cf658b KVM: PPC: Deliver program interrupts right away instead of queueing them by Paul Mackerras · 13 years ago
  18. b01c8b5 powerpc, KVM: Rework KVM checks in first-level interrupt handlers by Paul Mackerras · 13 years ago
  19. f05ed4d KVM: PPC: Split out code from book3s.c into book3s_pr.c by Paul Mackerras · 13 years ago
  20. c4befc5 KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s by Paul Mackerras · 13 years ago
  21. 149dbdb KVM: PPC: Fix machine checks on 32-bit Book3S by Paul Mackerras · 13 years ago
  22. 1aee47a KVM: PPC: e500: Don't search over the entire TLB0. by Scott Wood · 13 years ago
  23. dd9ebf1f KVM: PPC: e500: Add shadow PID support by Liu Yu · 13 years ago
  24. 08b7fa9 KVM: PPC: e500: Stop keeping shadow TLB by Liu Yu · 13 years ago
  25. a4cd8b2 KVM: PPC: e500: enable magic page by Scott Wood · 13 years ago
  26. 9973d54 KVM: PPC: e500: Support large page mappings of PFNMAP vmas. by Scott Wood · 13 years ago
  27. 59c1f4e KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead. by Scott Wood · 13 years ago
  28. 0ef309956 KVM: PPC: e500: don't use MAS0 as intermediate storage. by Scott Wood · 13 years ago
  29. 6fc4d1e KVM: PPC: e500: Disable preloading TLB1 in tlb_load(). by Scott Wood · 13 years ago
  30. 4cd35f67 KVM: PPC: e500: Save/restore SPE state by Scott Wood · 13 years ago
  31. ecee273 KVM: PPC: booke: use shadow_msr by Scott Wood · 13 years ago
  32. a22a2da KVM: PPC: Resolve real-mode handlers through function exports by Alexander Graf · 13 years ago
  33. 24294b9 KVM: PPC: fix partial application of "exit timing in ticks" by Stuart Yoder · 13 years ago
  34. f4b10bc Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  35. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 13 years ago
  36. eab1767 KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0) by Scott Wood · 13 years ago
  37. 1a040b2 KVM: PPC: use ticks, not usecs, for exit timing by Stuart Yoder · 13 years ago
  38. 49ea069 KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx by Scott Wood · 13 years ago
  39. 90d34b0 KVM: PPC: e500: emulate SVR by Scott Wood · 13 years ago
  40. 593adf3 powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processors by Paul Mackerras · 13 years ago
  41. 44075d9 powerpc/kvm: Fix kvmppc_core_pending_dec by Paul Mackerras · 13 years ago
  42. 09000ad KVM: PPC: Fix issue clearing exit timing counters by Bharat Bhushan · 13 years ago
  43. 673b189 powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV mode by Paul Mackerras · 13 years ago
  44. a5d4f3a powerpc: Base support for exceptions using HSRR0/1 by Benjamin Herrenschmidt · 13 years ago
  45. 2dd60d7 powerpc: In HV mode, use HSPRG0 for PACA by Benjamin Herrenschmidt · 14 years ago
  46. bc9c193 KVM: PPC: Fix SPRG get/set for Book3S and BookE by Peter Tyser · 14 years ago
  47. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  48. 2653503 KVM: replace vmalloc and memset with vzalloc by Takuya Yoshikawa · 14 years ago
  49. df8940e KVM: PPC: BookE: Load the lower half of MSR by Scott Wood · 14 years ago
  50. bb59e97 KVM: PPC: BookE: fix sleep with interrupts disabled by Scott Wood · 14 years ago
  51. f22e2f0 KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit(). by Scott Wood · 14 years ago
  52. d8cdddc KVM: PPC: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  53. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  54. 344941b KVM: PPC: Fix compile error in e500_tlb.c by Alexander Graf · 14 years ago
  55. 21e537b KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug by Kyle Moffett · 14 years ago
  56. c5335f1 KVM: PPC: Implement level interrupts for BookE by Alexander Graf · 14 years ago
  57. 7b4203e KVM: PPC: Expose level based interrupt cap by Alexander Graf · 14 years ago
  58. 17bd158 KVM: PPC: Implement Level interrupts on Book3S by Alexander Graf · 14 years ago
  59. ebc65874 KVM: PPC: allow ppc440gp to pass the compatibility check by Hollis Blanchard · 14 years ago
  60. 0b3bafc KVM: PPC: fix compilation of "dump tlbs" debug function by Hollis Blanchard · 14 years ago
  61. 082decf KVM: PPC: initialize IVORs in addition to IVPR by Hollis Blanchard · 14 years ago
  62. 296c19d KVM: PPC: Don't put MSR_POW in MSR by Alexander Graf · 14 years ago
  63. 8b6db3b KVM: PPC: Implement correct SID mapping on Book3s_32 by Alexander Graf · 14 years ago
  64. 9ee18b1 KVM: PPC: Update int_pending also on dequeue by Alexander Graf · 14 years ago
  65. df1bfa2 KVM: PPC: Put segment registers in shared page by Alexander Graf · 14 years ago
  66. 8e86517 KVM: PPC: Interpret SR registers on demand by Alexander Graf · 14 years ago
  67. c1c88e2 KVM: PPC: Move BAT handling code into spr handler by Alexander Graf · 14 years ago
  68. 7508e16 KVM: PPC: Add feature bitmap for magic page by Alexander Graf · 14 years ago
  69. cb24c50 KVM: PPC: Remove unused define by Alexander Graf · 14 years ago
  70. b9877ce KVM: PPC: Revert "KVM: PPC: Use kernel hash function" by Alexander Graf · 14 years ago
  71. 928d78b KVM: PPC: Move slb debugging to tracepoints by Alexander Graf · 14 years ago
  72. e7c1d14 KVM: PPC: Make invalidation code more reliable by Alexander Graf · 14 years ago
  73. 2e60284 KVM: PPC: Don't flush PTEs on NX/RO hit by Alexander Graf · 14 years ago
  74. 4cb6b7e KVM: PPC: Preload magic page when in kernel mode by Alexander Graf · 14 years ago
  75. c60b4cf KVM: PPC: Add tracepoints for generic spte flushes by Alexander Graf · 14 years ago
  76. c22c319 KVM: PPC: Fix sid map search after flush by Alexander Graf · 14 years ago
  77. 8696ee4 KVM: PPC: Move pte invalidate debug code to tracepoint by Alexander Graf · 14 years ago
  78. 4c4eea7 KVM: PPC: Add tracepoint for generic mmu map by Alexander Graf · 14 years ago
  79. 82fdee7 KVM: PPC: Move book3s_64 mmu map debug print to trace point by Alexander Graf · 14 years ago
  80. bed1ed9 KVM: PPC: Move EXIT_DEBUG partially to tracepoints by Alexander Graf · 14 years ago
  81. 646bab5 KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz() by Wei Yongjun · 14 years ago
  82. 2b05d71 KVM: PPC: Make long relocations be ulong by Alexander Graf · 14 years ago
  83. 0e67790 KVM: PPC: Use MSR_DR for external load_up by Alexander Graf · 14 years ago
  84. 2d27fc5 KVM: PPC: Add book3s_32 tlbie flush acceleration by Alexander Graf · 14 years ago
  85. 4945138 KVM: PPC: correctly check gfn_to_pfn() return value by Gleb Natapov · 14 years ago
  86. 2e0908a KVM: PPC: RCU'ify the Book3s MMU by Alexander Graf · 14 years ago
  87. 5302104 KVM: PPC: Book3S_32 MMU debug compile fixes by Alexander Graf · 14 years ago
  88. 15711e9 KVM: PPC: Add get_pvinfo interface to query hypercall instructions by Alexander Graf · 14 years ago
  89. 5fc8740 KVM: PPC: Expose magic page support to guest by Alexander Graf · 14 years ago
  90. e850894 KVM: PPC: Magic Page Book3s support by Alexander Graf · 14 years ago
  91. 28e83b4 KVM: PPC: Make PAM a define by Alexander Graf · 14 years ago
  92. 90bba35 KVM: PPC: Tell guest about pending interrupts by Alexander Graf · 14 years ago
  93. 5c6cedf KVM: PPC: Add PV guest critical sections by Alexander Graf · 14 years ago
  94. 2a342ed KVM: PPC: Implement hypervisor interface by Alexander Graf · 14 years ago
  95. a73a959 KVM: PPC: Convert SPRG[0-4] to shared page by Alexander Graf · 14 years ago
  96. de7906c KVM: PPC: Convert SRR0 and SRR1 to shared page by Alexander Graf · 14 years ago
  97. 5e03018 KVM: PPC: Convert DAR to shared page. by Alexander Graf · 14 years ago
  98. d562de4 KVM: PPC: Convert DSISR to shared page by Alexander Graf · 14 years ago
  99. 666e725 KVM: PPC: Convert MSR to shared page by Alexander Graf · 14 years ago
  100. 96bc451 KVM: PPC: Introduce shared page by Alexander Graf · 14 years ago