1. b73117c Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue by Paolo Bonzini · 11 years ago
  2. 7b49041 KVM: PPC: Book3S HV: Add new state for transactional memory by Michael Neuling · 11 years ago
  3. d682916 KVM: PPC: Book3S HV: Basic little-endian guest support by Anton Blanchard · 11 years ago
  4. 8563bf5 KVM: PPC: Book3S HV: Add support for DABRX register on POWER7 by Paul Mackerras · 11 years ago
  5. 5d00f66 KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells by Paul Mackerras · 11 years ago
  6. e0622bd KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8 by Paul Mackerras · 11 years ago
  7. 5557ae0 KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8 by Paul Mackerras · 11 years ago
  8. bd3048b KVM: PPC: Book3S HV: Add handler for HV facility unavailable by Michael Ellerman · 11 years ago
  9. b005255e KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs by Michael Neuling · 11 years ago
  10. e0b7ec0 KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers by Paul Mackerras · 11 years ago
  11. 48eaef0 KVM: PPC: Book3S HV: use xics_wake_cpu only when defined by Andreas Schwab · 11 years ago
  12. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  13. efff191 KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures by Paul Mackerras · 11 years ago
  14. 398a76c KVM: PPC: Add devname:kvm aliases for modules by Alexander Graf · 11 years ago
  15. c08ac06 KVM: Use cond_resched() directly and remove useless kvm_resched() by Takuya Yoshikawa · 11 years ago
  16. 27025a6 powerpc: kvm: optimize "sc 1" as fast return by Liu Ping Fan · 11 years ago
  17. c943809 KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call by Paul Mackerras · 11 years ago
  18. bf3d32e KVM: PPC: Book3S HV: Make tbacct_lock irq-safe by Paul Mackerras · 11 years ago
  19. a78b55d kvm: powerpc: book3s: drop is_hv_enabled by Aneesh Kumar K.V · 11 years ago
  20. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago
  21. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  22. 699cc87 kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops by Aneesh Kumar K.V · 11 years ago
  23. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  24. f1378b1 kvm: powerpc: book3s hv: Fix vcore leak by Paul Mackerras · 11 years ago
  25. f3271d4 KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt by Paul Mackerras · 11 years ago
  26. 388cc6e KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7 by Paul Mackerras · 11 years ago
  27. 4b8473c KVM: PPC: Book3S HV: Add support for guest Program Priority Register by Paul Mackerras · 11 years ago
  28. a0144e2 KVM: PPC: Book3S HV: Store LPCR value for each virtual core by Paul Mackerras · 11 years ago
  29. 42d7604 KVM: PPC: Book3S HV: Implement H_CONFER by Paul Mackerras · 11 years ago
  30. 93b0f4d KVM: PPC: Book3S HV: Implement timebase offset for guests by Paul Mackerras · 11 years ago
  31. 1494178 KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers by Paul Mackerras · 11 years ago
  32. 39eda2a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  33. a9f6cf9 Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
  34. 5d226ae arch: powerpc: kvm: add signed type cast for comparation by Chen Gang · 11 years ago
  35. 3f1f431 Merge branch 'merge' into next by Benjamin Herrenschmidt · 11 years ago
  36. 2f84d5e ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  37. 8791644 powerpc/kvm: Copy the pvr value after memset by Aneesh Kumar K.V · 11 years ago
  38. f13c13a powerpc: Stop using non-architected shared_proc field in lppaca by Anton Blanchard · 11 years ago
  39. 2fb1067 powerpc/kvm: Add signed type cast for comparation by Chen Gang · 11 years ago
  40. 6c45b81 powerpc/kvm: Contiguous memory allocator based RMA allocation by Aneesh Kumar K.V · 12 years ago
  41. 505d642 powerpc,kvm: fix imbalance srcu_read_[un]lock() by Lai Jiangshan · 12 years ago
  42. 8e44ddc powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation by Paul Mackerras · 12 years ago
  43. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  44. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  45. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 12 years ago
  46. 4619ac8 KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts by Paul Mackerras · 12 years ago
  47. 54695c3 KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM by Benjamin Herrenschmidt · 12 years ago
  48. bc5ad3f KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller by Benjamin Herrenschmidt · 12 years ago
  49. 8e591cb KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls by Michael Ellerman · 12 years ago
  50. c35635e KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map by Paul Mackerras · 12 years ago
  51. 75ef9de constify a bunch of struct file_operations instances by Al Viro · 12 years ago
  52. 8482644 KVM: set_memory_region: Refactor commit_memory_region() by Takuya Yoshikawa · 12 years ago
  53. bbacc0c KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS by Alex Williamson · 12 years ago
  54. b4072df KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking by Paul Mackerras · 12 years ago
  55. 1b400ba KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations by Paul Mackerras · 12 years ago
  56. a293292 KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT by Paul Mackerras · 12 years ago
  57. 0588000 Merge commit 'origin/queue' into for-queue by Alexander Graf · 12 years ago
  58. 9f8c8c7 KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0 by Paul Mackerras · 12 years ago
  59. c7b6767 KVM: PPC: Book3S HV: Fix accounting of stolen time by Paul Mackerras · 12 years ago
  60. 8455d79 KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run by Paul Mackerras · 12 years ago
  61. 2f12f03 KVM: PPC: Book3S HV: Fixes for late-joining threads by Paul Mackerras · 12 years ago
  62. 913d3ff9a KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock by Paul Mackerras · 12 years ago
  63. 7b444c6 KVM: PPC: Book3S HV: Fix some races in starting secondary threads by Paul Mackerras · 12 years ago
  64. 512691d KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online by Paul Mackerras · 12 years ago
  65. 19bf7f8 Merge remote-tracking branch 'master' into queue by Marcelo Tosatti · 12 years ago
  66. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  67. 55b665b KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas by Paul Mackerras · 12 years ago
  68. a8bd19e KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface by Paul Mackerras · 12 years ago
  69. a136a8b KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface by Paul Mackerras · 12 years ago
  70. 964ee98 KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs by Paul Mackerras · 12 years ago
  71. dfe49db KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly by Paul Mackerras · 12 years ago
  72. a66b48c KVM: PPC: Move kvm->arch.slot_phys into memslot.arch by Paul Mackerras · 12 years ago
  73. 2c9097e KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots by Paul Mackerras · 12 years ago
  74. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  75. 081f323 KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page by Paul Mackerras · 13 years ago
  76. 32fad28 KVM: PPC: Book3S HV: Make the guest hash table size configurable by Paul Mackerras · 13 years ago
  77. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  78. de6c0b0 KVM: PPC: Book3S HV: Fix refcounting of hugepages by David Gibson · 13 years ago
  79. 54771e6 KVM: PPC: Emulator: clean up SPR reads and writes by Alexander Graf · 13 years ago
  80. 5b74716 kvm/powerpc: Add new ioctl to retreive server MMU infos by Benjamin Herrenschmidt · 13 years ago
  81. f31e65e kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM by Benjamin Herrenschmidt · 13 years ago
  82. 0456ec4 KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log by Paul Mackerras · 13 years ago
  83. 2e25aa5 KVM: PPC: Book3S HV: Make virtual processor area registration more robust by Paul Mackerras · 13 years ago
  84. f0888f7 KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs by Paul Mackerras · 13 years ago
  85. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  86. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  87. 9cc815e arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice by Danny Kukawka · 13 years ago
  88. b4e7061 KVM: PPC: Convert RMA allocation into generic code by Alexander Graf · 13 years ago
  89. 31f3438 KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code by Paul Mackerras · 13 years ago
  90. 6b75e6b KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs by Sasha Levin · 13 years ago
  91. 82ed361 KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit by Paul Mackerras · 13 years ago
  92. 342d3db KVM: PPC: Implement MMU notifiers for Book3S HV guests by Paul Mackerras · 13 years ago
  93. 697d389 KVM: PPC: Implement MMIO emulation support for Book3S HV guests by Paul Mackerras · 13 years ago
  94. da9d1d7 KVM: PPC: Allow use of small pages to back Book3S HV guests by Paul Mackerras · 13 years ago
  95. c77162d KVM: PPC: Only get pages when actually needed, not in prepare_memory_region() by Paul Mackerras · 13 years ago
  96. 93e6024 KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests by Paul Mackerras · 13 years ago
  97. b2b2f16 KVM: PPC: Keep page physical addresses in per-slot arrays by Paul Mackerras · 13 years ago
  98. 25051b5 KVM: PPC: Move prepare_to_enter call site into subarch code by Scott Wood · 13 years ago
  99. 7e28e60e KVM: PPC: Rename deliver_interrupts to prepare_to_enter by Scott Wood · 13 years ago
  100. ed7e3d1 arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice by Danny Kukawka · 13 years ago