1. 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
  2. 6b542af Fix incorrect debug prints (reported by Paul Brook). by j_mayer · 17 years ago
  3. 69facb7 Revert foolish patch. by j_mayer · 17 years ago
  4. 9b605b9 Fix ppc32 register dumps on 64-bit hosts. by pbrook · 17 years ago
  5. add7895 PowerPC 620 MMU do not have the same exact behavior as standard by j_mayer · 17 years ago
  6. b4095fe Define Freescale cores specific MMU model, exceptions and input bus. by j_mayer · 17 years ago
  7. a4f3071 PowerPC hypervisor mode is not fundamentally available only for PowerPC 64. by j_mayer · 17 years ago
  8. b172c56 Always make all PowerPC exception definitions visible. by j_mayer · 17 years ago
  9. 3cd7d1d Allow use of SPE extension by all PowerPC targets, by j_mayer · 17 years ago
  10. 6f2d897 Fix usage of the -1 constant in the PowerPC target code: by j_mayer · 17 years ago
  11. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  12. 056401e PowerPC 601 need specific callbacks for its BATs setup. by j_mayer · 17 years ago
  13. faadf50 PowerPC MMU and exception fixes: by j_mayer · 17 years ago
  14. 5b52b99 Fix PowerPC program exception that was broken by FPU exception patches by j_mayer · 17 years ago
  15. a11b815 PowerPC coding style and inlining fixes. by j_mayer · 17 years ago
  16. 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
  17. f9fdea6 Make PowerPC hypervisor resources able to compile, even if not enabled for now. by j_mayer · 17 years ago
  18. 2c1ee06 Bugfix: PowerPC 64 slbia never invalidates the first segment entry. by j_mayer · 17 years ago
  19. 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
  20. b227a8e Properly implement non-execute bit on PowerPC segments and PTEs. by j_mayer · 17 years ago
  21. a13d752 There is no need of a specific MMU model for PowerPC 601. by j_mayer · 17 years ago
  22. eacc324 Implement PowerPC 64 SLB invalidation helpers. by j_mayer · 17 years ago
  23. e63ecc6 Do not allow PowerPC CPU restart after entering checkstop mode. by j_mayer · 17 years ago
  24. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  25. 25ba3a6 Remove synonymous in PowerPC MSR bits definitions. by j_mayer · 17 years ago
  26. 141c8ae Real-mode only PowerPC 40x do not have any TLBs. by j_mayer · 17 years ago
  27. 4e80eff Implement exception prefix feature for PowerPC 601. by j_mayer · 17 years ago
  28. b33c17e PowerPC target coding style fixes. by j_mayer · 17 years ago
  29. b068d6a PowerPC target optimisations: make intensive use of always_inline. by j_mayer · 17 years ago
  30. d26bfc9 Add MSR bits signification per PowerPC implementation flags (to be continued). by j_mayer · 17 years ago
  31. 12de9a3 Full implementation of PowerPC 64 MMU, just missing support for 1 TB by j_mayer · 17 years ago
  32. 1c27f8f PowerPC hardware reset vector is now considered as part of the exception model. by j_mayer · 17 years ago
  33. 8f79343 Enable PowerPC 64 MMU model and exceptions. by j_mayer · 17 years ago
  34. fe33cc7 Fix PowerPC initialisation and first reset: by j_mayer · 17 years ago
  35. 00af685 We never have to export ppc_set_irq. by j_mayer · 17 years ago
  36. a97fed5 Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c by j_mayer · 17 years ago
  37. 7dbe11a Handle all MMU models in switches, even if it's just to abort because of lack by j_mayer · 17 years ago
  38. daf4f96 Avoid op helpers that would just call helpers for TLB & SLB management: by j_mayer · 17 years ago
  39. 1e6784f Fix PowerPC TLB miss dump code. by j_mayer · 17 years ago
  40. bfa1e5c XER is to be treated as a 64 bits register on 64 bits implementations, by j_mayer · 17 years ago
  41. e1833e1 Rework PowerPC exceptions model to make it more versatile: by j_mayer · 17 years ago
  42. a750fc0 Great rework and cleanups to ease PowerPC implementations definitions. by j_mayer · 17 years ago
  43. 9706285 Avoid compilation warnings on 32 bits hosts. by j_mayer · 17 years ago
  44. 2662a05 More PowerPC definitions, from POWER 2.04 specifications and misc sources. by j_mayer · 17 years ago
  45. 4296f45 Make CPU hflags be a masked version of the PowerPC MSR. by j_mayer · 17 years ago
  46. 5eb7995 Code provision for PowerPC BookE MMU model support. by j_mayer · 17 years ago
  47. caa4039 Code provision for PowerPC 64 MMU model support. by j_mayer · 17 years ago
  48. 3608160 Coding style fixes in PowerPC related code (no functional change): by j_mayer · 17 years ago
  49. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  50. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  51. c19dbb9 Fix crash in set registers in PPC gdb-stub, by Jason Wessel. by ths · 18 years ago
  52. c294fc5 Improve PowerPC 405 MMU model / share more code for other embedded targets by j_mayer · 18 years ago
  53. 4a05771 No functional changes: by j_mayer · 18 years ago
  54. c55e9ae PowerPC 4xx software driven TLB fixes + debug traces. by j_mayer · 18 years ago
  55. 0a032cb Add reset callbacks for PowerPC CPU. by j_mayer · 18 years ago
  56. d0dfae6 Add bus model (or input pins) into PowerPC CPU flags. by j_mayer · 18 years ago
  57. a496775 Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout by j_mayer · 18 years ago
  58. e96efcf Fix miscellaneous display warnings for PowerPC & alpha targets by j_mayer · 18 years ago
  59. e9df014 Implement embedded IRQ controller for PowerPC 6xx/740 & 750. by j_mayer · 18 years ago
  60. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  61. c62db10 Support for PowerPC BookE exception model. by j_mayer · 18 years ago
  62. a8dea12 Merge PowerPC 405 MMU model. by j_mayer · 18 years ago
  63. 1d0a48f As embedded PowerPC TLB model is very different from PowerPC 6xx ones, by j_mayer · 18 years ago
  64. 4710357 New model for PowerPC CPU hardware interrupt events: by j_mayer · 18 years ago
  65. 426613d Add missing PowerPC 64 instructions PowerPC 64 fixes. by j_mayer · 18 years ago
  66. 1b9eb03 Fix debug printf: we need different macros for target_ulong prints by j_mayer · 18 years ago
  67. d9bce9d Make it safe to use 64 bits GPR and/or 64 bits host registers. by j_mayer · 18 years ago
  68. 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
  69. a0ae05a PPC32 Trace Exception and Trap instruction, by Jason Wessel. by ths · 18 years ago
  70. 50443c9 specialize the power save code for 7x0 CPUs by bellard · 19 years ago
  71. e80e1cc halt state support for ppc by bellard · 19 years ago
  72. 313adae removed unneeded code by bellard · 19 years ago
  73. 24741ef avoid using physical accesses in user emulation by bellard · 19 years ago
  74. fdabc36 correct split between helper.c and op_helper.c - moved some uops to op_helper.c (Jocelyn Mayer) by bellard · 20 years ago
  75. 2be0071 simplified PowerPC exception handling (Jocelyn Mayer) by bellard · 20 years ago
  76. 3fc6c08 preliminary patch to support more PowerPC CPUs (Jocelyn Mayer) by bellard · 20 years ago
  77. d094807 MMU fix - temporary osi_call support - xec_bc mask fix by bellard · 20 years ago
  78. 4ecc319 fpu fixes (Jocelyn Mayer) - soft float support by bellard · 20 years ago
  79. 3cc6237 ppc fixes (Jocelyn Mayer) by bellard · 20 years ago
  80. 18fba28 ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer) by bellard · 20 years ago
  81. 8df1cd0 physical memory access functions by bellard · 20 years ago
  82. 0fa85d4 64 bit target support by bellard · 20 years ago
  83. 7fe4848 monitor fixes by bellard · 20 years ago
  84. b769d8f removed access_type hack by bellard · 20 years ago
  85. bbbc466 removed unused definitions by bellard · 21 years ago
  86. 514fb8c removed traces by bellard · 21 years ago
  87. 4b3686f PowerPC merge by bellard · 21 years ago
  88. 9fddaa0 PowerPC merge: real time TB and decrementer - faster and simpler exception handling (Jocelyn Mayer) by bellard · 21 years ago
  89. 5f21aef suppressed unneeded header by bellard · 21 years ago
  90. 1ef59d0 ppc fixes (Jocelyn Mayer) by bellard · 21 years ago
  91. 046d667 avoid unneeded casts by bellard · 21 years ago
  92. a541f29 PowerPC system emulation fixes (Jocelyn Mayer) by bellard · 21 years ago
  93. b324e81 suppressed unused variables by bellard · 21 years ago
  94. a6b025d added cpu_get_phys_page_debug() by bellard · 21 years ago
  95. ac9eb07 suppressed explicit access type and use the exception routine to infer it from the micro operation by bellard · 21 years ago
  96. 9a64fbe PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB api by bellard · 21 years ago
  97. 17348a7 waiting for TARGET_HAS_SMC patch by bellard · 21 years ago
  98. fb0eaff PowerPC fixes (Jocelyn Mayer) by bellard · 21 years ago
  99. 79aceca PowerPC support (Jocelyn Mayer) by bellard · 21 years ago