1. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  2. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  3. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  4. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  5. 3b88670 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Blue Swirl · 14 years ago
  6. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  7. 1c53acc PPC: move TLBs to their own arrays by Alexander Graf · 14 years ago
  8. d1e256f PPC: E500: Use MAS registers instead of internal TLB representation by Alexander Graf · 14 years ago
  9. 2c0d18d target-ppc: remove old CONFIG_SOFTFLOAT #ifdef by Aurelien Jarno · 14 years ago
  10. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  11. 01662f3 PPC: Implement e500 (FSL) MMU by Alexander Graf · 14 years ago
  12. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  13. 019702c target-ppc: fix SPE comparison functions by Aurelien Jarno · 14 years ago
  14. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  15. 7dae117 target-ppc: remove #ifdef FLOAT128 by Aurelien Jarno · 14 years ago
  16. 3601ff1 Use existing helper function to implement popcntd instruction by David Gibson · 14 years ago
  17. eaabeef Correct ppc popcntb logic, implement popcntw and popcntd by David Gibson · 14 years ago
  18. 3a7f009 Implement missing parts of the logic for the POWER PURR by David Gibson · 14 years ago
  19. efdef95 Implement PowerPC slbmfee and slbmfev instructions by David Gibson · 14 years ago
  20. 81762d6 Clean up PowerPC SLB handling code by David Gibson · 14 years ago
  21. d788b57 target-ppc: fix wrong NaN tests by Aurelien Jarno · 14 years ago
  22. 96912e3 target-ppc: fix sNaN propagation by Aurelien Jarno · 14 years ago
  23. 82b323c target-ppc: use float32_is_any_nan() by Aurelien Jarno · 14 years ago
  24. 3eb28bb target-ppc: fix default qNaN by Aurelien Jarno · 14 years ago
  25. dd94ad9 target-ppc: remove PRECISE_EMULATION define by Aurelien Jarno · 14 years ago
  26. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  27. 577f25a ppc: avoid write only variables by Blue Swirl · 14 years ago
  28. 999fa40 ppc: Minor 40x MMU fixes by John Clark · 14 years ago
  29. d62d286 PPC: Suppress gcc warnings with -Wtype-limits by Blue Swirl · 14 years ago
  30. 0bffbc6 target-ppc: add vexptefp instruction by Aurelien Jarno · 16 years ago
  31. c3d420e target-ppc: fix RFI by clearing some bits of MSR by Thomas Monjalon · 15 years ago
  32. 95ff895 target-ppc: change DCR helpers to target_long arguments by Aurelien Jarno · 15 years ago
  33. c5b9729 ppc-40x: Correct check for Endian swapping TLB entries. by Edgar E. Iglesias · 15 years ago
  34. f25359c ppc-40x: Get TLB attributes from TLBLO. by Edgar E. Iglesias · 15 years ago
  35. 73b0196 PPC: Make DCR uint32_t by Alexander Graf · 15 years ago
  36. b711de9 PPC64: Fix alternate timebase by Aurelien Jarno · 15 years ago
  37. e3ea652 PPC64: Fix timebase by Alexander Graf · 15 years ago
  38. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  39. 99a0949 Get rid of _t suffix by malc · 15 years ago
  40. 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 16 years ago
  41. 636aa20 Replace always_inline with inline by Blue Swirl · 16 years ago
  42. 18b21a2 target-ppc: retain l{w,d}arx loaded value by Nathan Froyd · 16 years ago
  43. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  44. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  45. c5b76b3 Fix mingw32 build warnings by Blue Swirl · 16 years ago
  46. 1481e16 Fix typo that leads to out of bounds array access on big endian systems by malc · 16 years ago
  47. 651721b targe-ppc: optimize mfcr and mtcrf by aurel32 · 16 years ago
  48. 2ada0ed Fix RFI(d) by blueswir1 · 16 years ago
  49. f6b868fc Implement slbmte by blueswir1 · 16 years ago
  50. 071fc3b target-ppc: Add vrsqrtefp instruction by aurel32 · 16 years ago
  51. bdfbac3 target-ppc: Add vrefp instruction by aurel32 · 16 years ago
  52. 875b31d target-ppc: Add vct{u,s}xs instructions by aurel32 · 16 years ago
  53. 819ca12 target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions by aurel32 · 16 years ago
  54. 35cf7c7 target-ppc: Add vmaddfp and vnmsubfp instructions by aurel32 · 16 years ago
  55. 56fdd21 target-ppc: Add v{add,sub}fp instructions by aurel32 · 16 years ago
  56. 1536ff6 target-ppc: Add v{max,min}fp instructions by aurel32 · 16 years ago
  57. b580763 target-ppc: change instruction name vrlogefp into vlogefp by aurel32 · 16 years ago
  58. f586ce0 target-ppc: add vrlogefp instruction by aurel32 · 16 years ago
  59. 06f7332 target-ppc: fix previous commit by aurel32 · 16 years ago
  60. c609b12 target-ppc: use the new float constants by aurel32 · 16 years ago
  61. e140632 Add vcf{u,s}x instructions by aurel32 · 16 years ago
  62. f6b1964 Add vrfi{m,n,p,z} instructions by aurel32 · 16 years ago
  63. 34ba285 Add various NaN-handling macros by aurel32 · 16 years ago
  64. 6e87b7c Make mtvscr use a helper by aurel32 · 16 years ago
  65. fbd265b Rename spe_status to vec_status by aurel32 · 16 years ago
  66. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  67. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  68. 5ab09f3 Add v{add, sub}{s, u}{b, h, w}s instructions by aurel32 · 16 years ago
  69. c026766 Add vspltis{b,h,w} instructions by aurel32 · 16 years ago
  70. d9430ad Add vs{l,r} instructions by aurel32 · 16 years ago
  71. 1add6e2 Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions by aurel32 · 16 years ago
  72. b392e75 target-ppc: fix compilation on BigEndian by aurel32 · 16 years ago
  73. 8142cdd Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions. by aurel32 · 16 years ago
  74. cbfb6ae Add {l,st}ve{b,h,w}x instructions. by aurel32 · 16 years ago
  75. bcd2ee2 Add vmladduhm instruction. by aurel32 · 16 years ago
  76. eae0726 Add vmsumsh{m,s} instructions. by aurel32 · 16 years ago
  77. 4d9903b Add vmsumuh{m,s} instructions. by aurel32 · 16 years ago
  78. b161ae2 Add vmh{,r}addshs instructions. by aurel32 · 16 years ago
  79. 1dd9ffb Add vpkpx instruction. by aurel32 · 16 years ago
  80. 5335a14 Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions. by aurel32 · 16 years ago
  81. 00d3b8f Add saturating arithmetic conversion functions for subsequent instructions. by aurel32 · 16 years ago
  82. d125869 Add vsel and vperm instructions. by aurel32 · 16 years ago
  83. b04ae98 Add vmsum{u,m}bm instructions. by aurel32 · 16 years ago
  84. 6cf1c6e Add vupk{h,l}s{b,h} instructions. by aurel32 · 16 years ago
  85. 79f85c3 Add vupk{h,l}px instructions. by aurel32 · 16 years ago
  86. e4e6bee Add vsplt{b,h,w} instructions. by aurel32 · 16 years ago
  87. cd633b1 Add vsldoi instruction. by aurel32 · 16 years ago
  88. 5e1d098 Add vrl{b,h,w} instructions. by aurel32 · 16 years ago
  89. bf8d8de Add lvs{l,r} instructions. by aurel32 · 16 years ago
  90. e343da7 Add v{add,sub}cuw instructions. by aurel32 · 16 years ago
  91. 7b239be Add vs{l,r}o instructions. by aurel32 · 16 years ago
  92. d79f080 Add vsl{b,h,w} instructions. by aurel32 · 16 years ago
  93. 07ef34c Add vsr{,a}{b,h,w} instructions. by aurel32 · 16 years ago
  94. 2c27790 Add vmul{e,o}{s,u}{b,h} instructions. by aurel32 · 16 years ago
  95. 3b43004 Add vmrg{l,h}{b,h,w} instructions. by aurel32 · 16 years ago
  96. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  97. e403933 Add v{min, max}{s, u}{b, h, w} instructions. by aurel32 · 16 years ago
  98. fab3cbe Add vavg{s,u}{b,h,w} instructions. by aurel32 · 16 years ago
  99. 7872c51 Add v{add,sub}u{b,h,w}m instructions. by aurel32 · 16 years ago
  100. d6a46fe Add helper macros for later patches. by aurel32 · 16 years ago