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