1. dcbc9a7 ppc-40x: Correct ESR for zone protection faults. by Edgar E. Iglesias · 15 years ago
  2. ec5c3e4 ppc-40x: Correct decoding of zone protection bits. by Edgar E. Iglesias · 15 years ago
  3. b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
  4. d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
  5. e439413 PPC: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  6. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  7. 99a0949 Get rid of _t suffix by malc · 15 years ago
  8. b11ebf6 Replace REGX with PRIx64 by Blue Swirl · 15 years ago
  9. 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 15 years ago
  10. 636aa20 Replace always_inline with inline by Blue Swirl · 15 years ago
  11. 18b21a2 target-ppc: retain l{w,d}arx loaded value by Nathan Froyd · 15 years ago
  12. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 15 years ago
  13. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  14. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  15. fc1c67b Fix PPC reset by Blue Swirl · 16 years ago
  16. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  17. bf1752e target-ppc: Explain why the whole TLB is flushed on SR write by aurel32 · 16 years ago
  18. 9485593 Disable BAT for 970 by blueswir1 · 16 years ago
  19. 8eee0af Keep SLB in-CPU by blueswir1 · 16 years ago
  20. 29c8ca6 Fix NX bit by blueswir1 · 16 years ago
  21. 6ce0ca1 Enable 64bit mode on interrupts by blueswir1 · 16 years ago
  22. 5b5aba4 Implement large pages by blueswir1 · 16 years ago
  23. f6b868fc Implement slbmte by blueswir1 · 16 years ago
  24. 07c485c Turn MMU off on reset by blueswir1 · 16 years ago
  25. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  26. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  27. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  28. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  29. da07cf5 powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu) by aliguori · 16 years ago
  30. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  31. d76d165 target-ppc: Enable KVM for ppcemb. by aurel32 · 16 years ago
  32. 9322057 target-ppc: remove remaining warnings by aurel32 · 16 years ago
  33. 94fa46e target-ppc: remove unneeded include by aurel32 · 16 years ago
  34. e06fcd7 target-ppc: rework exception code by aurel32 · 16 years ago
  35. 4c2ab98 target-ppc: enable SPE and Altivec in user mode by aurel32 · 16 years ago
  36. fe463b7 target-ppc: initialize MSR appropriately in user-mode by aurel32 · 16 years ago
  37. b4cec7b target-ppc: enable access type in MMU by aurel32 · 16 years ago
  38. 45d827d target-ppc: convert SPR accesses to TCG by aurel32 · 16 years ago
  39. 74d3779 target-ppc: convert SLB/TLB instructions to TCG by aurel32 · 16 years ago
  40. 64adab3 target-ppc: convert exceptions generation to TCG by aurel32 · 16 years ago
  41. a7812ae TCG variable type checking. by pbrook · 16 years ago
  42. 3d7b417 target-ppc: Convert XER accesses to TCG by aurel32 · 16 years ago
  43. e2be8d8 PPC: convert effective address computation to TCG by aurel32 · 16 years ago
  44. 2e70f6e Add instruction counter. by pbrook · 16 years ago
  45. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  46. 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
  47. 6b542af Fix incorrect debug prints (reported by Paul Brook). by j_mayer · 17 years ago
  48. 69facb7 Revert foolish patch. by j_mayer · 17 years ago
  49. 9b605b9 Fix ppc32 register dumps on 64-bit hosts. by pbrook · 17 years ago
  50. add7895 PowerPC 620 MMU do not have the same exact behavior as standard by j_mayer · 17 years ago
  51. b4095fe Define Freescale cores specific MMU model, exceptions and input bus. by j_mayer · 17 years ago
  52. a4f3071 PowerPC hypervisor mode is not fundamentally available only for PowerPC 64. by j_mayer · 17 years ago
  53. b172c56 Always make all PowerPC exception definitions visible. by j_mayer · 17 years ago
  54. 3cd7d1d Allow use of SPE extension by all PowerPC targets, by j_mayer · 17 years ago
  55. 6f2d897 Fix usage of the -1 constant in the PowerPC target code: by j_mayer · 17 years ago
  56. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  57. 056401e PowerPC 601 need specific callbacks for its BATs setup. by j_mayer · 17 years ago
  58. faadf50 PowerPC MMU and exception fixes: by j_mayer · 17 years ago
  59. 5b52b99 Fix PowerPC program exception that was broken by FPU exception patches by j_mayer · 17 years ago
  60. a11b815 PowerPC coding style and inlining fixes. by j_mayer · 17 years ago
  61. 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
  62. f9fdea6 Make PowerPC hypervisor resources able to compile, even if not enabled for now. by j_mayer · 17 years ago
  63. 2c1ee06 Bugfix: PowerPC 64 slbia never invalidates the first segment entry. by j_mayer · 17 years ago
  64. 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
  65. b227a8e Properly implement non-execute bit on PowerPC segments and PTEs. by j_mayer · 17 years ago
  66. a13d752 There is no need of a specific MMU model for PowerPC 601. by j_mayer · 17 years ago
  67. eacc324 Implement PowerPC 64 SLB invalidation helpers. by j_mayer · 17 years ago
  68. e63ecc6 Do not allow PowerPC CPU restart after entering checkstop mode. by j_mayer · 17 years ago
  69. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  70. 25ba3a6 Remove synonymous in PowerPC MSR bits definitions. by j_mayer · 17 years ago
  71. 141c8ae Real-mode only PowerPC 40x do not have any TLBs. by j_mayer · 17 years ago
  72. 4e80eff Implement exception prefix feature for PowerPC 601. by j_mayer · 17 years ago
  73. b33c17e PowerPC target coding style fixes. by j_mayer · 17 years ago
  74. b068d6a PowerPC target optimisations: make intensive use of always_inline. by j_mayer · 17 years ago
  75. d26bfc9 Add MSR bits signification per PowerPC implementation flags (to be continued). by j_mayer · 17 years ago
  76. 12de9a3 Full implementation of PowerPC 64 MMU, just missing support for 1 TB by j_mayer · 17 years ago
  77. 1c27f8f PowerPC hardware reset vector is now considered as part of the exception model. by j_mayer · 17 years ago
  78. 8f79343 Enable PowerPC 64 MMU model and exceptions. by j_mayer · 17 years ago
  79. fe33cc7 Fix PowerPC initialisation and first reset: by j_mayer · 17 years ago
  80. 00af685 We never have to export ppc_set_irq. by j_mayer · 17 years ago
  81. a97fed5 Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c by j_mayer · 17 years ago
  82. 7dbe11a Handle all MMU models in switches, even if it's just to abort because of lack by j_mayer · 17 years ago
  83. daf4f96 Avoid op helpers that would just call helpers for TLB & SLB management: by j_mayer · 17 years ago
  84. 1e6784f Fix PowerPC TLB miss dump code. by j_mayer · 17 years ago
  85. bfa1e5c XER is to be treated as a 64 bits register on 64 bits implementations, by j_mayer · 17 years ago
  86. e1833e1 Rework PowerPC exceptions model to make it more versatile: by j_mayer · 17 years ago
  87. a750fc0 Great rework and cleanups to ease PowerPC implementations definitions. by j_mayer · 17 years ago
  88. 9706285 Avoid compilation warnings on 32 bits hosts. by j_mayer · 17 years ago
  89. 2662a05 More PowerPC definitions, from POWER 2.04 specifications and misc sources. by j_mayer · 17 years ago
  90. 4296f45 Make CPU hflags be a masked version of the PowerPC MSR. by j_mayer · 17 years ago
  91. 5eb7995 Code provision for PowerPC BookE MMU model support. by j_mayer · 17 years ago
  92. caa4039 Code provision for PowerPC 64 MMU model support. by j_mayer · 17 years ago
  93. 3608160 Coding style fixes in PowerPC related code (no functional change): by j_mayer · 17 years ago
  94. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  95. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  96. c19dbb9 Fix crash in set registers in PPC gdb-stub, by Jason Wessel. by ths · 17 years ago
  97. c294fc5 Improve PowerPC 405 MMU model / share more code for other embedded targets by j_mayer · 18 years ago
  98. 4a05771 No functional changes: by j_mayer · 18 years ago
  99. c55e9ae PowerPC 4xx software driven TLB fixes + debug traces. by j_mayer · 18 years ago
  100. 0a032cb Add reset callbacks for PowerPC CPU. by j_mayer · 18 years ago