1. 8d0eff6 KVM: PPC: Pass enum to kvmppc_get_last_inst by Alexander Graf · 10 years ago
  2. a59c1d9 powerpc/kvm: support to handle sw breakpoint by Madhavan Srinivasan · 10 years ago
  3. d69614a KVM: PPC: Separate loadstore emulation from priv emulation by Alexander Graf · 10 years ago
  4. 51f0472 KVM: PPC: Allow kvmppc_get_last_inst() to fail by Mihai Caraman · 10 years ago
  5. 5deb8e7 KVM: PPC: Make shared struct aka magic page guest endian by Alexander Graf · 10 years ago
  6. 7360177 KVM: PPC: Book3S: MMIO emulation support for little endian guests by Cédric Le Goater · 11 years ago
  7. cbbc58d kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine by Aneesh Kumar K.V · 11 years ago
  8. 2ba9f0d kvm: powerpc: book3s: Support building HV and PR KVM as module by Aneesh Kumar K.V · 11 years ago
  9. 3a167bea kvm: powerpc: Add kvmppc_ops callback by Aneesh Kumar K.V · 11 years ago
  10. 9123c5e powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.h by Hongtao Jia · 11 years ago
  11. a3ff5fb KVM: PPC: Ignore PIR writes by Alexander Graf · 11 years ago
  12. c32498e KVM: PPC: emulate dcbst by Stuart Yoder · 11 years ago
  13. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  14. d328614 KVM: PPC: Emulate dcbf by Alexander Graf · 12 years ago
  15. f2be655 KVM: PPC: Fix mfspr/mtspr MMUCFG emulation by Mihai Caraman · 12 years ago
  16. 388cf9e KVM: PPC: Move mtspr/mfspr emulation into own functions by Alexander Graf · 12 years ago
  17. 6c5cb73 KVM: PPC: bookehv64: Add support for std/ld emulation. by Varun Sethi · 12 years ago
  18. 54771e6 KVM: PPC: Emulator: clean up SPR reads and writes by Alexander Graf · 12 years ago
  19. c46dc9a KVM: PPC: Emulator: clean up instruction parsing by Alexander Graf · 12 years ago
  20. 978b4fa KVM: PPC: Fix stbux emulation by Alexander Graf · 12 years ago
  21. 6e35994 KVM: PPC: Use clockevent multiplier and shifter for decrementer by Bharat Bhushan · 12 years ago
  22. 6df79df KVM: PPC: Emulate tw and td instructions by Alexander Graf · 12 years ago
  23. 6020c0f KVM: PPC: Pass EA to updating emulation ops by Alexander Graf · 12 years ago
  24. dfd4d47 KVM: PPC: booke: Improve timer register emulation by Scott Wood · 13 years ago
  25. b590497 KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn by Scott Wood · 13 years ago
  26. 7401f62 KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0 by Bharat Bhushan · 13 years ago
  27. dc2babfe KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000 by Bharat Bhushan · 13 years ago
  28. 5ce941e KVM: PPC: booke: add sregs support by Scott Wood · 13 years ago
  29. 49ea069 KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx by Scott Wood · 13 years ago
  30. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  31. a73a959 KVM: PPC: Convert SPRG[0-4] to shared page by Alexander Graf · 14 years ago
  32. de7906c KVM: PPC: Convert SRR0 and SRR1 to shared page by Alexander Graf · 14 years ago
  33. 689fd14 powerpc: Remove pr_<level> uses of KERN_<level> by Joe Perches · 14 years ago
  34. 0474b25 KVM: PPC: Remove fetch fail code by Alexander Graf · 14 years ago
  35. 00c3a37 KVM: PPC: Use CONFIG_PPC_BOOK3S define by Alexander Graf · 14 years ago
  36. c7f38f4 KVM: PPC: Improve indirect svcpu accessors by Alexander Graf · 14 years ago
  37. 1c85e73 KVM: PPC: Implement emulation for lbzux and lhax by Alexander Graf · 14 years ago
  38. 37f5bca KVM: PPC: Add AGAIN type for emulation return by Alexander Graf · 14 years ago
  39. 3587d53 KVM: PPC: Teach MMIO Signedness by Alexander Graf · 14 years ago
  40. daf5e27 KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest by Liu Yu · 14 years ago
  41. 5f2b105 KVM: PPC: Pass through program interrupts by Alexander Graf · 15 years ago
  42. 25a8a02 KVM: PPC: Emulate trap SRR1 flags properly by Alexander Graf · 15 years ago
  43. b4433a7 KVM: PPC: Implement 'skip instruction' mode by Alexander Graf · 15 years ago
  44. 8e5b26b KVM: PPC: Use accessor functions for GPR access by Alexander Graf · 15 years ago
  45. 7706664d KVM: powerpc: Improve DEC handling by Alexander Graf · 15 years ago
  46. 544c676 Use hrtimers for the decrementer by Alexander Graf · 15 years ago
  47. 513579e Add desktop PowerPC specific emulation by Alexander Graf · 15 years ago
  48. 9a7a9b0 Add mfdec emulation by Alexander Graf · 15 years ago
  49. 46f43c6 KVM: powerpc: convert marker probes to event trace by Marcelo Tosatti · 15 years ago
  50. 06579dd KVM: ppc: e500: Add MMUCFG and PVR emulation by Liu Yu · 15 years ago
  51. 5b7c1a2 KVM: ppc: e500: Directly pass pvr to guest by Liu Yu · 15 years ago
  52. cea5d8c KVM: ppc: use macros instead of hardcoded literals for instruction decoding by Hollis Blanchard · 16 years ago
  53. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  54. fcfdbd2 KVM: ppc: improve trap emulation by Hollis Blanchard · 16 years ago
  55. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 16 years ago
  56. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  57. c381a04 ppc: Create disassemble.h to extract instruction fields 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. a0d7b9f KVM: ppc: Move 440-specific TLB code into 44x_tlb.c by Hollis Blanchard · 16 years ago
  60. 49dd2c4 KVM: powerpc: Map guest userspace with TID=0 mappings by Hollis Blanchard · 16 years ago
  61. 3b4bd79 KVM: ppc: trace powerpc instruction emulation by Christian Ehrhardt · 16 years ago
  62. 31711f2 KVM: ppc: adds trace points for ppc tlb activity by Jerone Young · 16 years ago
  63. cc04454 KVM: ppc: fix invalidation of large guest pages by Hollis Blanchard · 16 years ago
  64. ac3cd34 KVM: ppc: add lwzx/stwz emulation by Hollis Blanchard · 16 years ago
  65. bbf45ba KVM: ppc: PowerPC 440 KVM implementation by Hollis Blanchard · 16 years ago