1. 7c973a2 KVM: PPC: Add return value to core_check_requests by Alexander Graf · 12 years ago
  2. bd2be68 KVM: PPC: Book3S: PR: Rework irq disabling by Alexander Graf · 12 years ago
  3. 03d25c5 KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr by Alexander Graf · 12 years ago
  4. 862d31f KVM: PPC: E500: Implement MMU notifiers by Alexander Graf · 12 years ago
  5. 249ba1e KVM: PPC: Add cache flush on page map by Alexander Graf · 12 years ago
  6. 32fad28 KVM: PPC: Book3S HV: Make the guest hash table size configurable by Paul Mackerras · 12 years ago
  7. 54771e6 KVM: PPC: Emulator: clean up SPR reads and writes by Alexander Graf · 12 years ago
  8. 5b74716 kvm/powerpc: Add new ioctl to retreive server MMU infos by Benjamin Herrenschmidt · 12 years ago
  9. f31e65e kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM by Benjamin Herrenschmidt · 12 years ago
  10. a8e4ef8 KVM: PPC: booke: rework rescheduling checks by Alexander Graf · 13 years ago
  11. d30f6e4 KVM: PPC: booke: category E.HV (GS-mode) support by Scott Wood · 13 years ago
  12. 043cc4d KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv by Scott Wood · 13 years ago
  13. d2a1b48 KVM: PPC: Add HPT preallocator by Alexander Graf · 13 years ago
  14. b4e7061 KVM: PPC: Convert RMA allocation into generic code by Alexander Graf · 13 years ago
  15. 31f3438 KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code by Paul Mackerras · 13 years ago
  16. da9d1d7 KVM: PPC: Allow use of small pages to back Book3S HV guests by Paul Mackerras · 13 years ago
  17. c77162d KVM: PPC: Only get pages when actually needed, not in prepare_memory_region() by Paul Mackerras · 13 years ago
  18. dfd4d47 KVM: PPC: booke: Improve timer register emulation by Scott Wood · 13 years ago
  19. 7e28e60e KVM: PPC: Rename deliver_interrupts to prepare_to_enter by Scott Wood · 13 years ago
  20. dc83b8b KVM: PPC: e500: MMU API by Scott Wood · 13 years ago
  21. af8f38b KVM: PPC: Add sanity checking to vcpu_run by Alexander Graf · 13 years ago
  22. aa04b4c KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests by Paul Mackerras · 13 years ago
  23. 371fefd KVM: PPC: Allow book3s_hv guests to use SMT processor modes by Paul Mackerras · 13 years ago
  24. 54738c0 KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode by David Gibson · 13 years ago
  25. a8606e2 KVM: PPC: Handle some PAPR hcalls in the kernel by Paul Mackerras · 13 years ago
  26. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 13 years ago
  27. df6909e5 KVM: PPC: Move guest enter/exit down into subarch-specific code by Paul Mackerras · 13 years ago
  28. f9e0554 KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down by Paul Mackerras · 13 years ago
  29. a4cd8b2 KVM: PPC: e500: enable magic page by Scott Wood · 13 years ago
  30. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 13 years ago
  31. 2a342ed KVM: PPC: Implement hypervisor interface by Alexander Graf · 14 years ago
  32. 9cc5e95 KVM: PPC: Extract MMU init by Alexander Graf · 14 years ago
  33. c7f38f4 KVM: PPC: Improve indirect svcpu accessors by Alexander Graf · 14 years ago
  34. 1897876 KVM: PPC: Allow userspace to unset the IRQ line by Alexander Graf · 14 years ago
  35. 0564ee8 KVM: PPC: Add helpers to modify ppc fields by Alexander Graf · 15 years ago
  36. 37f5bca KVM: PPC: Add AGAIN type for emulation return by Alexander Graf · 15 years ago
  37. 3587d53 KVM: PPC: Teach MMIO Signedness by Alexander Graf · 15 years ago
  38. b104d06 KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs by Alexander Graf · 15 years ago
  39. 1c0006d KVM: PPC: Fix initial GPR settings by Alexander Graf · 15 years ago
  40. 25a8a02 KVM: PPC: Emulate trap SRR1 flags properly by Alexander Graf · 15 years ago
  41. 7e57cba KVM: PPC: Use PACA backed shadow vcpu by Alexander Graf · 15 years ago
  42. 992b5b2 KVM: PPC: Add helpers for CR, XER by Alexander Graf · 15 years ago
  43. 8e5b26b KVM: PPC: Use accessor functions for GPR access by Alexander Graf · 15 years ago
  44. 7706664d KVM: powerpc: Improve DEC handling by Alexander Graf · 15 years ago
  45. 29eb61b Add book3s_64 highmem asm code by Alexander Graf · 15 years ago
  46. f5d0906 KVM: ppc: remove debug support broken by KVM debug rewrite by Hollis Blanchard · 16 years ago
  47. b52a638 KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke by Hollis Blanchard · 16 years ago
  48. fa86b8d KVM: ppc: rename 44x MMU functions used in booke.c by Hollis Blanchard · 16 years ago
  49. be8d1ca KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name) by Hollis Blanchard · 16 years ago
  50. 58a9621 KVM: ppc: change kvmppc_mmu_map() parameters by Hollis Blanchard · 16 years ago
  51. ecc0981 KVM: ppc: cosmetic changes to mmu hook names by Hollis Blanchard · 16 years ago
  52. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 16 years ago
  53. 8916861 KVM: ppc: support large host pages by Hollis Blanchard · 16 years ago
  54. d4cf389 KVM: ppc: optimize irq delivery path by Hollis Blanchard · 16 years ago
  55. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 16 years ago
  56. 5cbb510 KVM: ppc: Move the last bits of 44x code out of booke.c by Hollis Blanchard · 16 years ago
  57. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  58. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  59. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 16 years ago
  60. a0d7b9f KVM: ppc: Move 440-specific TLB code into 44x_tlb.c by Hollis Blanchard · 16 years ago
  61. c30f8a6 KVM: ppc: stop leaking host memory on VM exit by Hollis Blanchard · 16 years ago
  62. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 16 years ago
  63. 83aae4a KVM: ppc: Write only modified shadow entries into the TLB on exit by Hollis Blanchard · 16 years ago
  64. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago[Renamed from include/asm-powerpc/kvm_ppc.h]
  65. cc04454 KVM: ppc: fix invalidation of large guest pages by Hollis Blanchard · 16 years ago
  66. ce263d7 KVM: ppc: Remove duplicate function by Hollis Blanchard · 16 years ago
  67. 45c5eb6 KVM: ppc: Handle guest idle by emulating MSR[WE] writes by Hollis Blanchard · 16 years ago
  68. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 16 years ago