1. 126a793 PPC: Add MMU type for 2.06 with AMR but no TB pages by Alexander Graf · 12 years ago
  2. 9c2627b target-ppc: add instruction flags for Book I 2.05 by Aurelien Jarno · 12 years ago
  3. 702763f target-ppc: Add more stubs for POWER7 PMU registers by David Gibson · 12 years ago
  4. 2cf3eb6 PPC: Remove env->hreset_excp_prefix by Fabien Chouteau · 12 years ago
  5. eb20c1c target-ppc: Move ppc tlb_fill implementation into mmu_helper.c by David Gibson · 12 years ago
  6. cc8eae8 target-ppc: Split user only code out of mmu_helper.c by David Gibson · 12 years ago
  7. f80872e mmu-hash64: Implement Virtual Page Class Key Protection by David Gibson · 12 years ago
  8. d5aea6f mmu-hash*: Add header file for definitions by David Gibson · 12 years ago
  9. 5dc68eb target-ppc: mmu_ctx_t should not be a global type by David Gibson · 12 years ago
  10. 9813279 target-ppc: Disentangle BAT code for 32-bit hash MMUs by David Gibson · 12 years ago
  11. 5919172 target-ppc: Don't share get_pteg_offset() between 32 and 64-bit by David Gibson · 12 years ago
  12. 496272a target-ppc: Disentangle hash mmu helper functions by David Gibson · 12 years ago
  13. 629bd51 target-ppc: Disentangle get_physical_address() paths by David Gibson · 12 years ago
  14. c69b615 target-ppc: Disentangle find_pte() by David Gibson · 12 years ago
  15. 9d7c3f4 target-ppc: Disentangle pte_check() by David Gibson · 12 years ago
  16. 10b4652 target-ppc: Move SLB handling into a mmu-hash64.c by David Gibson · 12 years ago
  17. 213c718 target-ppc: Trivial cleanups in mmu_helper.c by David Gibson · 12 years ago
  18. 9baea4a target-ppc: Remove vestigial PowerPC 620 support by David Gibson · 12 years ago
  19. d6478bc PPC/GDB: handle read and write of fpscr by Fabien Chouteau · 12 years ago
  20. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  21. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  22. d67d40e target-ppc: Add mechanism for synchronizing SPRs with KVM by David Gibson · 12 years ago
  23. cfe34f4 target-ppc: Convert CPU definitions by Andreas Färber · 12 years ago
  24. da91a00 target-ppc: Split out SO, OV, CA fields from XER by Richard Henderson · 12 years ago
  25. 8e33944 PPC: Unify dcbzl code path by Alexander Graf · 12 years ago
  26. 2985b86 target-ppc: Slim conversion of model definitions to QOM subclasses by Andreas Färber · 12 years ago
  27. 68c2dd7 PPC: Bring EPR support closer to reality by Alexander Graf · 12 years ago
  28. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  29. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  30. b162d02 target-ppc: Don't use hwaddr to represent hardware state by David Gibson · 12 years ago
  31. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  32. 6575c28 target-ppc: make some functions static by Blue Swirl · 12 years ago
  33. 4344829 ppc: add missing static by Blue Swirl · 12 years ago
  34. 98c8a73 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  35. 3030442 target-ppc: Extend FPU state for newer POWER CPUs by David Gibson · 12 years ago
  36. ac7d12b target-ppc: Rework storage of VPA registration state by David Gibson · 12 years ago
  37. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  38. 1b14670 target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall by Andreas Färber · 13 years ago
  39. 1bfb37d target-ppc: Rework storage of VPA registration state by David Gibson · 12 years ago
  40. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  41. 011aba2 target-ppc: Remove unused power_mode field from cpu state by David Gibson · 12 years ago
  42. 9609169 PPC: BookE206: Bump MAS2 to 64bit by Alexander Graf · 13 years ago
  43. 2a7a47f PPC: BookE: Implement EPR SPR by Alexander Graf · 13 years ago
  44. e42a61f PPC: Add support for MSR_CM by Alexander Graf · 13 years ago
  45. 84755ed PPC: Add some booke SPR defines by Alexander Graf · 13 years ago
  46. 4656e1f ppc64: Rudimentary Support for extra page sizes on server CPUs by Benjamin Herrenschmidt · 13 years ago
  47. 9aa5b15 ppc: Cleanup MMU merge by Blue Swirl · 13 years ago
  48. c79c73f ppc: Move exception helpers from helper.c to excp_helper.c by Blue Swirl · 13 years ago
  49. 397b457 target-ppc: Let cpu_ppc_init() return PowerPCCPU by Andreas Färber · 13 years ago
  50. 1d0cb67 target-ppc: QOM'ify CPU by Andreas Färber · 13 years ago
  51. e2fbb43 target-ppc: Drop cpu_ppc_close() by Andreas Färber · 13 years ago
  52. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  53. cd6e932 PPC64: Add support for ldbrx and stdbrx instructions by Thomas Huth · 13 years ago
  54. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  55. 1328c2b target-ppc: Don't overuse CPUState by Andreas Färber · 13 years ago
  56. fc0b2c0 PPC: 405: Use proper CPU reset by Alexander Graf · 13 years ago
  57. 3f9f6a5 PPC: Add CPU feature for processor control by Alexander Graf · 13 years ago
  58. 58e00a2 PPC: E500: Add doorbell defines by Alexander Graf · 13 years ago
  59. 0ef654e PPC: E500: Add some more excp vectors by Alexander Graf · 13 years ago
  60. 3f162d1 PPC: booke206: Check for TLB overrun by Alexander Graf · 13 years ago
  61. a1ef618 PPC: booke: add tlbnps handling by Alexander Graf · 13 years ago
  62. e920525 PPC: Add IVOR 38-42 by Alexander Graf · 13 years ago
  63. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  64. 02d4eae ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate by David Gibson · 13 years ago
  65. a734258 pseries: Correct vmx/dfp handling in both KVM and TCG cases by David Gibson · 13 years ago
  66. 8b242eb PPC: Bump qemu-system-ppc to 64-bit physical address space by Alexander Graf · 13 years ago
  67. a1e9858 ppc: First cut implementation of -cpu host by David Gibson · 13 years ago
  68. ddd1055 PPC: booke timers by Fabien Chouteau · 13 years ago
  69. 697ab89 Implement POWER7's CFAR in TCG by David Gibson · 14 years ago
  70. 2bd9543 ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages by Scott Wood · 14 years ago
  71. bebabbc ppc: booke206: add "info tlb" support by Scott Wood · 14 years ago
  72. 93dd5e8 kvm: ppc: booke206: use MMU API by Scott Wood · 14 years ago
  73. 542df9b PPC: E500: Add ESR bit definitions by Alexander Graf · 14 years ago
  74. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  75. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 14 years ago
  76. 3b88670 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Blue Swirl · 14 years ago
  77. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  78. 1c53acc PPC: move TLBs to their own arrays by Alexander Graf · 14 years ago
  79. d1e256f PPC: E500: Use MAS registers instead of internal TLB representation by Alexander Graf · 14 years ago
  80. 6d42fb3 w32: Fix compilation and replace non-portable usage of ulong by Stefan Weil · 14 years ago
  81. 091959d Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  82. 01662f3 PPC: Implement e500 (FSL) MMU by Alexander Graf · 14 years ago
  83. a5858d7 PPC: Add another 64 bits to instruction feature mask by Alexander Graf · 14 years ago
  84. 71afeb6 PPC: Add GS MSR definition by Alexander Graf · 14 years ago
  85. 90dc881 monitor: add PPC BookE SPRs by Scott Wood · 14 years ago
  86. 5b46d07 Fix typo in comment (embeded -> embedded) by Stefan Weil · 14 years ago
  87. ed12005 Implement PAPR VPA functions for pSeries shared processor partitions by David Gibson · 14 years ago
  88. f43e352 Virtual hash page table handling on pSeries machine by David Gibson · 14 years ago
  89. 9d52e90 Add POWER7 support for ppc by David Gibson · 14 years ago
  90. cdaee00 Support 1T segments on ppc by David Gibson · 14 years ago
  91. 256cebe Better factor the ppc hash translation path by David Gibson · 14 years ago
  92. fda6a0e Use "hash" more consistently in ppc mmu code by David Gibson · 14 years ago
  93. bb59390 Parse SDR1 on mtspr instead of at translate time by David Gibson · 14 years ago
  94. eaabeef Correct ppc popcntb logic, implement popcntw and popcntd by David Gibson · 14 years ago
  95. efdef95 Implement PowerPC slbmfee and slbmfev instructions by David Gibson · 14 years ago
  96. d569956 Add a hook to allow hypercalls to be emulated on PowerPC by David Gibson · 14 years ago
  97. 81762d6 Clean up PowerPC SLB handling code by David Gibson · 14 years ago
  98. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  99. ae0bfb7 ppc: remove video.x by Blue Swirl · 14 years ago
  100. 2c50e26 powerpc: Add a virtex5 ml507 refdesign board by Edgar E. Iglesias · 14 years ago