1. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  2. 2480b20 powerpc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  3. ed7e3d1 arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice by Danny Kukawka · 12 years ago
  4. 3dcf6c1 Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  5. e4e88f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  6. 6c9b7c4 KVM: PPC: annotate kvm_rma_init as __init by Nishanth Aravamudan · 13 years ago
  7. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  8. fae9dbb KVM: PPC: e500: include linux/export.h by Scott Wood · 13 years ago
  9. 251da03 KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N by Michael Neuling · 13 years ago
  10. 96f38d7 KVM: PPC: protect use of kvmppc_h_pr by Andreas Schwab · 13 years ago
  11. 2fde6d2 powerpc: Provide a way for KVM to indicate that NV GPR values are lost by Paul Mackerras · 13 years ago
  12. a4cc388 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  13. bb75c62 Revert "KVM: PPC: Add support for explicit HIOR setting" by Alexander Graf · 13 years ago
  14. de1d924 powerpc: Add hvcall.h include to book3s_hv.c by Michael Neuling · 13 years ago
  15. ad61d64 powerpc/kvm: Fix build with older toolchains by Nishanth Aravamudan · 13 years ago
  16. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  17. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  18. 9308794 powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  19. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  20. 19ccb76 KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code by Paul Mackerras · 13 years ago
  21. 0214394 KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode by Paul Mackerras · 13 years ago
  22. 177339d KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately by Paul Mackerras · 13 years ago
  23. af8f38b KVM: PPC: Add sanity checking to vcpu_run by Alexander Graf · 13 years ago
  24. 930b412 KVM: PPC: Enable the PAPR CAP for Book3S by Alexander Graf · 13 years ago
  25. a668f2b KVM: PPC: Support SC1 hypercalls for PAPR in PR mode by Alexander Graf · 13 years ago
  26. aacf9aa KVM: PPC: Stub emulate CFAR and PURR SPRs by Alexander Graf · 13 years ago
  27. 0254f07 KVM: PPC: Add PAPR hypercall code for PR mode by Alexander Graf · 13 years ago
  28. a15bd35 KVM: PPC: Add support for explicit HIOR setting by Alexander Graf · 13 years ago
  29. 77e675a KVM: PPC: Read out syscall instruction on trap by Alexander Graf · 13 years ago
  30. 04fcc11 KVM: PPC: Interpret SDR1 as HVA in PAPR mode by Alexander Graf · 13 years ago
  31. 317a8fa KVM: PPC: Check privilege level on SPRs by Alexander Graf · 13 years ago
  32. db507c3 KVM: PPC: move compute_tlbie_rb to book3s common header by Alexander Graf · 13 years ago
  33. 2c740c5 powerpc/kvm: Fix build errors with older toolchains by Nishanth Aravamudan · 13 years ago
  34. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  35. e725421 virtio: expose for non-virtualization users too by Ohad Ben-Cohen · 13 years ago
  36. 9e368f2 KVM: PPC: book3s_hv: Add support for PPC970-family processors by Paul Mackerras · 13 years ago
  37. 969391c powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits by Paul Mackerras · 13 years ago
  38. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 13 years ago
  39. 371fefd KVM: PPC: Allow book3s_hv guests to use SMT processor modes by Paul Mackerras · 13 years ago
  40. 54738c0 KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode by David Gibson · 13 years ago
  41. a8606e2 KVM: PPC: Handle some PAPR hcalls in the kernel by Paul Mackerras · 13 years ago
  42. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 13 years ago
  43. 3c42bf8 KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu by Paul Mackerras · 13 years ago
  44. df6909e KVM: PPC: Move guest enter/exit down into subarch-specific code by Paul Mackerras · 13 years ago
  45. f9e0554 KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down by Paul Mackerras · 13 years ago
  46. 3cf658b KVM: PPC: Deliver program interrupts right away instead of queueing them by Paul Mackerras · 13 years ago
  47. b01c8b5 powerpc, KVM: Rework KVM checks in first-level interrupt handlers by Paul Mackerras · 13 years ago
  48. f05ed4d KVM: PPC: Split out code from book3s.c into book3s_pr.c by Paul Mackerras · 13 years ago
  49. c4befc5 KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s by Paul Mackerras · 13 years ago
  50. 149dbdb KVM: PPC: Fix machine checks on 32-bit Book3S by Paul Mackerras · 13 years ago
  51. 1aee47a KVM: PPC: e500: Don't search over the entire TLB0. by Scott Wood · 13 years ago
  52. dd9ebf1f KVM: PPC: e500: Add shadow PID support by Liu Yu · 13 years ago
  53. 08b7fa9 KVM: PPC: e500: Stop keeping shadow TLB by Liu Yu · 13 years ago
  54. a4cd8b2 KVM: PPC: e500: enable magic page by Scott Wood · 13 years ago
  55. 9973d54 KVM: PPC: e500: Support large page mappings of PFNMAP vmas. by Scott Wood · 13 years ago
  56. 59c1f4e KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead. by Scott Wood · 13 years ago
  57. 0ef3099 KVM: PPC: e500: don't use MAS0 as intermediate storage. by Scott Wood · 13 years ago
  58. 6fc4d1e KVM: PPC: e500: Disable preloading TLB1 in tlb_load(). by Scott Wood · 13 years ago
  59. 4cd35f6 KVM: PPC: e500: Save/restore SPE state by Scott Wood · 13 years ago
  60. ecee273 KVM: PPC: booke: use shadow_msr by Scott Wood · 13 years ago
  61. a22a2da KVM: PPC: Resolve real-mode handlers through function exports by Alexander Graf · 13 years ago
  62. 24294b9 KVM: PPC: fix partial application of "exit timing in ticks" by Stuart Yoder · 13 years ago
  63. f4b10bc Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  64. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 13 years ago
  65. eab1767 KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0) by Scott Wood · 13 years ago
  66. 1a040b2 KVM: PPC: use ticks, not usecs, for exit timing by Stuart Yoder · 13 years ago
  67. 49ea069 KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx by Scott Wood · 13 years ago
  68. 90d34b0 KVM: PPC: e500: emulate SVR by Scott Wood · 13 years ago
  69. 593adf3 powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processors by Paul Mackerras · 13 years ago
  70. 44075d9 powerpc/kvm: Fix kvmppc_core_pending_dec by Paul Mackerras · 13 years ago
  71. 09000ad KVM: PPC: Fix issue clearing exit timing counters by Bharat Bhushan · 13 years ago
  72. 673b189 powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV mode by Paul Mackerras · 13 years ago
  73. a5d4f3a powerpc: Base support for exceptions using HSRR0/1 by Benjamin Herrenschmidt · 13 years ago
  74. 2dd60d7 powerpc: In HV mode, use HSPRG0 for PACA by Benjamin Herrenschmidt · 13 years ago
  75. bc9c193 KVM: PPC: Fix SPRG get/set for Book3S and BookE by Peter Tyser · 14 years ago
  76. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  77. 2653503 KVM: replace vmalloc and memset with vzalloc by Takuya Yoshikawa · 14 years ago
  78. df8940e KVM: PPC: BookE: Load the lower half of MSR by Scott Wood · 14 years ago
  79. bb59e97 KVM: PPC: BookE: fix sleep with interrupts disabled by Scott Wood · 14 years ago
  80. f22e2f0 KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit(). by Scott Wood · 14 years ago
  81. d8cdddc KVM: PPC: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  82. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  83. 344941b KVM: PPC: Fix compile error in e500_tlb.c by Alexander Graf · 14 years ago
  84. 21e537b KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug by Kyle Moffett · 14 years ago
  85. c5335f1 KVM: PPC: Implement level interrupts for BookE by Alexander Graf · 14 years ago
  86. 7b4203e KVM: PPC: Expose level based interrupt cap by Alexander Graf · 14 years ago
  87. 17bd158 KVM: PPC: Implement Level interrupts on Book3S by Alexander Graf · 14 years ago
  88. ebc65874 KVM: PPC: allow ppc440gp to pass the compatibility check by Hollis Blanchard · 14 years ago
  89. 0b3bafc KVM: PPC: fix compilation of "dump tlbs" debug function by Hollis Blanchard · 14 years ago
  90. 082decf KVM: PPC: initialize IVORs in addition to IVPR by Hollis Blanchard · 14 years ago
  91. 296c19d KVM: PPC: Don't put MSR_POW in MSR by Alexander Graf · 14 years ago
  92. 8b6db3b KVM: PPC: Implement correct SID mapping on Book3s_32 by Alexander Graf · 14 years ago
  93. 9ee18b1 KVM: PPC: Update int_pending also on dequeue by Alexander Graf · 14 years ago
  94. df1bfa2 KVM: PPC: Put segment registers in shared page by Alexander Graf · 14 years ago
  95. 8e86517 KVM: PPC: Interpret SR registers on demand by Alexander Graf · 14 years ago
  96. c1c88e2 KVM: PPC: Move BAT handling code into spr handler by Alexander Graf · 14 years ago
  97. 7508e16 KVM: PPC: Add feature bitmap for magic page by Alexander Graf · 14 years ago
  98. cb24c50 KVM: PPC: Remove unused define by Alexander Graf · 14 years ago
  99. b9877ce KVM: PPC: Revert "KVM: PPC: Use kernel hash function" by Alexander Graf · 14 years ago
  100. 928d78b KVM: PPC: Move slb debugging to tracepoints by Alexander Graf · 14 years ago